Update Changes.
[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.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
35         Log: The runops_debug needs to be present always, otherwise
36              places like AIX which need an explicit symbol export list
37              will croak when trying to build Devel::Peek (which uses
38              the runops_debug).
39      Branch: perl
40            ! makedef.pl
41 ____________________________________________________________________________
42 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
43         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
44              From: PPrymmer@factset.com 
45              Date: Mon, 19 Nov 2001 11:34:22 -0500
46              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
47      Branch: perl
48            ! lib/Memoize/t/tie_sdbm.t
49 ____________________________________________________________________________
50 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
51         Log: Retract #13088: it seems that unless dump.c is extensively
52              reorganized as to what symbols it shows, when, and to whom,
53              we are stuck with having the dump.o symbols in the libperl
54              and thusly in the main Perl binary.
55      Branch: perl
56            ! embedvar.h perlapi.h perlvars.h
57 ____________________________________________________________________________
58 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
59         Log: The _uni_display should not be in dump.c since they
60              are used under normal operation (S_not_a_number()).
61      Branch: perl
62            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
63 ____________________________________________________________________________
64 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
65         Log: Protect sv_dump() from being included unless DEBUGGING,
66              as noticed by Ilya.
67      Branch: perl
68            ! sv.c
69 ____________________________________________________________________________
70 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
71         Log: Pending further investigation skip the tell() tests.
72              The tell() is okay on Solaris, HP-UX and Tru64, but fails
73              (by returning too much) in Linux.
74      Branch: perl
75            ! t/io/utf8.t
76 ____________________________________________________________________________
77 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
78         Log: Retract #13082 until a better solution is found:
79              statics break ithreads.
80      Branch: perl
81            ! regexec.c
82 ____________________________________________________________________________
83 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
84         Log: Figures 1 and 2 for UTF-8.
85      Branch: perl
86            ! pod/perlunicode.pod
87 ____________________________________________________________________________
88 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
89         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
90              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
91              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
92              Message-ID: <20011119132645.A15034@rafael>
93      Branch: perl
94            ! op.c pod/perldiag.pod t/lib/warnings/op
95 ____________________________________________________________________________
96 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
97         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
98              From: Michael G Schwern <schwern@pobox.com> 
99              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
100              Message-ID: <20011119031112.E786@blackrider>
101      Branch: perl
102            ! t/op/closure.t
103 ____________________________________________________________________________
104 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
105         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
106              From: Michael G Schwern <schwern@pobox.com>
107              Date: Mon, 19 Nov 2001 03:42:56 -0500
108              Message-ID: <20011119034256.I786@blackrider>
109      Branch: perl
110            + t/op/or.t
111            ! MANIFEST
112 ____________________________________________________________________________
113 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
114         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
115              From: "Craig A. Berry" <craigberry@mac.com>
116              Date: Sun, 18 Nov 2001 14:33:48 -0600
117              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
118      Branch: perl
119            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
120 ____________________________________________________________________________
121 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
122         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
123              From: Dave Rolsky <autarch@urth.org>
124              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
125              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
126      Branch: perl
127            ! lib/ExtUtils/Manifest.pm
128 ____________________________________________________________________________
129 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
130         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
131              From: Dave Rolsky <autarch@urth.org>
132              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
133              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
134      Branch: perl
135            ! lib/ExtUtils/Install.pm
136 ____________________________________________________________________________
137 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
138         Log: The runops_dbg should not be needed.
139      Branch: perl
140            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
141 ____________________________________________________________________________
142 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
143         Log: do_spawn() cleanup from Charles Lane.
144      Branch: perl
145            ! vms/vms.c
146 ____________________________________________________________________________
147 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
148         Log: Update the list of tests.
149      Branch: perl
150            ! t/lib/1_compile.t
151 ____________________________________________________________________________
152 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
153         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
154              From: Michael G Schwern <schwern@pobox.com> 
155              Date: Fri, 16 Nov 2001 17:37:04 -0500
156              Message-ID: <20011116173703.L30160@blackrider>
157      Branch: perl
158            ! t/lib/warnings/sv
159 ____________________________________________________________________________
160 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
161         Log: FAQ sync.
162      Branch: perl
163            ! pod/perlfaq4.pod
164 ____________________________________________________________________________
165 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
166         Log: Integrate perlio; win32 sync.
167      Branch: perl
168           !> perlio.c win32/win32io.c
169 ____________________________________________________________________________
170 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
171         Log: (retracted by #13096)
172              Debugging would be badly skewed by a malloc per regex dump.
173      Branch: perl
174            ! regexec.c
175 ____________________________________________________________________________
176 [ 13081] By: nick                                  on 2001/11/18  19:08:40
177         Log: Win32 layer has a dup which needs to match new prototype.
178      Branch: perlio
179            ! win32/win32io.c
180 ____________________________________________________________________________
181 [ 13080] By: nick                                  on 2001/11/18  19:05:02
182         Log: Wrong way to get stdio mode used.
183      Branch: perlio
184            ! perlio.c
185 ____________________________________________________________________________
186 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
187         Log: Retract #13048: that introduced a malloc() (through savepvn())
188              to *every* m//, which killed the performance quite badly.
189      Branch: perl
190            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
191 ____________________________________________________________________________
192 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
193         Log: Pass 1 at perldelta.pod: sort the section contents
194              together, drop all but the 5.7.2 known problems,
195              leave the 5.7.1 security note since that's the
196              fullest explanation (update the date on that).
197      Branch: perl
198            ! pod/perldelta.pod
199 ____________________________________________________________________________
200 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
201         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
202              
203              Tiny problem in the test for 20011113.110: I hope
204              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
205      Branch: perl
206            ! pp.c t/op/repeat.t
207 ____________________________________________________________________________
208 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
209         Log: All of syswrite/send/sendto need to return character counts,
210              and character counts from the offset, not the beginning of
211              the scalar.
212      Branch: perl
213            ! pp_sys.c
214 ____________________________________________________________________________
215 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
216         Log: Integrate PerlIO: duping fixes.
217      Branch: perl
218           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
219           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
220           !> perliol.h sv.c
221 ____________________________________________________________________________
222 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
223         Log: syswrite() was still returning byte counts, not character counts.
224      Branch: perl
225            ! pp_sys.c t/io/utf8.t
226 ____________________________________________________________________________
227 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
228         Log: Add test for sysread().
229      Branch: perl
230            ! t/io/utf8.t
231 ____________________________________________________________________________
232 [ 13072] By: nick                                  on 2001/11/18  16:15:31
233         Log: Allow dup'ing of PerlIO::Scalar etc.
234      Branch: perlio
235            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
236            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
237            ! perliol.h sv.c
238 ____________________________________________________________________________
239 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
240         Log: Prepend a null byte to the test set.
241      Branch: perl
242            ! t/io/utf8.t
243 ____________________________________________________________________________
244 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
245         Log: Document how "no utf8;" can become handy.
246      Branch: perl
247            ! lib/utf8.pm
248 ____________________________________________________________________________
249 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
250         Log: Integrate perlio; force the inclusion of the PL_runops_*
251      Branch: perl
252           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
253 ____________________________________________________________________________
254 [ 13068] By: nick                                  on 2001/11/18  13:23:33
255         Log: embed.pl generated changes I forgot to include
256      Branch: perlio
257            ! embedvar.h perlapi.h pod/perlapi.pod
258 ____________________________________________________________________________
259 [ 13067] By: nick                                  on 2001/11/18  12:50:19
260         Log: Force inclusion of both Perl_runops_* in perl itself,
261              so they are available for Peek.xs etc.
262      Branch: perlio
263            ! perlvars.h
264 ____________________________________________________________________________
265 [ 13066] By: nick                                  on 2001/11/18  11:00:34
266         Log: Integrate mainline - a few Devel::Peak fails.
267      Branch: perlio
268           +> (branch 29 files)
269            - ext/Thread/Thread.pm lib/Benchmark.t
270            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
271            - lib/Lingua/KO/Hangul/Util/README
272            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
273            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
274            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
275            - vms/ext/vmsish.pm vms/ext/vmsish.t
276            ! hv.c
277           !> (integrate 389 files)
278 ____________________________________________________________________________
279 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
280         Log: Start working on perldelta.  This is not yet any sort of
281              editing; just concatenating perl570delta, perl571delta,
282              and perl572delta.  Any sorting not done, any duplicate
283              removal not done, any removal or update of obsolete items
284              not done, any changes since 5.7.2 not included.  So there.
285      Branch: perl
286            ! pod/perldelta.pod
287 ____________________________________________________________________________
288 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
289         Log: Banish "use utf8".
290      Branch: perl
291            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
292 ____________________________________________________________________________
293 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
294         Log: Tweak from Charles Lane.
295      Branch: perl
296            ! vms/vms.c
297 ____________________________________________________________________________
298 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
299         Log: Integrate change #13058 from maintperl;
300              change#12559 breaks things on Win9x because command.com doesn't
301              grok dquotes at all; disable all the system() smarts for
302              command.com
303      Branch: perl
304           !> win32/win32.c
305 ____________________________________________________________________________
306 [ 13061] By: ams                                   on 2001/11/17  13:46:11
307         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
308              From: Jonathan Stowe <gellyfish@gellyfish.com>
309              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
310              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
311      Branch: perl
312            ! lib/Term/Cap.pm
313 ____________________________________________________________________________
314 [ 13060] By: ams                                   on 2001/11/17  09:49:10
315         Log: Subject: [PATCH9 File/Find.pm doc nits
316              From: Tels <perl_dummy@bloodgate.com>
317              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
318      Branch: perl
319            ! lib/File/Find.pm
320 ____________________________________________________________________________
321 [ 13059] By: ams                                   on 2001/11/17  09:38:38
322         Log: Subject: [PATCH] Benchmark.pm nit
323              From: Tels <perl_dummy@bloodgate.com>
324              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
325      Branch: perl
326            ! lib/Benchmark.pm
327 ____________________________________________________________________________
328 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
329         Log: change#12559 breaks things on Win9x because command.com doesn't
330              grok dquotes at all; disable all the system() smarts for
331              command.com
332      Branch: maint-5.6/perl
333            ! win32/win32.c
334 ____________________________________________________________________________
335 [ 13057] By: ams                                   on 2001/11/16  20:30:03
336         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
337              From: Andy Dougherty <doughera@lafayette.edu>
338              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
339              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
340      Branch: perl
341            ! lib/Unicode/UCD.t
342 ____________________________________________________________________________
343 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
344         Log: Subject: [Patch Perl@13023] VMS system() warning
345              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
346              Date: Fri, 16 Nov 2001 15:20:11 EST
347              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
348      Branch: perl
349            ! vms/vms.c
350 ____________________________________________________________________________
351 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
352         Log: It's neither-nor, and protect against the impossible.
353      Branch: perl
354            ! lib/Thread.pm
355 ____________________________________________________________________________
356 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
357         Log: 5005threads didn't work because $Thread::VERSION wasn't
358              visible.  Oops.
359      Branch: perl
360            ! ext/Thread/Makefile.PL lib/Thread.pm
361 ____________________________________________________________________________
362 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
363         Log: Robustness against Linux using something else than gcc;
364              based on
365              
366              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
367              From: Charles Randall <cfriv@yahoo.com>
368              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
369              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
370      Branch: perl
371            ! ext/Errno/Errno_pm.PL
372 ____________________________________________________________________________
373 [ 13052] By: ams                                   on 2001/11/16  16:46:39
374         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
375              From: Russ Allbery <rra@stanford.edu>
376              Date: 16 Nov 2001 09:44:21 -0800
377              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
378      Branch: perl
379            ! lib/Pod/ParseLink.pm
380 ____________________________________________________________________________
381 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
382         Log: Update perluniintro on the UTF-8 output matters
383              (that -w will warn unless the stream is explicitly UTF-8-ified).
384      Branch: perl
385            ! pod/perluniintro.pod
386 ____________________________________________________________________________
387 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
388         Log: Adding new files to MANIFEST is nice.
389      Branch: perl
390            ! MANIFEST
391 ____________________________________________________________________________
392 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
393         Log: Update Changes.
394      Branch: perl
395            ! Changes patchlevel.h
396 ____________________________________________________________________________
397 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
398         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
399              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
400              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
401              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
402      Branch: perl
403            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
404 ____________________________________________________________________________
405 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
406         Log: Rename perlunintro to perluniintro; regen toc.
407      Branch: perl
408            + pod/perluniintro.pod
409            - pod/perlunintro.pod
410            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
411 ____________________________________________________________________________
412 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
413         Log: Document the negated lookeahead trick to emulate
414              character class subtraction.
415      Branch: perl
416            ! pod/perlunicode.pod
417 ____________________________________________________________________________
418 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
419         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
420              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
421              Date: Fri, 16 Nov 2001 23:31:04 +0900
422              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
423              
424              (with the tweak that Cntrl is not C, it's Cc)
425      Branch: perl
426            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
427            ! lib/unicore/mktables
428 ____________________________________________________________________________
429 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
430         Log: Subject: [PATCH current] runtime runops switch
431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
432              Date: Fri, 16 Nov 2001 00:48:09 -0500
433              Message-ID: <20011116004809.A934@math.ohio-state.edu>
434      Branch: perl
435            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
436            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
437            ! pod/perlintern.pod proto.h run.c
438 ____________________________________________________________________________
439 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
440         Log: Further discourage old Thread code; tell how to tell
441              the difference.
442      Branch: perl
443            ! lib/Thread.pm
444 ____________________________________________________________________________
445 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
446         Log: A missing return; from Charles Lane.
447      Branch: perl
448            ! vms/vms.c
449 ____________________________________________________________________________
450 [ 13041] By: ams                                   on 2001/11/16  12:11:14
451         Log: Subject: [PATCH] Doc spellcheck + podcheck
452              From: Autrijus Tang <autrijus@egb.elixus.org>
453              Date: Thu, 15 Nov 2001 22:49:05 -0800
454              Message-Id: <20011116064905.GA44092@egb.elixus.org>
455              
456              Subject: [PATCH] podcheck+spellcheck, the rest of the story
457              From: Autrijus Tang <autrijus@egb.elixus.org>
458              Date: Fri, 16 Nov 2001 00:42:20 -0800
459              Message-Id: <20011116084220.GA44295@egb.elixus.org>
460              
461              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
462              From: Nicholas Clark <nick@ccl4.org>
463              Date: Fri, 16 Nov 2001 10:32:01 +0000
464              Message-Id: <20011116103200.F62891@plum.flirble.org>
465              (Applied after suitable de-mangling.)
466      Branch: perl
467            ! README.aix README.dgux README.dos README.epoc README.hpux
468            ! README.mint README.mpeix README.netware README.os2
469            ! README.os390 README.plan9 README.qnx README.solaris
470            ! README.threads doio.c pod/perl571delta.pod
471            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
472            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
473            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
474            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
475            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
476            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
477 ____________________________________________________________________________
478 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
479         Log: Avoid redefinedness warning for now.
480      Branch: perl
481            ! lib/Thread.pm
482 ____________________________________________________________________________
483 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
484         Log: use strict.
485      Branch: perl
486            ! lib/Thread.pm
487 ____________________________________________________________________________
488 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
489         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
490              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
491              Date: Thu, 15 Nov 2001 22:54:47 EST 
492              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
493      Branch: perl
494            ! vms/vms.c vms/vmspipe.com
495 ____________________________________________________________________________
496 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
497         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
498              From: "chromatic" <chromatic@rmci.net>
499              Date: Thu, 15 Nov 2001 19:54:23 -0700
500              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
501      Branch: perl
502            ! lib/File/stat.t
503 ____________________________________________________________________________
504 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
505         Log: Make Thread a wrapper for both ithreads and 5005threads.
506              Needs a lot of work and Arthur's eyeballing (and finishing
507              few missing odds and ends of threads.pm).  Now Thread
508              is an extension without its own .pm.
509              
510              If there are people who have experience working with
511              either the 5005threads or the ithreads: cleaning up
512              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
513              and porting the various Thread::* modules, like Thread::Queue,
514              to work also with ithreads, is needed.
515              
516              Removed the 5005threads requirement from the 5005 tests
517              for easier testing (not all of them work yet since
518              they use the Thread::* modules that have not been made
519              to work with ithreads).  Leave the 5005 tests named as
520              *.tx so that they are not run by "make test".
521      Branch: perl
522            + lib/Thread.pm
523            - ext/Thread/Thread.pm
524            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
525            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
526            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
527            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
528            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
529            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
530            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
531 ____________________________________________________________________________
532 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
533         Log: $VERSION "a5" doesn't quite work.
534      Branch: perl
535            ! ext/B/Makefile.PL
536 ____________________________________________________________________________
537 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
538         Log: Add the fruits of Larry Shatzer's version verifying script.
539              (There are some straddlers, but they will be fixed in the
540              upcoming releases of the modules.)
541      Branch: perl
542            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
543            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
544            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
545            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
546            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
547            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
548            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
549            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
550            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
551            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
552            ! wince/FindExt.pm
553 ____________________________________________________________________________
554 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
555         Log: Add Larry Shatzer's VERSION verifying script.
556      Branch: perl
557            + Porting/checkVERSION.pl
558            ! MANIFEST Porting/pumpkin.pod
559 ____________________________________________________________________________
560 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
561         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
562              From: Michael G Schwern <schwern@pobox.com>
563              Date: Thu, 15 Nov 2001 19:26:40 -0500
564              Message-ID: <20011115192640.R31399@blackrider>
565      Branch: perl
566            ! t/test.pl
567 ____________________________________________________________________________
568 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
569         Log: Document the MY_CXT business; from Paul Marquess.
570      Branch: perl
571            ! pod/perlxs.pod
572 ____________________________________________________________________________
573 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
574         Log: VMSCMD synch attempt.
575      Branch: perl
576            ! vms/vms.c vms/vmsish.h
577 ____________________________________________________________________________
578 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
579         Log: Advise against -P as instructed by Schwern.
580      Branch: perl
581            ! pod/perlrun.pod
582 ____________________________________________________________________________
583 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
584         Log: Subject: [PATCH] v-strings as Objects Step 1
585              From: John Peacock <jpeacock@rowman.com>
586              Date: Thu, 15 Nov 2001 12:41:04 -0500
587              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
588      Branch: perl
589            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
590            ! util.c
591 ____________________________________________________________________________
592 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
593         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
594              From: Michael G Schwern <schwern@pobox.com>
595              Date: Thu, 15 Nov 2001 12:47:59 -0500
596              Message-ID: <20011115124759.E31399@blackrider>
597      Branch: perl
598            + t/run/switchx.aux t/run/switchx.t
599            ! MANIFEST t/run/switches.t
600 ____________________________________________________________________________
601 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
602         Log: Upgrade to Getopt::Long 2.26_03.
603      Branch: perl
604            ! lib/Getopt/Long.pm
605 ____________________________________________________________________________
606 [ 13025] By: ams                                   on 2001/11/15  20:46:22
607         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
608              From: Michael G Schwern <schwern@pobox.com>
609              Date: Thu, 15 Nov 2001 16:24:11 -0500
610              Message-Id: <20011115162411.M31399@blackrider>
611      Branch: perl
612            ! vms/vms.c
613 ____________________________________________________________________________
614 [ 13024] By: ams                                   on 2001/11/15  19:32:06
615         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
616              From: rspier@pobox.com (Robert Spier)
617              Date: Thu, 15 Nov 2001 11:19:21 -0800
618              Message-Id: <15348.5433.732364.963687@rls.cx>
619      Branch: perl
620            ! op.c
621 ____________________________________________________________________________
622 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
623         Log: Update Changes.
624      Branch: perl
625            ! Changes patchlevel.h
626 ____________________________________________________________________________
627 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
628         Log: Subject: [PATCH] new tests for command-line switches
629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
630              Date: Thu, 15 Nov 2001 17:00:30 +0100
631              Message-ID: <20011115170030.A14193@rafael>
632      Branch: perl
633            + t/run/switches.t
634            ! MANIFEST
635 ____________________________________________________________________________
636 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
637         Log: Upgrade to podlators 1.13.
638      Branch: perl
639            + lib/Pod/ParseLink.pm
640            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
641            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
642            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
643            ! t/pod/pod2usage.xr t/pod/podselect.xr
644 ____________________________________________________________________________
645 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
646         Log: skip "might be used uninitialized".
647      Branch: perl
648            ! pp_sys.c
649 ____________________________________________________________________________
650 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
651         Log: Fix for "perlio bug in koi8-r encoding".  The problem
652              seemed to be that binmode() always flushed the handle,
653              which is not so good when switching encodings.  Fixed,
654              added Matt Sergeant's testcase, documented in perlfunc/binmode,
655              also added a pointer about disciplines to perlfunc/open,
656              and in general cleaned up and reformatted the open entry.
657      Branch: perl
658            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
659 ____________________________________________________________________________
660 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
661         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
662              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
663              Date: 15 Nov 2001 08:57:06 -0000
664              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
665              
666              chop() and chomp() are not real list functions,
667              so let's not have them overrideable.  (Casey will
668              be confused since in #7071 he patched the other way.)
669      Branch: perl
670            ! pod/perlfunc.pod toke.c
671 ____________________________________________________________________________
672 [ 13017] By: ams                                   on 2001/11/15  12:56:49
673         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
674              From: Robin Barker <rmb1@cise.npl.co.uk>
675              Date: Thu, 15 Nov 2001 13:48:34 GMT
676              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
677              (Applied with tweaks.)
678      Branch: perl
679            ! pod/perltrap.pod
680 ____________________________________________________________________________
681 [ 13016] By: ams                                   on 2001/11/15  09:12:48
682         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
684              Date: Thu, 15 Nov 2001 09:06:39 +0100
685              Message-Id: <20011115090639.A13005@rafael>
686      Branch: perl
687            ! pod/perlrun.pod
688 ____________________________________________________________________________
689 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
690         Log: "link =" from utils.lst was being processed oddly.
691      Branch: perl
692            ! installman
693 ____________________________________________________________________________
694 [ 13014] By: ams                                   on 2001/11/15  02:52:52
695         Log: Subject: [PATCH current] CreateTTY in -d
696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
697              Date: Wed, 14 Nov 2001 21:26:31 -0500
698              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
699      Branch: perl
700            ! lib/perl5db.pl
701 ____________________________________________________________________________
702 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
703         Log: Corify the Filter::Simple tests. 
704      Branch: perl
705            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
706            ! lib/Filter/Simple/t/filter_only.t
707 ____________________________________________________________________________
708 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
709         Log: Upgrade to Filter::Simple 0.70.
710      Branch: perl
711            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
712            + t/lib/FilterOnlyTest.pm
713            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
714            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
715            ! t/lib/FilterTest.pm
716 ____________________________________________________________________________
717 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
718         Log: Cleanliness inspired by Cygwin.
719      Branch: perl
720            ! Makefile.SH x2p/Makefile.SH
721 ____________________________________________________________________________
722 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
723         Log: Add perlunintro (formerly known as perlunitut); regen toc.
724      Branch: perl
725            + pod/perlunintro.pod
726            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
727 ____________________________________________________________________________
728 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
729         Log: FAQ sync.
730      Branch: perl
731            ! pod/perlfaq6.pod
732 ____________________________________________________________________________
733 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
734         Log: Quieten pgcc 2.91.66 worries.
735      Branch: perl
736            ! gv.c pp_ctl.c utf8.c
737 ____________________________________________________________________________
738 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
739         Log: Upgrade to Switch 2.06.
740      Branch: perl
741            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
742            ! lib/Switch/t/nested.t
743 ____________________________________________________________________________
744 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
745         Log: Upgrade to Attribute::Handlers 0.76.
746      Branch: perl
747            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
748            ! lib/Attribute/Handlers/README
749            ! lib/Attribute/Handlers/demo/Demo.pm
750            ! lib/Attribute/Handlers/demo/Descriptions.pm
751            ! lib/Attribute/Handlers/demo/MyClass.pm
752            ! lib/Attribute/Handlers/demo/demo_cycle.pl
753            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
754            ! lib/Attribute/Handlers/t/multi.t
755 ____________________________________________________________________________
756 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
757         Log: Signedness nit.
758      Branch: perl
759            ! regexec.c
760 ____________________________________________________________________________
761 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
762         Log: VERSIONize.
763      Branch: perl
764            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
765            ! lib/integer.pm
766 ____________________________________________________________________________
767 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
768         Log: No pod in internal Net::FTP classes.
769      Branch: perl
770            ! pod/buildtoc.PL
771 ____________________________________________________________________________
772 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
773         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
774              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
775              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
776              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
777      Branch: perl
778            ! regexec.c
779 ____________________________________________________________________________
780 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
781         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
782              Pudge correctly).
783      Branch: perl
784            ! t/test.pl
785 ____________________________________________________________________________
786 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
787         Log: Add comments to mark where $^X is being handled.
788      Branch: perl
789            ! perl.c toke.c
790 ____________________________________________________________________________
791 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
792         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
793              From: Michael G Schwern <schwern@pobox.com>
794              Date: Wed, 14 Nov 2001 16:38:25 -0500
795              Message-ID: <20011114163825.D6519@blackrider>
796      Branch: perl
797            ! t/op/repeat.t
798 ____________________________________________________________________________
799 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
800         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
801              From: Michael G Schwern <schwern@pobox.com>
802              Date: Wed, 14 Nov 2001 13:19:15 -0500
803              Message-ID: <20011114131915.K5096@blackrider>
804      Branch: perl
805            ! t/op/die_exit.t
806 ____________________________________________________________________________
807 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
808         Log: Subject: Re: [PATCH] new version of runperl()
809              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
810              Date: Wed, 14 Nov 2001 15:39:12 EST
811              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
812              
813              "VMS $^X pipes etc" patch.
814      Branch: perl
815            ! vms/vms.c
816 ____________________________________________________________________________
817 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
818         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
819              and add "verbose" option to show the final command.
820      Branch: perl
821            ! t/test.pl
822 ____________________________________________________________________________
823 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
824         Log: Goof in some of the comment fields of #12994.
825      Branch: perl
826            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
827            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
828            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
829            ! lib/unicore/In/9.pl
830 ____________________________________________________________________________
831 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
832         Log: The First, Last ranges in the Unicode data weren't
833              getting their general categories added properly;
834              noticed by Jeffrey Friedl.
835      Branch: perl
836            ! lib/unicore/Category.pl lib/unicore/In/0.pl
837            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
838            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
839            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
840            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
841            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
842            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
843            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
844            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
845            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
846            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
847            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
848            ! lib/unicore/mktables
849 ____________________________________________________________________________
850 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
851         Log: Subject: [PATCH] new version of runperl()
852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
853              Date: Wed, 14 Nov 2001 12:23:01 +0100
854              Message-ID: <20011114122301.A29384@rafael>
855      Branch: perl
856            ! t/io/argv.t t/test.pl
857 ____________________________________________________________________________
858 [ 12992] By: ams                                   on 2001/11/14  13:40:39
859         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
860              From: Michael G Schwern <schwern@pobox.com>
861              Date: Tue, 13 Nov 2001 23:17:54 -0500
862              Message-Id: <20011113231754.S32567@blackrider>
863      Branch: perl
864            ! perl.c
865 ____________________________________________________________________________
866 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
867         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
868              From: Philip Newton <Philip.Newton@gmx.net>
869              Date: Wed, 14 Nov 2001 10:59:53 +0100
870              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
871              
872              plus a lot of paragraph reformatting because of long lines.
873      Branch: perl
874            ! pod/perlapio.pod
875 ____________________________________________________________________________
876 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
877         Log: A bool is not a pointer.
878      Branch: perl
879            ! pp_sys.c
880 ____________________________________________________________________________
881 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
882         Log: AUTHORS updates.
883      Branch: perl
884            ! AUTHORS
885 ____________________________________________________________________________
886 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
887         Log: There are several MIME RFCs.
888      Branch: perl
889            ! ext/Encode/Encode.pm
890 ____________________________________________________________________________
891 [ 12987] By: ams                                   on 2001/11/14  01:09:28
892         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
893              From: Michael G Schwern <schwern@pobox.com>
894              Date: Tue, 13 Nov 2001 20:59:13 -0500
895              Message-Id: <20011113205913.H32567@blackrider>
896      Branch: perl
897            ! t/op/groups.t vms/test.com
898 ____________________________________________________________________________
899 [ 12986] By: ams                                   on 2001/11/14  01:07:06
900         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
901              From: Michael G Schwern <schwern@pobox.com>
902              Date: Tue, 13 Nov 2001 20:51:34 -0500
903              Message-Id: <20011113205134.F32567@blackrider>
904      Branch: perl
905            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
906 ____________________________________________________________________________
907 [ 12985] By: ams                                   on 2001/11/14  00:43:59
908         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
909              From: Michael G Schwern <schwern@pobox.com>
910              Date: Tue, 13 Nov 2001 20:38:42 -0500
911              Message-Id: <20011113203842.E32567@blackrider>
912      Branch: perl
913            ! pod/perlport.pod
914 ____________________________________________________________________________
915 [ 12984] By: ams                                   on 2001/11/14  00:32:15
916         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
917              From: Michael G Schwern <schwern@pobox.com>
918              Date: Tue, 13 Nov 2001 20:27:02 -0500
919              Message-Id: <20011113202702.D32567@blackrider>
920      Branch: perl
921            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
922            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
923            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
924            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
925 ____________________________________________________________________________
926 [ 12983] By: ams                                   on 2001/11/14  00:00:27
927         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
928              From: Michael G Schwern <schwern@pobox.com>
929              Date: Tue, 13 Nov 2001 19:51:59 -0500
930              Message-Id: <20011113195159.B32567@blackrider>
931      Branch: perl
932            ! pod/perlport.pod
933 ____________________________________________________________________________
934 [ 12982] By: ams                                   on 2001/11/13  23:53:11
935         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
936              From: Larry Shatzer <fugazi@zippy.zyx.net>
937              Date: Tue, 13 Nov 2001 17:27:59 -0700
938              Message-Id: <20011113172759.E27768@zippy.zyx.net>
939      Branch: perl
940            ! pod/perlapio.pod
941 ____________________________________________________________________________
942 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
943         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
944              "large enough" Unicode characters returned more than one
945              as their "Unicode size".
946      Branch: perl
947            ! pp_sys.c t/io/utf8.t
948 ____________________________________________________________________________
949 [ 12980] By: ams                                   on 2001/11/13  19:32:33
950         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
951              From: "Craig A. Berry" <craigberry@mac.com>
952              Date: Tue, 13 Nov 2001 14:33:25 -0600
953              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
954      Branch: perl
955            ! vms/gen_shrfls.pl
956 ____________________________________________________________________________
957 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
958         Log: Subject: Minor patch to Encode.pm (detypo)
959              From: "Philip Newton" <Philip.Newton@gmx.net>
960              Date: Tue, 13 Nov 2001 20:11:01 +0100
961              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
962      Branch: perl
963            ! ext/Encode/Encode.pm
964 ____________________________________________________________________________
965 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
966         Log: Evil tabulators.
967      Branch: perl
968            ! ext/Encode/Encode.pm
969 ____________________________________________________________________________
970 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
971         Log: Document the available encodings.
972      Branch: perl
973            ! ext/Encode/Encode.pm
974 ____________________________________________________________________________
975 [ 12976] By: ams                                   on 2001/11/13  17:14:07
976         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
977              From: Barrie Slaymaker <barries@slaysys.com>
978              Date: Tue, 13 Nov 2001 12:41:36 -0500
979              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
980      Branch: perl
981            ! t/op/universal.t
982 ____________________________________________________________________________
983 [ 12975] By: ams                                   on 2001/11/13  16:24:21
984         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
985              From: Barrie Slaymaker <barries@slaysys.com>
986              Date: Tue, 13 Nov 2001 10:56:20 -0500
987              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
988              (Test applied with minor tweaks and ->isa("HASH") omission.)
989      Branch: perl
990            ! lib/UNIVERSAL.pm t/op/universal.t
991 ____________________________________________________________________________
992 [ 12974] By: ams                                   on 2001/11/13  15:46:07
993         Log: Subject: [PATCH Benchmark.pm] docco tweaks
994              From: Barrie Slaymaker <barries@slaysys.com>
995              Date: Tue, 13 Nov 2001 11:34:45 -0500
996              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
997      Branch: perl
998            ! lib/Benchmark.pm
999 ____________________________________________________________________________
1000 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
1001         Log: Subject: [PATCH] Attack of the C loops, round 1
1002              From: Richard Soderberg <rs@oregonnet.com>
1003              Date: Mon, 12 Nov 2001 12:07:29 -0800
1004              Message-Id: <200111122007.MAA01994@oregonnet.com>
1005              
1006              Subject: [PATCH] bytecode.pl (tiny patch)
1007              From: Richard Soderberg <rs@oregonnet.com>
1008              Date: Mon, 12 Nov 2001 12:53:24 -0800
1009              Message-Id: <200111122053.MAA06272@oregonnet.com>
1010      Branch: perl
1011            ! bytecode.pl installhtml
1012 ____________________________________________________________________________
1013 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
1014         Log: Subject: [PATCH] Update to Filter::Util::Call
1015              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1016              Date: Sun, 11 Nov 2001 22:33:33 -0000
1017              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
1018              
1019              Use the new CXT* macros.
1020      Branch: perl
1021            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1022 ____________________________________________________________________________
1023 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
1024         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
1025              From: Michael G Schwern <schwern@pobox.com>
1026              Date: Mon, 12 Nov 2001 20:50:34 -0500
1027              Message-ID: <20011112205034.H2888@blackrider>
1028      Branch: perl
1029            + lib/vmsish.pm lib/vmsish.t
1030            - vms/ext/vmsish.pm vms/ext/vmsish.t
1031            ! MANIFEST vms/descrip_mms.template
1032 ____________________________________________________________________________
1033 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
1034         Log: :utf8 works only with perlio.
1035      Branch: perl
1036            ! lib/open.t
1037 ____________________________________________________________________________
1038 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
1039         Log: Subject: Re: @Config -"des" not quite working on VMS
1040              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1041              Date: Tue, 13 Nov 2001 08:35:13 EST 
1042              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
1043      Branch: perl
1044            ! configure.com
1045 ____________________________________________________________________________
1046 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
1047         Log: Subject: [PATCH] lib/charnames.pm 
1048              From: Jeffrey Friedl <jfriedl@yahoo.com>
1049              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
1050              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
1051      Branch: perl
1052            ! lib/charnames.pm
1053 ____________________________________________________________________________
1054 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
1055         Log: Docs for Mac::err.
1056      Branch: maint-5.6/macperl
1057            ! macos/ext/Mac/err/err.pm
1058 ____________________________________________________________________________
1059 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
1060         Log: Some cleanup; change some globals to references for
1061              possible persistence later.
1062      Branch: maint-5.6/macperl
1063            ! macos/lib/Mac/Glue.pm
1064 ____________________________________________________________________________
1065 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
1066         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
1067      Branch: maint-5.6/macperl
1068            ! macos/ext/Mac/Files/Files.pm
1069 ____________________________________________________________________________
1070 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
1071         Log: Get Mac::Navigation to compile (bug #464684).
1072      Branch: maint-5.6/macperl
1073            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
1074            ! macos/ext/Mac/Navigation/Makefile.PL
1075            ! macos/ext/Mac/Navigation/Navigation.xs
1076            ! macos/macperl/Makefile.mk
1077 ____________________________________________________________________________
1078 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
1079         Log: Add in modules and POD to help menu.
1080      Branch: maint-5.6/macperl
1081            ! macos/macperl/MacPerl.podhelp
1082 ____________________________________________________________________________
1083 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
1084         Log: Update bundled modules.
1085      Branch: maint-5.6/macperl
1086            + macos/bundled_ext/Filter/t/FilterTest.pm
1087            + macos/bundled_ext/List/Util/t/shuffle.t
1088            + macos/bundled_ext/Storable/t/compat06.t
1089            + macos/bundled_ext/Storable/t/st-dump.pl
1090            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
1091            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
1092            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
1093            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
1094            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
1095            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
1096            + macos/bundled_lib/blib/lib/lwpcook.pod
1097            + macos/bundled_lib/t/Filter/Simple/filter.t
1098            + macos/bundled_lib/t/Switch/t/given.t
1099            + macos/bundled_lib/t/Switch/t/nested.t
1100            + macos/bundled_lib/t/Switch/t/switch.t
1101            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
1102            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
1103            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
1104            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
1105            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
1106            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
1107            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
1108            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
1109            + macos/bundled_lib/t/URI/rfc2732.t
1110            + macos/bundled_lib/t/libnet/config.t
1111            + macos/bundled_lib/t/libnet/libnet_t.pl
1112            + macos/bundled_lib/t/libwww-perl/live/google.t
1113            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
1114            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
1115            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
1116            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
1117            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
1118            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
1119            + macos/bundled_lib/t/libwww-perl/live/validator.t
1120            - macos/bundled_ext/Filter/t/MyFilter.pm
1121            - macos/bundled_ext/Storable/t/compat-0.6.t
1122            - macos/bundled_ext/Storable/t/dump.pl
1123            - macos/bundled_ext/Time/Piece/Makefile.PL
1124            - macos/bundled_ext/Time/Piece/Piece.pm
1125            - macos/bundled_ext/Time/Piece/Piece.t
1126            - macos/bundled_ext/Time/Piece/Piece.xs
1127            - macos/bundled_ext/Time/Piece/README
1128            - macos/bundled_ext/Time/Piece/Seconds.pm
1129            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
1130            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
1131            - macos/bundled_lib/blib/lib/Net/PH.pm
1132            - macos/bundled_lib/blib/lib/Net/SNPP.pm
1133            - macos/bundled_lib/blib/lib/Text/Balanced.pod
1134            - macos/bundled_lib/t/Filter/Simple/test.pl
1135            - macos/bundled_lib/t/Switch/test.pl
1136            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
1137            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1138            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
1139            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1140            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
1141            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
1142            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1143            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
1144            - macos/bundled_lib/t/libnet/ph.t
1145            ! (edit 125 files)
1146 ____________________________________________________________________________
1147 [ 12961] By: ams                                   on 2001/11/13  00:45:08
1148         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
1149              From: Michael G Schwern <schwern@pobox.com>
1150              Date: Mon, 12 Nov 2001 20:16:45 -0500
1151              Message-Id: <20011112201644.G2888@blackrider>
1152      Branch: perl
1153            ! pod/perlport.pod
1154 ____________________________________________________________________________
1155 [ 12960] By: ams                                   on 2001/11/12  23:54:00
1156         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
1157              Recoving dup tests for VMS
1158              From: Michael G Schwern <schwern@pobox.com>
1159              Date: Mon, 12 Nov 2001 19:35:33 -0500
1160              Message-Id: <20011112193533.D2888@blackrider>
1161      Branch: perl
1162            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
1163 ____________________________________________________________________________
1164 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
1165         Log: Update Changes.
1166      Branch: perl
1167            ! Changes patchlevel.h
1168 ____________________________________________________________________________
1169 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
1170         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
1171              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
1172              Date: Mon, 12 Nov 2001 12:35:18 EST 
1173              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
1174      Branch: perl
1175            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
1176            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
1177 ____________________________________________________________________________
1178 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
1179         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
1180              From: Barrie Slaymaker <barries@slaysys.com>
1181              Date: Mon, 12 Nov 2001 11:19:52 -0500
1182              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
1183      Branch: perl
1184            ! lib/File/Spec.t lib/File/Spec/Win32.pm
1185 ____________________________________________________________________________
1186 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
1187         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
1188              From: Barrie Slaymaker <barries@slaysys.com>
1189              Date: Mon, 12 Nov 2001 11:07:36 -0500
1190              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
1191      Branch: perl
1192            ! lib/Benchmark.pm
1193 ____________________________________________________________________________
1194 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
1195         Log: Misplaced test, noticed by Barrie Slaymaker.
1196              (We are missing Benchmark tests, then.)
1197      Branch: perl
1198            + ext/Devel/DProf/DProf.t
1199            - lib/Benchmark.t
1200            ! MANIFEST
1201 ____________________________________________________________________________
1202 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
1203         Log: Subject: [PATCH] a few typo fixes 
1204              From: Jeffrey Friedl <jfriedl@yahoo.com>
1205              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
1206              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
1207              
1208              Patching README.foo instead of pod/perlfoo.pod,
1209              not patching Math::BigInt (Tels will take care of that),
1210              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
1211              and perldoc.PL instead of libnetcfg and perldoc, patching
1212              ext/Digest/MD5/t/files.t since MD5.pm was changed.
1213      Branch: perl
1214            ! (edit 109 files)
1215 ____________________________________________________________________________
1216 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
1217         Log: Add a note about the dangers of bad UTF-8.
1218      Branch: perl
1219            ! pod/perlunicode.pod
1220 ____________________________________________________________________________
1221 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
1222         Log: NetWare Nit from Ananth Kesari.
1223      Branch: perl
1224            ! NetWare/config.wc
1225 ____________________________________________________________________________
1226 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
1227         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
1228      Branch: perl
1229            ! ext/Encode/Encode.pm
1230 ____________________________________________________________________________
1231 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
1232         Log: (retracted by #12951)
1233      Branch: perl
1234            ! ext/Encode/Encode.pm
1235 ____________________________________________________________________________
1236 [ 12949] By: ams                                   on 2001/11/12  06:40:18
1237         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
1238              From: Robert Spier <rspier@pobox.com>
1239              Date: Sun, 11 Nov 2001 18:50:18 -0800
1240              Message-Id: <15343.14570.121505.233336@rls.cx>
1241              
1242              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
1243              From: Rick Delaney <rick.delaney@home.com>
1244              Date: 12 Nov 2001 00:15:52 -0500
1245              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
1246      Branch: perl
1247            ! pp_hot.c t/op/taint.t
1248 ____________________________________________________________________________
1249 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
1250         Log: It seems that we actually have this detail implemented
1251              as for as Level 1 Support of Unicode regex support is
1252              concerned: at Level 1 only 1:1 support for loose
1253              (aka caseless, aka caseigoring ) matching is required.
1254      Branch: perl
1255            ! pod/perlunicode.pod
1256 ____________________________________________________________________________
1257 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
1258         Log: (retracted by #12951)
1259      Branch: perl
1260            ! ext/Encode/Encode.pm
1261 ____________________________________________________________________________
1262 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
1263         Log: BOM, bom, Bom.
1264      Branch: perl
1265            ! pod/perlunicode.pod
1266 ____________________________________________________________________________
1267 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
1268         Log: Upgrade to Math::BigInt 1.46.
1269      Branch: perl
1270            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1271            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1272            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1273            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
1274            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1275 ____________________________________________________________________________
1276 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
1277         Log: Subject: Re: PERFORCE change 12943 for review
1278              From: "Philip Newton" <Philip.Newton@gmx.net>
1279              Date: Sun, 11 Nov 2001 20:53:36 +0100
1280              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
1281      Branch: perl
1282            ! pod/perlunicode.pod
1283 ____________________________________________________________________________
1284 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
1285         Log: Doc updates; make the Unicode discussions a little
1286              bit less alarming, and add information about encodings,
1287              surrogates, and BOMs.
1288      Branch: perl
1289            ! pod/perlunicode.pod
1290 ____________________________________________________________________________
1291 [ 12942] By: ams                                   on 2001/11/11  16:45:00
1292         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
1293              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
1294              Date: Mon, 12 Nov 2001 00:22:57 +0900
1295              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
1296      Branch: perl
1297            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1298            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1299 ____________________________________________________________________________
1300 [ 12941] By: ams                                   on 2001/11/11  13:01:40
1301         Log: Subject: Re: PERFORCE change 12929 for review
1302              From: "Philip Newton" <Philip.Newton@gmx.net>
1303              Date: Sun, 11 Nov 2001 14:27:44 +0100
1304              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
1305      Branch: perl
1306            ! MANIFEST
1307 ____________________________________________________________________________
1308 [ 12940] By: ams                                   on 2001/11/11  05:06:43
1309         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
1310              From: Michael G Schwern <schwern@pobox.com>
1311              Date: Thu, 8 Nov 2001 22:56:45 -0500
1312              Message-Id: <20011108225645.H5587@blackrider>
1313      Branch: perl
1314            ! t/op/chdir.t
1315 ____________________________________________________________________________
1316 [ 12939] By: ams                                   on 2001/11/11  05:01:00
1317         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
1318              From: Michael G Schwern <schwern@pobox.com>
1319              Date: Sun, 11 Nov 2001 00:54:43 -0500
1320              Message-Id: <20011111005443.A24450@blackrider>
1321      Branch: perl
1322            ! ext/Cwd/t/cwd.t
1323 ____________________________________________________________________________
1324 [ 12938] By: ams                                   on 2001/11/11  03:25:13
1325         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
1326              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
1327              From: "chromatic" <chromatic@rmci.net>
1328              Date: Sat, 10 Nov 2001 21:03:20 -0700
1329              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
1330      Branch: perl
1331            ! lib/File/stat.pm lib/File/stat.t
1332 ____________________________________________________________________________
1333 [ 12937] By: ams                                   on 2001/11/11  02:05:23
1334         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
1335              From: "Craig A. Berry" <craigberry@mac.com>
1336              Date: Sat, 10 Nov 2001 17:23:52 -0600
1337              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
1338      Branch: perl
1339            ! t/op/magic.t
1340 ____________________________________________________________________________
1341 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
1342         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
1343      Branch: perl
1344            ! lib/open.pm lib/open.t
1345 ____________________________________________________________________________
1346 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
1347         Log: The Official name of ASCII.
1348      Branch: perl
1349            ! ext/Encode/Encode.pm
1350 ____________________________________________________________________________
1351 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
1352         Log: The KOI8-R example wasn't quite right.
1353      Branch: perl
1354            ! lib/open.pm lib/open.t
1355 ____________________________________________________________________________
1356 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
1357         Log: Enhance the open pragma to support :utf8, :locale,
1358              and :encoding directly as special cases, and rename
1359              the INOUT to IO.
1360      Branch: perl
1361            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
1362 ____________________________________________________________________________
1363 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
1364         Log: Document the UTF-16 surrogate encoding and decoding.
1365      Branch: perl
1366            ! ext/Encode/Encode.pm
1367 ____________________________________________________________________________
1368 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
1369         Log: A potential recursion breaker.
1370      Branch: perl
1371            ! sv.c
1372 ____________________________________________________________________________
1373 [ 12930] By: ams                                   on 2001/11/10  07:46:53
1374         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
1375              (was Re: perl@12892)
1376              From: "chromatic" <chromatic@rmci.net>
1377              Date: Sat, 10 Nov 2001 01:28:09 -0700
1378              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
1379      Branch: perl
1380            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1381            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1382            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1383            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1384 ____________________________________________________________________________
1385 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
1386         Log: Add a test for the bytes pragma.
1387      Branch: perl
1388            + lib/bytes.t
1389            ! MANIFEST
1390 ____________________________________________________________________________
1391 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
1392         Log: Doc update.
1393      Branch: perl
1394            ! lib/bytes.pm
1395 ____________________________________________________________________________
1396 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
1397         Log: Cease to exist.
1398      Branch: perl
1399            - lib/Unicode/Normalize.pm
1400 ____________________________________________________________________________
1401 [ 12926] By: ams                                   on 2001/11/10  03:23:16
1402         Log: Subject: [patch] my_setenv speedup + fixes
1403              From: Doug MacEachern <dougm@covalent.net>
1404              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
1405              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
1406      Branch: perl
1407            ! util.c
1408 ____________________________________________________________________________
1409 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
1410         Log: Newline trouble.
1411      Branch: perl
1412            ! lib/ExtUtils/Embed.t
1413 ____________________________________________________________________________
1414 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
1415         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
1416              From: "Craig A. Berry" <craigberry@mac.com>
1417              Date: Fri, 09 Nov 2001 18:13:16 -0600
1418              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
1419      Branch: perl
1420            ! vms/munchconfig.c
1421 ____________________________________________________________________________
1422 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
1423         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
1424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1425              Date: Sat, 10 Nov 2001 00:10:45 +0100
1426              Message-ID: <20011110001045.A11945@rafael>
1427      Branch: perl
1428            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
1429            + t/run/switchn.t t/run/switchp.t
1430            ! MANIFEST
1431 ____________________________________________________________________________
1432 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
1433         Log: Subject: [PATCH] some tests not cleaning up properly               
1434              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1435              Date: Fri, 9 Nov 2001 22:13:10 +0100
1436              Message-ID: <20011109221310.A11115@rafael>
1437      Branch: perl
1438            ! ext/Cwd/t/cwd.t t/io/argv.t
1439 ____________________________________________________________________________
1440 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
1441         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
1442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1443              Date: Fri, 9 Nov 2001 15:07:19 EST
1444              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
1445      Branch: perl
1446            ! lib/ExtUtils/Embed.t
1447 ____________________________________________________________________________
1448 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
1449         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
1450              have been copied so it shouldn't be freed in perl_destruct()
1451      Branch: perl
1452            ! perl.c
1453 ____________________________________________________________________________
1454 [ 12919] By: ams                                   on 2001/11/09  15:36:22
1455         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
1456              From: Michael G Schwern <schwern@pobox.com>
1457              Date: Fri, 9 Nov 2001 00:38:59 -0500
1458              Message-Id: <20011109003859.K5587@blackrider>
1459              (Applied with directory name changes suggested by Craig Berry.)
1460      Branch: perl
1461            ! ext/Cwd/t/cwd.t
1462 ____________________________________________________________________________
1463 [ 12918] By: ams                                   on 2001/11/09  15:29:15
1464         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
1465              From: Michael G Schwern <schwern@pobox.com>
1466              Date: Fri, 9 Nov 2001 01:44:14 -0500
1467              Message-Id: <20011109014414.N5587@blackrider>
1468      Branch: perl
1469            ! vms/ext/filespec.t
1470 ____________________________________________________________________________
1471 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
1472         Log: Update Changes.
1473      Branch: perl
1474            ! Changes patchlevel.h
1475 ____________________________________________________________________________
1476 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
1477         Log: Regen toc.
1478      Branch: perl
1479            ! pod/perltoc.pod
1480 ____________________________________________________________________________
1481 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
1482         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
1483              see http://www.jepstone.net/bjepson//jpl/cvs.html
1484      Branch: perl
1485            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1486 ____________________________________________________________________________
1487 [ 12914] By: ams                                   on 2001/11/09  14:05:12
1488         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
1489              From: Michael G Schwern <schwern@pobox.com>
1490              Date: Thu, 8 Nov 2001 22:05:49 -0500
1491              Message-Id: <20011108220549.F5587@blackrider>
1492      Branch: perl
1493            ! vms/test.com
1494 ____________________________________________________________________________
1495 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
1496         Log: NetWare update from Ananth Kesari.
1497      Branch: perl
1498            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
1499 ____________________________________________________________________________
1500 [ 12912] By: ams                                   on 2001/11/09  13:40:26
1501         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
1502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1503              Date: Fri, 9 Nov 2001 14:32:28 +0100
1504              Message-Id: <20011109143228.A18996@rafael>
1505      Branch: perl
1506            ! perl.c
1507 ____________________________________________________________________________
1508 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
1509         Log: FAQ sync.
1510      Branch: perl
1511            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1512            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1513            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
1514 ____________________________________________________________________________
1515 [ 12910] By: ams                                   on 2001/11/09  07:33:49
1516         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
1517              From: Michael G Schwern <schwern@pobox.com>
1518              Date: Fri, 9 Nov 2001 00:41:56 -0500
1519              Message-Id: <20011109004156.L5587@blackrider>
1520      Branch: perl
1521            ! lib/File/Find/t/find.t
1522 ____________________________________________________________________________
1523 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
1524         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
1525              The CPAN distribution has both pm and XS implementations,
1526              and for performance reasons we choose the XS.
1527              Another reason to choose the XS is that it doesn't
1528              require Lingua::KO::Hangul::Util, which means that
1529              we can delete that-- which in turn means that Unicode::UCD
1530              cannot expect that: support it, but don't expect.
1531              Ditto Unicode::Collate.
1532              
1533              Note that Unicode::Normalize Makefile.PL and
1534              Normalize.xs have been modified from the CPAN 0.10
1535              versions: the first one to be simpler (no pm) and
1536              clean up the generated unf*.h files, the second one
1537              to quench compiler grumblings.  Must notify Sadahiro
1538              about these changes.
1539      Branch: perl
1540            + ext/Unicode/Normalize/Changes
1541            + ext/Unicode/Normalize/Makefile.PL
1542            + ext/Unicode/Normalize/Normalize.pm
1543            + ext/Unicode/Normalize/Normalize.pod
1544            + ext/Unicode/Normalize/Normalize.xs
1545            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1546            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1547            + ext/Unicode/Normalize/t/test.t
1548            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1549            - lib/Lingua/KO/Hangul/Util/README
1550            - lib/Lingua/KO/Hangul/Util/t/test.t
1551            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
1552            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
1553            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
1554            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
1555            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
1556            ! win32/makefile.mk
1557 ____________________________________________________________________________
1558 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
1559         Log: Test miscounting.
1560      Branch: perl
1561            ! ext/POSIX/t/posix.t
1562 ____________________________________________________________________________
1563 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
1564         Log: Quote the variables in failures messages more nicely.
1565      Branch: perl
1566            ! t/test.pl
1567 ____________________________________________________________________________
1568 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
1569         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1570              From: Michael G Schwern <schwern@pobox.com>
1571              Date: Thu, 8 Nov 2001 17:24:49 -0500
1572              Message-ID: <20011108172449.A5587@blackrider>
1573              
1574              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1575              From: "Craig A. Berry" <craigberry@mac.com>
1576              Date: Thu, 8 Nov 2001 16:35:00 -0600
1577              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
1578      Branch: perl
1579            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
1580 ____________________________________________________________________________
1581 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
1582         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
1583              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1584              Date: Thu, 8 Nov 2001 22:52:50 -0000
1585              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
1586      Branch: perl
1587            ! ext/DB_File/t/db-recno.t
1588 ____________________________________________________________________________
1589 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
1590         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
1591              (Probably not an EBCDIC issue the way one would think
1592              since no chr() et alia are used in UCD.pm.)
1593      Branch: perl
1594            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1595 ____________________________________________________________________________
1596 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
1597         Log: Whether overwriting the $self->{...} values (see #12902)
1598              is a good policy or not is debatable, but let's at least
1599              be consistent.
1600      Branch: perl
1601            ! lib/ExtUtils/MM_Unix.pm
1602 ____________________________________________________________________________
1603 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
1604         Log: The MakeMaker argument () quoting patch that sneaked
1605              in at #12883 didn't handle make macros like this $(...).
1606              Leaning toothpicks, we've got them.
1607      Branch: perl
1608            ! lib/ExtUtils/MM_Unix.pm
1609 ____________________________________________________________________________
1610 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
1611         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
1612              From: Michael G Schwern <schwern@pobox.com>
1613              Date: Wed, 7 Nov 2001 02:02:29 -0500
1614              Message-ID: <20011107020229.K2858@blackrider>
1615      Branch: perl
1616            ! t/io/argv.t t/test.pl vms/test.com
1617 ____________________________________________________________________________
1618 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
1619         Log: Subject: [PATCH 20011106.084] -s on #! line 
1620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1621              Date: Wed, 7 Nov 2001 22:23:39 +0100
1622              Message-ID: <20011107222339.E729@rafael>
1623      Branch: perl
1624            ! embed.h embed.pl perl.c proto.h toke.c
1625 ____________________________________________________________________________
1626 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
1627         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
1628              From: Michael G Schwern <schwern@pobox.com>
1629              Date: Wed, 7 Nov 2001 16:52:49 -0500
1630              Message-ID: <20011107165249.I7346@blackrider>
1631      Branch: perl
1632            ! pod/perlhack.pod
1633 ____________________________________________________________________________
1634 [ 12898] By: ams                                   on 2001/11/08  13:02:19
1635         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1636              From: Mark-Jason Dominus <mjd@plover.com>
1637              Date: Thu, 08 Nov 2001 08:59:02 -0500
1638              Message-Id: <20011108135902.2275.qmail@plover.com>
1639      Branch: perl
1640            ! INSTALL README README.amiga README.os2 README.vms
1641            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
1642            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
1643 ____________________________________________________________________________
1644 [ 12897] By: ams                                   on 2001/11/08  12:49:28
1645         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1646              From: mjd@plover.com
1647              Date: 8 Nov 2001 13:33:18 -0000
1648              Message-Id: <20011108133318.1786.qmail@plover.com>
1649      Branch: perl
1650            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
1651            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1652            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1653            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1654            ! pod/perlport.pod pod/perlvar.pod
1655 ____________________________________________________________________________
1656 [ 12896] By: ams                                   on 2001/11/08  11:22:12
1657         Log: open(FH, $file) should strip leading and trailing whitespace.
1658      Branch: perl
1659            ! doio.c
1660 ____________________________________________________________________________
1661 [ 12895] By: ams                                   on 2001/11/08  10:17:14
1662         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
1663              From: "Craig A. Berry" <craigberry@mac.com>
1664              Date: Wed, 07 Nov 2001 13:41:50 -0600
1665              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
1666      Branch: perl
1667            ! t/op/glob.t
1668 ____________________________________________________________________________
1669 [ 12894] By: ams                                   on 2001/11/08  08:32:20
1670         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
1671              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
1672              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
1673              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
1674      Branch: perl
1675            ! makedepend.SH
1676 ____________________________________________________________________________
1677 [ 12893] By: ams                                   on 2001/11/08  08:26:31
1678         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
1679              From: mjd@plover.com
1680              Date: 8 Nov 2001 08:08:07 -0000
1681              Message-Id: <20011108080807.30147.qmail@plover.com>
1682              
1683              Subject: bleadperl perl.pod
1684              From: mjd@plover.com
1685              Date: 8 Nov 2001 08:10:47 -0000
1686              Message-Id: <20011108081047.30178.qmail@plover.com>
1687              
1688              Subject: more bleadperl perl.pod
1689              From: mjd@plover.com
1690              Date: 8 Nov 2001 08:16:28 -0000
1691              Message-Id: <20011108081628.30229.qmail@plover.com>
1692      Branch: perl
1693            ! pod/perl.pod pod/perldebug.pod
1694 ____________________________________________________________________________
1695 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
1696         Log: Tweak for Cray-friendliness from Nicholas Clark.
1697      Branch: perl
1698            ! sv.c
1699 ____________________________________________________________________________
1700 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
1701         Log: VMS patch redo from Charles Lane.
1702      Branch: perl
1703            ! vms/gen_shrfls.pl
1704 ____________________________________________________________________________
1705 [ 12890] By: ams                                   on 2001/11/07  15:16:10
1706         Log: Subject: [ID 20011107.088] two perl pod nits
1707              From: lvirden@cas.org
1708              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
1709              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
1710      Branch: perl
1711            ! pod/perl.pod pod/perlfaq3.pod
1712 ____________________________________________________________________________
1713 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
1714         Log: Update Changes.
1715      Branch: perl
1716            ! Changes patchlevel.h
1717 ____________________________________________________________________________
1718 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
1719         Log: The (emulated) "no utf8" must be in a BEGIN block
1720              to be effective.
1721      Branch: perl
1722            ! lib/CGI/t/html.t
1723 ____________________________________________________________________________
1724 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
1725         Log: "v-strings" is the right term.
1726      Branch: perl
1727            ! pod/perltodo.pod
1728 ____________________________________________________________________________
1729 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
1730         Log: Add vstrings-as-objects need to perltodo.
1731      Branch: perl
1732            ! pod/perltodo.pod
1733 ____________________________________________________________________________
1734 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
1735         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
1736              From: Nicholas Clark <nick@ccl4.org>
1737              Date: Wed, 7 Nov 2001 14:36:32 +0000
1738              Message-ID: <20011107143631.I24980@plum.flirble.org>
1739      Branch: perl
1740            ! t/op/pack.t
1741 ____________________________________________________________________________
1742 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
1743         Log: The Embed test requires a major rewrite for VMS
1744              (plus it reveals a couple of annoying glitches
1745              in buffering), so skip the test for now; from
1746              Charles Lane.
1747      Branch: perl
1748            ! lib/ExtUtils/Embed.t
1749 ____________________________________________________________________________
1750 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
1751         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
1752              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1753              Date: Wed, 7 Nov 2001 09:23:28 EST
1754              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
1755      Branch: perl
1756            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
1757 ____________________________________________________________________________
1758 [ 12882] By: ams                                   on 2001/11/07  05:14:04
1759         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
1760              From: Mark-Jason Dominus <mjd@plover.com>
1761              Date: Wed, 07 Nov 2001 00:43:46 -0500
1762              Message-Id: <20011107054346.14428.qmail@plover.com>
1763      Branch: perl
1764            ! gv.c op.c toke.c
1765 ____________________________________________________________________________
1766 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
1767         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
1768              From: Michael G Schwern <schwern@pobox.com>             
1769              Date: Tue, 6 Nov 2001 22:04:39 -0500
1770              Message-ID: <20011106220439.D2858@blackrider>              
1771      Branch: perl
1772            ! lib/perl5db.pl
1773 ____________________________________________________________________________
1774 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
1775         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
1776              stress))
1777              From: Jonathan Stowe <gellyfish@gellyfish.com>
1778              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
1779              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
1780              
1781              (except for one hunk where indentation differs)
1782      Branch: perl
1783            ! lib/Term/Cap.t
1784 ____________________________________________________________________________
1785 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
1786         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
1787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1788              Date: Tue, 6 Nov 2001 21:45:01 +0100
1789              Message-ID: <20011106214501.A704@rafael>
1790      Branch: perl
1791            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
1792            ! lib/File/Spec/Win32.pm
1793 ____________________________________________________________________________
1794 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
1795         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
1796              From: Michael G Schwern <schwern@pobox.com>              
1797              Date: Tue, 6 Nov 2001 20:58:45 -0500
1798              Message-ID: <20011106205845.G29411@blackrider>
1799      Branch: perl
1800            ! t/test.pl
1801 ____________________________________________________________________________
1802 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
1803         Log: Subject: making do_sprintf public       
1804              From: Doug MacEachern <dougm@covalent.net>    
1805              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
1806              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
1807      Branch: perl
1808            ! embed.h embed.pl global.sym
1809 ____________________________________________________________________________
1810 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
1811         Log: Update to CGI.pm 2.78.
1812              
1813              TODO: the test suite needs to be merged so that
1814              when in core, the core version is tested, and when
1815              using the CPAN version, testing the CPAN version.
1816              (the changes need to be sent to Lincoln, too...)
1817      Branch: perl
1818            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1819            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
1820            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1821            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1822            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1823            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1824 ____________________________________________________________________________
1825 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
1826         Log: Integrate with perlio; (strictly) readonly hashes via XS.
1827      Branch: perl
1828           +> t/lib/access.t
1829           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1830 ____________________________________________________________________________
1831 [ 12874] By: nick                                  on 2001/11/06  21:05:16
1832         Log: Keep It Simple and Stupid version of readonly hash support.
1833              - Test for SvREAONLY(hv) at a few spots in hv.c
1834              - add the error message to perldiag.pod
1835              - (dubious) add access::readonly() to univeral.c
1836              - add test using above
1837              - fixup ext/B/t/stash.t to account for access:: existing
1838      Branch: perlio
1839            + t/lib/access.t
1840            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1841 ____________________________________________________________________________
1842 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
1843         Log: Fix incorrect warnings about broken globbing;
1844              from Andy Dougherty.
1845      Branch: perl
1846            ! hints/linux.sh
1847 ____________________________________________________________________________
1848 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
1849         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
1850              toggle-on from the encoding pragma.
1851      Branch: perl
1852            ! regcomp.c regexec.c
1853 ____________________________________________________________________________
1854 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
1855         Log: Retract #12824, doesn't help and is ignored
1856              by Configure anyway.
1857      Branch: perl
1858            ! hints/beos.sh
1859 ____________________________________________________________________________
1860 [ 12870] By: ams                                   on 2001/11/06  10:40:37
1861         Log: Subject: Cosmetic change
1862              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1863              Date: Tue, 06 Nov 2001 12:30:52 +0100
1864              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
1865      Branch: perl
1866            ! README.hpux
1867 ____________________________________________________________________________
1868 [ 12869] By: nick                                  on 2001/11/06  08:26:40
1869         Log: Integrate mainline
1870      Branch: perlio
1871           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
1872           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
1873 ____________________________________________________________________________
1874 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
1875         Log: The parentheses are protected enough.
1876      Branch: perl
1877            ! hints/os390.sh
1878 ____________________________________________________________________________
1879 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
1880         Log: ccflags, not ldflags.
1881      Branch: perl
1882            ! hints/os390.sh
1883 ____________________________________________________________________________
1884 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
1885         Log: ... and the proto to go with #12865.
1886      Branch: perl
1887            ! proto.h
1888 ____________________________________________________________________________
1889 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
1890         Log: Oops.  Luckily nothing was using this symbol yet.
1891      Branch: perl
1892            ! global.sym
1893 ____________________________________________________________________________
1894 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
1895         Log: Implement the encoding pragma for regex literals.
1896      Branch: perl
1897            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
1898 ____________________________________________________________________________
1899 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
1900         Log: More UTF8 EXACT fixing.
1901      Branch: perl
1902            ! regexec.c
1903 ____________________________________________________________________________
1904 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
1905         Log: More re debugging.
1906      Branch: perl
1907            ! regexec.c
1908 ____________________________________________________________________________
1909 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
1910         Log: EXACT correction attempt.  Continued in #12863.
1911      Branch: perl
1912            ! regexec.c
1913 ____________________________________________________________________________
1914 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
1915         Log: Unterminated L<.
1916      Branch: perl
1917            ! ext/DB_File/DB_File.pm
1918 ____________________________________________________________________________
1919 [ 12859] By: nick                                  on 2001/11/05  19:15:17
1920         Log: Integrate mainline
1921      Branch: perlio
1922           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1923           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1924           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
1925           +> lib/Math/BigInt/t/sub_mbi.t
1926            - lib/Math/BigInt/t/Math/Subclass.pm
1927            - lib/Math/BigInt/t/subclass.t
1928           !> (integrate 30 files)
1929 ____________________________________________________________________________
1930 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
1931         Log: Regex debugging fixes from Hugo.
1932      Branch: perl
1933            ! regcomp.c regexec.c
1934 ____________________________________________________________________________
1935 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
1936         Log: IRIX: at some point the cc -version has started
1937              to output to stderr, not stdout any more.
1938      Branch: perl
1939            ! hints/irix_6.sh
1940 ____________________________________________________________________________
1941 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
1942         Log: Update Changes.
1943      Branch: perl
1944            ! Changes patchlevel.h
1945 ____________________________________________________________________________
1946 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
1947         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
1948      Branch: perl
1949            ! lib/File/Spec/Unix.pm
1950 ____________________________________________________________________________
1951 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
1952         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
1953              From: rgarciasuarez@free.fr
1954              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
1955              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
1956      Branch: perl
1957            ! lib/File/Spec/Unix.pm
1958 ____________________________________________________________________________
1959 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
1960         Log: Use config.arch in OS/390 where the combination of
1961              IEEE floats and ldflags is tricky.
1962      Branch: perl
1963            ! hints/os390.sh
1964 ____________________________________________________________________________
1965 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
1966         Log: Metaconfig unit change for #12851.
1967      Branch: metaconfig
1968            ! U/modified/Config_sh.U
1969 ____________________________________________________________________________
1970 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
1971         Log: Support a config.arch file, similar to config.over,
1972              but loaded just before it.
1973      Branch: perl
1974            ! Configure INSTALL
1975 ____________________________________________________________________________
1976 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
1977         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
1978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1979              Date: Mon, 5 Nov 2001 14:26:24 +0100
1980              Message-ID: <20011105142624.C31977@rafael>
1981      Branch: perl
1982            ! lib/Symbol.pm lib/Symbol.t
1983 ____________________________________________________________________________
1984 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
1985         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
1986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1987              Date: Sun, 4 Nov 2001 22:28:57 +0100
1988              Message-ID: <20011104222857.C696@rafael>
1989      Branch: perl
1990            ! pod/perldebug.pod pod/perlpodspec.pod
1991 ____________________________________________________________________________
1992 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
1993         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
1994      Branch: perl
1995            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
1996 ____________________________________________________________________________
1997 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
1998         Log: Math::Big* test tweaks to work better with core:
1999              but the coast still not clear.
2000      Branch: perl
2001            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
2002            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2003 ____________________________________________________________________________
2004 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
2005         Log: Protect against high load: measure how much wall
2006              clock time went by while sleeping.  Avoids some
2007              false negatives, while may introduce some false
2008              positives.  Life is hard.
2009      Branch: perl
2010            ! ext/Time/HiRes/HiRes.t
2011 ____________________________________________________________________________
2012 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
2013         Log: More forgotten from #12843.
2014      Branch: perl
2015            ! lib/Math/BigInt/t/bigfltpm.inc
2016 ____________________________________________________________________________
2017 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
2018         Log: Forgot from #12843.
2019      Branch: perl
2020            + lib/Math/BigInt/t/bigintpm.inc
2021            ! MANIFEST
2022 ____________________________________________________________________________
2023 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
2024         Log: Upgrade to Math::BigInt 1.45; from Tels.
2025              NOTE: some of the tests are failing but that's because
2026              the core integration is not yet done.
2027      Branch: perl
2028            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2029            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2030            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2031            - lib/Math/BigInt/t/Math/Subclass.pm
2032            - lib/Math/BigInt/t/subclass.t
2033            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2034            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
2035            ! lib/Math/BigInt/t/mbimbf.t
2036 ____________________________________________________________________________
2037 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
2038         Log: VMS: adds capability to control more configuration stuff with
2039              -D and -U switches; parsing config.sh to extract previous config
2040              info in VMS-form, and a rewrite of the "prompt/response" routine;
2041              from Charles Lane.
2042      Branch: perl
2043            ! configure.com
2044 ____________________________________________________________________________
2045 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
2046         Log: Subject: Typo correction in perldebguts.pod
2047              From: mjd@plover.com
2048              Date: 4 Nov 2001 16:20:05 -0000
2049              Message-ID: <20011104162005.16699.qmail@plover.com>
2050      Branch: perl
2051            ! pod/perldebguts.pod
2052 ____________________________________________________________________________
2053 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
2054         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
2055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2056              Date: Sun, 4 Nov 2001 11:47:30 +0100
2057              Message-ID: <20011104114730.A715@rafael>
2058              
2059              Remove -T from the test, wrong place for that.
2060      Branch: perl
2061            ! lib/File/Temp/t/mktemp.t
2062 ____________________________________________________________________________
2063 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
2064         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
2065              From: Nicholas Clark <nick@ccl4.org>
2066              Date: Sun, 4 Nov 2001 10:41:24 +0000
2067              Message-ID: <20011104104123.U20123@plum.flirble.org>
2068      Branch: perl
2069            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
2070 ____________________________________________________________________________
2071 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
2072         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
2073              From: Michael G Schwern <schwern@pobox.com>
2074              Date: Sat, 3 Nov 2001 15:41:47 -0500
2075              Message-ID: <20011103154147.C600@blackrider>
2076      Branch: perl
2077            ! lib/Term/Cap.t
2078 ____________________________________________________________________________
2079 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
2080         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
2081              From: "Craig A. Berry" <craigberry@mac.com>     
2082              Date: Sat, 03 Nov 2001 16:02:28 -0600
2083              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
2084      Branch: perl
2085            ! ext/Time/HiRes/HiRes.t
2086 ____________________________________________________________________________
2087 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
2088         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
2089              From: "chromatic" <chromatic@rmci.net>
2090              Date: Sat, 03 Nov 2001 12:28:17 -0700
2091              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
2092      Branch: perl
2093            ! lib/Term/Cap.t
2094 ____________________________________________________________________________
2095 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
2096         Log: Don't bother doing POSIX charclass parsing if it
2097              possibly cannot be so.  Prepares way for charclass
2098              syntax like [[abc]||[def]] (or just [[abc][def]])
2099              for union, [[\w]&&[$a]] for intersection,
2100              and [[a-z]&&[^def]] for subtraction.
2101              
2102              Currently /[[a]/ (or /[a[]/) parses as a character
2103              class containing two characters, "[" and "a",
2104              this may have to be broken for the syntax described
2105              above, otherwise we would have to scan the whole pattern
2106              to find out whether the square brackets match pairwise.
2107              Luckily, the special case of "[" doesn't seem to be
2108              documented (as opposed to "]" and "-"), so we may have
2109              better story for breaking it...  One can always use \[
2110              if one wants a literal "[", so there.
2111      Branch: perl
2112            ! regcomp.c
2113 ____________________________________________________________________________
2114 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
2115         Log: Comment correction.
2116      Branch: perl
2117            ! regcomp.c
2118 ____________________________________________________________________________
2119 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
2120         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
2121              The latter is a RedHatism.
2122      Branch: perl
2123            ! lib/ExtUtils/MakeMaker.pm
2124 ____________________________________________________________________________
2125 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
2126         Log: Integrate perlio.
2127      Branch: perl
2128           !> perlio.c
2129 ____________________________________________________________________________
2130 [ 12831] By: nick                                  on 2001/11/03  11:42:15
2131         Log: Integrate mainline
2132      Branch: perlio
2133           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
2134           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
2135           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
2136           !> sv.c t/test.pl
2137 ____________________________________________________________________________
2138 [ 12830] By: nick                                  on 2001/11/03  10:27:34
2139         Log: Fix clone_leak problem.
2140              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
2141              as vestige of calling PerlLIO_dup().
2142      Branch: perlio
2143            ! perlio.c
2144 ____________________________________________________________________________
2145 [ 12829] By: nick                                  on 2001/11/03  09:40:46
2146         Log: Tweaks attempting to locate Doug's clone_leak leak.
2147              - add some PerlIO_debug()
2148              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
2149              - Even if it closing stdout etc. do a fflush()
2150      Branch: perlio
2151            ! perlio.c
2152 ____________________________________________________________________________
2153 [ 12828] By: nick                                  on 2001/11/03  08:34:31
2154         Log: Integrate mainline
2155      Branch: perlio
2156           !> (integrate 54 files)
2157 ____________________________________________________________________________
2158 [ 12827] By: ams                                   on 2001/11/03  03:45:19
2159         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
2160              remove this later). Based on a patch from Robert Spier in
2161              <15330.61459.14452.795263@rls.cx>.
2162      Branch: perl
2163            ! sv.c
2164 ____________________________________________________________________________
2165 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
2166         Log: microperl sync.
2167      Branch: perl
2168            ! doio.c perl.c perl.h perlio.c regexec.c
2169 ____________________________________________________________________________
2170 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
2171         Log: Definitions for the Unicode Newline Guidelines.
2172      Branch: perl
2173            ! perl.h
2174 ____________________________________________________________________________
2175 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
2176         Log: There is no csh of any kind in default BeOS.
2177              For the purposes of miniperl globbing, bash
2178              will do.
2179      Branch: perl
2180            ! hints/beos.sh
2181 ____________________________________________________________________________
2182 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
2183         Log: Integrate change #12820 from macperl to maint and blead;
2184              
2185              Fix up (dynaloading) to work properly with multiplicity
2186      Branch: maint-5.6/perl
2187           !> ext/DynaLoader/dl_mac.xs
2188      Branch: perl
2189           !> ext/DynaLoader/dl_mac.xs
2190 ____________________________________________________________________________
2191 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
2192         Log: Several fixes for various exit problems and clearing out
2193              task queue, as well as another (incomplete) go at
2194              fixing error message handling
2195      Branch: maint-5.6/macperl
2196            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
2197 ____________________________________________________________________________
2198 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
2199         Log: Add source files for bleadperl builds
2200      Branch: maint-5.6/macperl
2201            ! macos/Makefile.mk
2202 ____________________________________________________________________________
2203 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
2204         Log: Fix up to work properly with multiplicity
2205      Branch: maint-5.6/macperl
2206            ! ext/DynaLoader/dl_mac.xs
2207 ____________________________________________________________________________
2208 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
2209         Log: Integrate with maintperl.
2210      Branch: maint-5.6/macperl
2211           +> t/op/system.t t/op/system_tests
2212           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
2213           !> pod/perltodo.pod util.c win32/win32.c
2214 ____________________________________________________________________________
2215 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
2216         Log: Locate _PATH_LOG if it's a socket even if not #defined
2217              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
2218              via Nick Clark.
2219      Branch: perl
2220            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
2221 ____________________________________________________________________________
2222 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
2223         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
2224              From: Michael G Schwern <schwern@pobox.com>
2225              Date: Fri, 2 Nov 2001 15:36:41 -0500
2226              Message-ID: <20011102153641.E23234@blackrider>
2227      Branch: perl
2228            ! t/test.pl
2229 ____________________________________________________________________________
2230 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
2231         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
2232              From: merlyn@stonehenge.com (Randal L. Schwartz)
2233              Date: 02 Nov 2001 09:33:34 -0800
2234              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
2235              
2236              (two of the changes)
2237              
2238              Better coexistence with extensions.
2239      Branch: perl
2240            ! ext/Errno/Errno_pm.PL hints/darwin.sh
2241 ____________________________________________________________________________
2242 [ 12815] By: ams                                   on 2001/11/02  16:47:43
2243         Log: Subject: Re: [PATCH] the the double double word word fix fix
2244              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2245              Date: Fri, 02 Nov 2001 19:43:07 +0100
2246              Message-Id: <3BE2E93B.627C198E@alcatel.at>
2247      Branch: perl
2248            ! pod/perldebug.pod
2249 ____________________________________________________________________________
2250 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
2251         Log: Update Changes.
2252      Branch: perl
2253            ! Changes patchlevel.h
2254 ____________________________________________________________________________
2255 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
2256         Log: More encoding testing.
2257      Branch: perl
2258            ! lib/encoding.pm lib/encoding.t
2259 ____________________________________________________________________________
2260 [ 12812] By: ams                                   on 2001/11/02  15:07:11
2261         Log: Slight modification of #12811.
2262      Branch: perl
2263            ! op.c
2264 ____________________________________________________________________________
2265 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
2266         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
2267              From: Radu Greab <radu@netsoft.ro>
2268              Date: Fri, 2 Nov 2001 15:28:58 +0200
2269              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
2270      Branch: perl
2271            ! op.c t/op/stat.t
2272 ____________________________________________________________________________
2273 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
2274         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
2275              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2276              Date: Thu, 1 Nov 2001 22:35:50 +0100
2277              Message-ID: <20011101223550.A10849@rafael>
2278      Branch: perl
2279            ! lib/ExtUtils/Embed.t
2280 ____________________________________________________________________________
2281 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
2282         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
2283              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2284              Date: 2 Nov 2001 14:48:51 -0000
2285              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
2286      Branch: perl
2287            ! lib/File/Find.pm
2288 ____________________________________________________________________________
2289 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
2290         Log: Add documentation.
2291      Branch: perl
2292            ! embed.pl pod/perlapi.pod utf8.c
2293 ____________________________________________________________________________
2294 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
2295         Log: Unicode: add ToFold mapping.  Not used yet; but basically
2296              a more useful mapping for caseless aka case-ignoring than
2297              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
2298              algorithm for creating the foldings uses equivalence classes,
2299              see http://www.unicode.org/unicode/reports/tr21/
2300              Hopefully this feature will be used in //i.
2301              (The folding tables were introduced by #12689.)
2302      Branch: perl
2303            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
2304            ! utf8.c
2305 ____________________________________________________________________________
2306 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
2307         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
2308              From: "Craig A. Berry" <craigberry@mac.com>
2309              Date: Fri, 02 Nov 2001 00:03:52 -0600
2310              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
2311      Branch: perl
2312            ! lib/AutoSplit.t
2313 ____________________________________________________________________________
2314 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
2315         Log: Subject: Trivial doc patch
2316              From: andreas.koenig@anima.de (Andreas J. Koenig)
2317              Date: 02 Nov 2001 06:11:35 +0100
2318              Message-ID: <m37kt94v08.fsf@anima.de>
2319      Branch: perl
2320            ! pod/perlport.pod
2321 ____________________________________________________________________________
2322 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
2323         Log: Make encoding and charnames pragmas coexist.
2324      Branch: perl
2325            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
2326 ____________________________________________________________________________
2327 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
2328         Log: The basic character classes seem to go untested with Unicode.
2329      Branch: perl
2330            ! t/op/pat.t
2331 ____________________________________________________________________________
2332 [ 12802] By: ams                                   on 2001/11/02  00:39:36
2333         Log: Subject: [PATCH] the the double double word word fix fix
2334              From: Richard Soderberg <rs@oregonnet.com>
2335              Date: Thu, 1 Nov 2001 13:12:03 -0800
2336              Message-Id: <200111012112.NAA23288@oregonnet.com>
2337              
2338              Subject: Re: [PATCH] the the double double word word fix fix
2339              From: Mark-Jason Dominus <mjd@plover.com>
2340              Date: Thu, 01 Nov 2001 16:43:40 -0500
2341              Message-Id: <20011101214340.2044.qmail@plover.com>
2342              
2343              Subject: Re: [PATCH] the the double double word word fix fix
2344              From: Mark-Jason Dominus <mjd@plover.com>
2345              Date: Thu, 01 Nov 2001 16:51:39 -0500
2346              Message-Id: <20011101215139.2196.qmail@plover.com>
2347      Branch: perl
2348            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
2349            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
2350            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
2351            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
2352            ! pod/perltodo.pod pod/perlxstut.pod
2353 ____________________________________________________________________________
2354 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
2355         Log: Comment tweaks.
2356      Branch: perl
2357            ! toke.c
2358 ____________________________________________________________________________
2359 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
2360         Log: FAQ sync.
2361      Branch: perl
2362            ! pod/perlfaq9.pod
2363 ____________________________________________________________________________
2364 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
2365         Log: If an encoding is set by -M/-m, it must be in
2366              effect only for the actual script, not any other
2367              required/-M/-m'ed module, otherwise we enter a nasty
2368              recursion in regexec.c while trying to init the simple
2369              UTF-8 charclasses like PL_utf8_alnum.
2370      Branch: perl
2371            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
2372 ____________________________________________________________________________
2373 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
2374         Log: A bit more descriptive name.
2375      Branch: perl
2376            ! mg.c
2377 ____________________________________________________________________________
2378 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
2379         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
2380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2381              Date: Wed, 31 Oct 2001 13:47:04 EST
2382              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
2383      Branch: perl
2384            ! ext/Time/HiRes/HiRes.t
2385 ____________________________________________________________________________
2386 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
2387         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
2388              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2389              Date: Wed, 31 Oct 2001 13:43:29 EST
2390              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
2391      Branch: perl
2392            ! mg.c
2393 ____________________________________________________________________________
2394 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
2395         Log: Subject: [PATCH] Various test cleanups
2396              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2397              Date: Tue, 30 Oct 2001 21:56:26 +0100
2398              Message-ID: <20011030215626.A28503@rafael>
2399      Branch: perl
2400            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2401            ! ext/DB_File/t/db-recno.t ext/Encode.t
2402 ____________________________________________________________________________
2403 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
2404         Log: Update Changes.
2405      Branch: perl
2406            ! Changes patchlevel.h
2407 ____________________________________________________________________________
2408 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
2409         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
2410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
2411              Date: Wed, 31 Oct 2001 17:16:39 +0100
2412              Message-ID: <20011031171639.A32511@rafael>
2413      Branch: perl
2414            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
2415 ____________________________________________________________________________
2416 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
2417         Log: Skip message nit.
2418      Branch: perl
2419            ! t/io/fs.t
2420 ____________________________________________________________________________
2421 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
2422         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
2423              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2424              Date: 31 Oct 2001 14:49:37 -0000
2425              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
2426      Branch: perl
2427            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
2428 ____________________________________________________________________________
2429 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
2430         Log: Extend the effect of the encoding pragma to chr() and ord().
2431              
2432              TODO: regex literals, reentrancy problems with the utf8
2433              and charnames pragmas.
2434      Branch: perl
2435            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
2436 ____________________________________________________________________________
2437 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
2438         Log: Doc tweaks.
2439      Branch: perl
2440            ! lib/encoding.pm
2441 ____________________________________________________________________________
2442 [ 12788] By: nick                                  on 2001/10/31  08:59:56
2443         Log: Integrate mainline
2444      Branch: perlio
2445           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
2446           !> (integrate 49 files)
2447 ____________________________________________________________________________
2448 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
2449         Log: Forgot new proto.
2450      Branch: perl
2451            ! proto.h
2452 ____________________________________________________________________________
2453 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
2454         Log: Clarification: use encoding cannot be used to
2455              change the default encoding of "your whole script";
2456              only the default encoding of the *data*.  Also, it
2457              seems that "use encoding" does not mix with "use utf8"
2458              (a coredumping recursion ensues).  Should not be a huge
2459              problem since "use utf8" is pretty marginal nowadays.
2460      Branch: perl
2461            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
2462 ____________________________________________________________________________
2463 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
2464         Log: More documentation for the encode pragma.
2465      Branch: perl
2466            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
2467            ! pod/perlapi.pod pod/perlunicode.pod sv.c
2468 ____________________________________________________________________________
2469 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
2470         Log: Thinko in #12783.
2471      Branch: perl
2472            ! sv.c
2473 ____________________________________________________________________________
2474 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
2475         Log: Make sv_recode_to_utf8() a real API: the encoding
2476              is a parameter, instead of a global.  Document the
2477              PERL_ENCODING.
2478      Branch: perl
2479            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
2480            ! toke.c
2481 ____________________________________________________________________________
2482 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
2483         Log: Enable -Mencoding=foobar also for string literals.
2484      Branch: perl
2485            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
2486            ! pod/perlapi.pod proto.h sv.c toke.c
2487 ____________________________________________________________________________
2488 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
2489         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
2490              From: Andy Dougherty <doughera@lafayette.edu>
2491              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
2492              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
2493      Branch: perl
2494            ! ext/POSIX/hints/svr4.pl
2495 ____________________________________________________________________________
2496 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
2497         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
2498              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2499              Date: Mon, 29 Oct 2001 23:11:58 -0000
2500              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2501              
2502              Add compat.h.
2503      Branch: perl
2504            ! lib/h2xs.t utils/h2xs.PL
2505 ____________________________________________________________________________
2506 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
2507         Log: Subject: PerlIOBuf_dup
2508              From: Nicholas Clark <nick@ccl4.org>              
2509              Date: Mon, 29 Oct 2001 21:52:35 +0000             
2510              Message-ID: <20011029215235.K41204@plum.flirble.org>
2511              
2512              Add prototype.
2513      Branch: perl
2514            ! perliol.h
2515 ____________________________________________________________________________
2516 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
2517         Log: Subject: [PATCH] Make malloc.c errors more useful
2518              From: Richard Soderberg <rs@oregonnet.com>
2519              Date: Mon, 29 Oct 2001 22:28:02 -0800
2520              Message-Id: <200110300628.WAA11025@oregonnet.com>
2521      Branch: perl
2522            ! malloc.c
2523 ____________________________________________________________________________
2524 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
2525         Log: Retract #12776 - the bug 19990906.001 is still valid.
2526      Branch: perl
2527            ! t/run/kill_perl.t
2528 ____________________________________________________________________________
2529 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
2530         Log: (Retracted by #12777)
2531              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
2532              From: Michael G Schwern <schwern@pobox.com> 
2533              Date: Mon, 29 Oct 2001 23:01:08 -0500
2534              Message-ID: <20011029230108.G18053@blackrider>
2535      Branch: perl
2536            ! t/run/kill_perl.t
2537 ____________________________________________________________________________
2538 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
2539         Log: Comment nits.
2540      Branch: perl
2541            ! lib/encoding.t
2542 ____________________________________________________________________________
2543 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
2544         Log: integrate change#12772 from mainline
2545              
2546              Subject: [PATCH] Mommy, what's a pointer cast?
2547      Branch: maint-5.6/perl
2548            ! perl.h
2549 ____________________________________________________________________________
2550 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
2551         Log: Subject: [PATCH] Mommy, what's a pointer cast?
2552              From: Richard Soderberg <rs@oregonnet.com>
2553              Date: Mon, 29 Oct 2001 17:01:10 -0800
2554              Message-Id: <200110300101.RAA31561@oregonnet.com>
2555              
2556              (threads* parts)
2557      Branch: perl
2558            ! ext/threads/shared/shared.xs ext/threads/threads.xs
2559 ____________________________________________________________________________
2560 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
2561         Log: Subject: [PATCH] Mommy, what's a pointer cast?
2562              From: Richard Soderberg <rs@oregonnet.com>
2563              Date: Mon, 29 Oct 2001 17:01:10 -0800
2564              Message-Id: <200110300101.RAA31561@oregonnet.com>
2565              
2566              (the perl.h part)
2567      Branch: perl
2568            ! perl.h
2569 ____________________________________________________________________________
2570 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
2571         Log: Subject: [PATCH] OpenBSD likes signal.h 
2572              From: Richard Soderberg <rs@oregonnet.com>
2573              Date: Mon, 29 Oct 2001 17:00:31 -0800
2574              Message-Id: <200110300100.RAA31533@oregonnet.com>
2575      Branch: perl
2576            ! unixish.h
2577 ____________________________________________________________________________
2578 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
2579         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
2580              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2581              Date: Mon, 29 Oct 2001 23:04:23 -0000
2582              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2583      Branch: perl
2584            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2585            ! ext/DB_File/t/db-recno.t
2586 ____________________________________________________________________________
2587 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
2588         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
2589              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2590              Date: Mon, 29 Oct 2001 12:34:07 -0600
2591              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
2592      Branch: perl
2593            ! ext/Time/HiRes/HiRes.t
2594 ____________________________________________________________________________
2595 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
2596         Log: Update Changes.
2597      Branch: perl
2598            ! Changes patchlevel.h
2599 ____________________________________________________________________________
2600 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
2601         Log: AIX needs an explicit symbol export list.
2602      Branch: perl
2603            ! lib/ExtUtils/Embed.t
2604 ____________________________________________________________________________
2605 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
2606         Log: The test (and the module) would require some
2607              quality hacking time to work on EBCDIC.  Based n
2608              the test results nothing seems to be majorly broken,
2609              the module just seems to have strange assumptions:
2610              got: ''\226\225\205'
2611              expected: ''one'
2612              The \226\225\205 being, of course, 'one', in EBCDIC.
2613      Branch: perl
2614            ! lib/Dumpvalue.t
2615 ____________________________________________________________________________
2616 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
2617         Log: Mark the test known to be failing in EBCDIC.
2618      Branch: perl
2619            ! t/op/tr.t
2620 ____________________________________________________________________________
2621 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
2622         Log: None of the libnet modules are going to work in
2623              EBCDIC without the Convert::EBCDIC.
2624      Branch: perl
2625            ! t/lib/1_compile.t
2626 ____________________________________________________________________________
2627 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
2628         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2629      Branch: perl
2630            ! t/op/pack.t
2631 ____________________________________________________________________________
2632 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
2633         Log: UTF-EBCDIC ain't UTF-8.
2634      Branch: perl
2635            ! t/op/pack.t
2636 ____________________________________________________________________________
2637 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
2638         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
2639      Branch: perl
2640            ! t/lib/1_compile.t
2641 ____________________________________________________________________________
2642 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
2643         Log: Let's not assume ASCII.
2644      Branch: perl
2645            ! t/op/lc.t
2646 ____________________________________________________________________________
2647 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
2648         Log: Call the new perlio symbols differently.
2649      Branch: perl
2650            ! makedef.pl
2651 ____________________________________________________________________________
2652 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
2653         Log: Don't expect ASCII ordering.
2654      Branch: perl
2655            ! lib/ExtUtils/Manifest.t
2656 ____________________________________________________________________________
2657 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
2658         Log: Forgot from #12756.
2659      Branch: perl
2660            ! perlio.h
2661 ____________________________________________________________________________
2662 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
2663         Log: BeOS tweaks:
2664              - fseeko and ftello can be found by Configure but
2665              we do not seem to have prototypes for them so
2666              let's make up some
2667              - BeOS didn't use to have real sockets (sockets as
2668              filedescriptors) but the BONE package is supposed
2669              to fix this.  I do not know how to detect BONEness,
2670              see hints/beos.sh for a spot that needs to fixed.
2671              - BeOS has O_TEXT != O_BINARY but has no setmode()
2672      Branch: perl
2673            ! hints/beos.sh perlio.c
2674 ____________________________________________________________________________
2675 [ 12755] By: sky                                   on 2001/10/29  12:56:12
2676         Log: Ugly fix to not die when a thread creator is holding locks.
2677      Branch: perl
2678            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2679            ! ext/threads/threads.xs
2680 ____________________________________________________________________________
2681 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
2682         Log: Integrate change #12752 from maintperl;
2683              
2684              croak(Nullch) wasn't printing the contents of ERRSV if there was
2685              no outer eval (bug in change#6125)
2686      Branch: perl
2687           !> util.c
2688 ____________________________________________________________________________
2689 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
2690         Log: Subject: [PATCH h2xs] Use of static data in XS modules
2691              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2692              Date: Sun, 28 Oct 2001 21:19:07 -0000
2693              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
2694              
2695              with nits from Sarathy.
2696      Branch: perl
2697            ! utils/h2xs.PL
2698 ____________________________________________________________________________
2699 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
2700         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
2701              no outer eval (bug in change#6125)
2702      Branch: maint-5.6/perl
2703            ! util.c
2704 ____________________________________________________________________________
2705 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
2706         Log: More todo for the encoding pragma.
2707      Branch: perl
2708            ! lib/encoding.pm
2709 ____________________________________________________________________________
2710 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
2711         Log: Add the encoding pragma to control the "upgrade"
2712              from the native eight bit data to Unicode.
2713              
2714              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
2715      Branch: perl
2716            + lib/encoding.pm lib/encoding.t
2717            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
2718            ! pod/perlunicode.pod pod/perlvar.pod sv.c
2719 ____________________________________________________________________________
2720 [ 12749] By: sky                                   on 2001/10/28  21:02:33
2721         Log: Update documentation.
2722      Branch: perl
2723            ! ext/threads/shared/shared.pm
2724 ____________________________________________________________________________
2725 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
2726         Log: Integrate change #12747 from maintperl;
2727              
2728              finishing touches to system() fixes on windows:
2729              * detect cmd shell correctly even if it had full path in it
2730              * more quoting needed for single-arg system if the argument
2731              really had multiple quoted arguments within it
2732              * be smarter about not calling the shell when the executable
2733              has spaces, but otherwise does not need shell involvement
2734              * add a testsuite (windows-specific currently)
2735      Branch: perl
2736           +> t/op/system.t t/op/system_tests
2737            ! MANIFEST pod/perltodo.pod
2738           !> win32/win32.c
2739 ____________________________________________________________________________
2740 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
2741         Log: finishing touches to system() fixes on windows:
2742              * detect cmd shell correctly even if it had full path in it
2743              * more quoting needed for single-arg system if the argument
2744              really had multiple quoted arguments within it
2745              * be smarter about not calling the shell when the executable
2746              has spaces, but otherwise does not need shell involvement
2747              * add a testsuite (windows-specific currently)
2748      Branch: maint-5.6/perl
2749            + t/op/system.t t/op/system_tests
2750            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
2751 ____________________________________________________________________________
2752 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
2753         Log: Integrate perlio.
2754      Branch: perl
2755           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
2756 ____________________________________________________________________________
2757 [ 12745] By: nick                                  on 2001/10/28  16:08:14
2758         Log: Mingw32 fixup for Embed.t
2759      Branch: perlio
2760            ! lib/ExtUtils/Embed.t
2761 ____________________________________________________________________________
2762 [ 12744] By: nick                                  on 2001/10/28  15:54:14
2763         Log: GCC vs MS 64-bit constant syntax
2764      Branch: perlio
2765            ! ext/Time/HiRes/HiRes.xs
2766 ____________________________________________________________________________
2767 [ 12743] By: nick                                  on 2001/10/28  15:42:55
2768         Log: Integrate mainline
2769      Branch: perlio
2770           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
2771 ____________________________________________________________________________
2772 [ 12742] By: sky                                   on 2001/10/28  14:47:10
2773         Log: Manpage updates.
2774      Branch: perl
2775            ! ext/threads/threads.pm
2776 ____________________________________________________________________________
2777 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
2778         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
2779      Branch: perl
2780            ! lib/ExtUtils/Embed.t
2781 ____________________________________________________________________________
2782 [ 12740] By: nick                                  on 2001/10/28  14:14:24
2783         Log: Integrate mainline
2784      Branch: perlio
2785           !> lib/ExtUtils/Embed.t win32/win32.c
2786 ____________________________________________________________________________
2787 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
2788         Log: Need to be ./executed.
2789      Branch: perl
2790            ! lib/ExtUtils/Embed.t
2791 ____________________________________________________________________________
2792 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
2793         Log: Integrate perlio.
2794      Branch: perl
2795           !> perlio.c win32/win32.h
2796 ____________________________________________________________________________
2797 [ 12737] By: nick                                  on 2001/10/28  13:53:45
2798         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
2799              by gcc -xc++.
2800      Branch: perlio
2801            ! win32/win32.h
2802 ____________________________________________________________________________
2803 [ 12736] By: nick                                  on 2001/10/28  13:50:50
2804         Log: Have :stdio layer update an honour the fd refcnt table.
2805              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
2806      Branch: perlio
2807            ! perlio.c
2808 ____________________________________________________________________________
2809 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
2810         Log: Integrate changes #12724 and #12725 from maintperl;
2811              multiarg system now works.
2812      Branch: perl
2813           !> win32/win32.c
2814 ____________________________________________________________________________
2815 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
2816         Log: Integrate perlio.
2817      Branch: perl
2818           +> lib/ExtUtils/Embed.t
2819           !> MANIFEST perlio.c
2820 ____________________________________________________________________________
2821 [ 12733] By: nick                                  on 2001/10/28  13:07:16
2822         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
2823              least for PERLIO=perlio unthreaded case
2824      Branch: perlio
2825            ! perlio.c
2826 ____________________________________________________________________________
2827 [ 12732] By: nick                                  on 2001/10/28  11:10:24
2828         Log: Typo in exe name
2829      Branch: perlio
2830            ! lib/ExtUtils/Embed.t
2831 ____________________________________________________________________________
2832 [ 12731] By: nick                                  on 2001/10/28  11:09:59
2833         Log: Integrate Mainline
2834      Branch: perlio
2835           !> Changes configure.com ext/DB_File/DB_File.pm
2836           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
2837           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
2838           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
2839           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
2840           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
2841           !> t/TEST t/op/regexp.t win32/buildext.pl
2842 ____________________________________________________________________________
2843 [ 12730] By: nick                                  on 2001/10/28  11:05:35
2844         Log: Fixup Embed.t for Win32/VC++
2845      Branch: perlio
2846            ! lib/ExtUtils/Embed.t
2847 ____________________________________________________________________________
2848 [ 12729] By: nick                                  on 2001/10/28  09:36:20
2849         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
2850              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
2851              ExtUtils::Embed.
2852      Branch: perlio
2853            + lib/ExtUtils/Embed.t
2854            ! MANIFEST
2855 ____________________________________________________________________________
2856 [ 12728] By: sky                                   on 2001/10/28  08:12:53
2857         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
2858              line manually!
2859      Branch: perl
2860            ! lib/ExtUtils/xsubpp
2861 ____________________________________________________________________________
2862 [ 12727] By: sky                                   on 2001/10/28  08:02:09
2863         Log: And here we use the prototypes.
2864      Branch: perl
2865            ! ext/threads/shared/shared.xs
2866 ____________________________________________________________________________
2867 [ 12726] By: sky                                   on 2001/10/28  08:00:48
2868         Log: Support [] style prototypes.
2869      Branch: perl
2870            ! lib/ExtUtils/xsubpp
2871 ____________________________________________________________________________
2872 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
2873         Log: yet another multi-arg system() fix on windows: batch files as the
2874              first argument (i.e. directly executed by CreateProcess()) need
2875              extra quoting to escape shell-shock
2876      Branch: maint-5.6/perl
2877            ! win32/win32.c
2878 ____________________________________________________________________________
2879 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
2880         Log: another multi-arg system() fix on windows: passing empty arguments
2881              now works
2882      Branch: maint-5.6/perl
2883            ! win32/win32.c
2884 ____________________________________________________________________________
2885 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
2886         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
2887              No final #else #error because we do not seem to
2888              be using #error?
2889      Branch: perl
2890            ! op.h
2891 ____________________________________________________________________________
2892 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
2893         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
2894              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
2895              Date: Sat, 27 Oct 2001 23:28:44 EST 
2896              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
2897      Branch: perl
2898            ! ext/Time/HiRes/HiRes.xs
2899 ____________________________________________________________________________
2900 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
2901         Log: Regen perlapi, perltoc.
2902      Branch: perl
2903            ! pod/perlapi.pod pod/perltoc.pod
2904 ____________________________________________________________________________
2905 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
2906         Log: Subject: [PATCH] sv.h documentation
2907              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
2908              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
2909              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
2910      Branch: perl
2911            ! sv.h
2912 ____________________________________________________________________________
2913 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
2914         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
2915              system("nmake -nologo", "clean") and there is no executable
2916              called "nmake -nologo"; this used to "work" pre-change#12559 due
2917              to bugs in multiarg system() that have since been fixed
2918      Branch: perl
2919            ! win32/buildext.pl
2920 ____________________________________________________________________________
2921 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
2922         Log: Update Changes.
2923      Branch: perl
2924            ! Changes patchlevel.h
2925 ____________________________________________________________________________
2926 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
2927         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
2928              From: Richard.Foley@t-online.de (Richard Foley)            
2929              Date: Sun, 28 Oct 2001 00:48:32 +0200
2930              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
2931      Branch: perl
2932            ! pod/perlhack.pod
2933 ____________________________________________________________________________
2934 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
2935         Log: Must store pointers with the right width.
2936      Branch: perl
2937            ! op.h
2938 ____________________________________________________________________________
2939 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
2940         Log: Integrate change #12711 from perlio;
2941              
2942              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2943              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2944      Branch: perl
2945           !> perlio.c
2946 ____________________________________________________________________________
2947 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
2948         Log: Subject: [PATCH] make minitest
2949              From: Nicholas Clark <nick@ccl4.org>
2950              Date: Sat, 27 Oct 2001 22:56:16 +0100
2951              Message-ID: <20011027225616.L20275@plum.flirble.org>
2952      Branch: perl
2953            ! t/TEST
2954 ____________________________________________________________________________
2955 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
2956         Log: Patch #12661 missed this.
2957      Branch: perl
2958            ! ext/DB_File/DB_File.pm
2959 ____________________________________________________________________________
2960 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
2961         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
2962              From: "Craig A. Berry" <craigberry@mac.com>
2963              Date: Sat, 27 Oct 2001 16:07:47 -0500
2964              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
2965      Branch: perl
2966            ! configure.com perlio.c
2967 ____________________________________________________________________________
2968 [ 12711] By: nick                                  on 2001/10/27  19:49:25
2969         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2970              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2971      Branch: perlio
2972            ! perlio.c
2973 ____________________________________________________________________________
2974 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
2975         Log: Let's not replace reason if there's one already supplied.
2976      Branch: perl
2977            ! t/op/regexp.t
2978 ____________________________________________________________________________
2979 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
2980         Log: is not good.
2981      Branch: perl
2982            ! t/op/regexp.t
2983 ____________________________________________________________________________
2984 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
2985         Log: ldlibpth can exist but be unset.
2986      Branch: perl
2987            ! t/TEST
2988 ____________________________________________________________________________
2989 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
2990         Log: Unicode: property alias naming cleanup.
2991      Branch: perl
2992            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
2993 ____________________________________________________________________________
2994 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
2995         Log: FAQ sync.
2996      Branch: perl
2997            ! pod/perlfaq4.pod
2998 ____________________________________________________________________________
2999 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
3000         Log: Integrate change #12703 from maintperl;
3001              
3002              typemap stuff intervenes before declaration, move it to PREINIT
3003              section
3004              
3005              (an empty integrate, but now the files are in sync
3006              between the branches)
3007      Branch: perl
3008           !> ext/ODBM_File/ODBM_File.xs
3009 ____________________________________________________________________________
3010 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
3011         Log: More PerlIO symbols.
3012      Branch: perl
3013            ! makedef.pl
3014 ____________________________________________________________________________
3015 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
3016         Log: typemap stuff intervenes before declaration, move it to PREINIT
3017              section
3018      Branch: maint-5.6/perl
3019            ! ext/ODBM_File/ODBM_File.xs
3020 ____________________________________________________________________________
3021 [ 12702] By: nick                                  on 2001/10/27  14:09:35
3022         Log: Integrate mainline
3023      Branch: perlio
3024           +> ext/threads/shared/t/av_simple.t
3025           +> ext/threads/shared/t/hv_refs.t
3026           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
3027           !> (integrate 109 files)
3028 ____________________________________________________________________________
3029 [ 12700] By: ams                                   on 2001/10/26  21:22:23
3030         Log: Subject: [PATCH] tweak divide
3031              From: Nicholas Clark <nick@ccl4.org>
3032              Date: Fri, 26 Oct 2001 22:52:17 +0100
3033              Message-Id: <20011026225217.B20275@plum.flirble.org>
3034      Branch: perl
3035            ! pp.c
3036 ____________________________________________________________________________
3037 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
3038         Log: Integrate a buncha things from maintperl.
3039      Branch: maint-5.6/macperl
3040           !> (integrate 32 files)
3041 ____________________________________________________________________________
3042 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
3043         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
3044              From: Andy Dougherty <doughera@lafayette.edu>
3045              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
3046              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
3047      Branch: perl
3048            ! hints/svr4.sh
3049 ____________________________________________________________________________
3050 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
3051         Log: When you're root, many things become writable.
3052      Branch: perl
3053            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
3054 ____________________________________________________________________________
3055 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
3056         Log: Update Changes.
3057      Branch: perl
3058            ! Changes patchlevel.h
3059 ____________________________________________________________________________
3060 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
3061         Log: Term/Cap.t attempts to access the floppy drive for no good reason
3062              on dosish systems
3063      Branch: perl
3064            ! lib/Term/Cap.t
3065 ____________________________________________________________________________
3066 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
3067         Log: fix misleading comment on known inadequacy in B::Terse, and skip
3068              it correctly
3069      Branch: perl
3070            ! ext/B/t/terse.t
3071 ____________________________________________________________________________
3072 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
3073         Log: fix spurious AutoSplit.t failure under windows
3074      Branch: perl
3075            ! lib/AutoSplit.t
3076 ____________________________________________________________________________
3077 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
3078         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
3079      Branch: perl
3080            ! ext/Time/HiRes/HiRes.t
3081 ____________________________________________________________________________
3082 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
3083         Log: More logical to use %04"UVXf" than %"UVuf" since
3084              the Unicode standard prefers hex.
3085      Branch: perl
3086            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
3087            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
3088            ! lib/unicore/mktables utf8.c
3089 ____________________________________________________________________________
3090 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
3091         Log: change#12065 seems to have broken Encode build on windows; fix
3092      Branch: perl
3093            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
3094 ____________________________________________________________________________
3095 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
3096         Log: Unicode: add the case folding table.
3097      Branch: perl
3098            + lib/unicore/To/Fold.pl
3099            ! MANIFEST lib/unicore/mktables
3100 ____________________________________________________________________________
3101 [ 12688] By: sky                                   on 2001/10/26  13:51:29
3102         Log: Get the new functions right, do not export lock since we use builtin lock.
3103              TODO: fix xsubpp to support the new prototypes
3104      Branch: perl
3105            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3106 ____________________________________________________________________________
3107 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
3108         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
3109              as suggested by Sarathy.
3110      Branch: perl
3111            ! mg.c
3112 ____________________________________________________________________________
3113 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
3114         Log: avoid compiler warning
3115      Branch: perl
3116            ! win32/win32.c
3117 ____________________________________________________________________________
3118 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
3119         Log: WinCE update from Rainer Keuchel.
3120      Branch: perl
3121            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
3122            ! wince/wince.c
3123 ____________________________________________________________________________
3124 [ 12684] By: sky                                   on 2001/10/26  13:34:33
3125         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
3126      Branch: perl
3127            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3128 ____________________________________________________________________________
3129 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
3130         Log: More fixes that were made to the core and not in the libnet src
3131      Branch: perl
3132            ! lib/Net/Domain.pm
3133 ____________________________________________________________________________
3134 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
3135         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
3136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
3137              Date: Fri, 26 Oct 2001 13:55:21 +0200
3138              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
3139              
3140              (plus make the db-recno.t#59 accept both \n and \r\n)
3141      Branch: perl
3142            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3143            ! ext/DB_File/t/db-recno.t
3144 ____________________________________________________________________________
3145 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
3146         Log: Fix tests to be able to run in the core and the CPAN dist
3147      Branch: perl
3148            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
3149            ! lib/Net/t/require.t lib/Net/t/smtp.t
3150 ____________________________________________________________________________
3151 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
3152         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
3153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3154              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
3155              Date: Fri, 26 Oct 2001 08:34:46 EDT
3156      Branch: perl
3157            ! ext/Time/HiRes/HiRes.t
3158 ____________________________________________________________________________
3159 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
3160         Log: Sync libnet modules with what will be libnet-1.08
3161      Branch: perl
3162            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
3163            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
3164            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
3165            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
3166 ____________________________________________________________________________
3167 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
3168         Log: Integrate maintperl changes #12268 and #12669;
3169              
3170              final touches to the audit for statics and thread-unsafe code
3171              * make DB_File, ODBM_File thread-safe 
3172              * remove unnecessary/dangerous statics and protect others
3173              from not getting accidentally enabled under threaded perls
3174              
3175              windows support functions get_childdir() et al aren't exported
3176              correctly under vanilla build
3177              
3178              Testing under win32 appreciated since changes there had
3179              to be manually merged and I cannot test how badly did I do.
3180      Branch: perl
3181           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
3182           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
3183           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
3184           !> win32/vmem.h win32/win32.c win32/win32iop.h
3185 ____________________________________________________________________________
3186 [ 12677] By: sky                                   on 2001/10/26  12:37:17
3187         Log: More Config::threads to threads::threads changes
3188      Branch: perl
3189            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
3190 ____________________________________________________________________________
3191 [ 12676] By: sky                                   on 2001/10/26  12:31:46
3192         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
3193      Branch: perl
3194            ! ext/threads/threads.pm ext/threads/threads.xs
3195 ____________________________________________________________________________
3196 [ 12675] By: sky                                   on 2001/10/26  12:06:30
3197         Log: Allocing a TLS in runtime is not too hot.
3198      Branch: perl
3199            ! ext/threads/threads.xs
3200 ____________________________________________________________________________
3201 [ 12674] By: sky                                   on 2001/10/26  11:59:09
3202         Log: Don't display debug data.
3203      Branch: perl
3204            ! ext/threads/threads.pm
3205 ____________________________________________________________________________
3206 [ 12673] By: sky                                   on 2001/10/26  11:35:47
3207         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
3208              complete bar support for blessed objects.
3209              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
3210      Branch: perl
3211            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
3212 ____________________________________________________________________________
3213 [ 12672] By: sky                                   on 2001/10/26  11:15:28
3214         Log: Fix case where shared reference does not exist in current thread.
3215      Branch: perl
3216            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
3217 ____________________________________________________________________________
3218 [ 12671] By: sky                                   on 2001/10/26  08:48:52
3219         Log: Support for references in shared arrays.
3220      Branch: perl
3221            ! ext/threads/shared/shared.xs
3222 ____________________________________________________________________________
3223 [ 12670] By: sky                                   on 2001/10/26  08:30:11
3224         Log: Add tests for references in hashes.
3225      Branch: perl
3226            + ext/threads/shared/t/hv_refs.t
3227            ! MANIFEST
3228 ____________________________________________________________________________
3229 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
3230         Log: windows support functions get_childdir() et al aren't exported
3231              correctly under vanilla build
3232      Branch: maint-5.6/perl
3233            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
3234 ____________________________________________________________________________
3235 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
3236         Log: final touches to the audit for statics and thread-unsafe code
3237              * make DB_File, ODBM_File thread-safe 
3238              * remove unnecessary/dangerous statics and protect others
3239              from not getting accidentally enabled under threaded perls
3240      Branch: maint-5.6/perl
3241            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
3242            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
3243            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
3244            ! win32/win32.c
3245 ____________________________________________________________________________
3246 [ 12667] By: ams                                   on 2001/10/26  03:48:36
3247         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
3248              From: "Richard Soderberg" <rs@crystalflame.net>
3249              Date: Thu, 25 Oct 2001 23:42:50 -0400
3250              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
3251      Branch: perl
3252            ! sharedsv.c
3253 ____________________________________________________________________________
3254 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
3255         Log: Integrate change #12664 from maintperl;
3256              
3257              the newest GCCs don't seem to like C<"string1"##STRING2>
3258              so keep it as C<"string1" STRING2> (latter appears to
3259              work everywhere)
3260      Branch: perl
3261           !> ext/DynaLoader/dlutils.c
3262 ____________________________________________________________________________
3263 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
3264         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
3265              From: Chris Nandor <pudge@pobox.com>
3266              Date: Thu, 25 Oct 2001 22:15:03 -0400
3267              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
3268      Branch: perl
3269            ! perl.h
3270 ____________________________________________________________________________
3271 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
3272         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
3273              C<"string1" STRING2> (latter appears to work everywhere)
3274      Branch: maint-5.6/perl
3275            ! ext/DynaLoader/dlutils.c
3276 ____________________________________________________________________________
3277 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
3278         Log: AUTHORS update.
3279      Branch: perl
3280            ! AUTHORS
3281 ____________________________________________________________________________
3282 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
3283         Log: Integrate change #12660 from maintperl;
3284              
3285              make the dMY_CXT stuff available under all of
3286              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
3287      Branch: perl
3288           !> perl.h
3289 ____________________________________________________________________________
3290 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
3291         Log: Subject: [PATCH] DB_File-1.79
3292              From: "Paul Marquess" <paul.marquess@openwave.com>
3293              Date: Fri, 26 Oct 2001 00:03:54 +0100
3294              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
3295      Branch: perl
3296            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
3297            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
3298 ____________________________________________________________________________
3299 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
3300         Log: make the dMY_CXT stuff available under all of
3301              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
3302      Branch: maint-5.6/perl
3303            ! perl.h
3304 ____________________________________________________________________________
3305 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
3306         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
3307              From: Michael G Schwern <schwern@pobox.com>
3308              Date: Thu, 25 Oct 2001 18:28:12 -0400
3309              Message-ID: <20011025182812.M4811@blackrider>
3310      Branch: perl
3311            ! t/run/kill_perl.t
3312 ____________________________________________________________________________
3313 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
3314         Log: STRLEN != int.
3315      Branch: perl
3316            ! regcomp.c regexec.c
3317 ____________________________________________________________________________
3318 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
3319         Log: Subject: [PATCH] remove small IVop redundancy
3320              From: Nicholas Clark <nick@ccl4.org>
3321              Date: Thu, 25 Oct 2001 22:48:28 +0100
3322              Message-ID: <20011025224827.M66471@plum.flirble.org>
3323      Branch: perl
3324            ! pp.c pp_hot.c
3325 ____________________________________________________________________________
3326 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
3327         Log: Metaconfig unit change for #12655.
3328      Branch: metaconfig/U/perl
3329            ! Extensions.U
3330 ____________________________________________________________________________
3331 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
3332         Log: Subject: Re: Not OK @12650
3333              From: Andy Dougherty <doughera@lafayette.edu>
3334              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
3335              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
3336      Branch: perl
3337            ! Configure
3338 ____________________________________________________________________________
3339 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
3340         Log: Integrate changes #12652 and #12653 from maintperl;
3341              
3342              more tweaks to change#12626
3343              * move the boilerplate code over to perl.h and make DynaLoader
3344              use it
3345              * make re, Opcode, File::Glob and B threadsafe
3346              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
3347              C<no re;> anywhere)
3348              
3349              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
3350              
3351              File::Glob required a bit more work in bleadperl
3352              because of ExtUtils::Constant (see the Makefile.PL change)
3353      Branch: perl
3354            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
3355           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3356           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
3357 ____________________________________________________________________________
3358 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
3359         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
3360      Branch: maint-5.6/perl
3361            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3362            ! ext/Opcode/Opcode.xs ext/re/re.xs
3363 ____________________________________________________________________________
3364 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
3365         Log: more tweaks to change#12626
3366              * move the boilerplate code over to perl.h and make DynaLoader
3367              use it
3368              * make re, Opcode, File::Glob and B threadsafe
3369              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
3370              C<no re;> anywhere)
3371      Branch: maint-5.6/perl
3372            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3373            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
3374 ____________________________________________________________________________
3375 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
3376         Log: Metaconfig unit change for #12650.
3377      Branch: metaconfig/U/perl
3378            ! Extensions.U
3379 ____________________________________________________________________________
3380 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
3381         Log: Subject: Re: ithreads doesn't like usedl=n
3382              From: Andy Dougherty <doughera@lafayette.edu>
3383              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
3384              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
3385              
3386              Special-case threads::shared.
3387      Branch: perl
3388            ! Configure
3389 ____________________________________________________________________________
3390 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
3391         Log: Getting fancier...
3392      Branch: perl
3393            ! t/TEST
3394 ____________________________________________________________________________
3395 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
3396         Log: csh - what a pain.
3397      Branch: perl
3398            ! t/TEST
3399 ____________________________________________________________________________
3400 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
3401         Log: Update Changes.
3402      Branch: perl
3403            ! Changes patchlevel.h
3404 ____________________________________________________________________________
3405 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
3406         Log: Allow resetting the locale system for the duration
3407              of the build (Mac OS X default setting LANG=En_US
3408              ist kaputt)
3409      Branch: perl
3410            ! Makefile.SH
3411 ____________________________________________________________________________
3412 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
3413         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
3414      Branch: perl
3415            ! ext/Digest/MD5/t/files.t
3416 ____________________________________________________________________________
3417 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
3418         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
3419              From: Andy Dougherty <doughera@lafayette.edu>
3420              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
3421              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
3422      Branch: perl
3423            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
3424            ! ext/threads/shared/Makefile.PL
3425 ____________________________________________________________________________
3426 [ 12643] By: sky                                   on 2001/10/25  12:28:26
3427         Log: Add support for reference members of hashes.
3428      Branch: perl
3429            ! ext/threads/shared/shared.xs
3430 ____________________________________________________________________________
3431 [ 12642] By: ams                                   on 2001/10/25  12:21:13
3432         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
3433              From: "Norton Allen" <nort@qnx.com>
3434              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
3435              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
3436      Branch: perl
3437            ! ext/Digest/MD5/MD5.xs
3438 ____________________________________________________________________________
3439 [ 12641] By: sky                                   on 2001/10/25  10:27:39
3440         Log: Tests shared hashes.
3441      Branch: perl
3442            + ext/threads/shared/t/hv_simple.t
3443            ! MANIFEST
3444 ____________________________________________________________________________
3445 [ 12640] By: sky                                   on 2001/10/25  10:18:23
3446         Log: Fix threadcounts for arrays and hashes.
3447      Branch: perl
3448            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3449 ____________________________________________________________________________
3450 [ 12639] By: sky                                   on 2001/10/25  10:17:26
3451         Log: Note to self, doing *src_ary++ in a macro that evaluates
3452              the value more than once is a good way to dump core.
3453      Branch: perl
3454            ! sharedsv.c
3455 ____________________________________________________________________________
3456 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
3457         Log: Integrate change #12636 from maintperl; more dl fixups.
3458      Branch: perl
3459           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3460           !> ext/DynaLoader/dl_vms.xs
3461 ____________________________________________________________________________
3462 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
3463         Log: Like dl_hpux, like dl_dld.
3464      Branch: perl
3465            ! ext/DynaLoader/dl_dld.xs
3466 ____________________________________________________________________________
3467 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
3468         Log: followups to change#12635
3469      Branch: maint-5.6/perl
3470            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3471            ! ext/DynaLoader/dl_vms.xs
3472 ____________________________________________________________________________
3473 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
3474         Log: add part of change#12634 to the two files that need it; dl_aix.xs
3475              in maint-5.6 doesn't have the branch that had the problem in
3476              mainline
3477      Branch: maint-5.6/perl
3478            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
3479 ____________________________________________________________________________
3480 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
3481         Log: Fixes for #12627.
3482      Branch: perl
3483            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
3484 ____________________________________________________________________________
3485 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
3486         Log: Since pv_uni_display and sv_uni_display are now used
3487              in the re extension, their symbols have to be exported.
3488      Branch: perl
3489            ! embed.pl global.sym
3490 ____________________________________________________________________________
3491 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
3492         Log: Subject:  Re: [PATCH Perl@12567] debug /list
3493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3494              Date: Tue, 23 Oct 2001 21:40:33 EDT
3495              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
3496      Branch: perl
3497            ! configure.com
3498 ____________________________________________________________________________
3499 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
3500         Log: This takes care of some of the re 'debug' cases but
3501              not all cases since the information whether the pattern
3502              or the target are utf8 seems to be either lost or not
3503              spread widely enough, sigh.
3504      Branch: perl
3505            ! regcomp.c
3506 ____________________________________________________________________________
3507 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
3508         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
3509              From: John Peacock <jpeacock@rowman.com>
3510              Date: Wed, 24 Oct 2001 16:53:29 -0400
3511              Message-ID: <3BD72A49.1508D152@rowman.com>
3512      Branch: perl
3513            ! configure.com
3514 ____________________________________________________________________________
3515 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
3516         Log: Upgrade NetWare and WinCE as in #12626.
3517      Branch: perl
3518            ! NetWare/dl_netware.xs wince/dl_win32.xs
3519 ____________________________________________________________________________
3520 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
3521         Log: Tru64 compiler nit.
3522      Branch: perl
3523            ! ext/threads/shared/shared.xs
3524 ____________________________________________________________________________
3525 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
3526         Log: Integrate change #12626 from maintperl;
3527              make DynaLoader threadsafe by moving all statics into
3528              interpreter-local space
3529              
3530              TODO: Netware, OS/2, WinCE
3531      Branch: perl
3532           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3533           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3534           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3535           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3536           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3537           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3538           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
3539 ____________________________________________________________________________
3540 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
3541         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
3542              space
3543      Branch: maint-5.6/perl
3544            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3545            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3546            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3547            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3548            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3549            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3550            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
3551 ____________________________________________________________________________
3552 [ 12625] By: sky                                   on 2001/10/24  20:05:26
3553         Log: Change #12623 inflicted an infinite hang. Fixed.
3554      Branch: perl
3555            ! ext/threads/shared/shared.xs
3556 ____________________________________________________________________________
3557 [ 12624] By: sky                                   on 2001/10/24  19:06:55
3558         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
3559      Branch: perl
3560            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3561 ____________________________________________________________________________
3562 [ 12623] By: sky                                   on 2001/10/24  18:06:34
3563         Log: We need to do sharedsv_find in the original perl context.
3564      Branch: perl
3565            ! ext/threads/shared/shared.xs
3566 ____________________________________________________________________________
3567 [ 12622] By: sky                                   on 2001/10/24  17:26:51
3568         Log: Add support for basic support for AVs, references not supported yet.
3569              Add test for AVs.
3570              Add more tests to sv_refs
3571              Fix documentation issues.  
3572      Branch: perl
3573            + ext/threads/shared/t/av_simple.t
3574            ! MANIFEST ext/threads/shared/shared.pm
3575            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
3576 ____________________________________________________________________________
3577 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
3578         Log: Dump Unicode better for re 'debug'.  The regprop()
3579              is unfinished since have to figure out how to detect
3580              Unicodeness in there.
3581      Branch: perl
3582            ! regcomp.c regexec.c
3583 ____________________________________________________________________________
3584 [ 12620] By: sky                                   on 2001/10/24  13:18:07
3585         Log: Add support for finding shared arrays and hashes.
3586      Branch: perl
3587            ! sharedsv.c
3588 ____________________________________________________________________________
3589 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
3590         Log: Rewrite sv_uni_display() as pv_uni_display() as
3591              reimplement sv_uni_display() using that.
3592      Branch: perl
3593            ! dump.c embed.h embed.pl proto.h
3594 ____________________________________________________________________________
3595 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
3596         Log: Integrate change #12615 from maintperl;
3597              on Windows, IO::File::new_tmpfile() fails after being called
3598              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3599              process-wide limit
3600      Branch: perl
3601           !> win32/win32.c
3602 ____________________________________________________________________________
3603 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
3604         Log: Don't try to print ints as IVs.
3605      Branch: perl
3606            ! ext/Time/HiRes/HiRes.xs
3607 ____________________________________________________________________________
3608 [ 12616] By: sky                                   on 2001/10/24  11:06:35
3609         Log: We only need to fetch the SV from the backend if the index
3610              is not the same as mg_private.     In theory this could be
3611              a problem if there are an exact multiple of U16 changes
3612              of a shared variable between two access in a given thread,
3613              we choose to avoid theory for now.
3614      Branch: perl
3615            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
3616 ____________________________________________________________________________
3617 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
3618         Log: on Windows, IO::File::new_tmpfile() fails after being called
3619              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3620              process-wide limit
3621      Branch: maint-5.6/perl
3622            ! win32/win32.c
3623 ____________________________________________________________________________
3624 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
3625         Log: Negation and Unicode: sort of solves 20010303.010,
3626              except not quite like reported in the Subject
3627              (Perl_warner is still utf8-ignorant).
3628      Branch: perl
3629            ! pp.c t/lib/warnings/sv
3630 ____________________________________________________________________________
3631 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
3632         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
3633      Branch: perl
3634            ! sv.c t/lib/warnings/sv
3635 ____________________________________________________________________________
3636 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
3637         Log: sv_uni_display(): do not add the "...", let the caller
3638              do it if wanted, and be prepared for more display options.
3639      Branch: perl
3640            ! dump.c embed.h embed.pl proto.h
3641 ____________________________________________________________________________
3642 [ 12611] By: nick                                  on 2001/10/23  20:28:07
3643         Log: Integrate mainline
3644      Branch: perlio
3645           !> Changes configure.com cygwin/cygwin.c
3646           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
3647           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
3648           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
3649           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
3650           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
3651           !> utils/h2xs.PL utils/perldoc.PL
3652 ____________________________________________________________________________
3653 [ 12610] By: sky                                   on 2001/10/23  19:39:24
3654         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
3655              READONLY but still dies with modification attempt. We only call bless for ext and
3656              umagic.
3657      Branch: perl
3658            ! sv.c
3659 ____________________________________________________________________________
3660 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
3661         Log: Croak() on negative time; doc tweaks.
3662      Branch: perl
3663            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3664            ! ext/Time/HiRes/HiRes.xs
3665 ____________________________________________________________________________
3666 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
3667         Log: FAQ sync.
3668      Branch: perl
3669            ! pod/perlfaq4.pod pod/perlfaq7.pod
3670 ____________________________________________________________________________
3671 [ 12607] By: sky                                   on 2001/10/23  18:27:27
3672         Log: Call setmagic on the referant we blessing!
3673      Branch: perl
3674            ! sv.c
3675 ____________________________________________________________________________
3676 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
3677         Log: Small test nits.
3678      Branch: perl
3679            ! t/op/lc.t
3680 ____________________________________________________________________________
3681 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
3682         Log: Update Changes.
3683      Branch: perl
3684            ! Changes patchlevel.h
3685 ____________________________________________________________________________
3686 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
3687         Log: Make the PerlIO_init() prototypes consistent.
3688      Branch: perl
3689            ! perlio.c
3690 ____________________________________________________________________________
3691 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
3692         Log: Upping the test count is a good idea.
3693      Branch: perl
3694            ! t/op/lc.t
3695 ____________________________________________________________________________
3696 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
3697         Log: Document the final sigma spot.
3698      Branch: perl
3699            ! pp.c
3700 ____________________________________________________________________________
3701 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
3702         Log: Fix multicharacter titlecase (ucfirst).
3703      Branch: perl
3704            ! pod/perlunicode.pod pp.c t/op/lc.t
3705 ____________________________________________________________________________
3706 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
3707         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
3708              From: Mikhail Zabaluev <mhz@alt-linux.org>
3709              Date: Tue, 23 Oct 2001 10:40:37 +0400
3710              Message-ID: <20011023104037.A12761@localhost.localdomain>
3711              
3712              (#12406 replaced with this)
3713      Branch: perl
3714            ! utils/perldoc.PL
3715 ____________________________________________________________________________
3716 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
3717         Log: MacOS Classic updates from Pudge.
3718      Branch: perl
3719            ! lib/File/Spec.t lib/File/Spec/Mac.pm
3720 ____________________________________________________________________________
3721 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
3722         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
3723              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3724              Date: Sun, 14 Oct 2001 23:14:46 +0200
3725              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
3726              
3727              except for the 2->4 changes.
3728      Branch: perl
3729            ! lib/AutoSplit.t
3730 ____________________________________________________________________________
3731 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
3732         Log: integrate macperl contents into maint-5.6
3733      Branch: maint-5.6/perl
3734            ! mg.c
3735           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
3736           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
3737           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
3738           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3739           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
3740           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
3741           !> t/lib/filefind.t t/lib/filespec.t
3742 ____________________________________________________________________________
3743 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
3744         Log: At some point the #6234 has been lost from the mainline
3745              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
3746      Branch: perl
3747            ! lib/File/Spec/Win32.pm
3748 ____________________________________________________________________________
3749 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
3750         Log: Cygwin seems to round up (or closest, but not down)
3751              for time(), so half of the time (bad pun intended)
3752              Time::HiRes::time() is less than time(), half of
3753              the time it's more.  So let's try harder in the loop.
3754      Branch: perl
3755            ! ext/Time/HiRes/HiRes.t
3756 ____________________________________________________________________________
3757 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
3758         Log: MacOS Classic timeofday(), from Chris Nandor. 
3759      Branch: perl
3760            ! ext/Time/HiRes/HiRes.xs
3761 ____________________________________________________________________________
3762 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
3763         Log: Integrate changes #12580 and #12581 from macperl;
3764              
3765              Fix path construction.
3766              
3767              (Copyright) Nit.
3768      Branch: perl
3769           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
3770 ____________________________________________________________________________
3771 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
3772         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
3773              doesn't seem to help (the error being output to console, maybe?)
3774      Branch: perl
3775            ! lib/Net/Domain.pm
3776 ____________________________________________________________________________
3777 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
3778         Log: Taint the getcwd() result also in Cygwin.
3779              (TODO: which other platforms need the same thing?)
3780      Branch: perl
3781            ! cygwin/cygwin.c
3782 ____________________________________________________________________________
3783 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
3784         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
3785      Branch: perl
3786            ! t/op/taint.t
3787 ____________________________________________________________________________
3788 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
3789         Log: getpwuid() fragility continues.
3790      Branch: perl
3791            ! utils/h2xs.PL
3792 ____________________________________________________________________________
3793 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
3794         Log: getpwuid() might succeed but that's no guarantee
3795              that the $home will be defined.
3796      Branch: perl
3797            ! ext/File/Glob/t/basic.t
3798 ____________________________________________________________________________
3799 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
3800         Log: It's safer to to expand the variable, too... (see #12571)
3801      Branch: perl
3802            ! t/TEST
3803 ____________________________________________________________________________
3804 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
3805         Log: Integrate with maintperl.
3806      Branch: maint-5.6/macperl
3807           !> win32/bin/pl2bat.pl win32/win32.c
3808 ____________________________________________________________________________
3809 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
3810         Log: Oops, forgot to include Win32 ... just as well, since it
3811              seems in bleadperl, change #7764 was not included
3812              (adding C:\temp).  Re-added.  Rip it back out if it
3813              doesn't belong.  :-)
3814      Branch: maint-5.6/macperl
3815            ! lib/File/Spec/Win32.pm
3816 ____________________________________________________________________________
3817 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
3818         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
3819              From: "Craig A. Berry" <craigberry@mac.com>
3820              Date: Mon, 22 Oct 2001 15:25:19 -0500
3821              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
3822      Branch: perl
3823            ! configure.com
3824 ____________________________________________________________________________
3825 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
3826         Log: Add in lots of File::Spec changes, from Thomas Wegner,
3827              and sync with changes from bleadperl.
3828      Branch: maint-5.6/macperl
3829            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
3830            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3831            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3832            ! lib/File/Spec/Win32.pm t/lib/filespec.t
3833 ____________________________________________________________________________
3834 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
3835         Log: Sync with latest File::Find and tests from bleadperl.
3836      Branch: maint-5.6/macperl
3837            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
3838 ____________________________________________________________________________
3839 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
3840         Log: Nit.
3841      Branch: maint-5.6/macperl
3842            ! perl.c
3843 ____________________________________________________________________________
3844 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
3845         Log: Fix path construction.
3846      Branch: maint-5.6/macperl
3847            ! ext/DynaLoader/DynaLoader_pm.PL
3848 ____________________________________________________________________________
3849 [ 12579] By: nick                                  on 2001/10/22  19:08:35
3850         Log: Integrate mainline (for Arthurs thread.xs fix)
3851      Branch: perlio
3852           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
3853 ____________________________________________________________________________
3854 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
3855         Log: Fix up exported symbols, move relevant docs
3856              over from macperl.pod.
3857      Branch: maint-5.6/macperl
3858            ! macos/ext/MacPerl/MacPerl.pm
3859 ____________________________________________________________________________
3860 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
3861         Log: Make ADDRESS called optionally as a method.
3862      Branch: maint-5.6/macperl
3863            ! macos/lib/Mac/Glue.pm
3864 ____________________________________________________________________________
3865 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
3866         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
3867              Apple event.
3868      Branch: maint-5.6/macperl
3869            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
3870            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
3871            ! macos/macperl/MPTerminology.aete
3872 ____________________________________________________________________________
3873 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
3874         Log: Clean up some build utilities. Change Entab to Duplicate;
3875              fix docs and error reporting; improve macify() of paths;
3876              remove requirement for Exporter.pm presence.
3877      Branch: maint-5.6/macperl
3878            ! macos/InstallBLIB macos/MacPerlTests.cmd
3879            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
3880 ____________________________________________________________________________
3881 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
3882         Log: Sync Time::HiRes with bleadperl
3883      Branch: maint-5.6/macperl
3884            ! macos/bundled_ext/Time/HiRes/HiRes.pm
3885            ! macos/bundled_ext/Time/HiRes/HiRes.t
3886            ! macos/bundled_ext/Time/HiRes/HiRes.xs
3887 ____________________________________________________________________________
3888 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
3889         Log: Fix up Changes
3890      Branch: maint-5.6/macperl
3891            ! macos/Changes
3892 ____________________________________________________________________________
3893 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
3894         Log: A user might belong to only a single group
3895              (the group equal to the group id).
3896      Branch: perl
3897            ! t/op/groups.t
3898 ____________________________________________________________________________
3899 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
3900         Log: Prepending (instead of replacing with) the pwd is safer. 
3901      Branch: perl
3902            ! t/TEST
3903 ____________________________________________________________________________
3904 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
3905         Log: Be more robust if no hostname or domainname
3906              (especially the latter)
3907      Branch: perl
3908            ! lib/Net/Domain.pm
3909 ____________________________________________________________________________
3910 [ 12569] By: sky                                   on 2001/10/22  17:41:07
3911         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
3912      Branch: perl
3913            ! ext/threads/threads.xs
3914 ____________________________________________________________________________
3915 [ 12568] By: nick                                  on 2001/10/22  16:31:24
3916         Log: Integrate mainline
3917      Branch: perlio
3918           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
3919           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3920           +> ext/threads/shared/t/sv_refs.t
3921           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
3922            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3923            - lib/unicore/To/SpecUpper.pl
3924           !> (integrate 42 files)
3925 ____________________________________________________________________________
3926 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
3927         Log: Update Changes.
3928      Branch: perl
3929            ! Changes patchlevel.h
3930 ____________________________________________________________________________
3931 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
3932         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
3933              From: Michael G Schwern <schwern@pobox.com>
3934              Date: Mon, 22 Oct 2001 03:48:38 -0400
3935              Message-ID: <20011022034838.B1676@blackrider>
3936      Branch: perl
3937            ! pod/perlvar.pod
3938 ____________________________________________________________________________
3939 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
3940         Log: Pod nits, as suggested by Stas Bekman.
3941      Branch: perl
3942            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3943 ____________________________________________________________________________
3944 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
3945         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
3946              From: "Paul Marquess" <paul.marquess@openwave.com> 
3947              Date: Sun, 21 Oct 2001 21:11:15 +0100
3948              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
3949      Branch: perl
3950            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3951            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
3952            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
3953            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
3954            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
3955            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
3956            ! ext/SDBM_File/sdbm.t
3957 ____________________________________________________________________________
3958 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
3959         Log: Integrate change #12559 from maintperl;
3960              various fixes for system() and backticks under windows
3961      Branch: perl
3962           !> win32/win32.c
3963 ____________________________________________________________________________
3964 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
3965         Log: Integrate change #12560 from maintperl;
3966              make pl2bat use %0 rather than "%0" (the latter fails to work
3967              in a lot of common cases)
3968      Branch: perl
3969           !> win32/bin/pl2bat.pl
3970 ____________________________________________________________________________
3971 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
3972         Log: Integrate changes #12549 and #12550 from maintperl;
3973              
3974              readline() doesn't work with our variables; it confuses them with
3975              my variables (change#4227 was incomplete)
3976      Branch: perl
3977            ! t/lib/strict/vars
3978           !> t/base/rs.t toke.c
3979 ____________________________________________________________________________
3980 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
3981         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
3982              in a lot of common cases)
3983      Branch: maint-5.6/perl
3984            ! win32/bin/pl2bat.pl
3985 ____________________________________________________________________________
3986 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
3987         Log: various fixes for system() and backticks under windows:
3988              
3989              * avoid munging whitespace that is passed within quotes
3990              * work around a cmd.exe misfeature that made multi-arg
3991              system() unreliable when there is more than one quoted
3992              argument
3993              * make multi-arg system() autoquote arguments as needed
3994              before passing them to the shell (this avoids having to
3995              second guess the shell quoting)
3996              * perl's -Dp switch can be used to trace the innards
3997      Branch: maint-5.6/perl
3998            ! win32/win32.c
3999 ____________________________________________________________________________
4000 [ 12558] By: nick                                  on 2001/10/22  08:58:42
4001         Log: Integrate ithreads buffer flush fix from perlio
4002      Branch: perl
4003           !> ext/threads/t/basic.t perl.c
4004 ____________________________________________________________________________
4005 [ 12557] By: nick                                  on 2001/10/22  08:35:09
4006         Log: All tests pass (legitimately) on ithreads
4007      Branch: perlio
4008            ! ext/threads/t/basic.t perl.c
4009 ____________________________________________________________________________
4010 [ 12556] By: nick                                  on 2001/10/22  06:51:22
4011         Log: Integrate non-ithreads fix to mainline
4012      Branch: perl
4013           !> perlio.c
4014 ____________________________________________________________________________
4015 [ 12555] By: nick                                  on 2001/10/22  06:48:33
4016         Log: Restore non-ithreads build. Interestingly binmode test passes
4017              non-ithreads - so crlf layer is not damaged and ithreads fail
4018              is a symptom ...
4019      Branch: perlio
4020            ! perlio.c
4021 ____________________________________________________________________________
4022 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
4023         Log: Integrate from perlio; restructuring.
4024      Branch: perl
4025           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
4026           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
4027           !> win32/perlhost.h
4028 ____________________________________________________________________________
4029 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
4030         Log: Integrate from maintperl
4031              (Changes 12350, 12496, 12548, 12549, 12550)
4032      Branch: maint-5.6/macperl
4033           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
4034           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
4035 ____________________________________________________________________________
4036 [ 12552] By: nick                                  on 2001/10/21  19:18:12
4037         Log: Win32 PerlIO_cleanup special cases should no longer be required.
4038      Branch: perlio
4039            ! perl.c
4040 ____________________________________________________________________________
4041 [ 12551] By: nick                                  on 2001/10/21  19:16:56
4042         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
4043      Branch: perlio
4044            ! win32/makefile.mk
4045 ____________________________________________________________________________
4046 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
4047         Log: change#12549 wasn't aware of strictures
4048      Branch: maint-5.6/perl
4049            ! t/pragma/strict-vars toke.c
4050 ____________________________________________________________________________
4051 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
4052         Log: readline() doesn't work with our variables; it confuses them with
4053              my variables (change#4227 was incomplete)
4054      Branch: maint-5.6/perl
4055            ! t/base/rs.t toke.c
4056 ____________________________________________________________________________
4057 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
4058         Log: change#12220 appears to have pulled in a mainline change that
4059              isn't applicable to maint-5.6 (some platforms don't taint
4060              cwd)
4061      Branch: maint-5.6/perl
4062            ! t/lib/filefind-taint.t
4063 ____________________________________________________________________________
4064 [ 12547] By: nick                                  on 2001/10/21  17:15:54
4065         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
4066              for them. Call explicit cleanup during destruct process.
4067              - one binmode test is failing
4068              - also ext/threads/t/basic.t fails under make test, and is noisy under
4069              harness. (Threads results are intermingled and don't match order expected.)
4070      Branch: perlio
4071            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
4072            ! perlio.h perliol.h pod/perlapi.pod sv.c
4073 ____________________________________________________________________________
4074 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
4075         Log: Implement multicharacter case mappings where a single
4076              Unicode character can be mapped into several.
4077      Branch: perl
4078            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4079            - lib/unicore/To/SpecUpper.pl
4080            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
4081            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
4082            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
4083            ! proto.h t/op/lc.t utf8.c
4084 ____________________________________________________________________________
4085 [ 12545] By: sky                                   on 2001/10/21  15:25:16
4086         Log: First support of threads::shared, support shared svs and references.
4087      Branch: perl
4088            + ext/threads/shared/Makefile.PL ext/threads/shared/README
4089            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4090            + ext/threads/shared/t/sv_refs.t
4091            + ext/threads/shared/t/sv_simple.t
4092            ! MANIFEST sharedsv.c
4093 ____________________________________________________________________________
4094 [ 12544] By: nick                                  on 2001/10/21  14:52:35
4095         Log: PerlIO layer table as PL_perlio (per-interpreter)
4096      Branch: perlio
4097            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
4098            ! pod/perlapi.pod sv.c
4099 ____________________________________________________________________________
4100 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
4101         Log: Prettyprinting.
4102      Branch: perl
4103            ! pod/perlunicode.pod
4104 ____________________________________________________________________________
4105 [ 12542] By: ams                                   on 2001/10/21  03:50:25
4106         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
4107              From: "Sean M. Burke" <sburke@cpan.org>
4108              Date: Sat, 20 Oct 2001 17:51:09 -0600
4109              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
4110      Branch: perl
4111            + pod/perlpodspec.pod
4112            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
4113            ! pod/perltoc.pod
4114 ____________________________________________________________________________
4115 [ 12541] By: nick                                  on 2001/10/20  22:23:53
4116         Log: Fix typos in new locking on MemShared
4117              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
4118              - seems to make segfaults more deterministic - suspect they are 
4119              attempt to free() after Interp and Host have gone.
4120      Branch: perlio
4121            ! perlio.c win32/perlhost.h
4122 ____________________________________________________________________________
4123 [ 12540] By: nick                                  on 2001/10/20  21:50:46
4124         Log: Remove the MemShared re-#define (again)
4125      Branch: perlio
4126            ! perlio.c
4127 ____________________________________________________________________________
4128 [ 12539] By: nick                                  on 2001/10/20  21:49:06
4129         Log: Use locks on MemShared
4130      Branch: perlio
4131            ! win32/perlhost.h
4132 ____________________________________________________________________________
4133 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
4134         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
4135              From: "chromatic" <chromatic@rmci.net>
4136              Date: Sat, 20 Oct 2001 11:13:47 -0600
4137              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
4138      Branch: perl
4139            ! installhtml
4140 ____________________________________________________________________________
4141 [ 12537] By: nick                                  on 2001/10/20  16:44:03
4142         Log: Integrate mainline
4143      Branch: perlio
4144           !> (integrate 48 files)
4145 ____________________________________________________________________________
4146 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
4147         Log: Update Changes.
4148      Branch: perl
4149            ! Changes patchlevel.h
4150 ____________________________________________________________________________
4151 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
4152         Log: Upgrade to podlators 1.11, from Russ Allbery.
4153      Branch: perl
4154            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4155            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4156            ! pod/pod2man.PL pod/pod2text.PL
4157 ____________________________________________________________________________
4158 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
4159         Log: Integrate perlio change #12532:
4160              introduce and use PerlIO_intmod2str().
4161      Branch: perl
4162           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
4163 ____________________________________________________________________________
4164 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
4165         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
4166      Branch: perl
4167            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
4168 ____________________________________________________________________________
4169 [ 12532] By: nick                                  on 2001/10/20  14:25:37
4170         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
4171              Use for non-PERLIO fdupopen().
4172      Branch: perlio
4173            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
4174 ____________________________________________________________________________
4175 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
4176         Log: Integrate perlio: PerlIO win32 fixes.
4177      Branch: perl
4178           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
4179           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
4180           !> proto.h sv.h win32/win32io.c
4181 ____________________________________________________________________________
4182 [ 12530] By: nick                                  on 2001/10/20  12:53:30
4183         Log: Fixed in two places - p4 resolve
4184      Branch: perlio
4185            ! perlsdio.h
4186 ____________________________________________________________________________
4187 [ 12529] By: nick                                  on 2001/10/20  12:51:05
4188         Log: Fix for ithreads/stdio build
4189      Branch: perlio
4190            ! perlio.c perlsdio.h
4191 ____________________________________________________________________________
4192 [ 12528] By: ams                                   on 2001/10/20  12:13:25
4193         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
4194              From: Michael G Schwern <schwern@pobox.com>
4195              Date: Sat, 20 Oct 2001 01:41:21 -0400
4196              Message-Id: <20011020014121.I3681@blackrider>
4197      Branch: perl
4198            ! installman
4199 ____________________________________________________________________________
4200 [ 12527] By: ams                                   on 2001/10/20  12:09:41
4201         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
4202              From: Michael G Schwern <schwern@pobox.com>
4203              Date: Sat, 20 Oct 2001 02:04:21 -0400
4204              Message-Id: <20011020020421.A11732@blackrider>
4205      Branch: perl
4206            ! lib/Pod/Checker.pm
4207 ____________________________________________________________________________
4208 [ 12526] By: ams                                   on 2001/10/20  11:59:41
4209         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
4210              From: "chromatic" <chromatic@rmci.net>
4211              Date: Fri, 19 Oct 2001 22:46:39 -0600
4212              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
4213      Branch: perl
4214            ! lib/Net/Config.pm
4215 ____________________________________________________________________________
4216 [ 12525] By: nick                                  on 2001/10/20  11:16:18
4217         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
4218              Perl_sv_setsv_flags directly.
4219      Branch: perlio
4220            ! ext/threads/threads.xs
4221 ____________________________________________________________________________
4222 [ 12524] By: nick                                  on 2001/10/20  10:28:17
4223         Log: Add a new flag character 'm' to embed.pl set to represent
4224              "functions" which are really macros. Use it foe the troublesome
4225              sv_setsv() etc. macros in sv.h - changing latter to define
4226              sv_setsv rather than sv_setsv_macro etc.
4227      Branch: perlio
4228            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
4229            ! pod/perlapi.pod proto.h sv.h
4230 ____________________________________________________________________________
4231 [ 12523] By: nick                                  on 2001/10/20  09:17:17
4232         Log: Add comments explaining why win32.h/embed.h are included where they are
4233              in perl.h 
4234      Branch: perlio
4235            ! perl.h
4236 ____________________________________________________________________________
4237 [ 12522] By: nick                                  on 2001/10/20  08:27:44
4238         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
4239              being used yet.
4240      Branch: perlio
4241            ! win32/win32io.c
4242 ____________________________________________________________________________
4243 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
4244         Log: Wording tweaks.
4245      Branch: perl
4246            ! t/TEST
4247 ____________________________________________________________________________
4248 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
4249         Log: Subject: IO module with nonblocking socket connect patch 
4250              From: Raul Dias <raul@dias.com.br>
4251              Date: Fri, 19 Oct 2001 22:45:32 -0300
4252              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
4253      Branch: perl
4254            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4255 ____________________________________________________________________________
4256 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
4257         Log: Test vertical whitespace combined with /x in \p{}.
4258      Branch: perl
4259            ! t/op/pat.t
4260 ____________________________________________________________________________
4261 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
4262         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
4263              From: Gisle Aas <gisle@ActiveState.com> 
4264              Date: 19 Oct 2001 16:46:02 -0700
4265              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
4266      Branch: perl
4267            ! lib/ExtUtils/MakeMaker.pm
4268 ____________________________________________________________________________
4269 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
4270         Log: No more this symbol.
4271      Branch: perl
4272            ! makedef.pl
4273 ____________________________________________________________________________
4274 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
4275         Log: Integrate change #12511; fix gross win32 build issues.
4276      Branch: perl
4277           !> makedef.pl sv.c
4278 ____________________________________________________________________________
4279 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
4280         Log: Unpack in scalar context should return the first value
4281              returned in list context, as pointed out by Ton Hospel
4282              in 2001-05-21 (this is how it works already in blead,
4283              just adding the test).
4284      Branch: perl
4285            ! t/op/pack.t
4286 ____________________________________________________________________________
4287 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
4288         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
4289              From: "Craig A. Berry" <craigberry@mac.com>
4290              Date: Fri, 19 Oct 2001 16:59:30 -0500
4291              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
4292      Branch: perl
4293            ! utils/perldoc.PL
4294 ____________________________________________________________________________
4295 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
4296         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
4297              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4298              Date: Fri, 19 Oct 2001 17:45:23 EDT
4299              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
4300      Branch: perl
4301            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
4302            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
4303            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
4304            ! vms/vmsish.h
4305 ____________________________________________________________________________
4306 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
4307         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
4308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4309              Date: Fri, 19 Oct 2001 17:26:35 EDT
4310              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
4311      Branch: perl
4312            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
4313 ____________________________________________________________________________
4314 [ 12511] By: nick                                  on 2001/10/19  19:55:36
4315         Log: Fix gross win32 build issues
4316      Branch: perlio
4317            ! makedef.pl sv.c
4318 ____________________________________________________________________________
4319 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
4320         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
4321              From: David Dyck <dcd@tc.fluke.com>
4322              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
4323              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
4324      Branch: perl
4325            ! lib/File/Find.pm
4326 ____________________________________________________________________________
4327 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
4328         Log: Subject: Re: PerlIO and Encode
4329              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4330              Date: Tue, 16 Oct 2001 01:50:16 +0900
4331              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
4332      Branch: perl
4333            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
4334            ! ext/Encode/Encode/Tcl.t
4335 ____________________________________________________________________________
4336 [ 12508] By: ams                                   on 2001/10/19  17:59:16
4337         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
4338              (See #12499)
4339      Branch: perl
4340            ! pod/perlintro.pod
4341 ____________________________________________________________________________
4342 [ 12507] By: nick                                  on 2001/10/19  16:30:43
4343         Log: Integrate mainline
4344      Branch: perlio
4345           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
4346           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
4347           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
4348           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
4349           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
4350           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
4351           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4352           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
4353           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
4354           +> win32/config_H.win64
4355            - lib/Test/Utils.pm lib/unicore/mktables.PL
4356            - t/lib/Test/Simple/Catch/More.pm
4357           !> (integrate 84 files)
4358 ____________________________________________________________________________
4359 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
4360         Log: Retract the #10451 which seems to be the cause
4361              of the major leakage from while(){eval"sub{}"}
4362      Branch: perl
4363            ! op.c t/run/kill_perl.t
4364 ____________________________________________________________________________
4365 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
4366         Log: Regen toc.
4367      Branch: perl
4368            ! pod/perltoc.pod
4369 ____________________________________________________________________________
4370 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
4371         Log: Tiny tweaks.
4372      Branch: perl
4373            ! pod/perl.pod
4374 ____________________________________________________________________________
4375 [ 12503] By: ams                                   on 2001/10/19  13:34:24
4376         Log: Subject: Re: perlintro.pod
4377              From: Abe Timmerman <abe@ztreet.demon.nl>
4378              Date: Fri, 19 Oct 2001 14:12:40 +0200
4379              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
4380      Branch: perl
4381            ! pod/perlintro.pod
4382 ____________________________________________________________________________
4383 [ 12502] By: ams                                   on 2001/10/19  13:24:12
4384         Log: Slight reorganisation of references.
4385      Branch: perl
4386            ! pod/perl.pod
4387 ____________________________________________________________________________
4388 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
4389         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
4390              From: Kay Röpke <kroepke@dolphin-services.de>
4391              Date: Fri, 19 Oct 2001 14:04:01 +0200 
4392              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
4393      Branch: perl
4394            ! lib/ExtUtils/MakeMaker.pm
4395 ____________________________________________________________________________
4396 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
4397         Log: Unicode categories continue:
4398              implement Category=, Script=, Block=
4399              (these are based on an upcoming update of TR#18)
4400              Fix a bug where we got two In categories named "old italic",
4401              and another where shortcut for the Is categories wasn't taken.
4402      Branch: perl
4403            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
4404            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
4405            ! pod/perlunicode.pod t/op/pat.t
4406 ____________________________________________________________________________
4407 [ 12499] By: ams                                   on 2001/10/19  01:42:29
4408         Log: Subject: a small patch to perlintro.pod.
4409              From: Autrijus Tang <autrijus@autrijus.org>
4410              Date: Fri, 19 Oct 2001 01:45:51 +0800
4411              Message-Id: <20011019014551.A35625@not.autrijus.org>
4412              (Applied by hand with nits.)
4413      Branch: perl
4414            ! pod/perlintro.pod
4415 ____________________________________________________________________________
4416 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
4417         Log: Subject: [PATCH] OpenBSD hints for ithreads
4418              From: Andy Dougherty <doughera@lafayette.edu>
4419              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
4420              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
4421      Branch: perl
4422            ! hints/openbsd.sh
4423 ____________________________________________________________________________
4424 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
4425         Log: Retract #12446; the problem solved by #12474.
4426      Branch: perl
4427            ! hints/aix.sh
4428 ____________________________________________________________________________
4429 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
4430         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
4431              message and suppress line number info (from Steve Hay
4432              <Steve.Hay@uk.radan.com>)
4433      Branch: maint-5.6/perl
4434            ! lib/Carp/Heavy.pm
4435 ____________________________________________________________________________
4436 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
4437         Log: More documented In categories.
4438      Branch: perl
4439            ! pod/perlunicode.pod
4440 ____________________________________________________________________________
4441 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
4442         Log: Update Changes.
4443      Branch: perl
4444            ! Changes patchlevel.h
4445 ____________________________________________________________________________
4446 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
4447         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
4448      Branch: perl
4449            ! MANIFEST
4450 ____________________________________________________________________________
4451 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
4452         Log: Wrong skip() arguments.
4453      Branch: perl
4454            ! ext/B/t/terse.t
4455 ____________________________________________________________________________
4456 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
4457         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
4458              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4459              Date: Wed, 17 Oct 2001 09:10:53 EDT 
4460              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
4461      Branch: perl
4462            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
4463            ! pod/perlapi.pod vms/vms.c
4464 ____________________________________________________________________________
4465 [ 12490] By: ams                                   on 2001/10/18  09:31:00
4466         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
4467              From: Mark-Jason Dominus <mjd@plover.com>
4468              Date: Thu, 18 Oct 2001 06:25:35 -0400
4469              Message-Id: <20011018102535.19264.qmail@plover.com>
4470      Branch: perl
4471            ! pod/perl.pod
4472 ____________________________________________________________________________
4473 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
4474         Log: Prettyprinting.
4475      Branch: perl
4476            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
4477 ____________________________________________________________________________
4478 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
4479         Log: Regen toc.
4480      Branch: perl
4481            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4482 ____________________________________________________________________________
4483 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
4484         Log: Add perlintro, from Skud.
4485      Branch: perl
4486            + pod/perlintro.pod
4487            ! MANIFEST
4488 ____________________________________________________________________________
4489 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
4490         Log: FAQ sync.
4491      Branch: perl
4492            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
4493            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
4494            ! pod/perlfaq8.pod pod/perlfaq9.pod
4495 ____________________________________________________________________________
4496 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
4497         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
4498              in speed (upto 20% speedup in certain operations) but meanwhile
4499              regexps and arithmetics got slower (5-10%) (according to
4500              perlbench average speedup is negligible, and within measuring
4501              flutter, 1%).  Therefore retracting all the changes
4502              aimed at getting -std1 to compile cleanly:  #12475, #12476,
4503              #12479, #12480, #12481, #12482, #12483, #12484.
4504      Branch: perl
4505            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
4506            ! pp_hot.c pp_sys.c toke.c
4507 ____________________________________________________________________________
4508 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
4509         Log: (retracted by #12485)
4510              Strict ANSI doesn't like the third argument of main()
4511              so enable ignoring it if using ultra picky compiler.
4512      Branch: perl
4513            ! miniperlmain.c
4514 ____________________________________________________________________________
4515 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
4516         Log: (retracted by #12485)
4517              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
4518      Branch: perl
4519            ! perl.h
4520 ____________________________________________________________________________
4521 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
4522         Log: (retracted by #12485)
4523              Add explanatory comment.
4524      Branch: perl
4525            ! mg.c
4526 ____________________________________________________________________________
4527 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
4528         Log: (retracted by #12485)
4529              More dollar$hiding.
4530      Branch: perl
4531            ! doio.c perl.h pp_sys.c
4532 ____________________________________________________________________________
4533 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
4534         Log: (retracted by #12485)
4535              KISS.
4536      Branch: perl
4537            ! mg.c
4538 ____________________________________________________________________________
4539 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
4540         Log: (retracted by #12485)
4541              Thou shalt not #ifdef inside macro invocations,
4542              noticed by Rafael Garcia-Suarez.
4543      Branch: perl
4544            ! mg.c
4545 ____________________________________________________________________________
4546 [ 12478] By: ams                                   on 2001/10/17  18:50:55
4547         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
4548              From: Anton Berezin <tobez@tobez.org>
4549              Date: Wed, 17 Oct 2001 18:25:48 +0200
4550              Message-Id: <20011017182548.A12082@heechee.tobez.org>
4551      Branch: perl
4552            ! pp_sys.c
4553 ____________________________________________________________________________
4554 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
4555         Log: (retracted by #12485)
4556              Unterminated #ifdef.
4557      Branch: perl
4558            ! mg.c
4559 ____________________________________________________________________________
4560 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
4561         Log: (retracted by #12485)
4562              Avoid dollar signs in identifiers (in non-VMS) to
4563              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
4564      Branch: perl
4565            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
4566            ! toke.c
4567 ____________________________________________________________________________
4568 [ 12474] By: ams                                   on 2001/10/17  15:14:50
4569         Log: Subject: Two AIX patches
4570              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4571              Date: Wed, 17 Oct 2001 18:04:35 +0200
4572              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
4573      Branch: perl
4574            ! hints/aix.sh makedef.pl
4575 ____________________________________________________________________________
4576 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
4577         Log: Limiting the Time::HiRes::sleep and usleep to
4578              one second is not a good policy if drop-in
4579              replacement is still a goal.
4580      Branch: perl
4581            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4582            ! ext/Time/HiRes/HiRes.xs
4583 ____________________________________________________________________________
4584 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
4585         Log: Subject: [PATCH] Test::Simple 0.32
4586              From: Michael G Schwern <schwern@pobox.com> 
4587              Date: Wed, 17 Oct 2001 03:42:41 -0400
4588              Message-ID: <20011017034241.A25038@blackrider>
4589      Branch: perl
4590            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
4591            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
4592            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
4593            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
4594            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
4595            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
4596            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
4597            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
4598            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
4599            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4600            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
4601            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4602            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4603            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
4604            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
4605            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
4606            ! t/lib/Test/Simple/Catch.pm
4607            ! t/lib/Test/Simple/sample_tests/five_fail.plx
4608 ____________________________________________________________________________
4609 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
4610         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
4611              From: Michael G Schwern <schwern@pobox.com> 
4612              Date: Wed, 17 Oct 2001 04:04:13 -0400
4613              Message-ID: <20011017040413.C25550@blackrider>
4614      Branch: perl
4615            ! t/TEST t/harness vms/test.com
4616 ____________________________________________________________________________
4617 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
4618         Log: Regen doc with perlmodstyle added.
4619      Branch: perl
4620            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4621 ____________________________________________________________________________
4622 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
4623         Log: Pod cleanup.
4624      Branch: perl
4625            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
4626 ____________________________________________________________________________
4627 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
4628         Log: Subject: perlmodstyle as a patch
4629              From: Kirrily Robert <skud@infotrope.net>
4630              Date: Tue, 16 Oct 2001 22:47:23 -0400
4631              Message-ID: <20011016224723.A20673@infotrope.net>
4632      Branch: perl
4633            + pod/perlmodstyle.pod
4634            ! MANIFEST
4635 ____________________________________________________________________________
4636 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
4637         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
4638              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4639              Date: Thu, 6 Sep 2001 11:09:40 +0100
4640              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
4641              
4642              Mention also the develooper p5p archive.
4643      Branch: perl
4644            ! pod/perlhack.pod
4645 ____________________________________________________________________________
4646 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
4647         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
4648              From: Kay Röpke <kroepke@dolphin-services.de>
4649              Date: Tue, 16 Oct 2001 17:23:52 +0200
4650              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
4651      Branch: perl
4652            ! lib/ExtUtils/MakeMaker.pm
4653 ____________________________________________________________________________
4654 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
4655         Log: Add the special casing mappings (from SpecCase.txt)
4656              (except for the hyper special case mappings that have
4657              the condition list); the special casing mappings are
4658              unused for now.  Small tidying up on mktables.
4659      Branch: perl
4660            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4661            + lib/unicore/To/SpecUpper.pl
4662            ! lib/unicore/mktables
4663 ____________________________________________________________________________
4664 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
4665         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
4666              From: "David H. Adler" <dha@panix.com>       
4667              Date: Tue, 16 Oct 2001 11:59:35 -0400
4668              Message-ID: <20011016115935.A13078@panix.com>
4669              
4670              Subject: [ PATCH ] perldata patch, revised
4671              From: "David H. Adler" <dha@panix.com>     
4672              Date: Tue, 16 Oct 2001 18:26:49 -0400
4673              Message-ID: <20011016182649.C23970@panix.com>
4674      Branch: perl
4675            ! pod/perldata.pod pod/perlop.pod
4676 ____________________________________________________________________________
4677 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
4678         Log: Integrate perlio: PerlIO_dup (for all but Win32).
4679      Branch: perl
4680           !> embed.h embed.pl ext/Encode/Encode.xs
4681           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
4682           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4683           !> win32/win32io.c
4684 ____________________________________________________________________________
4685 [ 12462] By: nick                                  on 2001/10/16  19:11:30
4686         Log: PerlIOXxxx_dups for all but Win32
4687      Branch: perlio
4688            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4689            ! ext/PerlIO/Via/Via.xs
4690 ____________________________________________________________________________
4691 [ 12461] By: nick                                  on 2001/10/16  18:28:48
4692         Log: Implement PerlIOStdio_dup (explains core dumps - dup
4693              was not setting up a FILE * to be fclosed()).
4694      Branch: perlio
4695            ! perlio.c
4696 ____________________________________________________________________________
4697 [ 12460] By: nick                                  on 2001/10/16  17:31:47
4698         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
4699              overflow.
4700      Branch: perlio
4701            ! perlio.c
4702 ____________________________________________________________________________
4703 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
4704         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
4705              From: "Craig A. Berry" <craigberry@mac.com>
4706              Date: Tue, 16 Oct 2001 13:08:38 -0500
4707              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
4708      Branch: perl
4709            ! configure.com
4710 ____________________________________________________________________________
4711 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
4712         Log: Can't expect too much accuracy from a sleep of one second.
4713              (I think this will also fail with high load.)
4714      Branch: perl
4715            ! ext/Time/HiRes/HiRes.t
4716 ____________________________________________________________________________
4717 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
4718         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
4719              From: "Werner, Randolf" <randolf.werner@sap.com>
4720              Date: Tue, 16 Oct 2001 18:33:02 +0200
4721              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
4722      Branch: perl
4723            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4724            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
4725 ____________________________________________________________________________
4726 [ 12456] By: nick                                  on 2001/10/16  14:08:16
4727         Log: Builds under ithreads (but fails all threads tests)
4728      Branch: perlio
4729            ! hv.c perlio.c sv.c
4730 ____________________________________________________________________________
4731 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
4732         Log: I think the Perl_sortsv needs *not* be skipped?
4733      Branch: perl
4734            ! makedef.pl
4735 ____________________________________________________________________________
4736 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
4737         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
4738              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4739              Date: Tue, 16 Oct 2001 15:32:44 +0200
4740              Message-ID: <3BCC531C.11494.3E433F@localhost>
4741      Branch: perl
4742            ! t/op/groups.t
4743 ____________________________________________________________________________
4744 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
4745         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
4746              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4747              Date: Tue, 16 Oct 2001 15:01:04 +0200
4748              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
4749      Branch: perl
4750            ! t/io/fs.t
4751 ____________________________________________________________________________
4752 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
4753         Log: A forgotten deletion.
4754      Branch: perl
4755            - lib/unicore/mktables.PL
4756 ____________________________________________________________________________
4757 [ 12451] By: nick                                  on 2001/10/16  11:32:48
4758         Log: Skeleton of "PerlIO_dup" coded.
4759              Still-passes all tests non-threaded (well it would wouldn't it!)
4760      Branch: perlio
4761            ! embed.h embed.pl ext/Encode/Encode.xs
4762            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
4763            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4764            ! win32/win32io.c
4765 ____________________________________________________________________________
4766 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
4767         Log: Document the problem with the swash_fetch() API that affects
4768              more complex case conversions.
4769      Branch: perl
4770            ! lib/utf8_heavy.pl utf8.c
4771 ____________________________________________________________________________
4772 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
4773         Log: Make Time::HiRes::sleep() and usleep() to return
4774              the number of seconds (a floating point value) and 
4775              microseconds (an integer) actually slept (well,
4776              modulo the time spent in measuring the time actually
4777              slept...), to be a better drop-in replacement for
4778              the builtin sleep().  Noticed by Chris Nandor.
4779              
4780              Also make usleep() to croak if fed illegal number
4781              of useconds (anything greater than 1_000_000).
4782      Branch: perl
4783            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4784            ! ext/Time/HiRes/HiRes.xs
4785 ____________________________________________________________________________
4786 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
4787         Log: A missing SvREFCNT_dec.
4788      Branch: perl
4789            ! perl.c
4790 ____________________________________________________________________________
4791 [ 12447] By: nick                                  on 2001/10/15  20:27:53
4792         Log: Beginings of PerlIO_dup support (unstable)
4793      Branch: perlio
4794            ! perlio.c perliol.h
4795 ____________________________________________________________________________
4796 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
4797         Log: (retracted by #12497)
4798              In AIX vac 5 just can't seem to get regcomp right.
4799      Branch: perl
4800            ! hints/aix.sh
4801 ____________________________________________________________________________
4802 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
4803         Log: Bump the version number to agree with the maintperl one.
4804      Branch: perl
4805            ! lib/Tie/RefHash.pm
4806 ____________________________________________________________________________
4807 [ 12444] By: nick                                  on 2001/10/15  15:59:57
4808         Log: Integrate mainline
4809      Branch: perlio
4810           +> lib/Math/BigInt/t/Math/Subclass.pm
4811           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
4812           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
4813           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
4814           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
4815           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
4816           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
4817           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4818           +> lib/unicore/mktables
4819            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4820            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4821            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4822            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4823            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4824            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4825            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4826            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4827            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4828            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4829            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4830            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4831            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4832            - lib/unicore/syllables.txt
4833           !> (integrate 344 files)
4834 ____________________________________________________________________________
4835 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
4836         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
4837      Branch: perl
4838            ! ext/DB_File/DB_File.xs
4839 ____________________________________________________________________________
4840 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
4841         Log: Sync the skip() amounts with the number of tests.
4842      Branch: perl
4843            ! lib/Term/Complete.t
4844 ____________________________________________________________________________
4845 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
4846         Log: Update Changes.
4847      Branch: perl
4848            ! Changes patchlevel.h
4849 ____________________________________________________________________________
4850 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
4851         Log: MacOS Classic catdir() rewrite from Thomas Wegner
4852              (backward incompatibility, but a deliberate one,
4853              the old version simply is broken in its logic),
4854              also documentation updates, and as suggested replicated
4855              the File::Spec::Unix documentation updates also on the
4856              File::Spec documentation.
4857              
4858              TODO: there seems to be duplication of documentation
4859              between File::Spec and File::Spec::Unix.  I think
4860              the ::Unix should be left only with specific UNIXisms,
4861              and all the generic documentation should be in ::Spec.
4862      Branch: perl
4863            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4864            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
4865            ! lib/File/Spec/Unix.pm
4866 ____________________________________________________________________________
4867 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
4868         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
4869              From: Blair Zajac <blair@orcaware.com>
4870              Date: Mon, 24 Sep 2001 11:48:58 -0700
4871              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
4872              
4873              (the skip() messages)
4874      Branch: perl
4875            ! t/op/magic.t
4876 ____________________________________________________________________________
4877 [ 12438] By: ams                                   on 2001/10/14  23:43:59
4878         Log: Subject: [PATCH] make PerlIO default on VMS
4879              From: "Craig A. Berry" <craigberry@mac.com>
4880              Date: Sun, 14 Oct 2001 15:27:18 -0500
4881              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
4882      Branch: perl
4883            ! configure.com
4884 ____________________________________________________________________________
4885 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
4886         Log: Retract #12436 (Abhijit already did this at #12426)
4887      Branch: perl
4888            ! lib/ExtUtils/MM_Unix.pm
4889 ____________________________________________________________________________
4890 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
4891         Log: (retracted by #12437)
4892              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
4893              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
4894              Date: Sat, 13 Oct 2001 20:33:55 +0200
4895              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
4896      Branch: perl
4897            ! lib/ExtUtils/MM_Unix.pm
4898 ____________________________________________________________________________
4899 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
4900         Log: Subject: h2xs grammar nit
4901              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4902              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
4903              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
4904      Branch: perl
4905            ! utils/h2xs.PL
4906 ____________________________________________________________________________
4907 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
4908         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
4909              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4910              Date: Sun, 14 Oct 2001 11:25:08 +0100
4911              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
4912      Branch: perl
4913            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
4914            ! warnings.pl
4915 ____________________________________________________________________________
4916 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
4917         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
4918              for File::Spec::Mac::catfile)
4919      Branch: perl
4920            ! lib/h2xs.t
4921 ____________________________________________________________________________
4922 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
4923         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
4924              From: Nicholas Clark <nick@ccl4.org>
4925              Date: Sat, 13 Oct 2001 00:07:31 +0100
4926              Message-ID: <20011013000731.D67535@plum.flirble.org>
4927      Branch: perl
4928            ! lib/h2xs.t utils/h2xs.PL
4929 ____________________________________________________________________________
4930 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
4931         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
4932              before DEFINE and INC), and repent by taking DEFINE and
4933              INC away from PASTHRU.
4934      Branch: perl
4935            ! lib/ExtUtils/MM_Unix.pm
4936 ____________________________________________________________________________
4937 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
4938         Log: More MANIFEST anomalies.
4939      Branch: perl
4940            ! MANIFEST
4941 ____________________________________________________________________________
4942 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
4943         Log: Not that many.
4944      Branch: perl
4945            ! MANIFEST
4946 ____________________________________________________________________________
4947 [ 12428] By: sky                                   on 2001/10/13  20:59:27
4948         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
4949              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4950              Date: Sat, 13 Oct 2001 23:15:55 +0200
4951              Message-ID: <20011013231555.A18071@rafael>
4952      Branch: perl
4953            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
4954            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
4955 ____________________________________________________________________________
4956 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
4957         Log: Rewrite mktables from scratch.
4958              - Cleaner.
4959              - Faster: 15-20 seconds as opposed to several minutes.
4960              - More dynamic: the names of the various categories
4961              such as the linebreak ones are dynamic, not static.
4962              - Is.pl: long names for the general category properties
4963              are now available.
4964              - Ranges (<... ,First>, <..., Last>) from the general
4965              categories work now.
4966              - No more mktables.PL because the mktables.PL is not
4967              and never has been run to create a mktables.
4968              - syllables.txt and Is/Syl*.pl removed: non-standard
4969              (not part of the Unicode), and the whole concept is
4970              being reworked (http://syllabary.sourceforge.net/),
4971              the old way wouldn't even work with the new Syllables.txt
4972              (it would result in 1000+ new categories)
4973      Branch: perl
4974            + lib/unicore/In/163.pl lib/unicore/In/164.pl
4975            + lib/unicore/In/165.pl lib/unicore/In/166.pl
4976            + lib/unicore/In/167.pl lib/unicore/In/168.pl
4977            + lib/unicore/In/169.pl lib/unicore/In/170.pl
4978            + lib/unicore/In/171.pl lib/unicore/Is.pl
4979            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4980            + lib/unicore/mktables
4981            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4982            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4983            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4984            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4985            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4986            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4987            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4988            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4989            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4990            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4991            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4992            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4993            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4994            - lib/unicore/syllables.txt
4995            ! (edit 304 files)
4996 ____________________________________________________________________________
4997 [ 12426] By: ams                                   on 2001/10/13  18:05:36
4998         Log: ExtUtils::MM_Unix should ignore comments when searching for
4999              $VERSION.
5000      Branch: perl
5001            ! lib/ExtUtils/MM_Unix.pm
5002 ____________________________________________________________________________
5003 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
5004         Log: Subject: Re: New module XML::Clean
5005              From: andreas.koenig@anima.de (Andreas J. Koenig)
5006              Date: 13 Oct 2001 10:17:09 +0200
5007              Message-ID: <m37ku0t0my.fsf@anima.de>
5008      Branch: perl
5009            ! pod/perlnewmod.pod
5010 ____________________________________________________________________________
5011 [ 12424] By: sky                                   on 2001/10/13  09:39:59
5012         Log: Set thread stack size if needed.
5013      Branch: perl
5014            ! ext/threads/threads.xs
5015 ____________________________________________________________________________
5016 [ 12423] By: sky                                   on 2001/10/13  09:36:49
5017         Log: We do want to set the attribute to joinable even on modern posix
5018              platforms.
5019      Branch: perl
5020            ! ext/threads/threads.xs
5021 ____________________________________________________________________________
5022 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
5023         Log: Subject: [PATCH ext/Data/Dumper.xs]
5024              From: Brian Ingerson <ingy@ttul.org>
5025              Date: Fri, 12 Oct 2001 19:32:35 -0700
5026              Message-ID: <20011012193235.B889@ttul.org>
5027      Branch: perl
5028            ! ext/Data/Dumper/Dumper.xs
5029 ____________________________________________________________________________
5030 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
5031         Log: Update Changes.
5032      Branch: perl
5033            ! Changes patchlevel.h
5034 ____________________________________________________________________________
5035 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
5036         Log: FAQ sync.
5037      Branch: perl
5038            ! pod/perlfaq3.pod pod/perlfaq4.pod
5039 ____________________________________________________________________________
5040 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
5041         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
5042              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
5043              Date: Fri, 12 Oct 2001 11:51:05 -0700
5044              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
5045      Branch: perl
5046            ! lib/File/Copy.pm
5047 ____________________________________________________________________________
5048 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
5049         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
5050              From: "chromatic" <chromatic@rmci.net>     
5051              Date: Thu, 11 Oct 2001 10:57:55 -0600
5052              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
5053              
5054              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
5055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5056              Date: Thu, 11 Oct 2001 22:34:21 +0200
5057              Message-ID: <20011011223421.A693@rafael>     
5058              
5059              plus undef $Term::Complete::stty as suggested by Rafael.
5060      Branch: perl
5061            ! lib/Term/Complete.pm lib/Term/Complete.t
5062 ____________________________________________________________________________
5063 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
5064         Log: UUnndduupplleexx..
5065      Branch: perl
5066            ! perl.h
5067 ____________________________________________________________________________
5068 [ 12416] By: sky                                   on 2001/10/12  20:16:19
5069         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
5070              From: Andy Dougherty <doughera@lafayette.edu>
5071              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
5072              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
5073              (Potentially only band-aid)
5074      Branch: perl
5075            ! sv.c
5076 ____________________________________________________________________________
5077 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
5078         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
5079              mishandles kill(), and therefore the sigaction test
5080              should be skipped, from Charles Lane.
5081      Branch: perl
5082            ! ext/POSIX/t/sigaction.t
5083 ____________________________________________________________________________
5084 [ 12414] By: sky                                   on 2001/10/12  18:47:49
5085         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
5086      Branch: perl
5087            ! op.h
5088 ____________________________________________________________________________
5089 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
5090         Log: Upgrade to Math::BigInt 1.44 from Tels and
5091              further fixes from John Peacock.
5092      Branch: perl
5093            + lib/Math/BigInt/t/Math/Subclass.pm
5094            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
5095            + lib/Math/BigInt/t/subclass.t
5096            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5097            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5098            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5099            ! lib/Math/BigInt/t/mbimbf.t
5100 ____________________________________________________________________________
5101 [ 12412] By: sky                                   on 2001/10/12  18:28:23
5102         Log: perhaps pthread_attr_t really needs to be set for the old api
5103      Branch: perl
5104            ! ext/threads/threads.xs
5105 ____________________________________________________________________________
5106 [ 12411] By: sky                                   on 2001/10/12  18:11:45
5107         Log: pthread_keycreate not pthread_key_create under the here be dragons API
5108      Branch: perl
5109            ! ext/threads/threads.h
5110 ____________________________________________________________________________
5111 [ 12410] By: sky                                   on 2001/10/12  18:07:37
5112         Log: Apperently OLD PTHREADS API is a bit retarded.
5113              This should fix another set of compile failures in HP-UX 10.20.
5114      Branch: perl
5115            ! ext/threads/threads.h ext/threads/threads.xs
5116 ____________________________________________________________________________
5117 [ 12409] By: nick                                  on 2001/10/12  15:30:01
5118         Log: Blind integrate of mainline
5119      Branch: perlio
5120           +> (branch 32 files)
5121            - lib/unicode/README
5122           !> (integrate 121 files)
5123 ____________________________________________________________________________
5124 [ 12408] By: sky                                   on 2001/10/12  14:55:08
5125         Log: Let us avoid being smart for now.
5126      Branch: perl
5127            ! ext/threads/threads.h
5128 ____________________________________________________________________________
5129 [ 12407] By: sky                                   on 2001/10/12  14:38:12
5130         Log: (void*) the argument to make sure we work with picky compilers
5131      Branch: perl
5132            ! ext/threads/threads.xs
5133 ____________________________________________________________________________
5134 [ 12406] By: ams                                   on 2001/10/12  13:26:04
5135         Log: (replaced with #12600)
5136              
5137              Subject: [PATCH 5.6.1 perldoc] use File::Temp
5138              From: Mikhail Zabaluev <mhz@alt-linux.org>
5139              Date: Fri, 12 Oct 2001 12:47:47 +0400
5140              Message-Id: <20011012124747.E13918@localhost.localdomain>
5141      Branch: perl
5142            ! utils/perldoc.PL
5143 ____________________________________________________________________________
5144 [ 12405] By: ams                                   on 2001/10/12  13:05:32
5145         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
5146              From: andreas.koenig@anima.de (Andreas J. Koenig)
5147              Date: 12 Oct 2001 11:12:07 +0200
5148              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
5149      Branch: perl
5150            ! lib/Memoize/t/speed.t
5151 ____________________________________________________________________________
5152 [ 12404] By: sky                                   on 2001/10/12  12:46:15
5153         Log: A) Support OLD_PTHREADS_API
5154              B) Change from using pthread_t to using a TLS to store the
5155              index of the thread in an hash, this is to avoid problems when
5156              in fact pthread_t was not a seralizable type.
5157              Both these changes are because of HP-UX 10.20
5158              This has not been tested on win32 but should work there.
5159              Need to add support for NetWare.
5160      Branch: perl
5161            ! ext/threads/threads.h ext/threads/threads.xs
5162 ____________________________________________________________________________
5163 [ 12403] By: ams                                   on 2001/10/12  07:34:19
5164         Log: Subject: Re: New module XML::Clean
5165              From: andreas.koenig@anima.de (Andreas J. Koenig)
5166              Date: 12 Oct 2001 10:20:35 +0200
5167              Message-Id: <m3elo9uv58.fsf@anima.de>
5168      Branch: perl
5169            ! pod/perlnewmod.pod
5170 ____________________________________________________________________________
5171 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
5172         Log: More HP model tweaks from Merijn.
5173      Branch: perl
5174            ! README.hpux
5175 ____________________________________________________________________________
5176 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
5177         Log: Update Changes.
5178      Branch: perl
5179            ! Changes patchlevel.h
5180 ____________________________________________________________________________
5181 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
5182         Log: HP-UX update from H.Merijn Brand.
5183      Branch: perl
5184            ! README.hpux
5185 ____________________________________________________________________________
5186 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
5187         Log: Subject: [PATCH] fix link rot in README.vms
5188              From: "Craig A. Berry" <craigberry@mac.com>
5189              Date: Wed, 10 Oct 2001 17:17:00 -0500
5190              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
5191      Branch: perl
5192            ! README.vms
5193 ____________________________________________________________________________
5194 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
5195         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
5196              From: "chromatic" <chromatic@rmci.net>
5197              Date: Wed, 10 Oct 2001 15:50:30 -0600
5198              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
5199      Branch: perl
5200            ! lib/Term/Complete.t
5201 ____________________________________________________________________________
5202 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
5203         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
5204              From: "chromatic" <chromatic@rmci.net>
5205              Date: Wed, 10 Oct 2001 15:45:42 -0600
5206              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
5207      Branch: perl
5208            + lib/ExtUtils/Packlist.t
5209            ! MANIFEST
5210 ____________________________________________________________________________
5211 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
5212         Log: VMS needs quotes around the -I option to keep it from
5213              being downcased, from Charles Lane.
5214      Branch: perl
5215            ! t/run/kill_perl.t
5216 ____________________________________________________________________________
5217 [ 12395] By: ams                                   on 2001/10/10  16:22:32
5218         Log: Subject: [PATCH lib/FindBin.pm]
5219              From: Stas Bekman <stas@stason.org>
5220              Date: Tue, 09 Oct 2001 23:57:10 +0800
5221              Message-Id: <3BC31E56.60805@stason.org>
5222      Branch: perl
5223            ! lib/FindBin.pm
5224 ____________________________________________________________________________
5225 [ 12394] By: ams                                   on 2001/10/10  16:09:53
5226         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
5227              From: Abhijit Menon-Sen <ams@wiw.org>
5228              Date: Wed, 10 Oct 2001 21:59:33 +0530
5229              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
5230      Branch: perl
5231            ! ext/Data/Dumper/Dumper.xs
5232 ____________________________________________________________________________
5233 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
5234         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
5235              from Charles Lane.
5236      Branch: perl
5237            ! lib/File/Spec/VMS.pm
5238 ____________________________________________________________________________
5239 [ 12392] By: ams                                   on 2001/10/10  14:49:43
5240         Log: Subject: [PATCH] two s/// bugfixes
5241              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5242              Date: Wed, 10 Oct 2001 17:23:44 +0200
5243              Message-Id: <20011010172344.C22440@rafael>
5244      Branch: perl
5245            ! pp_ctl.c regexec.c t/op/subst.t
5246 ____________________________________________________________________________
5247 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
5248         Log: Fix/improve handling of the [000000] special "root"
5249              directory, by putting cwd in canonical form when doing
5250              abs2rel, and prepending a 000000 to directory "chunks"
5251              if missing from base or path.  Also adjust test to
5252              reflect the (improved) output from abs2rel.
5253              From Charles Lane.
5254      Branch: perl
5255            ! lib/File/Spec.t lib/File/Spec/VMS.pm
5256 ____________________________________________________________________________
5257 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
5258         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
5259              all of the extra VMSish attributes (such as "treat this logical
5260              as a device name") that are necessary to make programs run.
5261              A tainted %ENV does not hinder VMS.  From Charles Lane.
5262      Branch: perl
5263            ! lib/File/Find/t/taint.t
5264 ____________________________________________________________________________
5265 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
5266         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
5267              
5268              o  VMS is case-insensitive, RTL downcases filenames read
5269              by perl... so need to re-upcase filenames like MANIFEST
5270              and MANIFEST.SKIP
5271              
5272              o  Need to convert VMS-style to Unix-style filenames when comparing
5273              names in MANIFEST to names in filesystem.
5274              
5275              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
5276              since VMS won't let you (easily) delete non-empty directories.
5277              
5278              From Charles Lane.
5279      Branch: perl
5280            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
5281 ____________________________________________________________________________
5282 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
5283         Log: Unix and VMS agree on "*" as a "match any number of any chars"
5284              wildcards, but differ ("?"  vs.  "%") for their "match any single
5285              char" wildcard.  This patch changes "?"  chars to "%" before doing a
5286              VMS glob...at no loss of functionality, since "?"  isn't a valid
5287              filename char on VMS.  From Charles Lane.
5288      Branch: perl
5289            ! doio.c
5290 ____________________________________________________________________________
5291 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
5292         Log: (accidentally empty submit; new life as #12390)
5293      Branch: perl
5294            ! lib/File/Find/t/taint.t
5295 ____________________________________________________________________________
5296 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
5297         Log: Even more VMS tweakage from Charles Lane:
5298              
5299              Tweak #1:  splitdir only works on directory part of filespec,
5300              split off volume first
5301              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
5302              (it's a horrible kludge in the run-time library,
5303              improved in later versions). Check the
5304              $Config{'d_setenv'} flag before attempting to set it.
5305      Branch: perl
5306            ! t/op/chdir.t
5307 ____________________________________________________________________________
5308 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
5309         Log: VMS tweakage from Charles Lane.
5310              
5311              . command.com doubles an output line when prompting for extensions
5312              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
5313              . perl5db doesn't clean up after itself
5314      Branch: perl
5315            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
5316 ____________________________________________________________________________
5317 [ 12384] By: sky                                   on 2001/10/09  19:16:11
5318         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
5319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5320              Date: Tue, 9 Oct 2001 22:10:26 +0200
5321              Message-ID: <20011009221026.A8579@rafael>
5322      Branch: perl
5323            ! pod/perldata.pod
5324 ____________________________________________________________________________
5325 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
5326         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
5327              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5328              Date: 9 Oct 2001 15:15:06 -0000
5329              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
5330      Branch: perl
5331            ! t/op/subst.t
5332 ____________________________________________________________________________
5333 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
5334         Log: Update Changes.
5335      Branch: perl
5336            ! Changes patchlevel.h
5337 ____________________________________________________________________________
5338 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
5339         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
5340              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
5341              when a NULL is passed for the filename string pointer.
5342              From Charles Lane.
5343      Branch: perl
5344            ! vms/vms.c
5345 ____________________________________________________________________________
5346 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
5347         Log: Subject: HP systems update
5348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5349              Date: Tue, 09 Oct 2001 15:59:22 +0200
5350              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
5351      Branch: perl
5352            ! README.hpux
5353 ____________________________________________________________________________
5354 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
5355         Log: CPAN::Nox does now have a test.
5356      Branch: perl
5357            ! t/lib/1_compile.t
5358 ____________________________________________________________________________
5359 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
5360         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
5361              From: David Dyck <dcd@tc.fluke.com>
5362              Date: Mon, 1 Oct 2001 12:17:36 -0700
5363              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
5364      Branch: perl
5365            ! installperl
5366 ____________________________________________________________________________
5367 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
5368         Log: NetWare update from Ananth Kesari.
5369      Branch: perl
5370            ! NetWare/nwperlsys.h makedef.pl
5371 ____________________________________________________________________________
5372 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
5373         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
5374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5375              Date: Tue, 9 Oct 2001 08:40:57 EDT
5376              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
5377      Branch: perl
5378            ! lib/File/Find/t/find.t
5379 ____________________________________________________________________________
5380 [ 12374] By: ams                                   on 2001/10/09  05:31:45
5381         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
5382              ExtUtils::Mkbootstrap
5383              From: "chromatic" <chromatic@rmci.net>
5384              Date: Tue, 09 Oct 2001 00:08:37 -0600
5385              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
5386      Branch: perl
5387            + lib/ExtUtils/Mkbootstrap.t
5388            ! MANIFEST
5389 ____________________________________________________________________________
5390 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
5391         Log: Enable more debugging.
5392      Branch: perl
5393            ! lib/utf8_heavy.pl
5394 ____________________________________________________________________________
5395 [ 12372] By: ams                                   on 2001/10/09  02:11:59
5396         Log: #12370 forgot to modify is_gv_magical().
5397      Branch: perl
5398            ! gv.c
5399 ____________________________________________________________________________
5400 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
5401         Log: Make the toupper/lower/title API for Unicode not right
5402              but at least less wrong: prepare for the mapping being
5403              more than just one-character-to-one-character.
5404      Branch: perl
5405            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
5406            ! regexec.c utf8.c
5407 ____________________________________________________________________________
5408 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
5409         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
5410              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5411              Date: Mon, 8 Oct 2001 22:18:23 -0400
5412              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
5413      Branch: perl
5414            ! pod/perlvar.pod t/op/taint.t
5415 ____________________________________________________________________________
5416 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
5417         Log: FAQ sync.
5418      Branch: perl
5419            ! pod/perlfaq3.pod pod/perlfaq4.pod
5420 ____________________________________________________________________________
5421 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
5422         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
5423              From: "chromatic" <chromatic@rmci.net>
5424              Date: Mon, 08 Oct 2001 14:05:32 -0600
5425              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
5426      Branch: perl
5427            ! lib/Term/Cap.t
5428 ____________________________________________________________________________
5429 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
5430         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
5431              From: Michael G Schwern <schwern@pobox.com>
5432              Date: Mon, 8 Oct 2001 17:00:14 -0400
5433              Message-ID: <20011008170014.L17083@blackrider>
5434      Branch: perl
5435            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
5436 ____________________________________________________________________________
5437 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
5438         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
5439              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5440              Date: Mon, 8 Oct 2001 16:01:33 EDT
5441              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
5442      Branch: perl
5443            ! ext/Time/HiRes/HiRes.xs
5444 ____________________________________________________________________________
5445 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
5446         Log: Subject: [PATCH] Autosplit patch for VMS
5447              From: "Craig A. Berry" <craigberry@mac.com>
5448              Date: Mon, 08 Oct 2001 15:40:43 -0500
5449              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
5450      Branch: perl
5451            ! lib/AutoSplit.pm lib/AutoSplit.t
5452 ____________________________________________________________________________
5453 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
5454         Log: Don't assume that everybody is running OS X 10.1 yet;
5455              from Kay Röpke.
5456      Branch: perl
5457            ! hints/darwin.sh
5458 ____________________________________________________________________________
5459 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
5460         Log: Update Changes.
5461      Branch: perl
5462            ! Changes patchlevel.h
5463 ____________________________________________________________________________
5464 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
5465         Log: Retract #12358 for now.
5466      Branch: perl
5467            ! lib/Term/Cap.t
5468 ____________________________________________________________________________
5469 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
5470         Log: Can't figure out what this is testing.
5471              (If it is trying to catch SIGKILL, it should stop
5472              trying because that is by definition impossible.)
5473      Branch: perl
5474            ! lib/sigtrap.t
5475 ____________________________________________________________________________
5476 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
5477         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
5478              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5479              Date: Sun, 30 Sep 2001 21:15:13 +0200
5480              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
5481      Branch: perl
5482            ! lib/ExtUtils/MM_Win32.pm
5483 ____________________________________________________________________________
5484 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
5485         Log: Clarify the ldlibpth part and condense the overall text.
5486      Branch: perl
5487            ! t/TEST
5488 ____________________________________________________________________________
5489 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
5490         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
5491              From: "chromatic" <chromatic@rmci.net>
5492              Date: Sun, 07 Oct 2001 16:59:26 -0600
5493              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
5494      Branch: perl
5495            ! lib/Term/Cap.t
5496 ____________________________________________________________________________
5497 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
5498         Log: Update the list because fo #12265.
5499      Branch: perl
5500            ! t/lib/1_compile.t
5501 ____________________________________________________________________________
5502 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
5503         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
5504              From: Nicholas Clark <nick@ccl4.org>
5505              Date: Sun, 7 Oct 2001 20:53:33 +0100
5506              Message-ID: <20011007205333.S38756@plum.flirble.org>   
5507      Branch: perl
5508            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
5509            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5510            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
5511            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
5512            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5513            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
5514            ! lib/Switch/t/switch.t lib/Term/Complete.t
5515            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
5516            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
5517            ! t/op/my_stash.t
5518 ____________________________________________________________________________
5519 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
5520         Log: Integrate patch #12350 from maintperl; typo in
5521              IO::Seekable doc.
5522      Branch: perl
5523           !> ext/IO/lib/IO/Seekable.pm
5524 ____________________________________________________________________________
5525 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
5526         Log: Detypo.
5527      Branch: perl
5528            ! hints/darwin.sh
5529 ____________________________________________________________________________
5530 [ 12353] By: sky                                   on 2001/10/07  17:16:14
5531         Log: Change 12349 didn't really get it right.
5532      Branch: perl
5533            ! lib/Unicode/README
5534 ____________________________________________________________________________
5535 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
5536         Log: If running the harness the dynamic library search path
5537              may need setting.
5538      Branch: perl
5539            ! t/TEST
5540 ____________________________________________________________________________
5541 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
5542         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
5543              in ldflags.
5544      Branch: perl
5545            ! hints/darwin.sh
5546 ____________________________________________________________________________
5547 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
5548         Log: typo in IO::Seekable doc
5549      Branch: maint-5.6/perl
5550            ! ext/IO/lib/IO/Seekable.pm
5551 ____________________________________________________________________________
5552 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
5553         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
5554              doesn't work on Mac OS X 10.1 (when unpacking the tar the
5555              latter gets renamed as lib/unicode:1, assumedly for security
5556              reasons not to overwrite stuff)
5557      Branch: perl
5558            + lib/Unicode/README
5559            - lib/unicode/README
5560            ! MANIFEST
5561 ____________________________________________________________________________
5562 [ 12348] By: ams                                   on 2001/10/07  05:33:40
5563         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
5564              From: "chromatic" <chromatic@rmci.net>
5565              Date: Sat, 06 Oct 2001 21:42:03 -0600
5566              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
5567      Branch: perl
5568            + lib/CPAN/t/Nox.t
5569            ! MANIFEST
5570 ____________________________________________________________________________
5571 [ 12347] By: ams                                   on 2001/10/07  00:48:10
5572         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
5573              From: "chromatic" <chromatic@rmci.net>
5574              Date: Sat, 06 Oct 2001 18:52:10 -0600
5575              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
5576      Branch: perl
5577            + lib/sigtrap.t
5578            ! MANIFEST
5579 ____________________________________________________________________________
5580 [ 12346] By: ams                                   on 2001/10/06  23:14:01
5581         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
5582              h2xs write?)
5583              From: Nicholas Clark <nick@ccl4.org>
5584              Date: Sat, 6 Oct 2001 21:46:43 +0100
5585              Message-Id: <20011006214643.L38756@plum.flirble.org>
5586      Branch: perl
5587            ! utils/h2xs.PL
5588 ____________________________________________________________________________
5589 [ 12345] By: ams                                   on 2001/10/06  17:39:53
5590         Log: Subject: [PATCH] Memoize tests
5591              From: Nicholas Clark <nick@ccl4.org>
5592              Date: Sat, 6 Oct 2001 18:04:21 +0100
5593              Message-Id: <20011006180421.J38756@plum.flirble.org>
5594      Branch: perl
5595            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
5596            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
5597            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
5598            ! lib/Memoize/t/expire_module_n.t
5599            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
5600            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
5601            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
5602            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
5603            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
5604            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
5605 ____________________________________________________________________________
5606 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
5607         Log: Retract the latter part of #12343.
5608      Branch: perl
5609            ! ext/IO/lib/IO/Socket/INET.pm
5610 ____________________________________________________________________________
5611 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
5612         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5613              From: David Dyck <dcd@tc.fluke.com>
5614              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
5615              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
5616              
5617              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5618              From: David Dyck <dcd@tc.fluke.com>
5619              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
5620              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
5621      Branch: perl
5622            ! ext/IO/lib/IO/Socket/INET.pm
5623 ____________________________________________________________________________
5624 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
5625         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
5626              From: Robin Barker <rmb1@cise.npl.co.uk>
5627              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
5628              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
5629      Branch: perl
5630            ! t/TEST
5631 ____________________________________________________________________________
5632 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
5633         Log: Don't assume that %x is good for displaying UVs.
5634      Branch: perl
5635            ! dump.c
5636 ____________________________________________________________________________
5637 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
5638         Log: Update Changes.
5639      Branch: perl
5640            ! Changes patchlevel.h
5641 ____________________________________________________________________________
5642 [ 12339] By: ams                                   on 2001/10/05  10:22:34
5643         Log: Subject: [PATCH] perlfunc/select
5644              From: Nicholas Clark <nick@ccl4.org>
5645              Date: Fri, 5 Oct 2001 11:33:58 +0100
5646              Message-Id: <20011005113358.Z38756@plum.flirble.org>
5647      Branch: perl
5648            ! pod/perlfunc.pod
5649 ____________________________________________________________________________
5650 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
5651         Log: Retract #12313 and #12249.
5652      Branch: perl
5653            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5654            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
5655            ! pod/perlebcdic.pod
5656 ____________________________________________________________________________
5657 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
5658         Log: Subject: [PATCH] perlvms.pod update
5659              From: "Craig A. Berry" <craigberry@mac.com>
5660              Date: Thu, 04 Oct 2001 12:55:52 -0500
5661              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
5662      Branch: perl
5663            ! vms/perlvms.pod
5664 ____________________________________________________________________________
5665 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
5666         Log: Subject: PATCH: Tie::SubstrHash
5667              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5668              Date: Thu, 04 Oct 2001 12:12:41 +0100
5669              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
5670      Branch: perl
5671            ! lib/Tie/SubstrHash.pm
5672 ____________________________________________________________________________
5673 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
5674         Log: Unicode properties saga continues.
5675      Branch: perl
5676            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
5677            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
5678 ____________________________________________________________________________
5679 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
5680         Log: Yet more Unicode properties.
5681      Branch: perl
5682            + lib/unicore/In/137.pl lib/unicore/In/138.pl
5683            + lib/unicore/In/139.pl lib/unicore/In/140.pl
5684            + lib/unicore/In/141.pl lib/unicore/In/142.pl
5685            + lib/unicore/In/143.pl lib/unicore/In/144.pl
5686            + lib/unicore/In/145.pl lib/unicore/In/146.pl
5687            + lib/unicore/In/147.pl lib/unicore/In/148.pl
5688            + lib/unicore/In/149.pl lib/unicore/In/150.pl
5689            + lib/unicore/In/151.pl lib/unicore/In/152.pl
5690            + lib/unicore/In/153.pl lib/unicore/In/154.pl
5691            + lib/unicore/In/155.pl lib/unicore/In/156.pl
5692            + lib/unicore/In/157.pl lib/unicore/In/158.pl
5693            + lib/unicore/In/159.pl lib/unicore/In/160.pl
5694            + lib/unicore/In/161.pl lib/unicore/In/162.pl
5695            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
5696            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
5697            ! pod/perlunicode.pod
5698 ____________________________________________________________________________
5699 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
5700         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
5701              From: "Craig A. Berry" <craigberry@mac.com>
5702              Date: Wed, 03 Oct 2001 17:45:25 -0500
5703              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
5704              
5705              (the lib/Term/Complete.t patched differently by #12332)
5706      Branch: perl
5707            ! lib/ExtUtils/Command.t
5708 ____________________________________________________________________________
5709 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
5710         Log: Restore only if something to restore.
5711      Branch: perl
5712            ! lib/Term/Complete.t
5713 ____________________________________________________________________________
5714 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
5715         Log: Update various resources for credits,
5716              minor icons fixes, and versions.
5717      Branch: maint-5.6/macperl
5718            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
5719            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
5720            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
5721 ____________________________________________________________________________
5722 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
5723         Log: Quiet the warnings about using undef value
5724      Branch: maint-5.6/macperl
5725            ! lib/File/Temp.pm
5726 ____________________________________________________________________________
5727 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
5728         Log: Fix up Ballon Help and Help menu docs (first pass);
5729              remove balloon rez file, and autogenerate with
5730              Balloon2Rez instead.
5731      Branch: maint-5.6/macperl
5732            + macos/macperl/macscripts/Balloon2Rez
5733            - macos/macperl/MPBalloons.r
5734            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
5735 ____________________________________________________________________________
5736 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
5737         Log: Allow overriding of defaults, for change #12327.
5738      Branch: maint-5.6/macperl
5739            ! perl.h
5740 ____________________________________________________________________________
5741 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
5742         Log: Override PerlProc_exit.
5743      Branch: maint-5.6/macperl
5744            ! macos/macish.h
5745 ____________________________________________________________________________
5746 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
5747         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
5748      Branch: maint-5.6/macperl
5749            + macos/bundled_lib/blib/lib/MD5.pm
5750            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
5751            + macos/lib/Mac/AETE/Dialect.pm
5752            + macos/lib/Mac/AETE/Format/Converter.pm
5753            + macos/lib/Mac/AETE/Format/Dictionary.pm
5754            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
5755            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
5756            + macos/lib/Mac/Toolbox.pod
5757            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
5758 ____________________________________________________________________________
5759 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
5760         Log: Sync up silly CVS headers ... I should commit CVS
5761              first to avoid this ...
5762      Branch: maint-5.6/macperl
5763            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
5764            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
5765            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
5766            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
5767 ____________________________________________________________________________
5768 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
5769         Log: Fix Matthias' address, and attributions.
5770      Branch: maint-5.6/macperl
5771            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
5772            ! pod/perlport.pod
5773 ____________________________________________________________________________
5774 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
5775         Log: Fix Matthias' address, and attributions.
5776      Branch: maint-5.6/macperl
5777            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
5778            ! macos/ext/Mac/Components/Components.pm
5779            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
5780            ! macos/ext/Mac/Dialogs/Dialogs.pm
5781            ! macos/ext/Mac/Events/Events.pm
5782            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
5783            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
5784            ! macos/ext/Mac/Gestalt/Gestalt.pm
5785            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
5786            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
5787            ! macos/ext/Mac/Menus/Menus.pm
5788            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
5789            ! macos/ext/Mac/Movies/Movies.pm
5790            ! macos/ext/Mac/Navigation/Navigation.pm
5791            ! macos/ext/Mac/Notification/Notification.pm
5792            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
5793            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
5794            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
5795            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
5796            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
5797            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
5798            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
5799            ! macos/ext/Mac/StandardFile/StandardFile.pm
5800            ! macos/ext/Mac/TextEdit/TextEdit.pm
5801            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
5802            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
5803            ! macos/lib/Mac/LowMem.pm
5804 ____________________________________________________________________________
5805 [ 12322] By: sky                                   on 2001/10/03  18:41:07
5806         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5807              From: "Craig A. Berry" <craigberry@mac.com>
5808              Date: Wed, 03 Oct 2001 14:30:55 -0500
5809              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5810      Branch: perl
5811            ! vms/vms.c
5812 ____________________________________________________________________________
5813 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
5814         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5815              From: "Craig A. Berry" <craigberry@mac.com>
5816              Date: Wed, 03 Oct 2001 14:30:55 -0500
5817              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5818      Branch: perl
5819            ! vms/vms.c
5820 ____________________________________________________________________________
5821 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
5822         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
5823              only IsL&) and Inherited (negative lookahead good);
5824              add tests for Common, Inherited, and L&.
5825      Branch: perl
5826            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
5827 ____________________________________________________________________________
5828 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
5829         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
5830              (The Unicode standard uses L& quite often.)
5831      Branch: perl
5832            ! lib/utf8_heavy.pl
5833 ____________________________________________________________________________
5834 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
5835         Log: Add the 'Common' Unicode property (code points not
5836              explicitly assigned to any other script).
5837      Branch: perl
5838            + lib/unicore/In/136.pl
5839            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
5840 ____________________________________________________________________________
5841 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
5842         Log: Skip the RV printing test under threads until fixed.
5843      Branch: perl
5844            ! ext/B/t/terse.t
5845 ____________________________________________________________________________
5846 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
5847         Log: Subject: 12309 / cygwin / win2k
5848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5849              Date: Wed, 03 Oct 2001 15:25:15 +0200
5850              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
5851      Branch: perl
5852            ! makedef.pl
5853 ____________________________________________________________________________
5854 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
5855         Log: Metaconfig unit change for #12314.
5856      Branch: metaconfig
5857            ! U/modified/Head.U
5858 ____________________________________________________________________________
5859 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
5860         Log: Subject: Both cygwin and djgpp on one machine
5861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5862              Date: Wed, 03 Oct 2001 15:02:59 +0200
5863              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
5864      Branch: perl
5865            ! Configure
5866 ____________________________________________________________________________
5867 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
5868         Log: (retracted by #12338)
5869              
5870              Subject: [PATCH] Code clean up for perlboot.pod
5871              From: Casey West <casey@geeknest.com>
5872              Date: Tue, 2 Oct 2001 19:24:43 -0400
5873              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
5874              
5875              Subject: [PATCH] Code clean up for perlbot.diff
5876              From: Casey West <casey@geeknest.com>
5877              Date: Tue, 2 Oct 2001 19:25:22 -0400
5878              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
5879              
5880              Subject: [PATCH] Code clean up for perlcall.pod
5881              From: Casey West <casey@geeknest.com>
5882              Date: Tue, 2 Oct 2001 19:25:57 -0400
5883              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
5884              
5885              Subject: [PATCH] Code clean up for perldata.pod
5886              From: Casey West <casey@geeknest.com>
5887              Date: Tue, 2 Oct 2001 19:26:29 -0400
5888              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
5889              
5890              Subject: [PATCH] Code clean up for perldbmfilter.pod
5891              From: Casey West <casey@geeknest.com>
5892              Date: Tue, 2 Oct 2001 19:26:59 -0400
5893              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
5894              
5895              Subject: [PATCH] Code clean up for perlebcdic.pod
5896              From: Casey West <casey@geeknest.com>
5897              Date: Tue, 2 Oct 2001 19:27:37 -0400
5898              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
5899      Branch: perl
5900            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5901            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
5902 ____________________________________________________________________________
5903 [ 12312] By: ams                                   on 2001/10/02  23:43:55
5904         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
5905              From: Michael G Schwern <schwern@pobox.com>
5906              Date: Tue, 2 Oct 2001 17:00:49 -0400
5907              Message-Id: <20011002170049.A9955@blackrider>
5908      Branch: perl
5909            ! lib/ExtUtils/MakeMaker.pm
5910 ____________________________________________________________________________
5911 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
5912         Log: FAQ sync.
5913      Branch: perl
5914            ! pod/perlfaq3.pod
5915 ____________________________________________________________________________
5916 [ 12310] By: nick                                  on 2001/10/02  16:09:49
5917         Log: Integrate mainline
5918      Branch: perlio
5919           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
5920           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5921           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
5922           !> patchlevel.h t/op/pat.t
5923 ____________________________________________________________________________
5924 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
5925         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
5926              not just one single space.
5927      Branch: perl
5928            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
5929 ____________________________________________________________________________
5930 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
5931         Log: AUTHORS updates.
5932      Branch: perl
5933            ! AUTHORS
5934 ____________________________________________________________________________
5935 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
5936         Log: Update Changes.
5937      Branch: perl
5938            ! Changes patchlevel.h
5939 ____________________________________________________________________________
5940 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
5941         Log: Work around old buggy glibcs for langinfo constants,
5942              from Nicholas Clark and David Dyck.
5943      Branch: perl
5944            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5945 ____________________________________________________________________________
5946 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
5947         Log: Eradicate Time::Piece; add an example.
5948      Branch: perl
5949            ! ext/I18N/Langinfo/Langinfo.pm
5950 ____________________________________________________________________________
5951 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
5952         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
5953              From: Robert Spier <rspier@pobox.com>
5954              Date: Mon, 1 Oct 2001 23:20:16 -0700
5955              Message-ID: <15289.23712.422087.878224@rls.cx>
5956      Branch: perl
5957            ! lib/Pod/Html.pm
5958 ____________________________________________________________________________
5959 [ 12303] By: sky                                   on 2001/10/02  10:40:57
5960         Log: Fixes obscure bug that manifests itself by.
5961              local $!=0;undef*STDOUT;#segfaults
5962              Has been around for a while. Possible other magic IO vars are
5963              possibly affected aswell. Reported by Jos Boumans.
5964      Branch: perl
5965            ! mg.c
5966 ____________________________________________________________________________
5967 [ 12302] By: nick                                  on 2001/10/02  09:00:52
5968         Log: Integrate mainline
5969      Branch: perlio
5970           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
5971           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
5972           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
5973 ____________________________________________________________________________
5974 [ 12301] By: nick                                  on 2001/10/02  08:40:57
5975         Log: Integrate mainline + lib/open.t patch from Chromatic
5976      Branch: perlio
5977           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
5978            ! lib/open.t
5979           !> (integrate 29 files)
5980 ____________________________________________________________________________
5981 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
5982         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
5983              Until it has, better stop early if someone requests threads.
5984      Branch: perl
5985            ! hints/darwin.sh
5986 ____________________________________________________________________________
5987 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
5988         Log: Subject: [ID 20011001.011] redundant code in t/TEST
5989              From: David Dyck <dcd@tc.fluke.com>
5990              Date: Mon, 1 Oct 2001 12:56:24 -0700
5991              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
5992      Branch: perl
5993            ! t/TEST
5994 ____________________________________________________________________________
5995 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
5996         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
5997              From: "chromatic" <chromatic@rmci.net>
5998              Date: Mon, 01 Oct 2001 12:27:12 -0600
5999              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
6000      Branch: perl
6001            ! lib/Term/Cap.t
6002 ____________________________________________________________________________
6003 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
6004         Log: UNICOS testing patches from Nicholas Clark.
6005      Branch: perl
6006            ! t/op/arith.t t/op/pack.t
6007 ____________________________________________________________________________
6008 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
6009         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
6010              From: "chromatic" <chromatic@rmci.net>
6011              Date: Mon, 01 Oct 2001 10:21:51 -0600
6012              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
6013      Branch: perl
6014            ! lib/open.t
6015 ____________________________________________________________________________
6016 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
6017         Log: Make missing the RADIXCHAR a softer, gentler error.
6018      Branch: perl
6019            ! ext/I18N/Langinfo/Langinfo.t
6020 ____________________________________________________________________________
6021 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
6022         Log: Nuke also the LANG because of glibc.
6023      Branch: perl
6024            ! lib/open.t
6025 ____________________________________________________________________________
6026 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
6027         Log: Also the ^Is is optional.
6028      Branch: perl
6029            ! pod/perlunicode.pod t/op/pat.t
6030 ____________________________________________________________________________
6031 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
6032         Log: Be careful to pull chars from the varargs stack when
6033              formatting chars.
6034      Branch: perl
6035            ! regcomp.c
6036 ____________________________________________________________________________
6037 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
6038         Log: sortsv not in place anymore, noticed by John P. Linderman.
6039      Branch: perl
6040            ! pod/perlapi.pod pp_ctl.c
6041 ____________________________________________________________________________
6042 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
6043         Log: Make the diagnostic messages more neutral.
6044      Branch: perl
6045            ! ext/B/t/terse.t
6046 ____________________________________________________________________________
6047 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
6048         Log: Forgotten from #12288.
6049      Branch: perl
6050            ! ext/Data/Dumper/Dumper.pm
6051 ____________________________________________________________________________
6052 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
6053         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
6054              From: Brian Ingerson <ingy@ttul.org>
6055              Date: Sun, 30 Sep 2001 21:45:56 -0700
6056              Message-ID: <20010930214556.D26392@ttul.org>
6057              
6058              (remember also the #12289)
6059      Branch: perl
6060            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6061 ____________________________________________________________________________
6062 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
6063         Log: More Unicode property tests for the abbreviated
6064              general properties.
6065      Branch: perl
6066            ! t/op/pat.t
6067 ____________________________________________________________________________
6068 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
6069         Log: Further tweaks to the Unicode properties.
6070      Branch: perl
6071            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
6072 ____________________________________________________________________________
6073 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
6074         Log: Retract #12284.
6075      Branch: perl
6076            ! lib/Term/Cap.t
6077 ____________________________________________________________________________
6078 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
6079         Log: (Retracted by #12285)
6080      Branch: perl
6081            ! lib/Term/Cap.t
6082 ____________________________________________________________________________
6083 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
6084         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
6085              From: "chromatic" <chromatic@rmci.net>  
6086              Date: Sun, 30 Sep 2001 16:10:02 -0600
6087              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
6088      Branch: perl
6089            + lib/Term/Cap.t
6090            ! MANIFEST
6091 ____________________________________________________________________________
6092 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
6093         Log: Use stty -g to restore the terminal state, do not even
6094              try to run the tests if stty -g is not available.
6095      Branch: perl
6096            ! lib/Term/Complete.t
6097 ____________________________________________________________________________
6098 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
6099         Log: Cleanup utf8_heavy; allow dropping the In prefix from
6100              Unicode script/block properties.
6101      Branch: perl
6102            ! lib/utf8_heavy.pl
6103 ____________________________________________________________________________
6104 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
6105         Log: Retract the #12259 for now.
6106      Branch: perl
6107            ! embed.h embed.pl sv.h
6108 ____________________________________________________________________________
6109 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
6110         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
6111      Branch: perl
6112            + lib/Text/TabsWrap/CHANGELOG
6113            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
6114 ____________________________________________________________________________
6115 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
6116         Log: #12272 wasn't right, it introduced an extra ().
6117      Branch: perl
6118            ! lib/utf8_heavy.pl
6119 ____________________________________________________________________________
6120 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
6121         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
6122              From: Jonathan Stowe <gellyfish@gellyfish.com>
6123              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
6124              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
6125      Branch: perl
6126            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
6127 ____________________________________________________________________________
6128 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
6129         Log: Subject: Patch to put qsortsv in the public API
6130              From: Brian Ingerson <ingy@ttul.org>
6131              Date: Sat, 29 Sep 2001 17:41:13 -0700
6132              Message-ID: <20010929174113.A30223@ttul.org>
6133      Branch: perl
6134            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
6135 ____________________________________________________________________________
6136 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
6137         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
6138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6139              Date: Sat, 29 Sep 2001 23:54:48 +0200
6140              Message-ID: <20010929235448.A5017@rafael>
6141      Branch: perl
6142            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
6143 ____________________________________________________________________________
6144 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
6145         Log: FAQ sync.
6146      Branch: perl
6147            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6148            ! pod/perlfaq9.pod
6149 ____________________________________________________________________________
6150 [ 12273] By: bailey                                on 2001/09/29  23:43:46
6151         Log: Resync with mainline
6152      Branch: vmsperl
6153           +> (branch 1207 files)
6154            - (delete 324 files)
6155           !> (integrate 866 files)
6156 ____________________________________________________________________________
6157 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
6158         Log: Nasty recursion trap if one would match Unicode.
6159      Branch: perl
6160            ! lib/utf8_heavy.pl
6161 ____________________________________________________________________________
6162 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
6163         Log: More Unicode todo.
6164      Branch: perl
6165            ! pod/perltodo.pod
6166 ____________________________________________________________________________
6167 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
6168         Log: Explain a bit the new more flexible \p\P syntax.
6169      Branch: perl
6170            ! pod/perlunicode.pod
6171 ____________________________________________________________________________
6172 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
6173         Log: More leniency to the \p and \P: now can have whitespace
6174              between the property definition and the curlies; now can
6175              invert the property by having a caret between the open
6176              curly and the property.
6177      Branch: perl
6178            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
6179 ____________________________________________________________________________
6180 [ 12268] By: nick                                  on 2001/09/29  17:39:26
6181         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
6182              one test (lib/open.t) fails
6183      Branch: perlio
6184           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
6185           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
6186           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
6187           +> lib/Tie/Scalar.t lib/open.t
6188            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
6189            - ext/B/Stash.t
6190           !> (integrate 62 files)
6191 ____________________________________________________________________________
6192 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
6193         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
6194      Branch: perl
6195            ! t/op/chdir.t
6196 ____________________________________________________________________________
6197 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
6198         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
6199              From: "Craig A. Berry" <craigberry@mac.com> 
6200              Date: Sat, 29 Sep 2001 09:35:33 -0500
6201              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
6202      Branch: perl
6203            ! t/op/chdir.t
6204 ____________________________________________________________________________
6205 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
6206         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
6207              From: "chromatic" <chromatic@rmci.net>
6208              Date: Fri, 28 Sep 2001 21:20:12 -0600
6209              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
6210      Branch: perl
6211            + lib/Tie/Scalar.t
6212            ! MANIFEST lib/Tie/Scalar.pm
6213 ____________________________________________________________________________
6214 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
6215         Log: Allow for more flexibility in the \p{In...} names, now
6216              case doesn't matter, and any space or dash can be
6217              matched by any space, dash, underbar, or empty.
6218              (may be going too far on leniency)
6219      Branch: perl
6220            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
6221            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
6222            ! t/op/pat.t
6223 ____________________________________________________________________________
6224 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
6225         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
6226              From: "chromatic" <chromatic@rmci.net>
6227              Date: Fri, 28 Sep 2001 17:39:50 -0600
6228              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
6229      Branch: perl
6230            + lib/open.t
6231            ! MANIFEST
6232 ____________________________________________________________________________
6233 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
6234         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
6235              From: "Craig A. Berry" <craigberry@mac.com>
6236              Date: Fri, 28 Sep 2001 16:24:51 -0500
6237              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
6238      Branch: perl
6239            ! ext/File/Glob/t/basic.t
6240 ____________________________________________________________________________
6241 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
6242         Log: Subject: [DOC PATCH] Carp.pm pod typo
6243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6244              Date: Fri, 28 Sep 2001 23:14:51 +0200
6245              Message-ID: <20010928231451.E16889@rafael>
6246      Branch: perl
6247            ! lib/Carp.pm
6248 ____________________________________________________________________________
6249 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
6250         Log: Subject: [PATCH] Allow an @INC hook to set %INC
6251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6252              Date: Fri, 28 Sep 2001 22:18:13 +0200
6253              Message-ID: <20010928221813.A16889@rafael>
6254      Branch: perl
6255            ! pp_ctl.c
6256 ____________________________________________________________________________
6257 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
6258         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
6259              From: Nicholas Clark <nick@ccl4.org>
6260              Date: Fri, 28 Sep 2001 23:39:33 +0100
6261              Message-ID: <20010928233933.C23673@plum.flirble.org>
6262      Branch: perl
6263            ! embed.h embed.pl sv.h
6264 ____________________________________________________________________________
6265 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
6266         Log: Update Changes.
6267      Branch: perl
6268            ! Changes patchlevel.h
6269 ____________________________________________________________________________
6270 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
6271         Log: Move the B tests to B/t.
6272      Branch: perl
6273            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
6274            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
6275            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
6276            - ext/B/Showlex.t ext/B/Stash.t
6277            ! MANIFEST
6278 ____________________________________________________________________________
6279 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
6280         Log: Forgot from #12254.
6281      Branch: perl
6282            + ext/B/B/Terse.t
6283 ____________________________________________________________________________
6284 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
6285         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
6286              From: "chromatic" <chromatic@rmci.net>
6287              Date: Thu, 27 Sep 2001 23:22:17 -0600
6288              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
6289      Branch: perl
6290            ! MANIFEST
6291 ____________________________________________________________________________
6292 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
6293         Log: Test numbering mismatch.
6294      Branch: perl
6295            ! t/op/chdir.t
6296 ____________________________________________________________________________
6297 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
6298         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
6299              From: "Craig A. Berry" <craigberry@mac.com>
6300              Date: Wed, 26 Sep 2001 17:43:14 -0500
6301              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
6302      Branch: perl
6303            ! iperlsys.h t/op/chdir.t
6304 ____________________________________________________________________________
6305 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
6306         Log: Subject: [PATCH gv.c] make __ANON__ global
6307              From: Robin Barker <rmb1@cise.npl.co.uk>
6308              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
6309              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
6310      Branch: perl
6311            ! gv.c t/op/anonsub.t t/op/runlevel.t
6312 ____________________________________________________________________________
6313 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
6314         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
6315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6316              Date: Thu, 27 Sep 2001 22:34:32 +0200
6317              Message-ID: <20010927223432.A1485@rafael>
6318      Branch: perl
6319            ! ext/B/B/Terse.pm
6320 ____________________________________________________________________________
6321 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
6322         Log: (retracted by #12338)
6323              
6324              Subject: [PATCH] Cleanup of perldsc.pod      
6325              From: Casey West <casey@geeknest.com>
6326              Date: Thu, 27 Sep 2001 11:13:17 -0400
6327              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
6328      Branch: perl
6329            ! pod/perldsc.pod
6330 ____________________________________________________________________________
6331 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
6332         Log: Not everyone is using ithreads...
6333      Branch: perl
6334            ! ext/Devel/Peek/Peek.t
6335 ____________________________________________________________________________
6336 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
6337         Log: Document the nss_delete core dump workaround for HP-UX
6338              and Solaris, bug IDs 20010805.018 and 20010629.004.
6339      Branch: perl
6340            ! README.hpux README.solaris
6341 ____________________________________________________________________________
6342 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
6343         Log: Dump Unicode hash keys also as Unicode,
6344              not just as a byte string.
6345      Branch: perl
6346            ! dump.c ext/Devel/Peek/Peek.t
6347 ____________________________________________________________________________
6348 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
6349         Log: Integrate changes #12241 and #12242 from macperl:
6350              
6351              Remove unneeded disabling of umask() calls
6352              
6353              Note (get|set)sockopt are available.
6354      Branch: perl
6355           !> lib/File/Temp.pm pod/perlport.pod
6356 ____________________________________________________________________________
6357 [ 12244] By: sky                                   on 2001/09/27  08:53:00
6358         Log: Flush buffers on thread closedown.
6359      Branch: perl
6360            ! ext/threads/threads.xs
6361 ____________________________________________________________________________
6362 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
6363         Log: Dump SvUTF8(sv)s also as \x{...}.
6364              
6365              TODO: dump the SvUTF8() hash keys similarly. 
6366      Branch: perl
6367            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
6368 ____________________________________________________________________________
6369 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
6370         Log: Note (get|set)sockopt are available.
6371      Branch: maint-5.6/macperl
6372            ! pod/perlport.pod
6373 ____________________________________________________________________________
6374 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
6375         Log: Remove unneeded disabling of umask() calls
6376      Branch: maint-5.6/macperl
6377            ! lib/File/Temp.pm
6378 ____________________________________________________________________________
6379 [ 12240] By: sky                                   on 2001/09/26  18:44:56
6380         Log: Documention update
6381      Branch: perl
6382            ! ext/threads/threads.pm
6383 ____________________________________________________________________________
6384 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
6385         Log: Update Changes.
6386      Branch: perl
6387            ! Changes patchlevel.h
6388 ____________________________________________________________________________
6389 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
6390         Log: Check that all environment variables are tainted.
6391      Branch: perl
6392            ! t/op/taint.t
6393 ____________________________________________________________________________
6394 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
6395         Log: Manual integration error in #12235.
6396      Branch: perl
6397            ! lib/File/DosGlob.t
6398 ____________________________________________________________________________
6399 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
6400         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
6401              From: "chromatic" <chromatic@rmci.net>
6402              Date: Tue, 25 Sep 2001 23:57:07 -0600
6403              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
6404      Branch: perl
6405            ! perlio.c
6406 ____________________________________________________________________________
6407 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
6408         Log: Integrate macperl changes from Chris Nandor:
6409              12192 11817 11815 11813 11778 11775
6410              
6411              Update CPAN.pm to work with new Mac::BuildTools instead
6412              of ExtUtils::MM_MacOS "orphan" functions
6413              
6414              Fix test
6415              
6416              Make syntax check report in MPW style, fix tests
6417              to use Mac::err=unix to get normal-style error
6418              messages.
6419              
6420              More module and test ports from Thomas Wegner et al
6421              
6422              Fix open of /dev/null for Mac OS
6423              
6424              Allow for platforms to override formatting of errors
6425              on output from Matthias Neeracher (core files)
6426      Branch: perl
6427            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
6428            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
6429            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
6430           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
6431           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
6432           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
6433 ____________________________________________________________________________
6434 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
6435         Log: grrr.
6436      Branch: perl
6437            ! t/op/gv.t
6438 ____________________________________________________________________________
6439 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
6440         Log: Retract #12232.
6441      Branch: perl
6442            ! t/op/gv.t
6443 ____________________________________________________________________________
6444 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
6445         Log: (Retracted by #12233.)
6446      Branch: perl
6447            ! t/op/gv.t
6448 ____________________________________________________________________________
6449 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
6450         Log: Detypo.
6451      Branch: perl
6452            ! ext/Encode/Makefile.PL
6453 ____________________________________________________________________________
6454 [ 12230] By: sky                                   on 2001/09/26  11:36:23
6455         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
6456              We are using a "delay" here because we do not want to depend on thread synchronization issues.
6457      Branch: perl
6458            + ext/threads/t/stress_cv.t
6459            ! MANIFEST ext/threads/t/stress_string.t
6460 ____________________________________________________________________________
6461 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
6462         Log: NetWare tweak from Ananth Kesari.
6463      Branch: perl
6464            ! NetWare/t/Readme.txt
6465 ____________________________________________________________________________
6466 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
6467         Log: Trick to fool case-blind filesystems.
6468      Branch: perl
6469            ! ext/Encode/Makefile.PL
6470 ____________________________________________________________________________
6471 [ 12227] By: sky                                   on 2001/09/26  11:06:50
6472         Log: Threads can start executing in a different order than they were
6473              created.... so we cannot ok() inside the threadstarter.
6474      Branch: perl
6475            ! ext/threads/t/stress_string.t
6476 ____________________________________________________________________________
6477 [ 12226] By: sky                                   on 2001/09/26  07:41:45
6478         Log: Add in stress_string.t to stress test threads a bit more.
6479      Branch: perl
6480            + ext/threads/t/stress_string.t
6481            ! MANIFEST
6482 ____________________________________________________________________________
6483 [ 12225] By: sky                                   on 2001/09/26  07:04:21
6484         Log: Fix negative refcount introduced by #12223.
6485      Branch: perl
6486            ! ext/threads/threads.xs
6487 ____________________________________________________________________________
6488 [ 12224] By: sky                                   on 2001/09/26  06:57:58
6489         Log: Update documentation to match change #12223
6490      Branch: perl
6491            ! sharedsv.c
6492 ____________________________________________________________________________
6493 [ 12223] By: sky                                   on 2001/09/26  06:54:32
6494         Log: Use a separate interpreter for the sharedsv space. Another
6495              negative sv leak. Sigh.
6496      Branch: perl
6497            ! sharedsv.c
6498 ____________________________________________________________________________
6499 [ 12222] By: sky                                   on 2001/09/26  05:58:35
6500         Log: Do the environ assignment in perl_contruct to match perl_destruct.
6501              Now we don't need to perl_parse/perl_run. However environ is a
6502              global....
6503      Branch: perl
6504            ! perl.c
6505 ____________________________________________________________________________
6506 [ 12221] By: sky                                   on 2001/09/26  05:41:02
6507         Log: Move the creation of PL_strtab to perl_construct so we can work
6508              with HV and HEs without running perl_parse.
6509      Branch: perl
6510            ! perl.c
6511 ____________________________________________________________________________
6512 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
6513         Log: integrate macperl changes into maint-5.6
6514      Branch: maint-5.6/perl
6515           !> (integrate 26 files)
6516 ____________________________________________________________________________
6517 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
6518         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
6519              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
6520      Branch: maint-5.6/macperl
6521            ! macos/ext/Mac/Fonts/Fonts.xs
6522            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
6523 ____________________________________________________________________________
6524 [ 12218] By: ams                                   on 2001/09/25  23:31:33
6525         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6526              From: Nicholas Clark <nick@ccl4.org>
6527              Date: Wed, 26 Sep 2001 01:20:20 +0100
6528              Message-Id: <20010926012020.B48092@plum.flirble.org>
6529      Branch: perl
6530            ! lib/AutoSplit.t
6531 ____________________________________________________________________________
6532 [ 12217] By: ams                                   on 2001/09/25  22:33:05
6533         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
6534              From: "Craig A. Berry" <craigberry@mac.com>
6535              Date: Tue, 25 Sep 2001 18:08:42 -0500
6536              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
6537      Branch: perl
6538            ! vms/vms.c
6539 ____________________________________________________________________________
6540 [ 12216] By: ams                                   on 2001/09/25  21:41:01
6541         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
6542              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
6543              From: Michael G Schwern <schwern@pobox.com>
6544              Date: Wed, 26 Sep 2001 00:38:21 -0400
6545              Message-Id: <20010926003821.A627@blackrider>
6546      Branch: perl
6547            ! lib/AutoSplit.t
6548 ____________________________________________________________________________
6549 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
6550         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
6551              From: Michael G Schwern <schwern@pobox.com>
6552              Date: Tue, 25 Sep 2001 17:43:49 -0400
6553              Message-ID: <20010925174349.B19534@blackrider>
6554      Branch: perl
6555            ! lib/Test/Simple.pm lib/Test/Utils.pm
6556 ____________________________________________________________________________
6557 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
6558         Log: Integrate changes from bleadperl.
6559      Branch: maint-5.6/macperl
6560           !> pod/perlport.pod
6561 ____________________________________________________________________________
6562 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
6563         Log: skip($mess) should result in one skip.
6564      Branch: perl
6565            ! t/test.pl
6566 ____________________________________________________________________________
6567 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
6568         Log: Integrate change #12200 from maintperl.
6569      Branch: maint-5.6/macperl
6570           !> win32/perlhost.h
6571 ____________________________________________________________________________
6572 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
6573         Log: Fix file types to "apple"
6574      Branch: maint-5.6/macperl
6575            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
6576            ! macos/ext/Mac/SAT/t/Collision.rsrc
6577 ____________________________________________________________________________
6578 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
6579         Log: Fix rsrc file as snd file; fix path in t file.
6580      Branch: maint-5.6/macperl
6581            ! macos/ext/Mac/Notification/t/Notification.rsrc
6582            ! macos/ext/Mac/Notification/t/Notification.t
6583 ____________________________________________________________________________
6584 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
6585         Log: Sync up with File::Find from bleadperl.
6586      Branch: maint-5.6/macperl
6587            ! lib/File/Find.pm t/lib/filefind-taint.t
6588 ____________________________________________________________________________
6589 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
6590         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
6591              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
6592              of hundreds)
6593      Branch: maint-5.6/macperl
6594            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
6595            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
6596            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
6597 ____________________________________________________________________________
6598 [ 12207] By: nick                                  on 2001/09/25  19:04:36
6599         Log: Integrate mainline (untested while modem is up)
6600      Branch: perlio
6601           +> lib/AutoSplit.t t/test.pl
6602            - lib/warnings/register.t
6603           !> (integrate 28 files)
6604 ____________________________________________________________________________
6605 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
6606         Log: perldiag entry for #12205.
6607      Branch: perl
6608            ! pod/perldiag.pod
6609 ____________________________________________________________________________
6610 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
6611         Log: Subject: [PATCH] warning on v-string in use/require
6612              From: John Peacock <jpeacock@rowman.com>
6613              Date: Mon, 24 Sep 2001 17:29:03 -0400
6614              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
6615      Branch: perl
6616            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
6617 ____________________________________________________________________________
6618 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
6619         Log: perltooc et al updates.
6620      Branch: perl
6621            ! plan9/mkfile pod/roffitall
6622 ____________________________________________________________________________
6623 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
6624         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
6625              From: Michael G Schwern <schwern@pobox.com>
6626              Date: Sun, 23 Sep 2001 00:07:12 -0400
6627              Message-ID: <20010923000712.A7005@blackrider>
6628      Branch: perl
6629            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
6630 ____________________________________________________________________________
6631 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
6632         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
6633              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6634              Date: Wed, 26 Sep 2001 01:25:10 +0900
6635              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
6636      Branch: perl
6637            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
6638            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
6639            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
6640 ____________________________________________________________________________
6641 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
6642         Log: Integrate change #12200 from maintperl;
6643              on windows, virtualized environment could propagate deleted variables
6644              into children if they happen to be at the very end of the table
6645      Branch: perl
6646           !> win32/perlhost.h
6647 ____________________________________________________________________________
6648 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
6649         Log: on windows, virtualized environment could propagate deleted variables
6650              into children if they happen to be at the very end of the table
6651              (thanks for succinct test case from Johan Holmberg, and fix from
6652              Doug Lankshear)
6653      Branch: maint-5.6/perl
6654            ! win32/perlhost.h
6655 ____________________________________________________________________________
6656 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
6657         Log: avoid the use of ftime() (it does a useless, potentially
6658              expensive call to GetTimeZoneInformation()); this potentially
6659              also results in three more digits of precision from
6660              Time::HiRes::time()
6661      Branch: perl
6662            ! ext/Time/HiRes/HiRes.xs
6663 ____________________________________________________________________________
6664 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
6665         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
6666              
6667              Note: io/binmode is failing, have to figure out why.
6668      Branch: perl
6669            + t/test.pl
6670            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
6671            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
6672            ! t/run/exit.t
6673 ____________________________________________________________________________
6674 [ 12197] By: ams                                   on 2001/09/25  13:48:55
6675         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6676              From: Nicholas Clark <nick@ccl4.org>
6677              Date: Tue, 25 Sep 2001 00:37:40 +0100
6678              Message-Id: <20010925003740.S4971@plum.flirble.org>
6679              (Further changes expected.)
6680      Branch: perl
6681            + lib/AutoSplit.t
6682            ! MANIFEST
6683 ____________________________________________________________________________
6684 [ 12196] By: sky                                   on 2001/09/25  13:37:12
6685         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
6686              _ftime to try and be more robust.
6687      Branch: perl
6688            ! ext/Time/HiRes/HiRes.xs
6689 ____________________________________________________________________________
6690 [ 12194] By: ams                                   on 2001/09/25  11:40:00
6691         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
6692              From: "Craig A. Berry" <craigberry@mac.com>
6693              Date: Mon, 24 Sep 2001 17:54:20 -0500
6694              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
6695      Branch: perl
6696            ! vms/descrip_mms.template
6697 ____________________________________________________________________________
6698 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
6699         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
6700              not working, cursor not spinning (Bug #422129); external
6701              editor problems (Bug #456329); escape/cmd-. not activating
6702              "Cancel" in Save dialog box (Bug #446960); Runtimes not
6703              executing on launch (Bug #464441).
6704      Branch: maint-5.6/macperl
6705            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
6706            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
6707            ! macos/macperl/MacPerl.r
6708 ____________________________________________________________________________
6709 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
6710         Log: Update CPAN.pm to work with new Mac::BuildTools instead
6711              of ExtUtils::MM_MacOS "orphan" functions
6712      Branch: maint-5.6/macperl
6713            ! lib/CPAN.pm
6714 ____________________________________________________________________________
6715 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
6716         Log: Fix up another xsubpp problem (Matthias Neeracher)
6717      Branch: maint-5.6/macperl
6718            ! macos/xsubpp
6719 ____________________________________________________________________________
6720 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
6721         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
6722      Branch: maint-5.6/macperl
6723            ! macos/lib/ExtUtils/MM_MacOS.pm
6724 ____________________________________________________________________________
6725 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
6726         Log: Fix up Makefiles for more Mac:: modules (and prepare for
6727              static build ...?)
6728      Branch: maint-5.6/macperl
6729            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6730            ! macos/macperl/Makefile.mk
6731 ____________________________________________________________________________
6732 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
6733         Log: Fix up tests
6734      Branch: maint-5.6/macperl
6735            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6736 ____________________________________________________________________________
6737 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
6738         Log: Make malloc smarter, fix bugs.  (Bug #404030)
6739      Branch: maint-5.6/macperl
6740            ! macos/icemalloc.c macos/icemalloc.h
6741 ____________________________________________________________________________
6742 [ 12186] By: nick                                  on 2001/09/24  19:18:17
6743         Log: Integrate mainline
6744      Branch: perlio
6745           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6746           +> lib/filetest.t
6747           !> (integrate 30 files)
6748 ____________________________________________________________________________
6749 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
6750         Log: Retract #12136, the warnings::register is already
6751              tested by t/lib/warnings/9enabled, as pointed out
6752              by Paul Marquess.
6753      Branch: perl
6754            - lib/warnings/register.t
6755            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
6756 ____________________________________________________________________________
6757 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
6758         Log: fix Time::HiRes implementation of gettimeofday() on windows
6759              (HiRes.t#14 now passes)
6760      Branch: perl
6761            ! ext/Time/HiRes/HiRes.xs
6762 ____________________________________________________________________________
6763 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
6764         Log: File::Spec::catfile() canonifies everything to blackslashes on
6765              windows :-(
6766      Branch: perl
6767            ! lib/ExtUtils/Manifest.t
6768 ____________________________________________________________________________
6769 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
6770         Log: test number mismatch
6771      Branch: perl
6772            ! t/op/magic.t
6773 ____________________________________________________________________________
6774 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
6775         Log: ok().
6776      Branch: perl
6777            ! t/op/pack.t
6778 ____________________________________________________________________________
6779 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
6780         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
6781              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6782      Branch: perl
6783            ! pp_pack.c t/op/pack.t
6784 ____________________________________________________________________________
6785 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
6786         Log: Update Changes.
6787      Branch: perl
6788            ! Changes patchlevel.h
6789 ____________________________________________________________________________
6790 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
6791         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
6792              From: Michael G Schwern <schwern@pobox.com>
6793              Date: Mon, 24 Sep 2001 11:12:13 -0400
6794              Message-ID: <20010924111213.G27885@blackrider>
6795      Branch: perl
6796            ! lib/ExtUtils/Manifest.pm
6797 ____________________________________________________________________________
6798 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
6799         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
6800              From: Michael G Schwern <schwern@pobox.com> 
6801              Date: Mon, 24 Sep 2001 11:02:07 -0400
6802              Message-ID: <20010924110207.E27885@blackrider>
6803      Branch: perl
6804            ! vms/test.com
6805 ____________________________________________________________________________
6806 [ 12176] By: ams                                   on 2001/09/24  14:01:59
6807         Log: Update Changes.
6808      Branch: perl
6809            ! Changes
6810 ____________________________________________________________________________
6811 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
6812         Log: Various cleanups.
6813      Branch: perl
6814            ! ext/threads/Makefile.PL ext/threads/threads.xs
6815 ____________________________________________________________________________
6816 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
6817         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
6818      Branch: maint-5.6/macperl
6819           !> (integrate 33 files)
6820 ____________________________________________________________________________
6821 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
6822         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
6823              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6824              Date: Mon, 24 Sep 2001 20:04:58 +0900
6825              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
6826      Branch: perl
6827            ! ext/Encode/Encode/gb2312.enc
6828 ____________________________________________________________________________
6829 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
6830         Log: Clarifying comment to #12164.
6831      Branch: perl
6832            ! lib/Cwd.pm
6833 ____________________________________________________________________________
6834 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
6835         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
6836              From: Nicholas Clark <nick@ccl4.org>
6837              Date: Sun, 23 Sep 2001 23:00:56 +0100
6838              Message-ID: <20010923230055.Y4971@plum.flirble.org>
6839              
6840              (with "sample_constants" changed to "fallback")
6841      Branch: perl
6842            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6843            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
6844            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
6845            ! lib/h2xs.t utils/h2xs.PL
6846 ____________________________________________________________________________
6847 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
6848         Log: Metaconfig unit change for #12167.
6849      Branch: metaconfig
6850            ! U/modified/Cppsym.U
6851 ____________________________________________________________________________
6852 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
6853         Log: Add a few glibc cpp symbols to probe for.
6854      Branch: perl
6855            ! Configure
6856 ____________________________________________________________________________
6857 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
6858         Log: DJGPP tweaks for Laszlo Molnar.
6859      Branch: perl
6860            ! djgpp/djgppsed.sh dosish.h
6861 ____________________________________________________________________________
6862 [ 12165] By: ams                                   on 2001/09/24  10:07:08
6863         Log: Subject: [PATCH t/op/inccode.t] More tests
6864              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6865              Date: 24 Sep 2001 10:01:44 -0000
6866              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
6867      Branch: perl
6868            ! t/op/inccode.t
6869 ____________________________________________________________________________
6870 [ 12164] By: ams                                   on 2001/09/24  09:43:29
6871         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
6872              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
6873              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
6874              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
6875      Branch: perl
6876            ! lib/Cwd.pm
6877 ____________________________________________________________________________
6878 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
6879         Log: 1_compile updates.
6880      Branch: perl
6881            ! t/lib/1_compile.t
6882 ____________________________________________________________________________
6883 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
6884         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
6885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6886              Date: Wed, 19 Sep 2001 22:47:14 +0200
6887              Message-ID: <20010919224714.A6382@rafael>
6888      Branch: perl
6889            ! pod/perlvar.pod pp_ctl.c
6890 ____________________________________________________________________________
6891 [ 12161] By: ams                                   on 2001/09/23  17:40:02
6892         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
6893              filetest Pragma
6894              From: "chromatic" <chromatic@rmci.net>
6895              Date: Sun, 23 Sep 2001 12:07:25 -0600
6896              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
6897      Branch: perl
6898            + lib/filetest.t
6899            ! MANIFEST t/lib/1_compile.t
6900 ____________________________________________________________________________
6901 [ 12160] By: ams                                   on 2001/09/23  16:32:11
6902         Log: Additional minor chdir() tweak.
6903      Branch: perl
6904            ! pod/perlfunc.pod
6905 ____________________________________________________________________________
6906 [ 12159] By: ams                                   on 2001/09/23  16:25:01
6907         Log: Subject: PATCH lib/ExtUtils/Command.t
6908              From: Abe Timmerman <abe@ztreet.demon.nl>
6909              Date: Sun, 23 Sep 2001 19:11:44 +0200
6910              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
6911      Branch: perl
6912            ! lib/ExtUtils/Command.t
6913 ____________________________________________________________________________
6914 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
6915         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
6916              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6917              Date: Sun, 23 Sep 2001 02:02:26 +0200
6918              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
6919      Branch: perl
6920            ! makedef.pl
6921 ____________________________________________________________________________
6922 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
6923         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
6924              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
6925              Date: Sat, 22 Sep 2001 12:54:39 -0500
6926              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
6927      Branch: perl
6928            ! t/op/study.t
6929 ____________________________________________________________________________
6930 [ 12156] By: nick                                  on 2001/09/23  07:48:44
6931         Log: Integrate mainline
6932      Branch: perlio
6933            - check83.pl
6934           !> ext/Encode/Encode/2022-cn.enc
6935 ____________________________________________________________________________
6936 [ 12155] By: nick                                  on 2001/09/23  07:48:01
6937         Log: Integrate mainline
6938      Branch: perlio
6939           +> (branch 64 files)
6940            - ext/Encode/Encode/cns11643-1.enc
6941            - ext/Encode/Encode/cns11643-2.enc
6942            - ext/Encode/Encode/iso2022-cn.enc
6943            - ext/Encode/Encode/iso2022-jp.enc
6944            - ext/Encode/Encode/iso2022-jp1.enc
6945            - ext/Encode/Encode/iso2022-jp2.enc
6946            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
6947            - ext/Encode/Encode/iso8859-1.enc
6948            - ext/Encode/Encode/iso8859-1.ucm
6949            - ext/Encode/Encode/iso8859-10.enc
6950            - ext/Encode/Encode/iso8859-10.ucm
6951            - ext/Encode/Encode/iso8859-13.enc
6952            - ext/Encode/Encode/iso8859-13.ucm
6953            - ext/Encode/Encode/iso8859-14.enc
6954            - ext/Encode/Encode/iso8859-14.ucm
6955            - ext/Encode/Encode/iso8859-15.enc
6956            - ext/Encode/Encode/iso8859-15.ucm
6957            - ext/Encode/Encode/iso8859-16.enc
6958            - ext/Encode/Encode/iso8859-16.ucm
6959            - ext/Encode/Encode/iso8859-2.enc
6960            - ext/Encode/Encode/iso8859-2.ucm
6961            - ext/Encode/Encode/iso8859-3.enc
6962            - ext/Encode/Encode/iso8859-3.ucm
6963            - ext/Encode/Encode/iso8859-4.enc
6964            - ext/Encode/Encode/iso8859-4.ucm
6965            - ext/Encode/Encode/iso8859-5.enc
6966            - ext/Encode/Encode/iso8859-5.ucm
6967            - ext/Encode/Encode/iso8859-6.enc
6968            - ext/Encode/Encode/iso8859-6.ucm
6969            - ext/Encode/Encode/iso8859-7.enc
6970            - ext/Encode/Encode/iso8859-7.ucm
6971            - ext/Encode/Encode/iso8859-8.enc
6972            - ext/Encode/Encode/iso8859-8.ucm
6973            - ext/Encode/Encode/iso8859-9.enc
6974            - ext/Encode/Encode/iso8859-9.ucm
6975            - ext/Encode/Encode/isoir-197.enc
6976            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
6977            - t/lib/sample-tests/header_at_end
6978            - t/lib/sample-tests/header_at_end_fail
6979           !> (integrate 174 files)
6980 ____________________________________________________________________________
6981 [ 12154] By: ams                                   on 2001/09/23  07:11:46
6982         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
6983              by Blair Zajac.
6984      Branch: perl
6985            ! pod/perlfunc.pod
6986 ____________________________________________________________________________
6987 [ 12153] By: ams                                   on 2001/09/23  06:56:32
6988         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
6989              Forgotten deprecation of *glob{FILEHANDLE}?
6990              From: "chromatic" <chromatic@rmci.net>
6991              Date: Sat, 22 Sep 2001 21:27:56 -0600
6992              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
6993      Branch: perl
6994            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
6995 ____________________________________________________________________________
6996 [ 12152] By: ams                                   on 2001/09/23  06:42:58
6997         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
6998              From: Michael G Schwern <schwern@pobox.com>
6999              Date: Sun, 23 Sep 2001 03:34:39 -0400
7000              Message-Id: <20010923033439.E7005@blackrider>
7001      Branch: perl
7002            ! lib/File/Find.pm
7003 ____________________________________________________________________________
7004 [ 12151] By: ams                                   on 2001/09/23  06:37:57
7005         Log: Subject: Re: t/op/magic.t missing tests on Win32
7006              From: Michael G Schwern <schwern@pobox.com>
7007              Date: Sat, 22 Sep 2001 20:29:09 -0400
7008              Message-Id: <20010922202909.I18223@blackrider>
7009      Branch: perl
7010            ! t/op/magic.t
7011 ____________________________________________________________________________
7012 [ 12150] By: ams                                   on 2001/09/23  06:36:26
7013         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
7014              Dumpvalue.pm
7015              From: "chromatic" <chromatic@rmci.net>
7016              Date: Sat, 22 Sep 2001 19:41:31 -0600
7017              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
7018      Branch: perl
7019            + lib/Dumpvalue.t
7020            ! MANIFEST lib/Dumpvalue.pm
7021 ____________________________________________________________________________
7022 [ 12149] By: ams                                   on 2001/09/23  06:25:35
7023         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
7024              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7025              Date: Sun, 23 Sep 2001 15:27:56 +0900
7026              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
7027      Branch: perl
7028            ! ext/Encode/Encode/2022-cn.enc
7029 ____________________________________________________________________________
7030 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
7031         Log: Manual eror in #12147.
7032      Branch: perl
7033            ! win32/win32.c
7034 ____________________________________________________________________________
7035 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
7036         Log: Integrate change #12146 from maintperl;
7037              win32_chdir() et al don't handle a NULL argument gracefully
7038      Branch: perl
7039           !> win32/perlhost.h win32/win32.c
7040 ____________________________________________________________________________
7041 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
7042         Log: win32_chdir() et al don't handle a NULL argument gracefully
7043      Branch: maint-5.6/perl
7044            ! win32/perlhost.h win32/win32.c
7045 ____________________________________________________________________________
7046 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
7047         Log: typo in change#12026
7048      Branch: maint-5.6/perl
7049            ! op.c
7050 ____________________________________________________________________________
7051 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
7052         Log: Subject: [PATCH] Re: scalar context unpack bugs
7053              From: Nicholas Clark <nick@ccl4.org>
7054              Date: Sat, 22 Sep 2001 23:07:56 +0100
7055              Message-ID: <20010922230755.O4971@plum.flirble.org>
7056      Branch: perl
7057            ! pp_pack.c t/op/pack.t
7058 ____________________________________________________________________________
7059 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
7060         Log: Try ExtUtils::Command.t everywhere, not just on Win32
7061              (as suggested by NI-S).  Also allow running it either
7062              in t/ or in the main directory.
7063      Branch: perl
7064            ! lib/ExtUtils/Command.t
7065 ____________________________________________________________________________
7066 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
7067         Log: Update the test on warnings/register.t.
7068      Branch: perl
7069            ! t/lib/1_compile.t
7070 ____________________________________________________________________________
7071 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
7072         Log: The code is now almost tidy enough to keep the IRIX cc happy.
7073      Branch: perl
7074            ! hints/irix_6.sh
7075 ____________________________________________________________________________
7076 [ 12140] By: ams                                   on 2001/09/22  17:26:32
7077         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
7078              use_ithreads
7079              From: "Craig A. Berry" <craigberry@mac.com>
7080              Date: Sat, 22 Sep 2001 13:15:32 -0500
7081              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
7082      Branch: perl
7083            ! configure.com
7084 ____________________________________________________________________________
7085 [ 12139] By: ams                                   on 2001/09/22  16:44:08
7086         Log: Do what perl_clone() does for sharedsv functions.
7087      Branch: perl
7088            ! embed.pl proto.h
7089 ____________________________________________________________________________
7090 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
7091         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
7092              (suggested by Sarathy, extensions shouldn't be dabbling with
7093              op structures, so binary backward compatibility should not be
7094              an issue.)
7095      Branch: perl
7096            ! hints/irix_6.sh op.h
7097 ____________________________________________________________________________
7098 [ 12137] By: ams                                   on 2001/09/22  16:21:05
7099         Log: More cleanups. (What's PERL_DECL_PROT?)
7100      Branch: perl
7101            ! embed.pl proto.h sharedsv.h
7102 ____________________________________________________________________________
7103 [ 12136] By: ams                                   on 2001/09/22  15:14:34
7104         Log: (Retracted by #12185)
7105              
7106              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
7107              Add Tests for warnings::register, Doc Update
7108              From: "chromatic" <chromatic@rmci.net>
7109              Date: Sat, 22 Sep 2001 09:43:20 -0600
7110              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
7111      Branch: perl
7112            + lib/warnings/register.t
7113            ! MANIFEST lib/warnings/register.pm
7114 ____________________________________________________________________________
7115 [ 12135] By: ams                                   on 2001/09/22  15:07:50
7116         Log: `@foo' should be @foo for consistency.
7117      Branch: perl
7118            ! pod/perldiag.pod
7119 ____________________________________________________________________________
7120 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
7121         Log: (Retracted by #12138)
7122              
7123              Add -woff (turn warning off) 3187:
7124              "A pointer is converted to a smaller integer."
7125              This happens when your pointers are 64-bit: then every case
7126              of converting pointers to PADOFFSETs (explicitly 32-bit)
7127              faces truncation (even explicit use of INT2PTR doesn't help).
7128              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
7129              Changing PADOFFSET from U32 to UV would help, but that
7130              would break binary backward compatibility of BASEOP and padop
7131              (assuming you have been using 64-bit pointers).
7132      Branch: perl
7133            ! hints/irix_6.sh
7134 ____________________________________________________________________________
7135 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
7136         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
7137              but the name comes from the inside the file, not from the file
7138              name, and Rumanian is the name of the language.
7139      Branch: perl
7140            + ext/Encode/Encode/macRumanian.enc
7141            - ext/Encode/Encode/macRomania.enc
7142            ! MANIFEST
7143 ____________________________________________________________________________
7144 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
7145         Log: Rename perltootc as perltooc for 8.3-friedliness.
7146      Branch: perl
7147            + pod/perltooc.pod
7148            - pod/perltootc.pod
7149            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
7150            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
7151            ! pod/perltoot.pod
7152 ____________________________________________________________________________
7153 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
7154         Log: Find more conflicts by lowercasing.
7155      Branch: perl
7156            + Porting/check83.pl
7157            - check83.pl
7158            ! MANIFEST
7159 ____________________________________________________________________________
7160 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
7161         Log: The AIX cc 5.0.0.0 is simply too buggy.
7162      Branch: perl
7163            ! hints/aix.sh
7164 ____________________________________________________________________________
7165 [ 12129] By: ams                                   on 2001/09/22  12:35:38
7166         Log: Uninteresting cleanup.
7167      Branch: perl
7168            ! form.h
7169 ____________________________________________________________________________
7170 [ 12128] By: ams                                   on 2001/09/22  12:28:48
7171         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
7172              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7173              Date: Sat, 22 Sep 2001 14:29:13 +0100
7174              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
7175      Branch: perl
7176            ! cv.h
7177 ____________________________________________________________________________
7178 [ 12127] By: ams                                   on 2001/09/22  12:04:28
7179         Log: What's a backet?
7180      Branch: perl
7181            ! dump.c
7182 ____________________________________________________________________________
7183 [ 12126] By: ams                                   on 2001/09/22  10:02:34
7184         Log: Removed duplicated tests #19 and #20.
7185      Branch: perl
7186            ! t/op/do.t
7187 ____________________________________________________________________________
7188 [ 12125] By: ams                                   on 2001/09/22  03:58:41
7189         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
7190              From: Michael Carman <mjcarman@home.com>
7191              Date: Fri, 21 Sep 2001 17:54:05 -0500
7192              Message-Id: <3BABC50D.6040202@home.com>
7193              (Applied with some changes.)
7194      Branch: perl
7195            ! pod/perlmod.pod
7196 ____________________________________________________________________________
7197 [ 12124] By: ams                                   on 2001/09/22  03:44:19
7198         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
7199              From: Michael G Schwern <schwern@pobox.com>
7200              Date: Fri, 21 Sep 2001 19:20:40 -0400
7201              Message-Id: <20010921192040.E5494@blackrider>
7202      Branch: perl
7203            ! t/op/chdir.t
7204 ____________________________________________________________________________
7205 [ 12123] By: ams                                   on 2001/09/22  03:41:08
7206         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
7207              From: Blair Zajac <blair@orcaware.com>
7208              Date: Fri, 21 Sep 2001 15:13:04 -0700
7209              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
7210      Branch: perl
7211            ! t/op/chdir.t
7212 ____________________________________________________________________________
7213 [ 12122] By: ams                                   on 2001/09/22  03:37:07
7214         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
7215              20010920.007
7216              From: Michael G Schwern <schwern@pobox.com>
7217              Date: Fri, 21 Sep 2001 17:59:03 -0400
7218              Message-Id: <20010921175903.V5494@blackrider>
7219      Branch: perl
7220            ! t/op/do.t
7221 ____________________________________________________________________________
7222 [ 12121] By: ams                                   on 2001/09/22  03:30:38
7223         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
7224              suite on WinCE)
7225              From: Michael G Schwern <schwern@pobox.com>
7226              Date: Fri, 21 Sep 2001 19:41:03 -0400
7227              Message-Id: <20010921194103.G5494@blackrider>
7228      Branch: perl
7229            ! pod/perlport.pod
7230 ____________________________________________________________________________
7231 [ 12120] By: ams                                   on 2001/09/22  03:28:06
7232         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
7233              From: Michael G Schwern <schwern@pobox.com>
7234              Date: Fri, 21 Sep 2001 17:33:35 -0400
7235              Message-Id: <20010921173335.T5494@blackrider>
7236              ($ENV{FOO}=undef hunk not applied.)
7237      Branch: perl
7238            ! t/op/magic.t
7239 ____________________________________________________________________________
7240 [ 12119] By: ams                                   on 2001/09/22  03:02:26
7241         Log: Subject: [PATCH] perldiag.pod
7242              From: Peter Scott <Peter@PSDT.com>
7243              Date: Fri, 21 Sep 2001 18:54:50 -0700
7244              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
7245              (Moved to the right place.)
7246      Branch: perl
7247            ! pod/perldiag.pod
7248 ____________________________________________________________________________
7249 [ 12118] By: ams                                   on 2001/09/21  20:05:29
7250         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
7251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7252              Date: Fri, 21 Sep 2001 22:36:54 +0200
7253              Message-Id: <20010921223654.A12742@rafael>
7254      Branch: perl
7255            ! t/op/do.t
7256 ____________________________________________________________________________
7257 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
7258         Log: Restore things as they were before
7259              the backward compatibility police notices.
7260      Branch: perl
7261            ! lib/Cwd.pm
7262 ____________________________________________________________________________
7263 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
7264         Log: More Cwd from Schwern: make also OS/2 and DOS
7265              Cwd agree with File::Spec (that is, native path
7266              syntax using \ instead of / -- backward compatibility
7267              polic warning) and stop Win32 from using bsd_realpath().
7268      Branch: perl
7269            ! lib/Cwd.pm
7270 ____________________________________________________________________________
7271 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
7272         Log: Subject: [PATCH @12110] RE: Untested libraries update
7273              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7274              Date: Fri, 21 Sep 2001 18:21:07 +0100
7275              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
7276      Branch: perl
7277            ! lib/warnings/register.pm
7278 ____________________________________________________________________________
7279 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
7280         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
7281              From: Michael G Schwern <schwern@pobox.com>
7282              Date: Thu, 20 Sep 2001 22:54:02 -0400
7283              Message-ID: <20010920225402.A3611@blackrider>
7284      Branch: perl
7285            ! lib/Cwd.pm
7286 ____________________________________________________________________________
7287 [ 12113] By: ams                                   on 2001/09/21  17:08:24
7288         Log: Subject: [PATCH] avoid v-strings with require/use
7289              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7290              Date: Fri, 21 Sep 2001 12:34:40 -0400
7291              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
7292      Branch: perl
7293            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
7294            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
7295            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7296            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7297            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
7298            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
7299            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
7300            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7301            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
7302            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
7303            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
7304            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
7305            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
7306            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
7307            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
7308            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
7309            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
7310            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
7311            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
7312 ____________________________________________________________________________
7313 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
7314         Log: Update Changes.
7315      Branch: perl
7316            ! Changes patchlevel.h
7317 ____________________________________________________________________________
7318 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
7319         Log: Make AIX and Tru64 compilers happy.  
7320      Branch: perl
7321            ! ext/threads/threads.h ext/threads/threads.xs
7322 ____________________________________________________________________________
7323 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
7324         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
7325              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7326              Date: 21 Sep 2001 09:16:37 -0000
7327              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
7328      Branch: perl
7329            ! toke.c
7330 ____________________________________________________________________________
7331 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
7332         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
7333              From: Michael G Schwern <schwern@pobox.com>
7334              Date: Thu, 20 Sep 2001 21:21:34 -0400
7335              Message-ID: <20010920212134.Y28291@blackrider>
7336      Branch: perl
7337            ! pp_sys.c
7338 ____________________________________________________________________________
7339 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
7340         Log: Subject: Re: GDB Debugging Macros from mod_perl
7341              From: rspier@pobox.com (Robert Spier)
7342              Date: Thu, 20 Sep 2001 22:45:03 -0700
7343              Message-ID: <15274.54239.413929.49430@rls.cx>
7344      Branch: perl
7345            ! pod/perltodo.pod
7346 ____________________________________________________________________________
7347 [ 12105] By: sky                                   on 2001/09/21  10:33:34
7348         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
7349              timezone! GetSystemTime should be available on all Win32 
7350              platforms we support. Perhaps Time::HiRes should be extended to
7351              support WinCE and Novell?
7352      Branch: perl
7353            ! ext/Time/HiRes/HiRes.xs
7354 ____________________________________________________________________________
7355 [ 12104] By: sky                                   on 2001/09/21  08:12:39
7356         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
7357      Branch: perl
7358            ! ext/threads/threads.h ext/threads/threads.xs
7359 ____________________________________________________________________________
7360 [ 12103] By: sky                                   on 2001/09/21  07:57:41
7361         Log: Rename the *thread* functions to Perl_* to avoid clashes.
7362              Notably on AIX but could become a problem on other platforms.
7363      Branch: perl
7364            ! ext/threads/threads.h ext/threads/threads.xs
7365 ____________________________________________________________________________
7366 [ 12102] By: sky                                   on 2001/09/21  07:35:30
7367         Log: Add the shared sv space to the global vars.
7368              Fix problems compiling on win32.
7369      Branch: perl
7370            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
7371            ! sharedsv.c sharedsv.h
7372 ____________________________________________________________________________
7373 [ 12101] By: ams                                   on 2001/09/21  00:19:55
7374         Log: Subject: [PATCH] win32/Makefile warning fix
7375              From: Blair Zajac <blair@orcaware.com>
7376              Date: Thu, 20 Sep 2001 18:15:43 -0700
7377              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
7378      Branch: perl
7379            ! win32/Makefile
7380 ____________________________________________________________________________
7381 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
7382         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
7383              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7384              Date: Thu, 20 Sep 2001 18:36:22 +0200
7385              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
7386      Branch: perl
7387            ! lib/ExtUtils/Command.t
7388 ____________________________________________________________________________
7389 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
7390         Log: Cant spl wirth a dam.
7391      Branch: perl
7392            ! intrpvar.h
7393 ____________________________________________________________________________
7394 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
7395         Log: Don't use C++ comments.
7396      Branch: perl
7397            ! ext/threads/threads.xs
7398 ____________________________________________________________________________
7399 [ 12097] By: ams                                   on 2001/09/20  21:42:07
7400         Log: Change #12044 didn't.
7401      Branch: perl
7402            ! lib/constant.pm
7403 ____________________________________________________________________________
7404 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
7405         Log: Metaconfig unit changes for #12095.
7406      Branch: metaconfig
7407            ! U/modified/Myinit.U U/modified/libs.U
7408 ____________________________________________________________________________
7409 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
7410         Log: Remove iconv references since we are not using it
7411              and not going to; regen perltoc, perlmodlib.
7412              (Some references still linger in perltoc, have to figure
7413              out where they are coming from.)
7414      Branch: perl
7415            ! Configure NetWare/config.wc NetWare/config_H.wc
7416            ! Porting/Glossary Porting/config.sh Porting/config_H
7417            ! config_h.SH configure.com epoc/config.sh perl.h
7418            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
7419            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7420            ! vos/config.ga.h win32/config.bc win32/config.gc
7421            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7422            ! win32/config_H.vc wince/config.ce wince/config.h
7423            ! wince/config_H.ce
7424 ____________________________________________________________________________
7425 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
7426         Log: Subject: [PATCH docs] Re: ARGV and read
7427              From: Dave Mitchell <davem@fdgroup.co.uk>
7428              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
7429              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
7430      Branch: perl
7431            ! pod/perltodo.pod pod/perlvar.pod
7432 ____________________________________________________________________________
7433 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
7434         Log: Fresh copies from the cvs.perl.org perlfaq repository.
7435      Branch: perl
7436            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7437            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7438            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7439            ! pod/perlfaq9.pod
7440 ____________________________________________________________________________
7441 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
7442         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
7443              From: Nicholas Clark <nick@ccl4.org>
7444              Date: Thu, 20 Sep 2001 14:27:08 +0100
7445              Message-ID: <20010920142708.X4971@plum.flirble.org>
7446      Branch: perl
7447            ! pp_pack.c t/op/pack.t
7448 ____________________________________________________________________________
7449 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
7450         Log: The sharedsv_space* are variables, not code.  Duh.
7451      Branch: perl
7452            ! intrpvar.h makedef.pl
7453 ____________________________________________________________________________
7454 [ 12090] By: ams                                   on 2001/09/20  11:26:06
7455         Log: Subject: [patch lib/lib_pm.PL]
7456              From: Stas Bekman <stas@stason.org>
7457              Date: Thu, 20 Sep 2001 18:48:53 +0800
7458              Message-Id: <3BA9C995.6010302@stason.org>
7459              (Applied by hand.)
7460      Branch: perl
7461            ! lib/lib_pm.PL
7462 ____________________________________________________________________________
7463 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
7464         Log: Only 21 tests, skipping or not.
7465      Branch: perl
7466            ! lib/ExtUtils/Command.t
7467 ____________________________________________________________________________
7468 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
7469         Log: New exported symbols.
7470      Branch: perl
7471            ! makedef.pl
7472 ____________________________________________________________________________
7473 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
7474         Log: Update Changes.
7475      Branch: perl
7476            ! Changes patchlevel.h
7477 ____________________________________________________________________________
7478 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
7479         Log: Correct numbering of the tests is useful.
7480      Branch: perl
7481            ! ext/threads/t/basic.t
7482 ____________________________________________________________________________
7483 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
7484         Log: More tests now too.
7485      Branch: perl
7486            ! lib/ExtUtils/Command.t
7487 ____________________________________________________________________________
7488 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
7489         Log: More tests now.
7490      Branch: perl
7491            ! ext/threads/t/basic.t
7492 ____________________________________________________________________________
7493 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
7494         Log: The test assumed 7-bit ASCII.  Now it "just"
7495              assumes 8-bit whatever.
7496      Branch: perl
7497            ! t/op/crypt.t
7498 ____________________________________________________________________________
7499 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
7500         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
7501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7502              Date: Wed, 19 Sep 2001 11:45:28 +0200
7503              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
7504              
7505              Lvalue casts are not portable.
7506      Branch: perl
7507            ! ext/threads/threads.xs
7508 ____________________________________________________________________________
7509 [ 12081] By: sky                                   on 2001/09/19  10:17:52
7510         Log: Make the basic test contain only realy basic API tests
7511              Seems to be a problem with detach.
7512      Branch: perl
7513            ! ext/threads/t/basic.t
7514 ____________________________________________________________________________
7515 [ 12080] By: ams                                   on 2001/09/19  01:23:55
7516         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
7517              From: Michael G Schwern <schwern@pobox.com>
7518              Date: Tue, 18 Sep 2001 19:53:48 -0400
7519              Message-Id: <20010918195348.M585@blackrider>
7520              
7521              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
7522              From: Michael G Schwern <schwern@pobox.com>
7523              Date: Tue, 18 Sep 2001 22:07:13 -0400
7524              Message-Id: <20010918220713.B19616@blackrider>
7525      Branch: perl
7526            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
7527            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7528            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
7529            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
7530            ! lib/Test/Tutorial.pod
7531 ____________________________________________________________________________
7532 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
7533         Log: Indent the test a bit.
7534      Branch: perl
7535            ! ext/threads/t/basic.t
7536 ____________________________________________________________________________
7537 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
7538         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
7539              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7540              Date: Tue, 18 Sep 2001 18:06:44 +0200
7541              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
7542      Branch: perl
7543            ! win32/win32.c
7544 ____________________________________________________________________________
7545 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
7546         Log: Subject: stat access time is wrong on Win95
7547              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7548              Date: Tue, 18 Sep 2001 21:59:24 +0200
7549              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
7550      Branch: perl
7551            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
7552 ____________________________________________________________________________
7553 [ 12076] By: ams                                   on 2001/09/18  22:11:25
7554         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
7555              From: Michael G Schwern <schwern@pobox.com>
7556              Date: Tue, 18 Sep 2001 18:47:14 -0400
7557              Message-Id: <20010918184714.I585@blackrider>
7558      Branch: perl
7559            ! t/op/crypt.t
7560 ____________________________________________________________________________
7561 [ 12075] By: sky                                   on 2001/09/18  19:29:37
7562         Log: two test failures
7563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7564              Message-ID: <20010918221702.A17408@rafael>
7565              partly applied, #12074 already fixed half the patch
7566      Branch: perl
7567            ! ext/threads/t/basic.t
7568 ____________________________________________________________________________
7569 [ 12074] By: sky                                   on 2001/09/18  18:49:03
7570         Log: Fixes test case failure introduced by #12071, the warning is
7571              now correctly spelled :-)
7572      Branch: perl
7573            ! ext/IO/lib/IO/t/io_sel.t
7574 ____________________________________________________________________________
7575 [ 12073] By: sky                                   on 2001/09/18  18:46:22
7576         Log: Make the test behave properly!
7577      Branch: perl
7578            ! ext/threads/t/basic.t
7579 ____________________________________________________________________________
7580 [ 12072] By: ams                                   on 2001/09/18  18:44:59
7581         Log: OP_RCATLINE is an SVOP, not a BASEOP.
7582      Branch: perl
7583            ! opcode.h opcode.pl
7584 ____________________________________________________________________________
7585 [ 12071] By: ams                                   on 2001/09/18  18:06:27
7586         Log: Deprecate != Depreciate.
7587      Branch: perl
7588            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
7589            ! lib/Pod/ParseUtils.pm
7590 ____________________________________________________________________________
7591 [ 12070] By: ams                                   on 2001/09/18  15:14:58
7592         Log: Subject: [PATCH] Getopt::Std cleanup
7593              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7594              Date: Tue, 18 Sep 2001 17:32:13 +0200
7595              Message-Id: <20010918173213.C777@rafael>
7596      Branch: perl
7597            ! lib/Getopt/Std.pm lib/Getopt/Std.t
7598 ____________________________________________________________________________
7599 [ 12069] By: sky                                   on 2001/09/18  14:56:33
7600         Log: Forgot the makefile
7601      Branch: perl
7602            + ext/threads/Makefile.PL
7603 ____________________________________________________________________________
7604 [ 12068] By: sky                                   on 2001/09/18  14:13:26
7605         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
7606              The test will fail because of Test.pm not knowing about threads. 
7607              basic needs to be manually tested
7608              compile time warnings on IV2PTR conversions need to be fixed
7609      Branch: perl
7610            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
7611            + ext/threads/threads.h ext/threads/threads.pm
7612            + ext/threads/threads.xs
7613            ! MANIFEST
7614 ____________________________________________________________________________
7615 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
7616         Log: DJGPP tweak from Laszlo Molnar.
7617      Branch: perl
7618            ! djgpp/config.over
7619 ____________________________________________________________________________
7620 [ 12066] By: sky                                   on 2001/09/18  10:24:31
7621         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
7622      Branch: perl
7623            ! sharedsv.c sharedsv.h
7624 ____________________________________________________________________________
7625 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
7626         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
7627              ditto ^cns.
7628      Branch: perl
7629            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
7630            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
7631            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
7632            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
7633            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
7634            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
7635            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
7636            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
7637            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
7638            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
7639            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
7640            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
7641            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
7642            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
7643            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
7644            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
7645            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
7646            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
7647            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
7648            + ext/Encode/Encode/ir-197.enc
7649            - ext/Encode/Encode/cns11643-1.enc
7650            - ext/Encode/Encode/cns11643-2.enc
7651            - ext/Encode/Encode/iso2022-cn.enc
7652            - ext/Encode/Encode/iso2022-jp.enc
7653            - ext/Encode/Encode/iso2022-jp1.enc
7654            - ext/Encode/Encode/iso2022-jp2.enc
7655            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
7656            - ext/Encode/Encode/iso8859-1.enc
7657            - ext/Encode/Encode/iso8859-1.ucm
7658            - ext/Encode/Encode/iso8859-10.enc
7659            - ext/Encode/Encode/iso8859-10.ucm
7660            - ext/Encode/Encode/iso8859-11.enc
7661            - ext/Encode/Encode/iso8859-11.ucm
7662            - ext/Encode/Encode/iso8859-13.enc
7663            - ext/Encode/Encode/iso8859-13.ucm
7664            - ext/Encode/Encode/iso8859-14.enc
7665            - ext/Encode/Encode/iso8859-14.ucm
7666            - ext/Encode/Encode/iso8859-15.enc
7667            - ext/Encode/Encode/iso8859-15.ucm
7668            - ext/Encode/Encode/iso8859-16.enc
7669            - ext/Encode/Encode/iso8859-16.ucm
7670            - ext/Encode/Encode/iso8859-2.enc
7671            - ext/Encode/Encode/iso8859-2.ucm
7672            - ext/Encode/Encode/iso8859-3.enc
7673            - ext/Encode/Encode/iso8859-3.ucm
7674            - ext/Encode/Encode/iso8859-4.enc
7675            - ext/Encode/Encode/iso8859-4.ucm
7676            - ext/Encode/Encode/iso8859-5.enc
7677            - ext/Encode/Encode/iso8859-5.ucm
7678            - ext/Encode/Encode/iso8859-6.enc
7679            - ext/Encode/Encode/iso8859-6.ucm
7680            - ext/Encode/Encode/iso8859-7.enc
7681            - ext/Encode/Encode/iso8859-7.ucm
7682            - ext/Encode/Encode/iso8859-8.enc
7683            - ext/Encode/Encode/iso8859-8.ucm
7684            - ext/Encode/Encode/iso8859-9.enc
7685            - ext/Encode/Encode/iso8859-9.ucm
7686            - ext/Encode/Encode/isoir-197.enc
7687            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
7688 ____________________________________________________________________________
7689 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
7690         Log: Must Uppercase.
7691      Branch: perl
7692            ! ext/Encode/Encode.pm
7693 ____________________________________________________________________________
7694 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
7695         Log: Add various encodings.
7696      Branch: perl
7697            + ext/Encode/Encode/iso8859-11.enc
7698            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
7699            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
7700            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
7701            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
7702            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
7703            + ext/Encode/Encode/viscii.ucm
7704            ! MANIFEST ext/Encode/Encode.pm
7705 ____________________________________________________________________________
7706 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
7707         Log: lib/unicode relic.
7708      Branch: perl
7709            ! ext/Encode/compile
7710 ____________________________________________________________________________
7711 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
7712         Log: Subject: [PATCH] Re: filename problems
7713              From: Michael G Schwern <schwern@pobox.com>
7714              Date: Mon, 17 Sep 2001 17:26:26 -0400
7715              Message-ID: <20010917172626.Q585@blackrider>
7716      Branch: perl
7717            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
7718            - t/lib/sample-tests/header_at_end
7719            - t/lib/sample-tests/header_at_end_fail
7720            ! MANIFEST lib/Test/Harness/t/test-harness.t
7721 ____________________________________________________________________________
7722 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
7723         Log: Explicitly explain the 1e9 seconds, not everybody
7724              is a C geek.
7725      Branch: perl
7726            ! ext/Time/HiRes/HiRes.pm
7727 ____________________________________________________________________________
7728 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
7729         Log: Explain an apparent bug reported by
7730              Richard J. Barbalace <rjbarbal@MIT.EDU>,
7731              with additional explanation from Gisle Aas.
7732      Branch: perl
7733            ! ext/Time/HiRes/HiRes.pm
7734 ____________________________________________________________________________
7735 [ 12058] By: ams                                   on 2001/09/17  19:52:01
7736         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
7737              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7738              Date: Mon, 17 Sep 2001 22:48:05 +0200
7739              Message-Id: <20010917224805.C11744@rafael>
7740      Branch: perl
7741            ! t/lib/warnings/op t/lib/warnings/pp
7742 ____________________________________________________________________________
7743 [ 12057] By: ams                                   on 2001/09/17  16:51:18
7744         Log: Its a nit!
7745      Branch: perl
7746            ! sv.h
7747 ____________________________________________________________________________
7748 [ 12056] By: ams                                   on 2001/09/17  16:47:55
7749         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
7750              From: "Craig A. Berry" <craigberry@mac.com>
7751              Date: Mon, 17 Sep 2001 12:34:20 -0500
7752              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
7753      Branch: perl
7754            ! vms/vms.c
7755 ____________________________________________________________________________
7756 [ 12055] By: ams                                   on 2001/09/17  16:05:15
7757         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
7758              From: Gisle Aas <gisle@ActiveState.com>
7759              Date: 16 Apr 2001 16:20:34 -0700
7760              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
7761              (Applied by hand.)
7762      Branch: perl
7763            ! lib/CPAN.pm lib/CPAN/Nox.pm
7764 ____________________________________________________________________________
7765 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
7766         Log: Update Changes.
7767      Branch: perl
7768            ! Changes patchlevel.h
7769 ____________________________________________________________________________
7770 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
7771         Log: Adding new files to the MANIFEST is always nice.
7772      Branch: perl
7773            ! MANIFEST
7774 ____________________________________________________________________________
7775 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
7776         Log: Reindent the PerlIO files (suggested by NI-S), used
7777              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
7778              (GNU indent).  Note that wholesale re-indenting might
7779              be nice, but that would break nice formatting/alignment
7780              of assignments, equality testing, and complex boolean
7781              expressions with lots of &s and |s.
7782      Branch: perl
7783            ! perlio.c perlio.h perliol.h
7784 ____________________________________________________________________________
7785 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
7786         Log: Add a script for being 8.3-polite.
7787              The found conflicts are being worked on.
7788      Branch: perl
7789            + check83.pl
7790            ! MANIFEST Porting/pumpkin.pod
7791 ____________________________________________________________________________
7792 [ 12050] By: sky                                   on 2001/09/17  12:44:36
7793         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
7794              finding it.
7795      Branch: perl
7796            ! sv.c
7797 ____________________________________________________________________________
7798 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
7799         Log: Bump up versions because of #12041.
7800      Branch: perl
7801            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
7802            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
7803            ! lib/Time/localtime.pm
7804 ____________________________________________________________________________
7805 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
7806         Log: Bump the version number because of #12042.
7807      Branch: perl
7808            ! lib/CPAN/FirstTime.pm
7809 ____________________________________________________________________________
7810 [ 12047] By: ams                                   on 2001/09/17  11:21:40
7811         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
7812              From: Abhijit Menon-Sen <ams@wiw.org>
7813              Date: Mon, 17 Sep 2001 17:44:12 +0530
7814              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
7815      Branch: perl
7816            ! op.c
7817 ____________________________________________________________________________
7818 [ 12046] By: sky                                   on 2001/09/17  07:14:17
7819         Log: Subject: Re: t/op/ver.t using skip() improperly
7820              From: "chromatic" <chromatic@rmci.net>
7821              Date: Mon, 17 Sep 2001 00:22:29 -0600
7822              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
7823      Branch: perl
7824            ! t/op/ver.t
7825 ____________________________________________________________________________
7826 [ 12045] By: nick                                  on 2001/09/17  07:12:14
7827         Log: Integrate mainline
7828      Branch: perlio
7829           +> t/op/chdir.t
7830           !> (integrate 117 files)
7831 ____________________________________________________________________________
7832 [ 12044] By: ams                                   on 2001/09/17  05:49:53
7833         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
7834              From: Ilmari Karonen <iltzu@sci.fi>
7835              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
7836              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
7837              (And $VERSION = '1.05'.)
7838      Branch: perl
7839            ! lib/constant.pm
7840 ____________________________________________________________________________
7841 [ 12043] By: ams                                   on 2001/09/17  05:44:50
7842         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
7843              From: Michael G Schwern <schwern@pobox.com>
7844              Date: Mon, 17 Sep 2001 07:49:04 +0200
7845              Message-Id: <20010917074904.V1588@blackrider>
7846              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
7847      Branch: perl
7848            + t/op/chdir.t
7849            ! MANIFEST pp_sys.c
7850 ____________________________________________________________________________
7851 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
7852         Log: Subject: Re: CPAN.pm needs some hacking 
7853              From: "chromatic" <chromatic@rmci.net>
7854              Date: Sun, 16 Sep 2001 16:46:29 -0600
7855              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
7856      Branch: perl
7857            ! lib/CPAN/FirstTime.pm
7858 ____________________________________________________________________________
7859 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
7860         Log: Change use|require 5.005_64 to use|require 5.6.1.
7861      Branch: perl
7862            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
7863            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7864            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7865            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
7866            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
7867            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7868            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
7869            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
7870            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
7871            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
7872            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7873            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7874            ! lib/base.pm lib/fields.pm
7875 ____________________________________________________________________________
7876 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
7877         Log: Bump up version numbers.
7878              
7879              TODO 1: double check that pre-5.6.1 CPAN.pm:s
7880              don't try to download 5.8.0 because of the
7881              version numbers.  Mainly this means using _00
7882              in the core version numbers.
7883              
7884              TODO 2: the "use 5.005_64" in many modules
7885              needs to be changed to, say, "use 5.6.1".
7886      Branch: perl
7887            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
7888            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
7889            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
7890            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
7891            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
7892            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
7893            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7894            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
7895            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
7896            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
7897            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
7898 ____________________________________________________________________________
7899 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
7900         Log: Use UCHARAT() as suggested by Inaba Hiroto.
7901      Branch: perl
7902            ! regexec.c
7903 ____________________________________________________________________________
7904 [ 12038] By: ams                                   on 2001/09/16  15:16:24
7905         Log: Subject: [PATCH] Re: Core module version numbers review
7906              From: Peter Scott <Peter@PSDT.com>
7907              Date: Sun, 16 Sep 2001 09:09:58 -0700
7908              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
7909      Branch: perl
7910            ! lib/perl5db.pl
7911 ____________________________________________________________________________
7912 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
7913         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
7914              not yet fully implemented.
7915      Branch: perl
7916            ! pod/perlfunc.pod pod/perlunicode.pod
7917 ____________________________________________________________________________
7918 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
7919         Log: Subject: [patch] plug PL_beginav_save leak
7920              From: Doug MacEachern <dougm@covalent.net>
7921              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
7922              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
7923      Branch: perl
7924            ! perl.c
7925 ____________________________________________________________________________
7926 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
7927         Log: (accidentally empty checkin)
7928      Branch: perl
7929            ! sv.c
7930 ____________________________________________________________________________
7931 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
7932         Log: Subject: [patch] ithreads+PL_beginav_save
7933              From: Doug MacEachern <dougm@covalent.net>
7934              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
7935              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
7936      Branch: perl
7937            ! sv.c
7938 ____________________________________________________________________________
7939 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
7940         Log: Subject: [PATCH] h2xs.PL with C::Scan
7941              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7942              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
7943              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
7944      Branch: perl
7945            ! utils/h2xs.PL
7946 ____________________________________________________________________________
7947 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
7948         Log: Elaborate (well, make more vague, really) #12030.
7949      Branch: perl
7950            ! pod/perltodo.pod pod/perlunicode.pod
7951 ____________________________________________________________________________
7952 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
7953         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
7954              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7955              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
7956              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
7957      Branch: perl
7958            ! regexec.c
7959 ____________________________________________________________________________
7960 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
7961         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
7962              are not yet complete.
7963      Branch: perl
7964            ! pod/perltodo.pod pod/perlunicode.pod
7965 ____________________________________________________________________________
7966 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
7967         Log: Document what's still to be done on the regular expression
7968              Unicode support, based on the UTR#18.
7969      Branch: perl
7970            ! pod/perltodo.pod pod/perlunicode.pod
7971 ____________________________________________________________________________
7972 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
7973         Log: Regen headers.
7974      Branch: perl
7975            ! embedvar.h perlapi.h
7976 ____________________________________________________________________________
7977 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
7978         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
7979              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7980              Date: Sun, 09 Sep 2001 18:41:54 +0100
7981              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
7982      Branch: perl
7983            ! Porting/findvars ext/ByteLoader/bytecode.h
7984            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
7985            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
7986 ____________________________________________________________________________
7987 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
7988         Log: enable most warnings for windows build; fix the various typecasting
7989              nits that showed up (no bugfixes here)
7990      Branch: maint-5.6/perl
7991            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
7992            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
7993            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
7994            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
7995            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7996            ! x2p/walk.c
7997 ____________________________________________________________________________
7998 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
7999         Log: Integrate change #12024 from maintperl
8000              (a local() precedence bug)
8001      Branch: perl
8002           !> lib/ExtUtils/Install.pm
8003 ____________________________________________________________________________
8004 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
8005         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
8006              change#8642
8007      Branch: maint-5.6/perl
8008            ! lib/ExtUtils/Install.pm
8009 ____________________________________________________________________________
8010 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
8011         Log: Update Changes.
8012      Branch: perl
8013            ! Changes patchlevel.h
8014 ____________________________________________________________________________
8015 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
8016         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
8017              From: "chromatic" <chromatic@rmci.net>
8018              Date: Fri, 14 Sep 2001 09:44:57 -0600 
8019              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
8020      Branch: perl
8021            ! lib/ExtUtils/Manifest.t
8022 ____________________________________________________________________________
8023 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
8024         Log: Hopefully better skipping of the Complete.t tests
8025              in case of not a tty. 
8026      Branch: perl
8027            ! lib/Term/Complete.t t/op/stat.t
8028 ____________________________________________________________________________
8029 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
8030         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
8031              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8032              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
8033              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
8034      Branch: perl
8035            ! regexec.c t/op/pat.t
8036 ____________________________________________________________________________
8037 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
8038         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
8039              From: Robin Barker <rmb1@cise.npl.co.uk>
8040              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
8041              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
8042      Branch: perl
8043            ! pod/perlport.pod
8044 ____________________________________________________________________________
8045 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
8046         Log: NetWare tweaks from Ananth Kesari.
8047      Branch: perl
8048            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
8049            ! NetWare/nwutil.h
8050 ____________________________________________________________________________
8051 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
8052         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
8053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8054              Date: Fri, 14 Sep 2001 10:51:13 +0200
8055              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
8056      Branch: perl
8057            ! pod/perlport.pod
8058 ____________________________________________________________________________
8059 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
8060         Log: Subject: Re: [PATCH 2 pl2pm.PL]
8061              From: Joe Smith <Joe.Smith@inwap.com>
8062              Date: Fri, 14 Sep 2001 00:13:32 -0700
8063              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
8064              
8065              Eradicate qu.
8066      Branch: perl
8067            ! keywords.h keywords.pl utils/pl2pm.PL
8068 ____________________________________________________________________________
8069 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
8070         Log: Retract #12013, didn't go over too well in Tru64.
8071      Branch: perl
8072            ! embed.h embed.pl sv.h
8073 ____________________________________________________________________________
8074 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
8075         Log: Subject: [PATCH] Execute files of debugger commands
8076              From: Peter Scott <Peter@PSDT.com>
8077              Date: Thu, 13 Sep 2001 15:26:31 -0700
8078              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
8079      Branch: perl
8080            ! lib/perl5db.pl pod/perldebug.pod
8081 ____________________________________________________________________________
8082 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
8083         Log: (Retracted by #12015)
8084              Subject: [proposed PATCH] Re: perl@11920
8085              From: Nicholas Clark <nick@ccl4.org>
8086              Date: Wed, 12 Sep 2001 23:46:09 +0100
8087              Message-ID: <20010912234609.H4971@plum.flirble.org>     
8088      Branch: perl
8089            ! embed.h embed.pl sv.h
8090 ____________________________________________________________________________
8091 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
8092         Log: ucblib shouldn't be linked against in nonstop-ux,
8093              from Tom Bates.
8094      Branch: perl
8095            ! hints/nonstopux.sh
8096 ____________________________________________________________________________
8097 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
8098         Log: Do stty only if we have stty.
8099              
8100              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
8101      Branch: perl
8102            ! lib/Term/Complete.pm
8103 ____________________________________________________________________________
8104 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
8105         Log: Skip the test if not running on a tty.
8106      Branch: perl
8107            ! lib/Term/Complete.t
8108 ____________________________________________________________________________
8109 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
8110         Log: Regen headers.
8111      Branch: perl
8112            ! embed.h opcode.h pod/perlapi.pod proto.h
8113 ____________________________________________________________________________
8114 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
8115         Log: Subject: [PATCH op.c] Re: perl@12003
8116              From: Robin Barker <rmb1@cise.npl.co.uk>
8117              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
8118              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
8119      Branch: perl
8120            ! op.c
8121 ____________________________________________________________________________
8122 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
8123         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
8124              From: Robin Barker <rmb1@cise.npl.co.uk>
8125              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
8126              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
8127      Branch: perl
8128            ! sv.c
8129 ____________________________________________________________________________
8130 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
8131         Log: Upgrade to Memoize 0.66.
8132      Branch: perl
8133            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8134            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
8135            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8136 ____________________________________________________________________________
8137 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
8138         Log: Subject: [ID 20010912.007] substr reference core dump
8139              From: me-01@ton.iguana.be
8140              Date: 12 Sep 2001 14:11:16 -0000
8141              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
8142      Branch: perl
8143            ! mg.c
8144 ____________________________________________________________________________
8145 [ 12004] By: ams                                   on 2001/09/12  01:13:49
8146         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
8147              From: Ilmari Karonen <iltzu@sci.fi>
8148              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
8149              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
8150      Branch: perl
8151            ! pod/perlfaq4.pod
8152 ____________________________________________________________________________
8153 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
8154         Log: Update Changes.
8155      Branch: perl
8156            ! Changes patchlevel.h
8157 ____________________________________________________________________________
8158 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
8159         Log: NetWare update from Ananth Kesari.
8160      Branch: perl
8161            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
8162            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
8163 ____________________________________________________________________________
8164 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
8165         Log: Retract #11984: div() being redefined, and 1397
8166              failing on 64-bit platforms.
8167      Branch: perl
8168            ! lib/Math/BigInt/Calc.pm
8169 ____________________________________________________________________________
8170 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
8171         Log: Metaconfig unit change for #11999.
8172      Branch: metaconfig
8173            ! U/protos/d_lseekproto.U
8174 ____________________________________________________________________________
8175 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
8176         Log: The lseek fix (#11991) was no fix.
8177      Branch: perl
8178            ! Configure
8179 ____________________________________________________________________________
8180 [ 11998] By: sky                                   on 2001/09/11  07:52:06
8181         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
8182              From: Matt Sergeant <MSergeant@star.net.uk>
8183              Date: Tue, 11 Sep 2001 09:22:32 +0100
8184              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
8185      Branch: perl
8186            ! ext/Encode/Encode.pm
8187 ____________________________________________________________________________
8188 [ 11997] By: sky                                   on 2001/09/11  06:35:29
8189         Log: Sometimes dTHX is added because it is needed on non 
8190              gnuc platforms, but not needed there. This uses GCC
8191              to silence GCC specific warnings by marking pTHX as 
8192              unused.
8193      Branch: perl
8194            ! perl.h
8195 ____________________________________________________________________________
8196 [ 11996] By: nick                                  on 2001/09/11  06:25:27
8197         Log: Integrate mainline
8198      Branch: perlio
8199            - ext/POSIX/sigaction.t lib/File/Find/taint.t
8200           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
8201 ____________________________________________________________________________
8202 [ 11995] By: nick                                  on 2001/09/11  06:23:39
8203         Log: Part Integrate mainline
8204      Branch: perlio
8205           +> (branch 69 files)
8206            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
8207            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
8208            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
8209            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
8210            - lib/Switch/t/switch_case.t lib/Test/Harness.t
8211            - lib/Test/More/Changes lib/Test/More/t/More.t
8212            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8213            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8214            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
8215            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
8216            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
8217            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
8218            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
8219            - t/lib/Test/More/Catch.pm wince/perl.ico
8220           !> (integrate 197 files)
8221 ____________________________________________________________________________
8222 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
8223         Log: Subject: Re: [PATCH] Encode.pm docs fix
8224              From: Gisle Aas <gisle@ActiveState.com>
8225              Date: 10 Sep 2001 11:27:02 -0700
8226              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
8227      Branch: perl
8228            ! ext/Encode/Encode.pm
8229 ____________________________________________________________________________
8230 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
8231         Log: Fix unpack U to be the reverse of pack U
8232              (but implement unpack U0U as a backdoor to get
8233              the UTF-8 malformed warnings from un-UTF-8 data)
8234      Branch: perl
8235            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
8236 ____________________________________________________________________________
8237 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
8238         Log: Metaconfig unit change for #11991;
8239              delete an unused unit (d_strtoull.U is the one used)
8240      Branch: metaconfig
8241            ! U/protos/d_lseekproto.U
8242      Branch: metaconfig/U/perl
8243            - strtoull.U
8244 ____________________________________________________________________________
8245 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
8246         Log: Subject: [PATCH] Configure not recording lseek proto
8247              From: Blair Zajac <blair@orcaware.com>
8248              Date: Mon, 10 Sep 2001 17:52:37 -0700
8249              Message-ID: <3B9D6055.BA334A31@orcaware.com>
8250              
8251              plus regen Configure.
8252      Branch: perl
8253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8254            ! config_h.SH uconfig.h
8255 ____________________________________________________________________________
8256 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
8257         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
8258              From: Nicholas Clark <nick@ccl4.org>
8259              Date: Tue, 11 Sep 2001 00:00:31 +0100
8260              Message-ID: <20010911000031.G1512@plum.flirble.org>
8261      Branch: perl
8262            + t/op/qq.t
8263            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
8264 ____________________________________________________________________________
8265 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
8266         Log: Subject: [PATCH] Building on win32 w/o perlio
8267              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8268              Date: Mon, 10 Sep 2001 23:38:46 +0200
8269              Message-ID: <3B9D4F06.14433.2C37644@localhost>
8270      Branch: perl
8271            ! perl.c win32/Makefile win32/makefile.mk
8272 ____________________________________________________________________________
8273 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
8274         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
8275              From: "chromatic" <chromatic@rmci.net>
8276              Date: Mon, 10 Sep 2001 15:14:01 -0600
8277              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
8278      Branch: perl
8279            + lib/CGI/t/push.t
8280            ! MANIFEST
8281 ____________________________________________________________________________
8282 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
8283         Log: Subject: avoiding hoardes of zombies
8284              From: Nicholas Clark <nick@ccl4.org>
8285              Date: Mon, 10 Sep 2001 22:00:40 +0100
8286              Message-ID: <20010910220040.C1512@plum.flirble.org>
8287      Branch: perl
8288            ! pod/perlipc.pod
8289 ____________________________________________________________________________
8290 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
8291         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
8292              From: John Peacock <jpeacock@rowman.com>
8293              Date: Mon, 10 Sep 2001 16:34:30 -0400
8294              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
8295      Branch: perl
8296            ! sv.c t/op/ver.t utf8.h
8297 ____________________________________________________________________________
8298 [ 11985] By: ams                                   on 2001/09/10  23:20:13
8299         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
8300      Branch: perl
8301            ! MANIFEST
8302 ____________________________________________________________________________
8303 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
8304         Log: (Retracted by #12001)
8305              Subject: Calc with USE_MUL/USE_DIV
8306              From: Tels <perl_dummy@bloodgate.com>
8307              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
8308              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
8309      Branch: perl
8310            ! lib/Math/BigInt/Calc.pm
8311 ____________________________________________________________________________
8312 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
8313         Log: Subject: [PATCH op.c] Re: perl@11978
8314              From: Robin Barker <rmb1@cise.npl.co.uk>
8315              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
8316              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
8317              
8318              Format errors.
8319      Branch: perl
8320            ! op.c
8321 ____________________________________________________________________________
8322 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
8323         Log: Switch PADOFFSET back to U32 both because of binary backward
8324              compatibility and because Arthur seems to have been fixing the
8325              problems with naughty integer-pointer casting.
8326      Branch: perl
8327            ! op.h
8328 ____________________________________________________________________________
8329 [ 11981] By: ams                                   on 2001/09/10  16:31:43
8330         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
8331              Fix Pod Typo, Add Test for ExtUtils::Command
8332              From: "chromatic" <chromatic@rmci.net>
8333              Date: Mon, 10 Sep 2001 11:20:56 -0600
8334              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
8335      Branch: perl
8336            + lib/ExtUtils/Command.t
8337            ! MANIFEST lib/ExtUtils/Command.pm
8338 ____________________________________________________________________________
8339 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
8340         Log: Subject: [PATCH] Encode.pm docs fix
8341              From: Matt Sergeant <MSergeant@star.net.uk>
8342              Date: Mon, 10 Sep 2001 15:24:01 +0100
8343              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
8344      Branch: perl
8345            ! ext/Encode/Encode.pm
8346 ____________________________________________________________________________
8347 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
8348         Log: Update Changes.
8349      Branch: perl
8350            ! Changes patchlevel.h
8351 ____________________________________________________________________________
8352 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
8353         Log: Revert #11973, the dTHX seems to be needed in there
8354              for threaded builds.
8355      Branch: perl
8356            ! perlio.c
8357 ____________________________________________________________________________
8358 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
8359         Log: Detypo.
8360      Branch: perl
8361            ! pod/perlguts.pod
8362 ____________________________________________________________________________
8363 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
8364         Log: Further Class::Struct patching from Damian.
8365              
8366              The new new semantics are:
8367              
8368              * If you pass an initializer for a nested object, it has to be:
8369              a) a reference to an object of that class, or      
8370              b) a reference to an object of a subclass of that class, or
8371              c) a reference to a hash of arguments to be passed to the
8372              class's constructor
8373              * If you pass no initializer for a nested object, the attribute
8374              is initialized to C<undef>
8375      Branch: perl
8376            ! lib/Class/Struct.pm
8377 ____________________________________________________________________________
8378 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
8379         Log: Skip the crypt test if no crypt.
8380      Branch: perl
8381            ! t/op/crypt.t
8382 ____________________________________________________________________________
8383 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
8384         Log: Warn against using bare v-strings as IP addresses
8385              (okay if using the wrappers from Socket)
8386      Branch: perl
8387            ! pod/perldata.pod pod/perlport.pod
8388 ____________________________________________________________________________
8389 [ 11973] By: sky                                   on 2001/09/10  11:57:58
8390         Log: Remove unused dTHX. Silenced another warning.
8391      Branch: perl
8392            ! perlio.c
8393 ____________________________________________________________________________
8394 [ 11972] By: sky                                   on 2001/09/10  11:54:25
8395         Log: Silence some more warnings INT2PTR.
8396      Branch: perl
8397            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
8398 ____________________________________________________________________________
8399 [ 11971] By: sky                                   on 2001/09/10  11:21:50
8400         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
8401      Branch: perl
8402            ! cop.h
8403 ____________________________________________________________________________
8404 [ 11970] By: sky                                   on 2001/09/10  11:17:25
8405         Log: Apply INT2PTR with force to silence warnings from
8406              PM_GETRE and friends. No more warnings with 64bit 
8407              IVs and 32bit pointers.    
8408      Branch: perl
8409            ! op.c op.h perl.c
8410 ____________________________________________________________________________
8411 [ 11969] By: sky                                   on 2001/09/10  10:13:02
8412         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
8413      Branch: perl
8414            ! pod/perlguts.pod
8415 ____________________________________________________________________________
8416 [ 11968] By: sky                                   on 2001/09/10  10:02:51
8417         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
8418              Rename to custop_op_name to Perl_custom_op_name to match perlapi
8419              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
8420              perl_clone.
8421      Branch: perl
8422            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
8423 ____________________________________________________________________________
8424 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
8425         Log: Using strlen() not good on embedded nul bytes.
8426      Branch: perl
8427            ! regcomp.c
8428 ____________________________________________________________________________
8429 [ 11966] By: ams                                   on 2001/09/09  21:06:13
8430         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
8431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8432              Date: Mon, 13 Aug 2001 22:51:59 +0200
8433              Message-ID: <20010813225159.C6681@rafael>
8434              (Applied with several tweaks.)
8435      Branch: perl
8436            ! embed.h embed.pl proto.h toke.c
8437 ____________________________________________________________________________
8438 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
8439         Log: The exact error message is system-dependent.
8440      Branch: perl
8441            ! lib/ExtUtils/Manifest.t
8442 ____________________________________________________________________________
8443 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
8444         Log: Add Windows and Mac Sami support to Encode
8445              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
8446      Branch: perl
8447            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
8448            ! MANIFEST
8449 ____________________________________________________________________________
8450 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
8451         Log: Use the tried method.
8452      Branch: perl
8453            ! pod/perlport.pod
8454 ____________________________________________________________________________
8455 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
8456         Log: Can't count parentheses.
8457      Branch: perl
8458            ! ext/IO/lib/IO/Socket/INET.pm
8459 ____________________________________________________________________________
8460 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
8461         Log: perlport additions: 1 while unlink, add/delete directory
8462              entries and permissions, cygwin stat funkiness (from Michael
8463              Schwern and Nicholas Clark)
8464      Branch: perl
8465            ! pod/perlport.pod
8466 ____________________________________________________________________________
8467 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
8468         Log: blib does have a detectable test.
8469      Branch: perl
8470            ! t/lib/1_compile.t
8471 ____________________________________________________________________________
8472 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
8473         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
8474              From: "chromatic" <chromatic@rmci.net>
8475              Date: Sat, 08 Sep 2001 19:33:42 -0600
8476              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
8477      Branch: perl
8478            + lib/Term/Complete.t
8479            ! MANIFEST
8480 ____________________________________________________________________________
8481 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
8482         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
8483              From: Michael G Schwern <schwern@pobox.com> 
8484              Date: Sat, 8 Sep 2001 02:40:26 -0400
8485              Message-ID: <20010908024026.A26283@blackrider>
8486      Branch: perl
8487            + lib/Test/Tutorial.pod
8488            ! MANIFEST
8489 ____________________________________________________________________________
8490 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
8491         Log: Try to look up protocol (by name) only iff it has non-numbers:
8492              nice if the server is in a chrooted environment (no /etc/protocols,
8493              server code using hardcorded protocol numbers like 6 for tcp),
8494              suggested by John Holdsworth <coldwave@bigfoot.com>.
8495              In other words, if we are given a number, why look it up again
8496              (by number)?
8497      Branch: perl
8498            ! ext/IO/lib/IO/Socket/INET.pm
8499 ____________________________________________________________________________
8500 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
8501         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
8502              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8503              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
8504              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
8505              
8506              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
8507              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8508              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
8509              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
8510              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
8511              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8512              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
8513              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
8514      Branch: perl
8515            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
8516 ____________________________________________________________________________
8517 [ 11955] By: ams                                   on 2001/09/09  02:54:21
8518         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8519              From: "Craig A. Berry" <craigberry@mac.com>
8520              Date: Sat, 08 Sep 2001 19:02:16 -0500
8521              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
8522      Branch: perl
8523            ! lib/CGI/t/carp.t
8524 ____________________________________________________________________________
8525 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
8526         Log: Documentation tweaks; think the IP address as an opaque string.
8527      Branch: perl
8528            ! ext/Socket/Socket.pm
8529 ____________________________________________________________________________
8530 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
8531         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
8532              From: Michael G Schwern <schwern@pobox.com>
8533              Date: Sat, 8 Sep 2001 19:45:46 -0400
8534              Message-ID: <20010908194546.C9193@blackrider>
8535      Branch: perl
8536            + lib/blib.t
8537            ! MANIFEST lib/blib.pm t/lib/1_compile.t
8538 ____________________________________________________________________________
8539 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
8540         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
8541              From: "chromatic" <chromatic@rmci.net>
8542              Date: Sat, 08 Sep 2001 12:31:44 -0600
8543              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
8544      Branch: perl
8545            + lib/CGI/t/fast.t
8546            ! MANIFEST
8547 ____________________________________________________________________________
8548 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
8549         Log: The Socket tests were wrong: they were assuming too much.
8550      Branch: perl
8551            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8552 ____________________________________________________________________________
8553 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
8554         Log: Retract the portability changes since they
8555              seem to have opened a can of worms... will
8556              go back to UNICOS/mk and do the bare minimum
8557              required to get the tests working.
8558      Branch: perl
8559            ! ext/Socket/Socket.xs
8560 ____________________________________________________________________________
8561 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
8562         Log: PADOFFSET is used to cast pointers into integers,
8563              if pointers are 64 bits and U32 32 bits,
8564              bad things may happen, or at least warnings issued.
8565      Branch: perl
8566            ! op.h
8567 ____________________________________________________________________________
8568 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
8569         Log: Still more Socket portability tweaking.
8570              Now Socket.t seems to be happy in all of
8571              Linux/x86, Tru64/alpha, Solaris/sparc,
8572              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
8573              
8574              Addendum: it seems that io_multihomed, io_sock, and hostent
8575              were broken in little-endians (linux/x86 and tru64/alpha)
8576              because of this change.  Argh.
8577      Branch: perl
8578            ! ext/Socket/Socket.xs
8579 ____________________________________________________________________________
8580 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
8581         Log: More portability kicking on inet_ntoa().
8582      Branch: perl
8583            ! ext/Socket/Socket.xs
8584 ____________________________________________________________________________
8585 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
8586         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
8587              From: Michael G Schwern <schwern@pobox.com> 
8588              Date: Fri, 7 Sep 2001 23:06:51 -0400
8589              Message-ID: <20010907230651.R606@blackrider>
8590      Branch: perl
8591            + lib/ExtUtils/Manifest.t
8592            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
8593 ____________________________________________________________________________
8594 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
8595         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
8596              From: "chromatic" <chromatic@rmci.net>
8597              Date: Fri, 07 Sep 2001 17:53:15 -0600      
8598              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
8599      Branch: perl
8600            + lib/ExtUtils/testlib.t
8601            ! MANIFEST
8602 ____________________________________________________________________________
8603 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
8604         Log: Thinko.
8605      Branch: perl
8606            ! lib/integer.t
8607 ____________________________________________________________________________
8608 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
8609         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8610              From: "Craig A. Berry" <craigberry@mac.com>
8611              Date: Fri, 07 Sep 2001 15:30:03 -0500
8612              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
8613      Branch: perl
8614            ! lib/CGI/Carp.pm
8615 ____________________________________________________________________________
8616 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
8617         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
8618              From: Michael G Schwern <schwern@pobox.com>
8619              Date: Fri, 7 Sep 2001 15:38:13 -0400
8620              Message-ID: <20010907153813.K606@blackrider>
8621      Branch: perl
8622            ! lib/ExtUtils/MM_Unix.pm
8623 ____________________________________________________________________________
8624 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
8625         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
8626              From: Robin Barker <rmb1@cise.npl.co.uk>
8627              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
8628              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
8629      Branch: perl
8630            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
8631 ____________________________________________________________________________
8632 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
8633         Log: Clean up 1_compile.t; move tests to more consistent
8634              places (t/ subdirectories); add integer.t (much of
8635              the pragma is tested elsewhere but there is no one
8636              centralized place)
8637      Branch: perl
8638            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
8639            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
8640            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
8641            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
8642            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
8643            - lib/File/Find/find.t lib/File/Find/taint.t
8644            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
8645 ____________________________________________________________________________
8646 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
8647         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
8648              From: "chromatic" <chromatic@rmci.net>
8649              Date: Fri, 07 Sep 2001 10:17:40 -0600
8650              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
8651      Branch: perl
8652            ! lib/File/Find/taint.t
8653 ____________________________________________________________________________
8654 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
8655         Log: Update Changes.
8656      Branch: perl
8657            ! Changes patchlevel.h
8658 ____________________________________________________________________________
8659 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
8660         Log: Rename the old threading tutorial, start a new one,
8661              regen toc.
8662      Branch: perl
8663            + pod/perlothrtut.pod
8664            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
8665            ! pod/perltoc.pod
8666 ____________________________________________________________________________
8667 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
8668         Log: vars very much has a test.
8669      Branch: perl
8670            ! t/lib/1_compile.t
8671 ____________________________________________________________________________
8672 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
8673         Log: Subject: Re: wince/perl.ico marked as binary
8674              From: Nicholas Clark <nick@ccl4.org>
8675              Date: Fri, 7 Sep 2001 13:54:40 +0100
8676              Message-ID: <20010907135439.D39150@plum.flirble.org>
8677              
8678              and wince/Makefile.ce change from Rainer Keuchel.
8679      Branch: perl
8680            + wince/makeico.pl
8681            ! MANIFEST wince/Makefile.ce
8682 ____________________________________________________________________________
8683 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
8684         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
8685              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8686              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
8687              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
8688      Branch: perl
8689            ! regexec.c
8690 ____________________________________________________________________________
8691 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
8692         Log: (Replaced by #11934)
8693              Subject: Re: [PATCH regexec.c] more general .* and .*?
8694              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8695              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
8696              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
8697      Branch: perl
8698            ! regexec.c
8699 ____________________________________________________________________________
8700 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
8701         Log: The #11931 patching misbehaved.
8702      Branch: perl
8703            ! lib/Test/Harness/t/test-harness.t
8704 ____________________________________________________________________________
8705 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
8706         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
8707              From: Michael G Schwern <schwern@pobox.com>
8708              Date: Fri, 7 Sep 2001 03:30:41 -0400
8709              Message-ID: <20010907033041.A2796@blackrider>
8710      Branch: perl
8711            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
8712            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
8713            + t/lib/sample-tests/header_at_end_fail
8714            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
8715            - lib/Test/Harness.t
8716            ! MANIFEST lib/Test/Harness.pm t/TEST
8717 ____________________________________________________________________________
8718 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
8719         Log: Subject: [PATCH] Digest::MD5 update
8720              From: Gisle Aas <gisle@ActiveState.com>
8721              Date: 06 Sep 2001 23:32:56 -0700
8722              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
8723      Branch: perl
8724            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8725            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8726 ____________________________________________________________________________
8727 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
8728         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
8729              From: "chromatic" <chromatic@rmci.net>
8730              Date: Thu, 06 Sep 2001 23:11:44 -0600
8731              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
8732      Branch: perl
8733            + lib/less.t
8734            ! MANIFEST t/lib/1_compile.t
8735 ____________________________________________________________________________
8736 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
8737         Log: The binary file must somehow differently stored.
8738      Branch: perl
8739            - wince/perl.ico
8740            ! MANIFEST
8741 ____________________________________________________________________________
8742 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
8743         Log: Add more modules to the list of modules that have tests,
8744              Schwern's wallet is getting more nervous.
8745              (Run t/lib/1_compile.t manually to see which modules
8746              are lacking tests, or the tests can't be run for some
8747              reason or another, such as the Net:: modules)
8748      Branch: perl
8749            ! t/lib/1_compile.t
8750 ____________________________________________________________________________
8751 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
8752         Log: Try to make Socket::inet_ntoa() more robust.
8753      Branch: perl
8754            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
8755 ____________________________________________________________________________
8756 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
8757         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
8758              From: chromatic <chromatic@rmci.net>       
8759              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
8760              Message-Id: <01090522580506.19590@firewheel>           
8761      Branch: perl
8762            ! lib/English.t
8763 ____________________________________________________________________________
8764 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
8765         Log: Subject: Re: perlvar manpage and localizing special vars
8766              From: Stas Bekman <stas@stason.org>
8767              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
8768              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
8769      Branch: perl
8770            ! pod/perlvar.pod
8771 ____________________________________________________________________________
8772 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
8773         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
8774              From: Robin Barker <rmb1@cise.npl.co.uk>
8775              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
8776              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
8777      Branch: perl
8778            ! lib/ExtUtils/MakeMaker.pm
8779 ____________________________________________________________________________
8780 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
8781         Log: Symbol missing; AIX unhappy.
8782      Branch: perl
8783            ! makedef.pl
8784 ____________________________________________________________________________
8785 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
8786         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
8787              Reported in 5.61, seems to work okay in blead.
8788      Branch: perl
8789            ! t/run/kill_perl.t
8790 ____________________________________________________________________________
8791 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
8792         Log: Update Changes.
8793      Branch: perl
8794            ! Changes patchlevel.h
8795 ____________________________________________________________________________
8796 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
8797         Log: Document the bad assumptions currently breaking
8798              the Socket.t tests 10, 11, and 13 in UNICOS.
8799      Branch: perl
8800            ! ext/Socket/Socket.xs
8801 ____________________________________________________________________________
8802 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
8803         Log: Subject: [PATCH x2p] make OPTIMIZE=...
8804              From: Robin Barker <rmb1@cise.npl.co.uk>
8805              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
8806              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
8807      Branch: perl
8808            ! x2p/Makefile.SH x2p/cflags.SH
8809 ____________________________________________________________________________
8810 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
8811         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
8812              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8813              Date: Thu, 6 Sep 2001 11:09:40 +0100
8814              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
8815              
8816              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
8817              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8818              Date: 6 Sep 2001 10:14:38 -0000
8819              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
8820      Branch: perl
8821            ! pod/perlfaq1.pod pod/perlhack.pod
8822 ____________________________________________________________________________
8823 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
8824         Log: Subject: Extra NUL is Data::Dumper output - patch
8825              From: Tony Cook <tony@develop-help.com>
8826              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
8827              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
8828      Branch: perl
8829            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8830 ____________________________________________________________________________
8831 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
8832         Log: Avoid redefinition warning
8833              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
8834              from
8835              perl -w -Ilib -MCwd -e ''
8836      Branch: perl
8837            ! lib/Cwd.pm
8838 ____________________________________________________________________________
8839 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
8840         Log: Update the is_tainted() example implementation.
8841      Branch: perl
8842            ! pod/perlsec.pod
8843 ____________________________________________________________________________
8844 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
8845         Log: Missing) in #11912.
8846      Branch: perl
8847            ! lib/Test/Simple/t/fail.t
8848 ____________________________________________________________________________
8849 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
8850         Log: Rewhack Test-Simple into core harness.
8851      Branch: perl
8852            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8853            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8854            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8855            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8856            ! lib/Test/Simple/t/skipall.t
8857 ____________________________________________________________________________
8858 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
8859         Log: Workaround for the new Exporter 'feature'.
8860      Branch: perl
8861            ! lib/Test/More.pm
8862 ____________________________________________________________________________
8863 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
8864         Log: Re-introduce pure-Perl fall-back for abs_path,
8865              re-introduce #11898.
8866      Branch: perl
8867            ! lib/Cwd.pm lib/File/Find.pm
8868 ____________________________________________________________________________
8869 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
8870         Log: More tests.
8871      Branch: perl
8872            ! lib/Exporter.t
8873 ____________________________________________________________________________
8874 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
8875         Log: Retract #11898 for now because it introduces
8876              a rather nasty depencency: when B is being built,
8877              MakeMaker is used.  MakeMaker uses File::Find.
8878              File::Find uses Cwd::getcwd()...which doesn't
8879              exist yet.
8880      Branch: perl
8881            ! lib/File/Find.pm
8882 ____________________________________________________________________________
8883 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
8884         Log: New test welcome.
8885      Branch: perl
8886            + lib/Test/Simple/t/simple.t
8887 ____________________________________________________________________________
8888 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
8889         Log: Old test begone.
8890      Branch: perl
8891            - lib/Attribute/Handlers/test.pl
8892 ____________________________________________________________________________
8893 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
8894         Log: Test-Simple syncup from Schwern.
8895      Branch: perl
8896            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
8897            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
8898            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
8899            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
8900            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
8901            - lib/Test/More/Changes lib/Test/More/t/More.t
8902            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8903            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8904            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
8905            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
8906            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
8907            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8908            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8909            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
8910            ! t/lib/Test/Simple/sample_tests/death.plx
8911            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
8912            ! t/lib/Test/Simple/sample_tests/extras.plx
8913            ! t/lib/Test/Simple/sample_tests/five_fail.plx
8914            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
8915            ! t/lib/Test/Simple/sample_tests/one_fail.plx
8916            ! t/lib/Test/Simple/sample_tests/require.plx
8917            ! t/lib/Test/Simple/sample_tests/success.plx
8918            ! t/lib/Test/Simple/sample_tests/too_few.plx
8919            ! t/lib/Test/Simple/sample_tests/two_fail.plx
8920 ____________________________________________________________________________
8921 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
8922         Log: Integrate File::Find changes from bleadperl
8923      Branch: maint-5.6/macperl
8924            ! lib/File/Find.pm t/lib/filefind-taint.t
8925 ____________________________________________________________________________
8926 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
8927         Log: Integrate 11847 from maint-5.6/perl
8928      Branch: maint-5.6/macperl
8929           !> sv.c
8930 ____________________________________________________________________________
8931 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
8932         Log: In UNICOS division yada yada.
8933      Branch: perl
8934            ! t/op/override.t
8935 ____________________________________________________________________________
8936 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
8937         Log: In UNICOS division is really lossy, better use
8938              a tolerance test.
8939      Branch: perl
8940            ! ext/Time/HiRes/HiRes.t
8941 ____________________________________________________________________________
8942 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
8943         Log: In UNICOS sigaction() sets an extra flag
8944              ("the signal has been registered for all the processes in
8945              a multitasking group.")
8946      Branch: perl
8947            ! ext/POSIX/sigaction.t
8948 ____________________________________________________________________________
8949 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
8950         Log: Documentation micropatch from Damian.
8951      Branch: perl
8952            ! lib/Attribute/Handlers.pm
8953 ____________________________________________________________________________
8954 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
8955         Log: (Retracted by #11908)
8956              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
8957              From: Michael G Schwern <schwern@pobox.com>
8958              Date: Wed, 5 Sep 2001 15:58:21 -0400
8959              Message-ID: <20010905155821.I632@blackrider>
8960      Branch: perl
8961            ! lib/File/Find.pm lib/File/Find/taint.t
8962 ____________________________________________________________________________
8963 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
8964         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
8965              From: Michael G Schwern <schwern@pobox.com>
8966              Date: Wed, 5 Sep 2001 19:16:31 -0400
8967              Message-ID: <20010905191631.E11386@blackrider>
8968      Branch: perl
8969            + lib/CGI/t/carp.t
8970            ! MANIFEST
8971 ____________________________________________________________________________
8972 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
8973         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
8974              From: chromatic <chromatic@rmci.net>
8975              Date: Wed, 5 Sep 2001 18:08:07 -0600
8976              Message-Id: <01090518080700.19590@firewheel>
8977      Branch: perl
8978            ! lib/English.pm
8979 ____________________________________________________________________________
8980 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
8981         Log: Fix a typo #11889 and add a test for the same.
8982      Branch: perl
8983            ! ext/Socket/Socket.t ext/Socket/Socket.xs
8984 ____________________________________________________________________________
8985 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
8986         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
8987              From: "Craig A. Berry" <craigberry@mac.com>
8988              Date: Wed, 05 Sep 2001 17:48:54 -0500
8989              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
8990      Branch: perl
8991            ! lib/warnings.t t/run/kill_perl.t
8992 ____________________________________________________________________________
8993 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
8994         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
8995              From: Michael G Schwern <schwern@pobox.com>
8996              Date: Wed, 5 Sep 2001 17:22:25 -0400
8997              Message-ID: <20010905172225.C11386@blackrider>
8998      Branch: perl
8999            ! t/run/kill_perl.t
9000 ____________________________________________________________________________
9001 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
9002         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
9003              From: Nicholas Clark <nick@ccl4.org>
9004              Date: Wed, 5 Sep 2001 20:54:24 +0100
9005              Message-ID: <20010905205424.C25120@plum.flirble.org>
9006      Branch: perl
9007            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
9008 ____________________________________________________________________________
9009 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
9010         Log: Forgotten thing.
9011      Branch: perl
9012            ! uconfig.h
9013 ____________________________________________________________________________
9014 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
9015         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
9016              From: chromatic <chromatic@rmci.net>               
9017              Date: Wed, 5 Sep 2001 13:22:08 -0600
9018              Message-Id: <01090513220807.10587@firewheel> 
9019      Branch: perl
9020            ! lib/English.pm
9021 ____________________________________________________________________________
9022 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
9023         Log: inet_ntoa() tweaks:
9024              - don't allow addresses with > 255 characters
9025              - indent the HP-UX workaround
9026              - don't leak memory
9027      Branch: perl
9028            ! ext/Socket/Socket.xs
9029 ____________________________________________________________________________
9030 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
9031         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
9032              <xwu@theeducationcenter.com>
9033      Branch: perl
9034            ! lib/File/Find.pm
9035 ____________________________________________________________________________
9036 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
9037         Log: Typo nits.
9038      Branch: perl
9039            ! lib/File/Find.pm
9040 ____________________________________________________________________________
9041 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
9042         Log: -Wall nit.
9043      Branch: perl
9044            ! op.c
9045 ____________________________________________________________________________
9046 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
9047         Log: Update to Scalar-List-Utils 1.05
9048      Branch: perl
9049            ! ext/List/Util/ChangeLog ext/List/Util/README
9050            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
9051 ____________________________________________________________________________
9052 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
9053         Log: Update Changes.
9054      Branch: perl
9055            ! Changes patchlevel.h
9056 ____________________________________________________________________________
9057 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
9058         Log: Update to Scalar-List-Utils 1.04
9059      Branch: perl
9060            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
9061            ! ext/List/Util/lib/List/Util.pm
9062            ! ext/List/Util/lib/Scalar/Util.pm
9063 ____________________________________________________________________________
9064 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
9065         Log: Metaconfigify #11724.
9066      Branch: metaconfig
9067            ! U/threads/archname.U
9068 ____________________________________________________________________________
9069 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
9070         Log: The MacOS reference is okay, no reason to hide it.
9071      Branch: perl
9072            ! lib/Cwd.pm
9073 ____________________________________________________________________________
9074 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
9075         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
9076              From: Michael G Schwern <schwern@pobox.com>
9077              Date: Tue, 4 Sep 2001 15:30:10 -0400
9078              Message-ID: <20010904153010.H26466@blackrider> 
9079              
9080              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
9081      Branch: perl
9082            ! ext/Cwd/Makefile.PL lib/Cwd.pm
9083 ____________________________________________________________________________
9084 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
9085         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
9086              From: Michael G Schwern <schwern@pobox.com>
9087              Date: Tue, 4 Sep 2001 17:39:13 -0400
9088              Message-ID: <20010904173913.C626@blackrider>
9089      Branch: perl
9090            ! lib/Cwd.pm
9091 ____________________________________________________________________________
9092 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
9093         Log: Subject: Re: Perl_pp_* in public API?
9094              From: "Craig A. Berry" <craigberry@mac.com>
9095              Date: Tue, 4 Sep 2001 21:51:29 -0500
9096              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
9097      Branch: perl
9098            ! ext/List/Util/Util.xs
9099 ____________________________________________________________________________
9100 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
9101         Log: From Damian: Class::Struct was unable to define
9102              recursive classes.  After the patch an object reference
9103              (rather than a hash) is required to initialize
9104              an object attribute.  If no such initializer is given to
9105              the constructor, object attributes are now default
9106              initialized to C<undef>.
9107      Branch: perl
9108            ! lib/Class/Struct.pm lib/Class/Struct.t
9109 ____________________________________________________________________________
9110 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
9111         Log: Subject: Re: sv_catpvfn and sv_setpvfn
9112              From: Richard Soderberg <rs@oregonnet.com>
9113              Date: Tue, 4 Sep 2001 15:16:47 -0700
9114              Message-Id: <200109042216.PAA17858@oregonnet.com>
9115      Branch: perl
9116            ! pod/perlclib.pod pod/perlguts.pod
9117 ____________________________________________________________________________
9118 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
9119         Log: NetWare updates from Ananth Kesari.
9120      Branch: perl
9121            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
9122            ! NetWare/nw5thread.h
9123 ____________________________________________________________________________
9124 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
9125         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
9126              From: Nicholas Clark <nick@ccl4.org>
9127              Date: Tue, 4 Sep 2001 22:42:50 +0100
9128              Message-ID: <20010904224250.P25120@plum.flirble.org>
9129      Branch: perl
9130            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
9131            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
9132            ! t/op/oct.t toke.c
9133 ____________________________________________________________________________
9134 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
9135         Log: Fix Cwd::getcwd() not being tainted, as noticed
9136              by Schwern.
9137      Branch: perl
9138            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
9139            - ext/Cwd/Cwd.t
9140            ! MANIFEST ext/Cwd/Cwd.xs util.c
9141 ____________________________________________________________________________
9142 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
9143         Log: Retract #11870 and volatilize the right destruct_level.
9144              Silly thinko pointed out by Sarathy.
9145      Branch: perl
9146            ! intrpvar.h perl.c
9147 ____________________________________________________________________________
9148 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
9149         Log: At least a temporary fix for the mysterious scope core dumps
9150              in Tru64 from Graham.
9151      Branch: perl
9152            ! ext/List/Util/Util.xs
9153 ____________________________________________________________________________
9154 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
9155         Log: (Retracted by #11872)
9156      Branch: perl
9157            ! intrpvar.h
9158 ____________________________________________________________________________
9159 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
9160         Log: Quench a -Wall gripe noticed by Robin Barker.
9161      Branch: perl
9162            ! op.c
9163 ____________________________________________________________________________
9164 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
9165         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
9166              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9167              Date: Wed, 05 Sep 2001 02:01:32 +0900
9168              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
9169      Branch: perl
9170            ! lib/Unicode/UCD.pm
9171 ____________________________________________________________________________
9172 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
9173         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
9174              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9175              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
9176              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
9177      Branch: perl
9178            ! gv.c
9179 ____________________________________________________________________________
9180 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
9181         Log: Update Changes.
9182      Branch: perl
9183            ! Changes patchlevel.h
9184 ____________________________________________________________________________
9185 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
9186         Log: Add the \[$@%&*] prototype support.
9187      Branch: perl
9188            ! op.c pod/perlsub.pod t/comp/proto.t
9189 ____________________________________________________________________________
9190 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
9191         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
9192              From: Michael G Schwern <schwern@pobox.com>
9193              Date: Mon, 3 Sep 2001 18:59:01 -0400
9194              Message-ID: <20010903185901.Z9233@blackrider>
9195      Branch: perl
9196            ! lib/CGI/t/form.t
9197 ____________________________________________________________________________
9198 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
9199         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
9200              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9201              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
9202              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
9203      Branch: perl
9204            ! gv.c
9205 ____________________________________________________________________________
9206 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
9207         Log: More srand entry tweakage based on Randal's suggestion.
9208      Branch: perl
9209            ! pod/perlfunc.pod
9210 ____________________________________________________________________________
9211 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
9212         Log: Subject: [PATCH] 'main' *is* a reserved word
9213              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9214              Date: Mon, 3 Sep 2001 22:55:41 +0200
9215              Message-ID: <20010903225541.A24097@rafael>
9216      Branch: perl
9217            ! toke.c
9218 ____________________________________________________________________________
9219 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
9220         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
9221              From: Peter Prymmer <pvhp@best.com>
9222              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
9223              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
9224      Branch: perl
9225            ! README.vms configure.com
9226 ____________________________________________________________________________
9227 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
9228         Log: Subject: Re: A slightly better default seed?   
9229              From: Michael G Schwern <schwern@pobox.com>
9230              Date: Mon, 3 Sep 2001 18:08:15 -0400 
9231              Message-ID: <20010903180815.W9233@blackrider>
9232      Branch: perl
9233            ! t/op/srand.t
9234 ____________________________________________________________________________
9235 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
9236         Log: Add sharedsv.o to microperl object files.
9237      Branch: perl
9238            ! Makefile.micro
9239 ____________________________________________________________________________
9240 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
9241         Log: AUTHORS updates and
9242              
9243              Subject: [PATCH] Just some preening :-)        
9244              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9245              Date: Tue, 4 Sep 2001 14:16:59 +0100
9246              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
9247      Branch: perl
9248            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
9249 ____________________________________________________________________________
9250 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
9251         Log: Typo fix and slight rewording.
9252      Branch: perl
9253            ! pod/perlfunc.pod
9254 ____________________________________________________________________________
9255 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
9256         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
9257      Branch: perl
9258            ! pod/perlfaq4.pod
9259 ____________________________________________________________________________
9260 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
9261         Log: The helper file changed name.
9262      Branch: perl
9263            ! MANIFEST
9264 ____________________________________________________________________________
9265 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
9266         Log: Update to Scalar-List-Utils 1.03
9267      Branch: perl
9268            + ext/List/Util/t/shuffle.t
9269            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
9270            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
9271            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
9272            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
9273            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
9274            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
9275            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
9276            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
9277 ____________________________________________________________________________
9278 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
9279         Log: Make crypt() do something more sane for Unicode
9280              (take crypt() of the low eight bits of the characters,
9281              instead of taking crypt() of the UTF-8 of the scalar);
9282              add a test for crypt().
9283      Branch: perl
9284            + t/op/crypt.t
9285            ! MANIFEST pod/perlfunc.pod pp.c
9286 ____________________________________________________________________________
9287 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
9288         Log: Reorganize the srand entry.
9289      Branch: perl
9290            ! pod/perlfunc.pod
9291 ____________________________________________________________________________
9292 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
9293         Log: Remove the tests that assume something about
9294              calling srand() without arguments multiple times.
9295      Branch: perl
9296            ! t/op/srand.t
9297 ____________________________________________________________________________
9298 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
9299         Log: Upgrade to Math::BigInt 1.42.
9300      Branch: perl
9301            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9302            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9303            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9304            ! lib/Math/BigInt/t/mbimbf.t
9305 ____________________________________________________________________________
9306 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
9307         Log: integrate change#11847 from maint-5.6
9308              
9309              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
9310      Branch: perl
9311            ! sv.c
9312 ____________________________________________________________________________
9313 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
9314         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
9315      Branch: maint-5.6/perl
9316            ! sv.c
9317 ____________________________________________________________________________
9318 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
9319         Log: As far as I can tell these functions have been Unicodified.
9320      Branch: perl
9321            ! doop.c
9322 ____________________________________________________________________________
9323 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
9324         Log: Update to Storable 1.0.13.
9325      Branch: perl
9326            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9327            ! ext/Storable/Storable.xs
9328 ____________________________________________________________________________
9329 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
9330         Log: Patch the Filter::Simple test to work with
9331              the core test suite (since the FilterTest.pm
9332              is in t/lib, not in lib).
9333      Branch: perl
9334            ! lib/Filter/Simple/t/filter.t
9335 ____________________________________________________________________________
9336 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
9337         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
9338      Branch: perl
9339            + t/lib/FilterTest.pm
9340            - t/lib/MyFilter.pm
9341 ____________________________________________________________________________
9342 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
9343         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
9344              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
9345              Text::Balanced 1.86.
9346      Branch: perl
9347            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
9348            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
9349            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
9350            + lib/Switch/t/nested.t lib/Switch/t/switch.t
9351            + lib/Text/Balanced/Changes lib/Text/Balanced/README
9352            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
9353            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
9354            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
9355            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
9356            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
9357            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
9358            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
9359            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
9360            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
9361            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
9362            ! MANIFEST lib/Attribute/Handlers.pm
9363            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9364            ! lib/Attribute/Handlers/demo/Demo.pm
9365            ! lib/Attribute/Handlers/demo/Descriptions.pm
9366            ! lib/Attribute/Handlers/demo/MyClass.pm
9367            ! lib/Attribute/Handlers/demo/demo.pl
9368            ! lib/Attribute/Handlers/demo/demo2.pl
9369            ! lib/Attribute/Handlers/demo/demo3.pl
9370            ! lib/Attribute/Handlers/demo/demo4.pl
9371            ! lib/Attribute/Handlers/demo/demo_call.pl
9372            ! lib/Attribute/Handlers/demo/demo_chain.pl
9373            ! lib/Attribute/Handlers/demo/demo_cycle.pl
9374            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9375            ! lib/Attribute/Handlers/demo/demo_phases.pl
9376            ! lib/Attribute/Handlers/demo/demo_range.pl
9377            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
9378            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
9379            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9380            ! lib/Text/Balanced.pm
9381 ____________________________________________________________________________
9382 [ 11841] By: sky                                   on 2001/09/03  11:04:15
9383         Log: Forgot to add a file with Change #11840
9384      Branch: perl
9385            + t/op/srand.t
9386 ____________________________________________________________________________
9387 [ 11840] By: sky                                   on 2001/09/03  11:02:04
9388         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
9389              From: Michael G Schwern <schwern@pobox.com>
9390              Date: Mon, 3 Sep 2001 07:43:00 -0400
9391              Message-ID: <20010903074300.E9233@blackrider>
9392      Branch: perl
9393            ! MANIFEST pod/perlfunc.pod t/op/rand.t
9394 ____________________________________________________________________________
9395 [ 11839] By: sky                                   on 2001/09/03  10:47:11
9396         Log: Document the changes with regards to running of END blocks.
9397              And DESTROY on global objects are called in perl_destruct()!
9398      Branch: perl
9399            ! pod/perl572delta.pod pod/perlembed.pod
9400 ____________________________________________________________________________
9401 [ 11838] By: sky                                   on 2001/09/03  09:34:44
9402         Log: Subject: [PATCH t/op/time.t] Partial cleanup
9403              From: Michael G Schwern <schwern@pobox.com>
9404              Date: Mon, 3 Sep 2001 06:29:42 -0400
9405              Message-ID: <20010903062942.C9233@blackrider>
9406      Branch: perl
9407            ! t/op/time.t
9408 ____________________________________________________________________________
9409 [ 11837] By: sky                                   on 2001/09/03  09:30:02
9410         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
9411              From: Michael G Schwern <schwern@pobox.com>
9412              Date: Mon, 3 Sep 2001 06:24:13 -0400
9413              Message-ID: <20010903062413.B9233@blackrider>
9414      Branch: perl
9415            ! t/op/rand.t
9416 ____________________________________________________________________________
9417 [ 11836] By: sky                                   on 2001/09/03  07:56:47
9418         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
9419              From: Michael G Schwern <schwern@pobox.com>
9420              Date: Sun, 2 Sep 2001 21:38:43 -0400
9421              Message-ID: <20010902213843.L2711@blackrider>
9422      Branch: perl
9423            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
9424            ! MANIFEST
9425 ____________________________________________________________________________
9426 [ 11835] By: nick                                  on 2001/09/03  06:20:06
9427         Log: Integrate mainline
9428      Branch: perlio
9429           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
9430            - t/op/misc.t
9431           !> (integrate 187 files)
9432 ____________________________________________________________________________
9433 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
9434         Log: Update Changes.
9435      Branch: perl
9436            ! Changes patchlevel.h
9437 ____________________________________________________________________________
9438 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
9439         Log: Slight tweaks.
9440      Branch: perl
9441            ! t/run/kill_perl.t
9442 ____________________________________________________________________________
9443 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
9444         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
9445      Branch: perl
9446            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9447 ____________________________________________________________________________
9448 [ 11831] By: sky                                   on 2001/09/02  12:10:42
9449         Log: Change #11828 wasn't complete, this updates to intest path
9450      Branch: perl
9451            ! t/run/kill_perl.t
9452 ____________________________________________________________________________
9453 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
9454         Log: 's's's.
9455      Branch: perl
9456            ! Changes
9457 ____________________________________________________________________________
9458 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
9459         Log: Update Changes.
9460      Branch: perl
9461            ! Changes patchlevel.h
9462 ____________________________________________________________________________
9463 [ 11828] By: sky                                   on 2001/09/02  11:53:56
9464         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
9465              From: Michael G Schwern <schwern@pobox.com>
9466              Date: Sat, 1 Sep 2001 20:18:58 -0400
9467              Message-ID: <20010901201858.X606@blackrider>
9468              +MANIFEST Fix
9469      Branch: perl
9470            + t/run/kill_perl.t
9471            - t/op/misc.t t/run/segfault.t
9472            ! MANIFEST
9473 ____________________________________________________________________________
9474 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
9475         Log: Subject: [PATCH] lib/Time/Local.pm
9476              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9477              Date: Sun, 2 Sep 2001 06:50:01 -0500
9478              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
9479      Branch: perl
9480            ! lib/Time/Local.pm
9481 ____________________________________________________________________________
9482 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
9483         Log: Tick off Unicode collation and the normalization from
9484              the todo list.
9485      Branch: perl
9486            ! pod/perltodo.pod
9487 ____________________________________________________________________________
9488 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
9489         Log: Update to Unicode 3.1.1.
9490      Branch: perl
9491            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
9492            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
9493            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
9494            ! lib/unicore/PropList.txt lib/unicore/README.perl
9495            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
9496            ! lib/unicore/rename lib/unicore/version
9497 ____________________________________________________________________________
9498 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
9499         Log: Slight doc tweaks for the module.
9500      Branch: perl
9501            ! lib/Unicode/UCD.pm
9502 ____________________________________________________________________________
9503 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
9504         Log: Rename the variable: it *used* to be (wrongly) that the
9505              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
9506              but that is no more the case: PL_reg_match_utf8 is better.
9507      Branch: perl
9508            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
9509            ! regexec.c sv.c thrdvar.h
9510 ____________________________________________________________________________
9511 [ 11822] By: ams                                   on 2001/09/02  02:54:50
9512         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
9513              From: Ilmari Karonen <iltzu@sci.fi>
9514              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
9515              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
9516              (op/sub_lval.t updated to take new error message into account.)
9517      Branch: perl
9518            ! op.c t/op/sub_lval.t
9519 ____________________________________________________________________________
9520 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
9521         Log: remove stray CRs in files; keep all files with UNIX line-ends
9522              (Porting/makerel adds CRs to the files that need it in the
9523              distribution)
9524      Branch: perl
9525            ! NetWare/t/NWScripts.pl README.dos
9526            ! ext/Encode/Encode/cns11643-1.enc
9527            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
9528            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9529 ____________________________________________________________________________
9530 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
9531         Log: some remnants of change#11803
9532      Branch: perl
9533            ! ext/ByteLoader/byterun.h perl.h
9534 ____________________________________________________________________________
9535 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
9536         Log: Update to Unicode::Collate 0.08.
9537      Branch: perl
9538            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9539            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9540 ____________________________________________________________________________
9541 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
9542         Log: Test tweaks.
9543      Branch: perl
9544            ! t/op/pat.t
9545 ____________________________________________________________________________
9546 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
9547         Log: Fix test
9548      Branch: maint-5.6/macperl
9549            ! t/lib/b.t
9550 ____________________________________________________________________________
9551 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
9552         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
9553              warnings in Config.pm with -W; increase default and
9554              minimum RAM; bump version number.
9555      Branch: maint-5.6/macperl
9556            + macos/lib/Mac/LowMem.pm
9557            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
9558            ! macos/configpm macos/macperl/MacPerl.r
9559 ____________________________________________________________________________
9560 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
9561         Log: Make syntax check report in MPW style, fix tests
9562              to use Mac::err=unix to get normal-style error
9563              messages.
9564      Branch: maint-5.6/macperl
9565            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
9566            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
9567 ____________________________________________________________________________
9568 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
9569         Log: Make MPW-style errors optional (but the default); add
9570              MacPerl::ErrorFormat() function and Mac::err pragma
9571      Branch: maint-5.6/macperl
9572            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
9573            + macos/ext/Mac/err/err.xs
9574            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
9575            ! macos/macish.c macos/macish.h macos/macperl.sym
9576 ____________________________________________________________________________
9577 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
9578         Log: More module and test ports from Thomas Wegner et al
9579      Branch: maint-5.6/macperl
9580            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9581            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
9582            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
9583            ! t/op/magic.t
9584 ____________________________________________________________________________
9585 [ 11812] By: sky                                   on 2001/09/01  17:19:30
9586         Log: Subject: [PATCH t/op/concat.t] cleanup
9587              From: Michael G Schwern <schwern@pobox.com>
9588              Date: Sat, 1 Sep 2001 14:06:28 -0400
9589              Message-ID: <20010901140628.C606@blackrider>
9590      Branch: perl
9591            ! t/op/concat.t
9592 ____________________________________________________________________________
9593 [ 11811] By: sky                                   on 2001/09/01  12:25:29
9594         Log: Change #11805 didn't update the MANIFEST
9595      Branch: perl
9596            ! MANIFEST
9597 ____________________________________________________________________________
9598 [ 11810] By: sky                                   on 2001/09/01  11:52:44
9599         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
9600              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9601              Date: Sat, 1 Sep 2001 14:50:14 +0200
9602              Message-ID: <20010901145014.A691@rafael>
9603      Branch: perl
9604            ! t/op/inccode.t
9605 ____________________________________________________________________________
9606 [ 11809] By: sky                                   on 2001/09/01  11:49:22
9607         Log: Subject: PATCH: ExtUtils::MakeMaker
9608              From: Tony Bowden <tony@kasei.com>
9609              Date: Sat, 1 Sep 2001 10:33:53 +0100
9610              Message-ID: <20010901103353.A13863@soto.kasei.com>
9611              Manually applied
9612      Branch: perl
9613            ! lib/ExtUtils/MakeMaker.pm
9614 ____________________________________________________________________________
9615 [ 11808] By: sky                                   on 2001/09/01  11:39:13
9616         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
9617              From: mike808@users.sourceforge.net
9618              Date: Sat, 1 Sep 101 11:27:50 GMT
9619              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
9620              With little tweak
9621      Branch: perl
9622            ! lib/Term/Cap.pm
9623 ____________________________________________________________________________
9624 [ 11807] By: ams                                   on 2001/09/01  11:31:16
9625         Log: Subject: oct() and hex()
9626              From: Nicholas Clark <nick@ccl4.org>
9627              Date: Fri, 31 Aug 2001 23:14:13 +0100
9628              Message-Id: <20010831231413.J4950@plum.flirble.org>
9629      Branch: perl
9630            ! pod/perlclib.pod
9631 ____________________________________________________________________________
9632 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
9633         Log: Integrate change 11801 from maintperl
9634      Branch: maint-5.6/macperl
9635            ! perl.c
9636 ____________________________________________________________________________
9637 [ 11805] By: sky                                   on 2001/08/31  21:35:10
9638         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
9639              From: Michael G Schwern <schwern@pobox.com>
9640              Date: Fri, 31 Aug 2001 15:36:28 -0400
9641              Message-ID: <20010831153628.B598@blackrider>
9642              Check for things which used to segfault
9643      Branch: perl
9644            + t/run/segfault.t
9645 ____________________________________________________________________________
9646 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
9647         Log: integrate change#11801 from maint-5.6
9648              
9649              remove age-old UNICOS "workaround" that introduces a static, and
9650              hence an egregious race condition for threaded builds (*sigh*
9651              beats me why this kludge wasn't guarded by a UNICOS-specific
9652              #define *sigh*)
9653      Branch: perl
9654            ! perl.c
9655 ____________________________________________________________________________
9656 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
9657         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
9658              working in 5.7.x
9659      Branch: perl
9660            - objXSUB.h
9661            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
9662            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
9663            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
9664            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
9665            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
9666            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
9667            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
9668            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9669            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9670            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
9671            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9672            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9673            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
9674            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
9675            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
9676            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
9677            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
9678            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
9679            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9680            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
9681            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
9682            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
9683 ____________________________________________________________________________
9684 [ 11802] By: ams                                   on 2001/08/31  18:11:32
9685         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
9686              From: "Philip Newton" <Philip.Newton@gmx.net>
9687              Date: Fri, 31 Aug 2001 21:12:56 +0200
9688              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
9689      Branch: perl
9690            ! pod/perldiag.pod
9691 ____________________________________________________________________________
9692 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
9693         Log: remove age-old UNICOS "workaround" that introduces a static, and
9694              hence an egregious race condition for threaded builds (*sigh*
9695              beats me why this kludge wasn't guarded by a UNICOS-specific
9696              #define *sigh*)
9697      Branch: maint-5.6/perl
9698            ! perl.c
9699 ____________________________________________________________________________
9700 [ 11800] By: sky                                   on 2001/08/31  17:30:26
9701         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
9702              Might break on platforms where bool is larger than 8 bites ???
9703      Branch: perl
9704            ! regcomp.c
9705 ____________________________________________________________________________
9706 [ 11799] By: ams                                   on 2001/08/31  12:15:44
9707         Log: Integrate 11778 into mainline.
9708      Branch: perl
9709            ! t/base/term.t
9710 ____________________________________________________________________________
9711 [ 11798] By: sky                                   on 2001/08/31  11:31:44
9712         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
9713              supposed to happen.
9714      Branch: perl
9715            ! regcomp.c
9716 ____________________________________________________________________________
9717 [ 11797] By: sky                                   on 2001/08/31  11:28:17
9718         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
9719              From: "John P. Linderman" <jpl@research.att.com>
9720              Date: Fri, 31 Aug 2001 08:20:35 -0400
9721              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
9722              Fixes test 14 which could fail randomly in rare cases.
9723      Branch: perl
9724            ! ext/Time/HiRes/HiRes.t regcomp.c
9725 ____________________________________________________________________________
9726 [ 11796] By: ams                                   on 2001/08/31  01:13:07
9727         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
9728              From: Nicholas Clark <nick@ccl4.org>
9729              Date: Thu, 30 Aug 2001 23:21:50 +0100
9730              Message-Id: <20010830232150.D4950@plum.flirble.org>
9731      Branch: perl
9732            ! ext/Sys/Syslog/Makefile.PL
9733 ____________________________________________________________________________
9734 [ 11795] By: ams                                   on 2001/08/30  23:53:23
9735         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
9736              patching example
9737              From: Michael G Schwern <schwern@pobox.com>
9738              Date: Thu, 30 Aug 2001 17:02:08 -0400
9739              Message-Id: <20010830170208.M2318@blackrider>
9740      Branch: perl
9741            ! pod/perlhack.pod
9742 ____________________________________________________________________________
9743 [ 11794] By: ams                                   on 2001/08/30  19:35:36
9744         Log: Subject: [PATCH] pp_modulo
9745              From: Nicholas Clark <nick@ccl4.org>
9746              Date: Thu, 30 Aug 2001 18:20:54 +0100
9747              Message-Id: <20010830182053.A4950@plum.flirble.org>
9748      Branch: perl
9749            ! pp.c t/op/64bitint.t
9750 ____________________________________________________________________________
9751 [ 11793] By: sky                                   on 2001/08/30  13:02:48
9752         Log: 11792 wasn't complete
9753      Branch: perl
9754            ! makedef.pl regcomp.c
9755 ____________________________________________________________________________
9756 [ 11792] By: sky                                   on 2001/08/30  12:21:11
9757         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
9758      Branch: perl
9759            ! makedef.pl
9760 ____________________________________________________________________________
9761 [ 11791] By: sky                                   on 2001/08/30  10:08:02
9762         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
9763      Branch: perl
9764            ! config_h.SH
9765 ____________________________________________________________________________
9766 [ 11790] By: sky                                   on 2001/08/30  08:22:31
9767         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
9768              on the pad. Fixes coredumps in cleanups introduced by
9769              Change 11755  
9770      Branch: perl
9771            ! op.c perl.c sv.h
9772 ____________________________________________________________________________
9773 [ 11789] By: sky                                   on 2001/08/29  19:01:47
9774         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
9775              This is a replacement implmentation that works on HPUX.
9776              This bug should probably be fixed in GCC.
9777      Branch: perl
9778            ! ext/Socket/Socket.xs
9779 ____________________________________________________________________________
9780 [ 11788] By: ams                                   on 2001/08/29  17:35:33
9781         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
9782              From: Nicholas Clark <nick@ccl4.org>
9783              Date: Wed, 29 Aug 2001 18:21:56 +0100
9784              Message-Id: <20010829182156.O4950@plum.flirble.org>
9785      Branch: perl
9786            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
9787 ____________________________________________________________________________
9788 [ 11787] By: sky                                   on 2001/08/29  10:42:54
9789         Log: Added test for pack_addr_in and unpack_addr_in
9790              Nitpik in test 10
9791      Branch: perl
9792            ! ext/Socket/Socket.t
9793 ____________________________________________________________________________
9794 [ 11786] By: sky                                   on 2001/08/29  10:28:14
9795         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
9796              Trying to catch errors on HP-UX
9797      Branch: perl
9798            ! ext/Socket/Socket.t
9799 ____________________________________________________________________________
9800 [ 11785] By: sky                                   on 2001/08/29  09:07:03
9801         Log: make sure USE_THREADS is defined so external apps work
9802      Branch: perl
9803            ! config_h.SH
9804 ____________________________________________________________________________
9805 [ 11784] By: sky                                   on 2001/08/29  08:06:12
9806         Log: Subject: Re: The hitlist of untested modules.
9807              From: Jonathan Stowe <gellyfish@gellyfish.com>
9808              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
9809              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
9810              Start of tests for Shell.pm (make Schwern poorer!)
9811      Branch: perl
9812            + lib/Shell.t
9813            ! MANIFEST
9814 ____________________________________________________________________________
9815 [ 11783] By: sky                                   on 2001/08/29  07:37:50
9816         Log: END{} can change the return value even if we die from BEGIN{}
9817      Branch: perl
9818            ! miniperlmain.c
9819 ____________________________________________________________________________
9820 [ 11782] By: ams                                   on 2001/08/29  06:32:17
9821         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
9822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9823              Date: Wed, 29 Aug 2001 09:18:17 +0200
9824              Message-Id: <20010829091817.A4453@rafael>
9825      Branch: perl
9826            ! t/op/inccode.t
9827 ____________________________________________________________________________
9828 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
9829         Log: Delete xsubpp.patch, as full copy exists now
9830      Branch: maint-5.6/macperl
9831            - macos/xsubpp.patch
9832 ____________________________________________________________________________
9833 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
9834         Log: Add Changes file
9835      Branch: maint-5.6/macperl
9836            + macos/Changes
9837 ____________________________________________________________________________
9838 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
9839         Log: Add Mac version of xsubpp as separate file
9840      Branch: maint-5.6/macperl
9841            + macos/xsubpp
9842            ! macos/Makefile.mk
9843 ____________________________________________________________________________
9844 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
9845         Log: Fix open of /dev/null for Mac OS
9846      Branch: maint-5.6/macperl
9847            ! t/base/term.t
9848 ____________________________________________________________________________
9849 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
9850         Log: Various patches: enable more tests; skip CVS in PerlInstall;
9851              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
9852      Branch: maint-5.6/macperl
9853            ! macos/MacPerlTests.cmd macos/PerlInstall
9854            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
9855 ____________________________________________________________________________
9856 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
9857         Log: Allow for platforms to override formatting of errors
9858              on output from Matthias Neeracher (Mac files)
9859      Branch: maint-5.6/macperl
9860            ! macos/macish.c macos/macish.h
9861 ____________________________________________________________________________
9862 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
9863         Log: Allow for platforms to override formatting of errors
9864              on output from Matthias Neeracher (core files)
9865      Branch: maint-5.6/macperl
9866            ! perl.h pp_ctl.c util.c
9867 ____________________________________________________________________________
9868 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
9869         Log: Add some param checking, from reports by Kevin Reid.
9870      Branch: maint-5.6/macperl
9871            ! macos/ext/Mac/Controls/Controls.pm
9872            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
9873 ____________________________________________________________________________
9874 [ 11773] By: ams                                   on 2001/08/28  23:54:57
9875         Log: Subject: [PATCH] make coretest
9876              From: Paul Johnson <paul@pjcj.net>
9877              Date: Wed, 29 Aug 2001 00:11:38 +0200
9878              Message-Id: <20010829001138.B12169@pjcj.net>
9879              (Applied without the change to perlhack.pod. This should
9880              probably stay undocumented.)
9881      Branch: perl
9882            ! Makefile.SH t/TEST
9883 ____________________________________________________________________________
9884 [ 11772] By: sky                                   on 2001/08/28  13:01:20
9885         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
9886              From: Michael G Schwern <schwern@pobox.com>
9887              Date: Tue, 28 Aug 2001 09:57:39 -0400
9888              Message-ID: <20010828095738.E17775@blackrider>
9889      Branch: perl
9890            ! pod/perlhack.pod t/op/pack.t
9891 ____________________________________________________________________________
9892 [ 11771] By: sky                                   on 2001/08/28  11:20:13
9893         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
9894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9895              Date: Tue, 28 Aug 2001 14:23:43 +0200
9896              Message-ID: <20010828142343.A19299@rafael>
9897      Branch: perl
9898            ! pod/perlvar.pod pp_ctl.c
9899 ____________________________________________________________________________
9900 [ 11770] By: ams                                   on 2001/08/28  10:13:21
9901         Log: Subject: [PATCH] odd typo in op.h
9902              From: Nicholas Clark <nick@ccl4.org>
9903              Date: Tue, 28 Aug 2001 12:10:26 +0100
9904              Message-Id: <20010828121026.V4950@plum.flirble.org>
9905      Branch: perl
9906            ! op.h
9907 ____________________________________________________________________________
9908 [ 11769] By: sky                                   on 2001/08/28  08:09:16
9909         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
9910              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
9911              Date: Tue, 28 Aug 2001 02:22:20 +0300
9912              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
9913      Branch: perl
9914            ! ext/B/B/Lint.pm
9915 ____________________________________________________________________________
9916 [ 11768] By: ams                                   on 2001/08/28  00:47:35
9917         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9918              From: Michael G Schwern <schwern@pobox.com>
9919              Date: Mon, 27 Aug 2001 21:24:44 -0400
9920              Message-Id: <20010827212444.F12582@blackrider>
9921      Branch: perl
9922            ! pod/perlhack.pod t/op/pack.t
9923 ____________________________________________________________________________
9924 [ 11767] By: ams                                   on 2001/08/27  23:59:48
9925         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9926              From: Michael G Schwern <schwern@pobox.com>
9927              Date: Mon, 27 Aug 2001 20:12:29 -0400
9928              Message-Id: <20010827201229.D12582@blackrider>
9929      Branch: perl
9930            ! pod/perlhack.pod t/op/pack.t
9931 ____________________________________________________________________________
9932 [ 11766] By: ams                                   on 2001/08/27  23:39:40
9933         Log: Update Changes.
9934      Branch: perl
9935            ! Changes
9936 ____________________________________________________________________________
9937 [ 11765] By: ams                                   on 2001/08/27  22:53:10
9938         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
9939              From: Michael G Schwern <schwern@pobox.com>
9940              Date: Mon, 27 Aug 2001 19:47:30 -0400
9941              Message-Id: <20010827194730.C12582@blackrider>
9942      Branch: perl
9943            ! t/op/inccode.t
9944 ____________________________________________________________________________
9945 [ 11764] By: ams                                   on 2001/08/27  22:46:21
9946         Log: Subject: [PATCH] new tests for the coderef-in-@INC
9947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9948              Date: Mon, 27 Aug 2001 22:36:27 +0200
9949              Message-Id: <20010827223627.C690@rafael>
9950              
9951              Subject: Re: [PATCH] new tests for the coderef-in-@INC
9952              From: Nicholas Clark <nick@ccl4.org>
9953              Date: Tue, 28 Aug 2001 00:02:46 +0100
9954              Message-Id: <20010828000245.R4950@plum.flirble.org>
9955      Branch: perl
9956            + t/op/inccode.t
9957            ! MANIFEST
9958 ____________________________________________________________________________
9959 [ 11763] By: ams                                   on 2001/08/27  22:41:09
9960         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
9961              bleadperl on fire, Win95+4NT)
9962              From: Michael G Schwern <schwern@pobox.com>
9963              Date: Mon, 27 Aug 2001 16:54:42 -0400
9964              Message-Id: <20010827165442.F9436@blackrider>
9965      Branch: perl
9966            ! lib/warnings.t
9967 ____________________________________________________________________________
9968 [ 11762] By: sky                                   on 2001/08/27  19:19:17
9969         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
9970              avaible at compile time. This broke the compilation of 
9971              Net/Ping.pm
9972      Branch: perl
9973            ! lib/Net/Ping.pm
9974 ____________________________________________________________________________
9975 [ 11761] By: sky                                   on 2001/08/27  18:34:48
9976         Log: Removed tripple definitions of CUSTOM_OP functions.
9977      Branch: perl
9978            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9979 ____________________________________________________________________________
9980 [ 11760] By: sky                                   on 2001/08/27  18:21:27
9981         Log: Regen headers
9982      Branch: perl
9983            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
9984            ! perlapi.h proto.h
9985 ____________________________________________________________________________
9986 [ 11759] By: ams                                   on 2001/08/27  16:31:53
9987         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
9988              From: "chromatic" <chromatic@rmci.net>
9989              Date: Mon, 27 Aug 2001 11:17:09 -0600
9990              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
9991      Branch: perl
9992            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
9993 ____________________________________________________________________________
9994 [ 11758] By: sky                                   on 2001/08/27  15:16:42
9995         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
9996              Thanks to H. Merijn Brand for the patch.
9997              Some of the comments and or guards might be removable in perl.h now.
9998      Branch: perl
9999            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
10000            ! Porting/Glossary Porting/config_H README.threads config_h.SH
10001            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
10002            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
10003            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
10004            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
10005            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
10006            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
10007            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
10008            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
10009            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
10010            ! win32/config_H.vc win32/perllib.c win32/win32.h
10011            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
10012            ! wince/config.h wince/config_H.ce wince/win32.h
10013            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
10014 ____________________________________________________________________________
10015 [ 11757] By: sky                                   on 2001/08/27  13:39:16
10016         Log: Subject: GNU ld parses arguments different
10017              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10018              Date: Mon, 27 Aug 2001 16:25:51 +0200
10019              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
10020      Branch: perl
10021            ! hints/hpux.sh
10022 ____________________________________________________________________________
10023 [ 11756] By: sky                                   on 2001/08/27  13:18:45
10024         Log: Subject: Custom Ops
10025              From: Simon Cozens <simon@netthink.co.uk>
10026              Date: Sat, 25 Aug 2001 17:45:09 +0100
10027              Message-ID: <20010825174509.A5752@netthink.co.uk>
10028              I also added a fix to Opcode.pm to quite test cases.
10029      Branch: perl
10030            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
10031            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
10032 ____________________________________________________________________________
10033 [ 11755] By: sky                                   on 2001/08/27  05:37:17
10034         Log: Plugs a memory leak on destruction of regular expressions
10035              introcued by #11274.
10036              PL_regex_padav now has an AV as it's first entry with a list
10037              of freed regex_padav slots that it will reuse on creating
10038              new PMOPs.
10039      Branch: perl
10040            ! op.c perl.c
10041 ____________________________________________________________________________
10042 [ 11754] By: ams                                   on 2001/08/26  14:38:52
10043         Log: Subject: [PATCH] t/io/binmode.t
10044              From: Nicholas Clark <nick@ccl4.org>
10045              Date: Sun, 26 Aug 2001 12:03:05 +0100
10046              Message-Id: <20010826120305.C4950@plum.flirble.org>
10047              
10048              (Also a nitpick in #11752 to t/op/universal.t)
10049      Branch: perl
10050            ! t/io/binmode.t t/op/universal.t
10051 ____________________________________________________________________________
10052 [ 11753] By: ams                                   on 2001/08/26  08:19:34
10053         Log: Subject: [PATCH] op/universal.t failing
10054              From: Nicholas Clark <nick@ccl4.org>
10055              Date: Sun, 26 Aug 2001 09:48:22 +0100
10056              Message-Id: <20010826094822.B4950@plum.flirble.org>
10057      Branch: perl
10058            ! t/op/universal.t
10059 ____________________________________________________________________________
10060 [ 11752] By: ams                                   on 2001/08/25  22:46:13
10061         Log: Subject: Re: 'can' with undefined subs
10062              From: Tony Bowden <tony@kasei.com>
10063              Date: Sat, 25 Aug 2001 14:58:17 +0100
10064              Message-Id: <20010825145817.A11788@soto.kasei.com>
10065              (Applied with minor modifications.)
10066      Branch: perl
10067            ! t/op/universal.t
10068 ____________________________________________________________________________
10069 [ 11751] By: ams                                   on 2001/08/25  18:28:43
10070         Log: Subject: Re: 'can' with undefined subs
10071              From: Tony Bowden <tony@kasei.com>
10072              Date: Sat, 25 Aug 2001 15:13:14 +0100
10073              Message-Id: <20010825151314.B11788@soto.kasei.com>
10074      Branch: perl
10075            ! lib/UNIVERSAL.pm
10076 ____________________________________________________________________________
10077 [ 11750] By: nick                                  on 2001/08/25  15:24:15
10078         Log: Integrate mainline
10079      Branch: perlio
10080           +> t/io/binmode.t
10081           !> (integrate 26 files)
10082 ____________________________________________________________________________
10083 [ 11749] By: nick                                  on 2001/08/25  14:55:41
10084         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
10085              From:  John Peacock <jpeacock@rowman.com>
10086              Date:  Wed, 22 Aug 2001 12:05:28 -0400
10087              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
10088      Branch: perl
10089            ! pod/perlhack.pod
10090 ____________________________________________________________________________
10091 [ 11748] By: nick                                  on 2001/08/25  14:53:04
10092         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
10093              From:  Michael G Schwern <schwern@pobox.com>
10094              Date:  Wed, 22 Aug 2001 19:22:45 -0400
10095              Message-Id:  <20010822192245.U619@blackrider>
10096      Branch: perl
10097            ! MANIFEST
10098 ____________________________________________________________________________
10099 [ 11747] By: nick                                  on 2001/08/25  14:52:33
10100         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
10101              From:  Nicholas Clark <nick@ccl4.org>
10102              Date:  Wed, 22 Aug 2001 23:29:06 +0100
10103              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
10104      Branch: perl
10105            + t/io/binmode.t
10106            ! perlio.c pod/perlfunc.pod
10107 ____________________________________________________________________________
10108 [ 11744] By: nick                                  on 2001/08/25  14:37:33
10109         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
10110              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10111              Date:  Fri, 24 Aug 2001 22:10:42 +0200
10112              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
10113      Branch: perl
10114            ! x2p/a2py.c x2p/walk.c
10115 ____________________________________________________________________________
10116 [ 11743] By: nick                                  on 2001/08/25  14:32:47
10117         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
10118              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10119              Date:  Fri, 24 Aug 2001 23:34:13 +0200
10120              Message-Id:  <20010824233413.A1285@rafael>
10121      Branch: perl
10122            ! pod/perlfunc.pod pod/perlvar.pod
10123 ____________________________________________________________________________
10124 [ 11742] By: ams                                   on 2001/08/25  13:16:02
10125         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
10126              From: Nicholas Clark <nick@ccl4.org>
10127              Date: Sat, 25 Aug 2001 14:50:07 +0100
10128              Message-Id: <20010825145007.L41464@plum.flirble.org>
10129      Branch: perl
10130            ! pp_ctl.c
10131 ____________________________________________________________________________
10132 [ 11741] By: nick                                  on 2001/08/24  07:08:45
10133         Log: When applying patch via Porting/apply fails, do p4 refresh
10134              to get old files back.
10135      Branch: perl
10136            ! Porting/apply
10137 ____________________________________________________________________________
10138 [ 11740] By: ams                                   on 2001/08/24  04:47:24
10139         Log: #11739 was incomplete.
10140      Branch: perl
10141            ! pod/perldiag.pod
10142 ____________________________________________________________________________
10143 [ 11739] By: ams                                   on 2001/08/24  04:09:40
10144         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
10145              From: "Philip Newton" <Philip.Newton@gmx.net>
10146              Date: Fri, 24 Aug 2001 07:08:34 +0200
10147      Branch: perl
10148            ! pod/perldiag.pod
10149 ____________________________________________________________________________
10150 [ 11738] By: ams                                   on 2001/08/24  02:19:42
10151         Log: Fixed Doug Wilson's email address.
10152      Branch: perl
10153            ! AUTHORS
10154 ____________________________________________________________________________
10155 [ 11737] By: ams                                   on 2001/08/24  00:10:13
10156         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
10157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10158              Date: Thu, 23 Aug 2001 22:22:58 +0200
10159              Message-Id: <20010823222258.A901@rafael>
10160      Branch: perl
10161            ! pod/perldiag.pod
10162 ____________________________________________________________________________
10163 [ 11736] By: ams                                   on 2001/08/24  00:05:02
10164         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
10165              From: "Craig A. Berry" <craigberry@mac.com>
10166              Date: Thu, 23 Aug 2001 19:07:45 -0500
10167              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
10168      Branch: perl
10169            ! configure.com
10170 ____________________________________________________________________________
10171 [ 11735] By: sky                                   on 2001/08/23  13:42:07
10172         Log: Backed out 11732, it breaks lib/strict.t 
10173      Branch: perl
10174            ! op.c
10175 ____________________________________________________________________________
10176 [ 11734] By: sky                                   on 2001/08/23  11:45:59
10177         Log: Removed toy from 17133 after Matt Sargeants request.
10178      Branch: perl
10179            ! pod/perlfaq4.pod
10180 ____________________________________________________________________________
10181 [ 11733] By: sky                                   on 2001/08/23  11:36:29
10182         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
10183              From: Robin Houston <robin@kitsite.com>
10184              Date: Wed, 22 Aug 2001 23:06:16 +0100
10185              Message-ID: <20010822230616.A254@robin.kitsite.com>
10186      Branch: perl
10187            ! pod/perlfaq4.pod
10188 ____________________________________________________________________________
10189 [ 11732] By: sky                                   on 2001/08/23  10:36:02
10190         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
10191              From: Simon Cozens <simon@netthink.co.uk>
10192              Date: Thu, 23 Aug 2001 12:06:36 +0100
10193              Message-ID: <20010823120636.A9961@netthink.co.uk>
10194      Branch: perl
10195            ! op.c
10196 ____________________________________________________________________________
10197 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
10198         Log: fix broken windows build
10199      Branch: perl
10200            ! perl.h
10201 ____________________________________________________________________________
10202 [ 11730] By: ams                                   on 2001/08/22  21:35:30
10203         Log: Subject: [PATCH] io/tell.t doesn't chdir t
10204              From: Nicholas Clark <nick@ccl4.org>
10205              Date: Wed, 22 Aug 2001 23:25:58 +0100
10206              Message-Id: <20010822232557.Y82818@plum.flirble.org>
10207      Branch: perl
10208            ! t/io/tell.t
10209 ____________________________________________________________________________
10210 [ 11729] By: ams                                   on 2001/08/22  20:32:21
10211         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
10212              questions)
10213              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10214              Date: Wed, 22 Aug 2001 17:09:04 -0400
10215              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
10216              (Oops, forgot File::Spec::Unix in the previous patch.)
10217      Branch: perl
10218            ! lib/File/Spec/Unix.pm
10219 ____________________________________________________________________________
10220 [ 11728] By: ams                                   on 2001/08/22  20:25:41
10221         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
10222              questions)
10223              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10224              Date: Wed, 22 Aug 2001 17:09:04 -0400
10225              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
10226      Branch: perl
10227            ! lib/File/Spec.pm
10228 ____________________________________________________________________________
10229 [ 11727] By: ams                                   on 2001/08/22  19:43:30
10230         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
10231              From: John Peacock <jpeacock@rowman.com>
10232              Date: Wed, 22 Aug 2001 12:35:52 -0400
10233              Message-Id: <3B83DF68.5D89DC81@rowman.com>
10234              (Adds proper tests for $], notwithstanding Subject. +nitpick)
10235      Branch: perl
10236            ! t/op/ver.t
10237 ____________________________________________________________________________
10238 [ 11726] By: ams                                   on 2001/08/22  19:36:39
10239         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
10240              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
10241              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
10242              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
10243      Branch: perl
10244            ! lib/diagnostics.pm lib/diagnostics.t
10245 ____________________________________________________________________________
10246 [ 11725] By: ams                                   on 2001/08/22  19:25:01
10247         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
10248              From: Nicholas Clark <nick@ccl4.org>
10249              Date: Wed, 22 Aug 2001 20:59:05 +0100
10250              Message-Id: <20010822205905.U82818@plum.flirble.org>
10251      Branch: perl
10252            ! pp.c t/op/64bitint.t t/op/arith.t
10253 ____________________________________________________________________________
10254 [ 11724] By: ams                                   on 2001/08/22  10:02:33
10255         Log: Subject: Configure blooper
10256              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10257              Date: Wed, 22 Aug 2001 12:38:35 +0200
10258              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
10259      Branch: perl
10260            ! Configure
10261 ____________________________________________________________________________
10262 [ 11723] By: ams                                   on 2001/08/21  16:17:53
10263         Log: Subject: [PATCH] installperl -help
10264              From: Nicholas Clark <nick@ccl4.org>
10265              Date: Tue, 21 Aug 2001 17:34:23 +0100
10266              Message-Id: <20010821173423.F82818@plum.flirble.org>
10267      Branch: perl
10268            ! installperl
10269 ____________________________________________________________________________
10270 [ 11722] By: ams                                   on 2001/08/20  07:46:31
10271         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
10272              From: Ilmari Karonen <iltzu@sci.fi>
10273              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
10274              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
10275      Branch: perl
10276            ! pod/perlvar.pod
10277 ____________________________________________________________________________
10278 [ 11721] By: nick                                  on 2001/08/20  06:24:31
10279         Log: Integrate mainline
10280      Branch: perlio
10281           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
10282           +> lib/Lingua/KO/Hangul/Util/Changes
10283           +> lib/Lingua/KO/Hangul/Util/README
10284           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
10285           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
10286           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
10287           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
10288           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
10289           +> lib/Unicode/Normalize/t/test.t
10290            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
10291           !> (integrate 55 files)
10292 ____________________________________________________________________________
10293 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
10294         Log: Integrate Change #11599 from maint-5.6/perl
10295      Branch: maint-5.6/macperl
10296           !> README.win32
10297 ____________________________________________________________________________
10298 [ 11719] By: ams                                   on 2001/08/18  21:21:42
10299         Log: Add Porting/apply to MANIFEST.
10300      Branch: perl
10301            ! MANIFEST
10302 ____________________________________________________________________________
10303 [ 11718] By: sky                                   on 2001/08/18  14:38:01
10304         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
10305              Better solution would be to make 5005threaded perl use
10306              the same system as ithreads do
10307      Branch: perl
10308            ! perl.h
10309 ____________________________________________________________________________
10310 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
10311         Log: New try for ID 20010407.006: detach the semantics
10312              "was the last match target UTF8" into its own variable.
10313      Branch: perl
10314            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
10315            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
10316 ____________________________________________________________________________
10317 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
10318         Log: UTF8 flag should be meaningful only when POK.
10319      Branch: perl
10320            ! dump.c
10321 ____________________________________________________________________________
10322 [ 11715] By: sky                                   on 2001/08/18  11:45:16
10323         Log: USE_THREADS and USE_ITHREADS are never true at the same time
10324      Branch: perl
10325            ! perl.h
10326 ____________________________________________________________________________
10327 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
10328         Log: Retract #11712 for now.  The real fix would probably
10329              be something like making PL_reg_sv a copy (PV + UTF8)
10330              of the matched/substituted string (note: not just a SvPOK
10331              string, for example the stringified form of a ROK would
10332              be applicable)  Beware of leaks.
10333      Branch: perl
10334            ! pp_hot.c t/op/pat.t
10335 ____________________________________________________________________________
10336 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
10337         Log: UTF8 wasn't printing for PVMGs.
10338      Branch: perl
10339            ! dump.c
10340 ____________________________________________________________________________
10341 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
10342         Log: (Retracted by #11714)
10343              
10344              Okay analysis, debatable fix.  (The fix will inc
10345              the refcount of all temporary match objects,
10346              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
10347              which will then cause griping at untie() time
10348              ("inner references remain").
10349              
10350              Fix for ID 20010407.006: PL_reg_sv got wiped out
10351              by freetemps if the match target was a temporary
10352              (like function_call() =~ /.../), which in turn meant
10353              that the $1 et al stopped working if they had UTF-8
10354              in them.  Therefore bump up the refcount of PL_reg_sv.
10355      Branch: perl
10356            ! pp_hot.c t/op/pat.t
10357 ____________________________________________________________________________
10358 [ 11711] By: ams                                   on 2001/08/17  20:32:08
10359         Log: Subject: [PATCH] doesn't compile, was perl@11710
10360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10361              Date: Fri, 17 Aug 2001 23:21:10 +0200
10362              Message-Id: <20010817232110.C7041@rafael> 
10363      Branch: perl
10364            ! sharedsv.c
10365 ____________________________________________________________________________
10366 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
10367         Log: Update Changes.
10368      Branch: perl
10369            ! Changes patchlevel.h
10370 ____________________________________________________________________________
10371 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
10372         Log: Upgrade to libnet 1.0704.
10373      Branch: perl
10374            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
10375            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
10376            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
10377            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
10378            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
10379            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
10380            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
10381 ____________________________________________________________________________
10382 [ 11708] By: sky                                   on 2001/08/17  13:34:04
10383         Log: Let perl_clone copy PL_exit_flags
10384      Branch: perl
10385            ! sv.c
10386 ____________________________________________________________________________
10387 [ 11707] By: sky                                   on 2001/08/17  12:28:41
10388         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
10389      Branch: perl
10390            ! sharedsv.c sharedsv.h
10391 ____________________________________________________________________________
10392 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
10393         Log: The metaconfig unit change for #11705.
10394      Branch: metaconfig/U/perl
10395            ! Extensions.U
10396 ____________________________________________________________________________
10397 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
10398         Log: Allow the threads extension to be found if present.
10399      Branch: perl
10400            ! Configure
10401 ____________________________________________________________________________
10402 [ 11704] By: nick                                  on 2001/08/17  11:47:54
10403         Log: Mail -> change script (pre-alpha)
10404      Branch: perl
10405            + Porting/apply
10406 ____________________________________________________________________________
10407 [ 11703] By: sky                                   on 2001/08/17  07:11:24
10408         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
10409              Thanks to Tom Hospel for pointing out my error.
10410      Branch: perl
10411            ! op.h
10412 ____________________________________________________________________________
10413 [ 11702] By: sky                                   on 2001/08/17  04:18:11
10414         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
10415      Branch: perl
10416            ! embed.pl miniperlmain.c perl.c perl.h proto.h
10417 ____________________________________________________________________________
10418 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
10419         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
10420              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
10421      Branch: perl
10422            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10423            + lib/Lingua/KO/Hangul/Util/README
10424            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
10425            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
10426            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
10427            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
10428            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
10429            + lib/Unicode/Normalize/t/test.t
10430            ! MANIFEST
10431 ____________________________________________________________________________
10432 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
10433         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
10434              Date: Thu, 16 Aug 2001 22:46:15 -0500
10435              From: "Craig A. Berry" <craigberry@mac.com>
10436              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
10437      Branch: perl
10438            ! configure.com numeric.c
10439 ____________________________________________________________________________
10440 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
10441         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
10442              of the usual suspects (like getpwent) but not for others
10443              (like localtime and rand).  The _r versions are available
10444              for all of them, so let's use them.
10445      Branch: perl
10446            ! perl.h
10447 ____________________________________________________________________________
10448 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
10449         Log: (Accidental apply; thankfully empty.)
10450      Branch: perl
10451            ! hints/os390.sh
10452 ____________________________________________________________________________
10453 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
10454         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
10455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10456              Date: Thu, 16 Aug 2001 16:27:49 +0100
10457              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
10458      Branch: perl
10459            ! regexec.c t/op/re_tests
10460 ____________________________________________________________________________
10461 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
10462         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
10463              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10464              Date: Thu, 16 Aug 2001 18:50:01 +0100
10465              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
10466      Branch: perl
10467            ! pp_hot.c t/op/pat.t
10468 ____________________________________________________________________________
10469 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
10470         Log: Subject: [PATCH] *time_r again
10471              From: "Arthur Bergman" <arthur@contiller.se>
10472              Date: Thu, 16 Aug 2001 16:01:54 +0200
10473              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
10474      Branch: perl
10475            ! op.h
10476 ____________________________________________________________________________
10477 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
10478         Log: system() and backtick error handling cleanup from Craig A. Berry.
10479      Branch: perl
10480            ! vms/vms.c
10481 ____________________________________________________________________________
10482 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
10483         Log: change#10334 leaks memory, copies string when it doesn't
10484              need to
10485      Branch: perl
10486            ! perl.c
10487 ____________________________________________________________________________
10488 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
10489         Log: One more twist to the sprintf + utf8 testing.
10490      Branch: perl
10491            ! t/op/misc.t
10492 ____________________________________________________________________________
10493 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
10494         Log: Fix for 20010407.008 sprintf removes utf8-ness.
10495      Branch: perl
10496            ! pp.c t/op/misc.t
10497 ____________________________________________________________________________
10498 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
10499         Log: Subject: [PATCH] *time_r fixes
10500              From: "Arthur Bergman" <arthur@contiller.se>
10501              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
10502              Date: Thu, 16 Aug 2001 14:22:27 +0200
10503      Branch: perl
10504            ! op.h
10505 ____________________________________________________________________________
10506 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
10507         Log: Upgrade to CGI.pm 2.77.
10508      Branch: perl
10509            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
10510            ! lib/CGI/t/function.t
10511 ____________________________________________________________________________
10512 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
10513         Log: Document the bytes-to-Unicode upgrading.
10514      Branch: perl
10515            ! pod/perlunicode.pod
10516 ____________________________________________________________________________
10517 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
10518         Log: Add a test for Unicode sprintf.
10519      Branch: perl
10520            ! t/op/misc.t
10521 ____________________________________________________________________________
10522 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
10523         Log: Add Unicode tests for index/rindex.
10524      Branch: perl
10525            ! t/op/index.t
10526 ____________________________________________________________________________
10527 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
10528         Log: Document a bit the art of minimizing the installation,
10529              based on the p5p discussion.
10530      Branch: perl
10531            ! INSTALL
10532 ____________________________________________________________________________
10533 [ 11684] By: nick                                  on 2001/08/15  15:03:31
10534         Log: Integrate mainline
10535      Branch: perlio
10536           +> sharedsv.c sharedsv.h
10537           !> (integrate 53 files)
10538 ____________________________________________________________________________
10539 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
10540         Log: Update Changes.
10541      Branch: perl
10542            ! Changes patchlevel.h
10543 ____________________________________________________________________________
10544 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
10545         Log: The #11673 necessitated a test tweak.
10546      Branch: perl
10547            ! t/io/utf8.t
10548 ____________________________________________________________________________
10549 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
10550         Log: Also UNICOS is in the general case unable to silently
10551              handle fp overflows.
10552      Branch: perl
10553            ! numeric.c
10554 ____________________________________________________________________________
10555 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
10556         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
10557              NV_EPSILON #defined.
10558      Branch: perl
10559            ! perl.h
10560 ____________________________________________________________________________
10561 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
10562         Log: Re-establish the fp overflow detection for VAX VMS; there
10563              is no easy way to have the IEEE fp silent overflow semantics.
10564              (in Alpha VMS we still will use IEEE fp by default-- but it
10565              is still possible to configure Perl to use G_FLOAT)
10566      Branch: perl
10567            ! numeric.c
10568 ____________________________________________________________________________
10569 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
10570         Log: Subject: [PATCH] pp_lock 
10571              From: "Arthur Bergman" <arthur@contiller.se>
10572              Date: Wed, 15 Aug 2001 11:52:16 +0200
10573              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
10574      Branch: perl
10575            ! pp.c
10576 ____________________________________________________________________________
10577 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
10578         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
10579              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10580              Date: Wed, 15 Aug 2001 11:32:11 +0100
10581              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
10582      Branch: perl
10583            ! regcomp.c t/op/re_tests
10584 ____________________________________________________________________________
10585 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
10586         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
10587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10588              Date: Wed, 15 Aug 2001 10:33:49 +0100
10589              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
10590      Branch: perl
10591            ! regexec.c t/op/re_tests
10592 ____________________________________________________________________________
10593 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
10594         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
10595              From: Barrie Slaymaker <barries@slaysys.com>
10596              Date: Tue, 14 Aug 2001 14:32:25 -0400
10597              Message-ID: <20010814143225.A19822@jester.slaysys.com>
10598      Branch: perl
10599            ! lib/File/Spec.t lib/File/Spec/Unix.pm
10600 ____________________________________________________________________________
10601 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
10602         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
10603              From: Peter Prymmer <pvhp@forte.com>
10604              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
10605              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
10606      Branch: perl
10607            ! README.vms configure.com
10608 ____________________________________________________________________________
10609 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
10610         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
10611              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10612              Date: Tue, 14 Aug 2001 21:23:27 +0200
10613              Message-ID: <20010814212327.A1919@rafael>
10614      Branch: perl
10615            ! doio.c
10616 ____________________________________________________________________________
10617 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
10618         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
10619              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10620              Date: Tue, 14 Aug 2001 22:30:11 +0200
10621              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
10622              
10623              Combination of nmake, quoting, and Perl expanded $( in here-doc.
10624      Branch: perl
10625            ! ext/SDBM_File/Makefile.PL
10626 ____________________________________________________________________________
10627 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
10628         Log: Todo updates.
10629      Branch: perl
10630            ! pod/perltodo.pod
10631 ____________________________________________________________________________
10632 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
10633         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
10634              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10635              Date: Mon, 13 Aug 2001 23:15:01 +0200
10636              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
10637      Branch: perl
10638            ! sv.c
10639 ____________________________________________________________________________
10640 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
10641         Log: Subject: [PATCH] [b-]showlex.t
10642              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10643              Date: Sun, 12 Aug 2001 22:24:51 +0200
10644              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
10645              
10646              The 4nt command shell will expand the % in command line
10647              no matter what quoting is attempted, changed the % to @.
10648      Branch: perl
10649            ! ext/B/Showlex.t
10650 ____________________________________________________________________________
10651 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
10652         Log: Subject: [PATCH] magic.t
10653              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10654              Date: Sun, 12 Aug 2001 20:49:27 +0200
10655              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
10656      Branch: perl
10657            ! t/op/magic.t
10658 ____________________________________________________________________________
10659 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
10660         Log: Add sharedsv* to the DOSish platforms; plus add
10661              some WinCE files to the list of DOSish files.
10662      Branch: perl
10663            ! NetWare/Makefile Porting/makerel win32/Makefile
10664            ! win32/makefile.mk wince/Makefile.ce
10665 ____________________________________________________________________________
10666 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
10667         Log: More DOSish files.
10668      Branch: perl
10669            ! Porting/makerel
10670 ____________________________________________________________________________
10671 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
10672         Log: Strip CRs from the WinCE files.  Now we need to
10673              figure out in which CRs are really needed: probably
10674              Makefile.ce and the README files, at least, probably
10675              also the registry.bat.
10676      Branch: perl
10677            ! wince/Makefile.ce wince/README.compile wince/README.perlce
10678            ! wince/config.h wince/include/cectype.h wince/include/errno.h
10679            ! wince/include/sys/stat.h wince/include/sys/types.h
10680            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
10681            ! wince/perldll.def wince/registry.bat wince/wince.h
10682            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
10683 ____________________________________________________________________________
10684 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
10685         Log: Add some files to DOSish and writables.
10686      Branch: perl
10687            ! Porting/makerel
10688 ____________________________________________________________________________
10689 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
10690         Log: Compile failure message tidying.
10691      Branch: perl
10692            ! t/lib/1_compile.t
10693 ____________________________________________________________________________
10694 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
10695         Log: The new sharedsv* should be exported only if usethreads.
10696      Branch: perl
10697            ! makedef.pl
10698 ____________________________________________________________________________
10699 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
10700         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
10701              From: Peter Prymmer <pvhp@forte.com>
10702              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
10703              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
10704      Branch: perl
10705            ! README.os390
10706 ____________________________________________________________________________
10707 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
10708         Log: Update Changes.
10709      Branch: perl
10710            ! Changes patchlevel.h
10711 ____________________________________________________________________________
10712 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
10713         Log: Subject: [PATHC] sharedsv.[c|h]
10714              From: "Artur Bergman" <artur@contiller.se>
10715              Date: Mon, 13 Aug 2001 14:38:41 +0200
10716              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
10717              
10718              Subject: [PATCH] embed.pl
10719              From: Arthur Bergman <arthur@contiller.se>
10720              Date: Mon, 13 Aug 2001 14:38:14 +0200
10721              Message-ID: <B79D96D6.3088%arthur@contiller.se>
10722              
10723              Subject: [PATCH] sharedsv cleanups
10724              From: "Arthur Bergman" <arthur@contiller.se>
10725              Date: Mon, 13 Aug 2001 15:14:25 +0200
10726              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
10727              
10728              Plus few tweaks: _init needs to be Adp, the prototypes
10729              should not be revealed unless using ithreads, #endif FOO
10730              must be #endif /* FOO */, adding (parentheses) around
10731              do { } while doesn't work too well.
10732      Branch: perl
10733            + sharedsv.c sharedsv.h
10734            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
10735            ! perl.h perlapi.c pod/perlapi.pod proto.h
10736 ____________________________________________________________________________
10737 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
10738         Log: Subject: Re: END {} blocks run in perl_run
10739              From: Arthur Bergman <arthur@contiller.se>
10740              Date: Mon, 13 Aug 2001 11:11:30 +0200
10741              Message-ID: <B79D6661.3068%arthur@contiller.se>
10742      Branch: perl
10743            ! perl.c
10744 ____________________________________________________________________________
10745 [ 11657] By: nick                                  on 2001/08/13  09:03:02
10746         Log: Integrate mainline
10747      Branch: perlio
10748           +> (branch 326 files)
10749            - (delete 330 files)
10750           !> (integrate 85 files)
10751 ____________________________________________________________________________
10752 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
10753         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
10754              and the Perl will be built to do that by default (adding that
10755              will break scripts having non-UTF-8 binary data, such as Latin-1.)
10756      Branch: perl
10757            ! op.c toke.c utf8.h
10758 ____________________________________________________________________________
10759 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
10760         Log: Unnecessary downgrades.
10761      Branch: perl
10762            ! doop.c
10763 ____________________________________________________________________________
10764 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
10765         Log: Failure not true anymore (probably caused by my broken setup).
10766      Branch: perl
10767            ! t/op/pat.t
10768 ____________________________________________________________________________
10769 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
10770         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
10771              stopped working).
10772      Branch: perl
10773            ! op.h pp_ctl.c regcomp.c
10774 ____________________________________________________________________________
10775 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
10776         Log: There is no IN_UTF8.
10777      Branch: perl
10778            ! utf8.h
10779 ____________________________________________________________________________
10780 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
10781         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
10782      Branch: perl
10783            ! op.c op.h pp_ctl.c regcomp.c
10784 ____________________________________________________________________________
10785 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
10786         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
10787              and a test tweak.
10788      Branch: perl
10789            ! op.c t/pod/find.t
10790 ____________________________________________________________________________
10791 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
10792         Log: Todo updates and fixes.
10793      Branch: perl
10794            ! pod/perltodo.pod
10795 ____________________________________________________________________________
10796 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
10797         Log: Mark tests (and one module) having explicit Latin-1
10798              (and one file having explicit UTF-8) with an explicit
10799              'no utf8' (and one explicit 'use utf8').
10800              
10801              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
10802      Branch: perl
10803            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
10804            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
10805            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
10806 ____________________________________________________________________________
10807 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
10808         Log: Subject: SV: END {} blocks run in perl_run
10809              From: "Arthur Bergman" <arthur@contiller.se>
10810              Date: Sun, 12 Aug 2001 00:34:28 +0200 
10811              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
10812      Branch: perl
10813            ! miniperlmain.c perl.c
10814 ____________________________________________________________________________
10815 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
10816         Log: Typos in #11645.
10817      Branch: perl
10818            ! perl.h
10819 ____________________________________________________________________________
10820 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
10821         Log: On ithreads default to use_reentrant except on naturally
10822              threadsafe platforms.
10823      Branch: perl
10824            ! perl.h
10825 ____________________________________________________________________________
10826 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
10827         Log: (Hopefully) a fix for 20010723.004: make install needs
10828              write permission in build directory.  The problem was
10829              probably caused by overeager sprinkling of the lib/re.pm
10830              dependencies (which was done to guarantee lib/re.pm being
10831              uptodate for parallel makes: now solved by funneling that
10832              through an explicit recursive make in the preplibrary target).
10833      Branch: perl
10834            ! Makefile.SH
10835 ____________________________________________________________________________
10836 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
10837         Log: Dispell the "use utf8" superstition.
10838      Branch: perl
10839            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
10840            ! pod/perlunicode.pod
10841 ____________________________________________________________________________
10842 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
10843         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10844              From: "Abigail" <abigail@foad.org> 
10845              Date: Sat, 11 Aug 2001 23:49:49 +0200
10846              Message-ID: <20010811214950.23255.qmail@foad.org>
10847      Branch: perl
10848            ! t/op/taint.t
10849 ____________________________________________________________________________
10850 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
10851         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10852              From: Abhijit Menon-Sen <ams@wiw.org>
10853              Date: Sat, 11 Aug 2001 06:18:19 +0530
10854              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
10855      Branch: perl
10856            ! mg.c
10857 ____________________________________________________________________________
10858 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
10859         Log: Test for change #11639.
10860      Branch: perl
10861            ! t/op/tiehandle.t
10862 ____________________________________________________________________________
10863 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
10864         Log: Subject: Re: Can't localize *FH, then tie it
10865              From: Abhijit Menon-Sen <ams@wiw.org>
10866              Date: Sun, 12 Aug 2001 16:08:06 +0530
10867              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
10868      Branch: perl
10869            ! pp_hot.c pp_sys.c
10870 ____________________________________________________________________________
10871 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
10872         Log: Drop all the unnecessary "use utf8" clauses and some of
10873              the unnecessary "use bytes" ones.
10874              
10875              TODO: scour the documentation for unnecessary "use utf8"
10876              and prominently display it in perldelta when the time comes.
10877              ("use utf8" should be necessary ONLY if one wants the script
10878              to be in UTF-8.)  Also should be checked in some non-ASCII
10879              non-Latin-1 platform, like EBCDIC.
10880      Branch: perl
10881            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
10882            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
10883 ____________________________________________________________________________
10884 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
10885         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
10886              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
10887              in Unicode handling.
10888      Branch: perl
10889            + t/op/lc.t
10890            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
10891 ____________________________________________________________________________
10892 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
10893         Log: Thinko: we want the flags for native cc, not gcc.
10894      Branch: perl
10895            ! hints/dec_osf.sh
10896 ____________________________________________________________________________
10897 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
10898         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
10899              From: Robin Houston <robin@kitsite.com>
10900              Date: Fri, 10 Aug 2001 14:42:02 +0100
10901              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
10902      Branch: perl
10903            ! pp.c
10904 ____________________________________________________________________________
10905 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
10906         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
10907              From: Abhijit Menon-Sen <ams@wiw.org>
10908              Date: Sat, 11 Aug 2001 16:31:04 +0530
10909              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
10910      Branch: perl
10911            ! op.c
10912 ____________________________________________________________________________
10913 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
10914         Log: Get rid of indread, from Abhijit Menon-Sen.
10915      Branch: perl
10916            ! pp_sys.c
10917 ____________________________________________________________________________
10918 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
10919         Log: CRLFgngngn.
10920      Branch: perl
10921            ! win32/Makefile win32/makefile.mk
10922 ____________________________________________________________________________
10923 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
10924         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
10925      Branch: perl
10926            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10927            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
10928            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
10929            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
10930            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
10931            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
10932            ! win32/Makefile win32/makefile.mk
10933 ____________________________________________________________________________
10934 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
10935         Log: Avoid #elif (less portable than #else #if).
10936      Branch: perl
10937            ! handy.h
10938 ____________________________________________________________________________
10939 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
10940         Log: Subject: patch for perlvar.pod
10941              From: mah@everybody.org (Mark A. Hershberger)
10942              Date: 08 Aug 2001 17:03:16 -0500
10943              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
10944      Branch: perl
10945            ! pod/perlvar.pod
10946 ____________________________________________________________________________
10947 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
10948         Log: cpp commands must start (the # must be) at the column #0.
10949      Branch: perl
10950            ! op.c
10951 ____________________________________________________________________________
10952 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
10953         Log: If using gcc -B/foo/bar makedepend would give
10954              unnecessary warnings about unused -B/foo/bar.
10955      Branch: perl
10956            ! makedepend.SH
10957 ____________________________________________________________________________
10958 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
10959         Log: Update Changes.
10960      Branch: perl
10961            ! Changes patchlevel.h
10962 ____________________________________________________________________________
10963 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
10964         Log: s/z/tz/
10965      Branch: perl
10966            ! pod/perlfaq2.pod
10967 ____________________________________________________________________________
10968 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
10969         Log: Article nit.
10970      Branch: perl
10971            ! pod/perlfaq2.pod
10972 ____________________________________________________________________________
10973 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
10974         Log: Rename lib/unicode files to lib/unicore to avoid
10975              conflicts between core lib/unicode and Unicode::
10976              files in case-ignoring filesystems.
10977      Branch: perl
10978            + (add 325 files)
10979            - (delete 324 files)
10980            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
10981 ____________________________________________________________________________
10982 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
10983         Log: Upgrade to Math::BigInt 1.41.
10984      Branch: perl
10985            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
10986 ____________________________________________________________________________
10987 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
10988         Log: Subject: [PATCH] remove PL_na from typemap
10989              From: James <james@rf.net>
10990              Date: Mon, 06 Aug 2001 20:23:15 -0700
10991              Message-ID: <3B6F5F23.A31A81B1@rf.net>
10992              
10993              (had to be manually applied)
10994      Branch: perl
10995            ! lib/ExtUtils/typemap
10996 ____________________________________________________________________________
10997 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
10998         Log: The metaconfig unit changes for #11618.
10999      Branch: metaconfig/U/perl
11000            + d_fpclassl.U i_fp.U
11001 ____________________________________________________________________________
11002 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
11003         Log: Forgot this from #11618.
11004              
11005              NOTE: wince/config_H.ce needs updating.
11006      Branch: perl
11007            ! wince/config.ce
11008 ____________________________________________________________________________
11009 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
11010         Log: Introduce more floating point classifying APIs;
11011              try to define (most importantly) Perl_is{inf,nan}(x).
11012              
11013              For this first cut, assume none such APIs exist in non-UNIXoid
11014              platforms-- this is of course too unkind: Win32 rumoredly has
11015              _fpclass() and _isnan(), and VMS/VOS very probably have some
11016              of the APIs available.     The only thing Perl uses at the moment
11017              is Perl_isnan() (has been in use for a while now).
11018              
11019              NOTE: the Win32 and NetWare config_h.?c need regenerating.
11020      Branch: perl
11021            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
11022            ! Porting/config_H config_h.SH configure.com epoc/config.sh
11023            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
11024            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11025            ! vos/config.ga.h win32/config.bc win32/config.gc
11026            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11027            ! win32/config_H.vc wince/config.ce wince/config.h
11028 ____________________________________________________________________________
11029 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
11030         Log: Integrate change #11519 from perlio:
11031              
11032              Avoid testing for (non-)existance of "encoding(xxxx)"
11033              layer is called "encoding" the (xxxx) is an argument.
11034      Branch: perl
11035           !> lib/open.pm
11036 ____________________________________________________________________________
11037 [ 11616] By: nick                                  on 2001/08/09  07:50:24
11038         Log: Integrate mainline
11039      Branch: perlio
11040           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
11041           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
11042           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
11043           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
11044            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
11045            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
11046           !> (integrate 79 files)
11047 ____________________________________________________________________________
11048 [ 11615] By: nick                                  on 2001/08/09  06:23:44
11049         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
11050              layer is called "encoding" the (xxxx) is an argument.
11051      Branch: perlio
11052            ! lib/open.pm
11053 ____________________________________________________________________________
11054 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
11055         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
11056              From: Paul Johnson <paul@pjcj.net>
11057              Date: Wed, 8 Aug 2001 23:54:17 +0200
11058              Message-ID: <20010808235417.O1006@pjcj.net>
11059      Branch: perl
11060            ! ext/B/B/Concise.pm
11061 ____________________________________________________________________________
11062 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
11063         Log: Make VMS use IEEE math by default; reorder Tru64 hints
11064              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
11065              exception semantics) is always set if using (the new) cc.
11066      Branch: perl
11067            ! configure.com hints/dec_osf.sh
11068 ____________________________________________________________________________
11069 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
11070         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
11071              From: Abhijit Menon-Sen <ams@wiw.org>
11072              Date: Tue, 7 Aug 2001 17:16:05 +0530
11073              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
11074      Branch: perl
11075            ! pp_sys.c
11076 ____________________________________________________________________________
11077 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
11078         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
11079              From: "Craig A. Berry" <craigberry@mac.com>
11080              Date: Tue, 07 Aug 2001 22:27:47 -0500
11081              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
11082      Branch: perl
11083            ! t/run/exit.t
11084 ____________________________________________________________________________
11085 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
11086         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
11087              From: "Craig A. Berry" <craigberry@mac.com>
11088              Date: Tue, 07 Aug 2001 20:01:53 -0500
11089              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
11090      Branch: perl
11091            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
11092 ____________________________________________________________________________
11093 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
11094         Log: Update the magazine information.
11095      Branch: perl
11096            ! pod/perlfaq2.pod
11097 ____________________________________________________________________________
11098 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
11099         Log: Ignore SIGFPE everywhere.
11100      Branch: perl
11101            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
11102 ____________________________________________________________________________
11103 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
11104         Log: With permission, change the licensing of the docs by
11105              TomC (and Gnat) to comply with the rest of Perl.
11106      Branch: perl
11107            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11108            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11109            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11110            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
11111            ! pod/perltootc.pod
11112 ____________________________________________________________________________
11113 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
11114         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
11115              From: Andy Dougherty <doughera@lafayette.edu>
11116              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
11117              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
11118      Branch: perl
11119            ! hints/openbsd.sh
11120 ____________________________________________________________________________
11121 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
11122         Log: Subject: [PATCH] Makefile.SH test_prep dependency
11123              From: Andy Dougherty <doughera@lafayette.edu>
11124              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
11125              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
11126      Branch: perl
11127            ! Makefile.SH
11128 ____________________________________________________________________________
11129 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
11130         Log: Don't autogenerate the headers et alia,
11131              make regen_headers explicitly.
11132      Branch: perl
11133            ! Makefile.SH
11134 ____________________________________________________________________________
11135 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
11136         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
11137              From: Gurusamy Sarathy <gsar@ActiveState.com> 
11138              Date: Tue, 07 Aug 2001 08:33:26 -0700
11139              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
11140              
11141              Unnecessary dependency.
11142      Branch: perl
11143            ! embed.pl
11144 ____________________________________________________________________________
11145 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
11146         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
11147              From: Abhijit Menon-Sen <ams@wiw.org>
11148              Date: Tue, 7 Aug 2001 09:10:54 +0530
11149              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
11150      Branch: perl
11151            ! pp_hot.c
11152 ____________________________________________________________________________
11153 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
11154         Log: Subject: [PATCH perl@11597] B && BEGIN handling
11155              From: "James A. Duncan" <jduncan@fotango.com>
11156              Date: Mon, 6 Aug 2001 17:29:11 +0100
11157              Message-ID: <20010806172911.A2071@fotango.com>
11158              
11159              (the intrpvar.h addition moved to the end for bincompat)
11160      Branch: perl
11161            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
11162 ____________________________________________________________________________
11163 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
11164         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
11165      Branch: perl
11166           !> README.win32
11167 ____________________________________________________________________________
11168 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
11169         Log: fix URLs for fcrypt.c
11170      Branch: maint-5.6/perl
11171            ! README.win32
11172 ____________________________________________________________________________
11173 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
11174         Log: Yet another way to say Infinity: HP-UX calls its "++".
11175      Branch: perl
11176            ! lib/Math/BigInt/t/bigintpm.t
11177 ____________________________________________________________________________
11178 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
11179         Log: Update Changes.
11180      Branch: perl
11181            ! Changes patchlevel.h
11182 ____________________________________________________________________________
11183 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
11184         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
11185      Branch: perl
11186            ! pod/perlfaq5.pod
11187 ____________________________________________________________________________
11188 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
11189         Log: The #11593 wasn't right.
11190      Branch: perl
11191            ! lib/Math/BigInt/t/bigintpm.t
11192 ____________________________________________________________________________
11193 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
11194         Log: Subject: [PATCH: perl@11564] introducing perlivp
11195              From: Prymmer/Kahn <pvhp@best.com>
11196              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
11197              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
11198              
11199              Subject: Re: [PATCH: perl@11564] introducing perlivp
11200              From: Prymmer/Kahn <pvhp@best.com>
11201              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
11202              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
11203      Branch: perl
11204            + utils/perlivp.PL
11205            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
11206            ! win32/Makefile win32/makefile.mk
11207 ____________________________________________________________________________
11208 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
11209         Log: libcs are confused what to call Infinity.
11210      Branch: perl
11211            ! lib/Math/BigInt/t/bigintpm.t
11212 ____________________________________________________________________________
11213 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
11214         Log: Avoid SIGFPE in Tru64.
11215      Branch: perl
11216            ! numeric.c
11217 ____________________________________________________________________________
11218 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
11219         Log: Upgrade to Math::BigInt 1.40.
11220              
11221              NOTE: this patch necessitates doing something about
11222              infinity handling since the new bigintpm.t tests use
11223              infinity, which causes SIGFPEs at least in Tru64.
11224      Branch: perl
11225            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11226            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11227            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11228            ! lib/Math/BigInt/t/mbimbf.t
11229 ____________________________________________________________________________
11230 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
11231         Log: remove hardcoded cmd shell in testsuite
11232      Branch: perl
11233            ! t/op/glob.t t/op/magic.t t/op/stat.t
11234 ____________________________________________________________________________
11235 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
11236         Log: 4-arg select() was busted on windows because change#8178 didn't
11237              make it into mainline
11238      Branch: perl
11239            ! perl.h win32/include/sys/socket.h
11240 ____________________________________________________________________________
11241 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
11242         Log: Rename the Getopt::Long tests to be as they are
11243              in the Getopt::Long official distribution.
11244      Branch: perl
11245            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
11246            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
11247            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
11248            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
11249            ! MANIFEST
11250 ____________________________________________________________________________
11251 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
11252         Log: Upgrade to Getopt::Long 2.26.
11253      Branch: perl
11254            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
11255            ! MANIFEST lib/Getopt/Long.pm
11256 ____________________________________________________________________________
11257 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
11258         Log: Retract #10874 (the hack should be unnecessary by now)
11259      Branch: perl
11260            ! lib/Test/Harness.pm
11261 ____________________________________________________________________________
11262 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
11263         Log: avoid temp file littering in tests
11264      Branch: perl
11265            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
11266 ____________________________________________________________________________
11267 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
11268         Log: Subject: warning in sv.c: double format, NV arg
11269              From: "Philip Newton" <Philip.Newton@gmx.net>
11270              Date: Sun, 5 Aug 2001 19:41:07 +0200
11271              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
11272      Branch: perl
11273            ! sv.c
11274 ____________________________________________________________________________
11275 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
11276         Log: fix POSIX.t#13 for windos
11277      Branch: perl
11278            ! ext/POSIX/POSIX.t
11279 ____________________________________________________________________________
11280 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
11281         Log: Add a test for PerlIO::Via.
11282      Branch: perl
11283            + ext/PerlIO/t/via.t
11284            ! MANIFEST ext/PerlIO/Via/Via.pm
11285 ____________________________________________________________________________
11286 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
11287         Log: flock() and link() are not available on Windows 9x
11288      Branch: perl
11289            ! win32/config_sh.PL
11290 ____________________________________________________________________________
11291 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
11292         Log: Some Tru64 C compilers have C++ components that confuse
11293              the ccversion parsing.
11294      Branch: perl
11295            ! hints/dec_osf.sh
11296 ____________________________________________________________________________
11297 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
11298         Log: (Reintroduce #11125)
11299              
11300              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
11301              From: Alan Burlison <Alan.Burlison@sun.com> 
11302              Date: Tue, 03 Jul 2001 15:20:13 +0100   
11303              Message-ID: <3B41D49D.A923D4F9@sun.com> 
11304      Branch: perl
11305            ! lib/ExtUtils/MM_Unix.pm
11306 ____________________________________________________________________________
11307 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
11308         Log: Little pointer juggling for HP-UX cc to avoid
11309              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
11310              followed by
11311              "error 1549: Modifiable lvalue required for assignment operator."
11312      Branch: perl
11313            ! hv.c
11314 ____________________________________________________________________________
11315 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
11316         Log: Continuation of #11575: SANY_SEEN completely deprecated,
11317              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
11318              plus a fix for the bug.
11319      Branch: perl
11320            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
11321 ____________________________________________________________________________
11322 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
11323         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
11324              From: Doug MacEachern <dougm@covalent.net>
11325              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
11326              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
11327      Branch: perl
11328            ! sv.c
11329 ____________________________________________________________________________
11330 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
11331         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
11332              the new CANY is the \C.  The problem reported and the
11333              test case supplied in
11334              
11335              Subject: UTF-8 bugs in string length & single line regex matches
11336              From: "Daniel P. Berrange" <dan@berrange.com>
11337              Date: Fri, 3 Aug 2001 11:39:33 +0100
11338              Message-ID: <20010803113932.A19318@berrange.com>
11339      Branch: perl
11340            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
11341            ! t/op/pat.t
11342 ____________________________________________________________________________
11343 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
11344         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
11345              From: Doug MacEachern <dougm@covalent.net>
11346              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
11347              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
11348      Branch: perl
11349            ! perl.c regexec.c
11350 ____________________________________________________________________________
11351 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
11352         Log: The #11572 didn't up the test count.
11353      Branch: perl
11354            ! t/op/length.t
11355 ____________________________________________________________________________
11356 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
11357         Log: Subject: UTF-8 bugs in string length & single line regex matches
11358              From: "Daniel P. Berrange" <dan@berrange.com>
11359              Date: Fri, 3 Aug 2001 11:39:33 +0100         
11360              Message-ID: <20010803113932.A19318@berrange.com>
11361              
11362              (the mg_length() fix)
11363      Branch: perl
11364            ! mg.c t/op/length.t
11365 ____________________________________________________________________________
11366 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
11367         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11368              From: Abhijit Menon-Sen <ams@wiw.org>
11369              Date: Sat, 4 Aug 2001 16:56:35 +0530
11370              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
11371      Branch: perl
11372            ! hv.c
11373 ____________________________________________________________________________
11374 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
11375         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11376              From: Abhijit Menon-Sen <ams@wiw.org>
11377              Date: Sat, 4 Aug 2001 16:16:03 +0530
11378              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
11379      Branch: perl
11380            ! hv.c
11381 ____________________________________________________________________________
11382 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
11383         Log: Subject: Re: [patch] refcount re ops
11384              From: Abhijit Menon-Sen <ams@wiw.org>
11385              Date: Sat, 4 Aug 2001 08:54:55 +0530
11386              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
11387      Branch: perl
11388            ! sv.c
11389 ____________________________________________________________________________
11390 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
11391         Log: Subject: [patch] refcount re ops
11392              From: Doug MacEachern <dougm@covalent.net>
11393              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
11394              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
11395      Branch: perl
11396            ! regcomp.c sv.c
11397 ____________________________________________________________________________
11398 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
11399         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
11400              From: Doug MacEachern <dougm@covalent.net>
11401              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
11402              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
11403      Branch: perl
11404            ! perl.c regexec.c
11405 ____________________________________________________________________________
11406 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
11407         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
11408              From: "Craig A. Berry" <craigberry@mac.com> 
11409              Date: Fri, 03 Aug 2001 16:16:16 -0500
11410              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
11411      Branch: perl
11412            ! t/op/misc.t
11413 ____________________________________________________________________________
11414 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
11415         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
11416              From: John Kristian <jmk2001@engineer.com>
11417              Date: Fri, 03 Aug 2001 00:59:08 -0700
11418              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
11419      Branch: perl
11420            ! win32/win32.c
11421 ____________________________________________________________________________
11422 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
11423         Log: Update Changes.
11424      Branch: perl
11425            ! Changes patchlevel.h
11426 ____________________________________________________________________________
11427 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
11428         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
11429              From: "Craig A. Berry" <craigberry@mac.com>
11430              Date: Thu, 02 Aug 2001 23:15:24 -0500
11431              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
11432      Branch: perl
11433            ! ext/B/Stash.t
11434 ____________________________________________________________________________
11435 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
11436         Log: Subject: [patch] plug PL_cshname leak
11437              From: Doug MacEachern <dougm@covalent.net>
11438              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
11439              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
11440      Branch: perl
11441            ! sv.c
11442 ____________________________________________________________________________
11443 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
11444         Log: Subject: [patch] plug PL_sh_path leak
11445              From: Doug MacEachern <dougm@covalent.net>
11446              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
11447              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
11448      Branch: perl
11449            ! sv.c
11450 ____________________________________________________________________________
11451 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
11452         Log: Subject: [patch] plug PL_regex_padav leaks
11453              From: Doug MacEachern <dougm@covalent.net>
11454              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
11455              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
11456      Branch: perl
11457            ! op.c op.h perl.c
11458 ____________________________________________________________________________
11459 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
11460         Log: Subject: [patch] plug PL_origargv leak
11461              From: Doug MacEachern <dougm@covalent.net>
11462              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
11463              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
11464      Branch: perl
11465            ! perl.c
11466 ____________________________________________________________________________
11467 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
11468         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11469              From: Abhijit Menon-Sen <ams@wiw.org>
11470              Date: Fri, 3 Aug 2001 06:38:11 +0530
11471              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
11472      Branch: perl
11473            ! hv.c
11474 ____________________________________________________________________________
11475 [ 11557] By: nick                                  on 2001/08/03  08:17:38
11476         Log: Integrate mainline
11477      Branch: perlio
11478           +> (branch 47 files)
11479            - lib/Switch/test.pl
11480           !> (integrate 49 files)
11481 ____________________________________________________________________________
11482 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
11483         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
11484              From: "Craig A. Berry" <craigberry@mac.com>
11485              Date: Thu, 02 Aug 2001 12:56:19 -0500
11486              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
11487      Branch: perl
11488            ! ext/B/Showlex.t
11489 ____________________________________________________________________________
11490 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
11491         Log: Be more careful about non-existent files.
11492      Branch: perl
11493            ! lib/File/Copy.pm
11494 ____________________________________________________________________________
11495 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
11496         Log: Subject: [PATCH resend] deparse empty formats
11497              From: Robin Houston <robin@kitsite.com> 
11498              Date: Thu, 2 Aug 2001 14:32:36 +0100
11499              Message-ID: <20010802143236.A894@robin.kitsite.com>
11500      Branch: perl
11501            ! ext/B/B/Deparse.pm
11502 ____________________________________________________________________________
11503 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
11504         Log: Subject: [patch] ithreads + refto fix improvement
11505              From: Doug MacEachern <dougm@covalent.net>
11506              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
11507              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
11508      Branch: perl
11509            ! pp.c
11510 ____________________________________________________________________________
11511 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
11512         Log: Readability nit from Abhijit.
11513      Branch: perl
11514            ! op.c
11515 ____________________________________________________________________________
11516 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
11517         Log: setproctitle() API version nit from Anton Berezin.
11518      Branch: perl
11519            ! mg.c
11520 ____________________________________________________________________________
11521 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
11522         Log: Add PerlCE to the docs.
11523      Branch: perl
11524            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11525            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11526 ____________________________________________________________________________
11527 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
11528         Log: Integrate the PerlCE (WinCE Perl) port;
11529              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
11530      Branch: perl
11531            + README.ce wince/FindExt.pm wince/Makefile.ce
11532            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
11533            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
11534            + wince/bin/search.pl wince/config.ce wince/config.h
11535            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
11536            + wince/dl_win32.xs wince/include/arpa/inet.h
11537            + wince/include/cectype.h wince/include/errno.h
11538            + wince/include/netdb.h wince/include/sys/socket.h
11539            + wince/include/sys/stat.h wince/include/sys/types.h
11540            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
11541            + wince/perl.rc wince/perldll.def wince/perllib.c
11542            + wince/perlmain.c wince/registry.bat wince/runperl.c
11543            + wince/splittree.pl wince/win32.h wince/win32iop.h
11544            + wince/win32thread.c wince/win32thread.h wince/wince.c
11545            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
11546            + wince/xdistclean.ksh wince/xmakediffs.ksh
11547            ! MANIFEST perl.c perl.h perlio.c
11548 ____________________________________________________________________________
11549 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
11550         Log: setproctitle() made simpler.  (This assumes the string is
11551              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
11552              should be used.  Note len, not len + 1.)  BSD-fu from Anton
11553              Berezin.
11554      Branch: perl
11555            ! mg.c
11556 ____________________________________________________________________________
11557 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
11558         Log: Subject: [PATCH] -Wall cleanup: op.c
11559              From: Richard Soderberg <rs@oregonnet.com>
11560              Date: Thu, 2 Aug 2001 00:17:09 -0700
11561              Message-Id: <200108020717.AAA26895@oregonnet.com>
11562              
11563              Subject: [PATCH] -Wall cleanup: sv.c
11564              From: Richard Soderberg <rs@oregonnet.com>
11565              Date: Thu, 2 Aug 2001 00:49:21 -0700
11566              Message-Id: <200108020749.AAA27492@oregonnet.com>
11567      Branch: perl
11568            ! op.c sv.c
11569 ____________________________________________________________________________
11570 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
11571         Log: Update Changes.
11572      Branch: perl
11573            ! Changes patchlevel.h
11574 ____________________________________________________________________________
11575 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
11576         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11577              From: Doug MacEachern <dougm@covalent.net>
11578              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
11579              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
11580      Branch: perl
11581            ! op.c
11582 ____________________________________________________________________________
11583 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
11584         Log: The #11541 didn't work under threads.
11585      Branch: perl
11586            ! op.c
11587 ____________________________________________________________________________
11588 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
11589         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
11590              From: Hugo <hv@crypt.compulink.co.uk>
11591              Date: Fri, 22 Jun 2001 01:19:08 +0100 
11592              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
11593              
11594              (Skip tests if accept() failed)
11595      Branch: perl
11596            ! ext/IO/lib/IO/t/io_unix.t
11597 ____________________________________________________________________________
11598 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
11599         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
11600              From: "Stian Seeberg" <sseeberg@nimsoft.no>
11601              Date: Mon, 30 Jul 2001 12:28:07 +0200
11602              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
11603      Branch: perl
11604            ! perl.h
11605 ____________________________________________________________________________
11606 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
11607         Log: Subject: Pluggable optimizer
11608              From: Simon Cozens <simon@netthink.co.uk>
11609              Date: Wed, 1 Aug 2001 13:57:02 -0700
11610              Message-ID: <20010801135702.I10442@netthink.co.uk>
11611      Branch: perl
11612            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
11613 ____________________________________________________________________________
11614 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
11615         Log: Subject: [ID 20010801.039] perlre.pod message typo
11616              From: Autrijus Tang <autrijus@geb.elixus.org>
11617              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
11618              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
11619      Branch: perl
11620            ! pod/perlre.pod
11621 ____________________________________________________________________________
11622 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
11623         Log: Test for change #11536.
11624      Branch: perl
11625            ! t/op/tiehandle.t
11626 ____________________________________________________________________________
11627 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
11628         Log: More test fixups for #11537.
11629      Branch: perl
11630            ! t/lib/warnings/4lint t/lib/warnings/9enabled
11631 ____________________________________________________________________________
11632 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
11633         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11634              From: Doug MacEachern <dougm@covalent.net>
11635              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
11636              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
11637      Branch: perl
11638            ! op.c t/TestInit.pm
11639 ____________________________________________________________________________
11640 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
11641         Log: Subject: [patch] ithreads + refto bug
11642              From: Doug MacEachern <dougm@covalent.net>
11643              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
11644              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
11645              
11646              (Test in change #11539)
11647      Branch: perl
11648            ! pp.c
11649 ____________________________________________________________________________
11650 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
11651         Log: Subject: [PATCH: perl@11523] fixups for t/harness
11652              From: Prymmer/Kahn <pvhp@best.com>
11653              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
11654              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
11655      Branch: perl
11656            ! t/harness
11657 ____________________________________________________________________________
11658 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
11659         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
11660              From: Prymmer/Kahn <pvhp@best.com>
11661              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
11662              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
11663      Branch: perl
11664            ! win32/Makefile win32/makefile.mk
11665 ____________________________________________________________________________
11666 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
11667         Log: Need to know the number of tests.
11668      Branch: perl
11669            ! t/run/exit.t
11670 ____________________________________________________________________________
11671 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
11672         Log: Subject: Re: new exit tests on VMS
11673              From: "Craig A. Berry" <craigberry@mac.com>
11674              Date: Tue, 31 Jul 2001 12:19:29 -0500
11675              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
11676      Branch: perl
11677            ! t/run/exit.t
11678 ____________________________________________________________________________
11679 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
11680         Log: Retract #11530 (the dTHX is needed under threads)
11681      Branch: perl
11682            ! perlio.c
11683 ____________________________________________________________________________
11684 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
11685         Log: (Retracted by #11531)
11686      Branch: perl
11687            ! perlio.c
11688 ____________________________________________________________________________
11689 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
11690         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
11691              From: Richard Soderberg <rs@crystalflame.net>
11692              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
11693              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
11694      Branch: perl
11695            ! unixish.h
11696 ____________________________________________________________________________
11697 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
11698         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
11699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11700              Date: Tue, 31 Jul 2001 05:39:09 -0400
11701              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
11702              
11703              (with a note about the case of UV being equal to long long)
11704      Branch: perl
11705            ! utils/h2xs.PL
11706 ____________________________________________________________________________
11707 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
11708         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
11709              From: "Craig A. Berry" <craigberry@mac.com>
11710              Date: Tue, 31 Jul 2001 14:57:43 -0500
11711              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
11712      Branch: perl
11713            ! t/io/fs.t
11714 ____________________________________________________________________________
11715 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
11716         Log: Fix for
11717              
11718              Subject: [ID 20010116.001] File::Copy truncates orig file 
11719              From: arbor@al37al08.telecel.pt
11720              Date: Tue, 16 Jan 2001 11:43:02 GMT
11721              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
11722              
11723              (copy($foo, $foo) would truncate $foo)
11724      Branch: perl
11725            ! lib/File/Copy.pm lib/File/Copy.t
11726 ____________________________________________________________________________
11727 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
11728         Log: Metaconfig unit change for #11524.
11729      Branch: metaconfig/U/perl
11730            ! Extras.U
11731 ____________________________________________________________________________
11732 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
11733         Log: Multiple modules didn't work; plus typo fixes.
11734      Branch: perl
11735            ! Configure
11736 ____________________________________________________________________________
11737 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
11738         Log: Update Changes.
11739      Branch: perl
11740            ! Changes patchlevel.h
11741 ____________________________________________________________________________
11742 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
11743         Log: Regen perlapi.
11744      Branch: perl
11745            ! pod/perlapi.pod
11746 ____________________________________________________________________________
11747 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
11748         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
11749              From: Dave Mitchell <davem@fdgroup.co.uk>
11750              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
11751              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
11752      Branch: perl
11753            ! sv.c
11754 ____________________________________________________________________________
11755 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
11756         Log: Regen toc.
11757      Branch: perl
11758            ! pod/perltoc.pod
11759 ____________________________________________________________________________
11760 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
11761         Log: Regen Porting stuff.
11762      Branch: perl
11763            ! Porting/Glossary Porting/config.sh Porting/config_H
11764 ____________________________________________________________________________
11765 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
11766         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
11767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11768              Date: Tue, 31 Jul 2001 05:34:38 -0400
11769              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
11770      Branch: perl
11771            ! utils/h2xs.PL
11772 ____________________________________________________________________________
11773 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
11774         Log: Metaconfig unit change for #11516. 
11775      Branch: metaconfig/U/perl
11776            ! gccvers.U
11777 ____________________________________________________________________________
11778 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
11779         Log: Add -Wall in cflags, not in Configure.
11780              (This way -Wall affects only the core and the core XS,
11781              not user modules' XS.  Concern from Paul Marquess,
11782              implementation idea from Andy Dougherty.)
11783      Branch: perl
11784            ! Configure cflags.SH
11785 ____________________________________________________________________________
11786 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
11787         Log: Metaconfig unit changes for #11514.
11788      Branch: metaconfig
11789            + U/modified/sysman.U
11790            ! U/installdirs/man1dir.U
11791 ____________________________________________________________________________
11792 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
11793         Log: Subject: Configure's detection of system manual
11794              From: Sean Dague <sean@dague.net> 
11795              Date: Sun, 13 May 2001 15:53:15 -0400
11796              Message-ID: <20010513155315.A15833@underhill.dague.net>
11797      Branch: perl
11798            ! Configure
11799 ____________________________________________________________________________
11800 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
11801         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
11802              From: Autrijus Tang <autrijus@autrijus.org> 
11803              Date: Thu, 21 Jun 2001 23:56:48 +0800
11804              Message-Id: <20010621235648.A57340@not.autrijus.org>
11805      Branch: perl
11806            ! pod/perlobj.pod
11807 ____________________________________________________________________________
11808 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
11809         Log: Subject: Typo in DB_File.pm
11810              From: "Philip Newton" <Philip.Newton@gmx.net>
11811              Date: Tue, 31 Jul 2001 06:19:35 +0200
11812              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
11813      Branch: perl
11814            ! ext/DB_File/DB_File.pm
11815 ____________________________________________________________________________
11816 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
11817         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
11818              From: "Stephen P. Potter" <spp@spotter.yi.org>
11819              Date: Wed, 30 May 2001 13:59:34 -0400
11820              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
11821      Branch: perl
11822            ! pod/perlre.pod
11823 ____________________________________________________________________________
11824 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
11825         Log: eval "format foo=" would loop indefinitely; reported in
11826              
11827              Subject: A load of old rubbish
11828              From: Mike Guy <mjtg@cam.ac.uk>
11829              Date: Mon, 14 May 2001 16:12:22 +0100
11830              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
11831              
11832              (The core dumps reported in there already fixed.)
11833      Branch: perl
11834            ! toke.c
11835 ____________________________________________________________________________
11836 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
11837         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
11838      Branch: perl
11839            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
11840            + lib/Switch/t/switch_case.t
11841            - lib/Switch/test.pl
11842            ! MANIFEST lib/Switch.pm
11843 ____________________________________________________________________________
11844 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
11845         Log: Subject: [PATCH @11505] DB_File-1.78
11846              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11847              Date: Mon, 30 Jul 2001 22:54:37 +0100
11848              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
11849      Branch: perl
11850            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11851            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11852 ____________________________________________________________________________
11853 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
11854         Log: Explain in more detail why -pipe and -fno-common are good.
11855      Branch: perl
11856            ! hints/darwin.sh
11857 ____________________________________________________________________________
11858 [ 11506] By: nick                                  on 2001/07/30  14:32:23
11859         Log: Integrate mainline
11860      Branch: perlio
11861           !> INSTALL Makefile.SH doio.c hints/darwin.sh
11862 ____________________________________________________________________________
11863 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
11864         Log: Perl hasn't been putting man pages into $prefix/lib for
11865              a long time now; pointed out by Andy Dougherty. 
11866      Branch: perl
11867            ! hints/darwin.sh
11868 ____________________________________________________________________________
11869 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
11870         Log: Document the extras Configure option.
11871      Branch: perl
11872            ! INSTALL
11873 ____________________________________________________________________________
11874 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
11875         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
11876              everywhere.
11877      Branch: perl
11878           !> doio.c
11879 ____________________________________________________________________________
11880 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
11881         Log: Doubly guard against invoking CPAN if no extras defined,
11882              pointed out by H. Merijn Brand.
11883      Branch: perl
11884            ! Makefile.SH
11885 ____________________________________________________________________________
11886 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
11887         Log: Fix O_RDONLY check to check for O_RDONLY.
11888      Branch: maint-5.6/macperl
11889            ! doio.c
11890 ____________________________________________________________________________
11891 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
11892         Log: Integrate miscellaneous changes from maint-5.6/perl.
11893      Branch: maint-5.6/macperl
11894           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
11895 ____________________________________________________________________________
11896 [ 11499] By: nick                                  on 2001/07/30  06:52:42
11897         Log: Integrate mainline
11898      Branch: perlio
11899           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
11900           +> win32/sync_ext.pl
11901            - win32/sncfnmcs.pl
11902           !> (integrate 71 files)
11903 ____________________________________________________________________________
11904 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
11905         Log: Update Changes.
11906      Branch: perl
11907            ! Changes patchlevel.h
11908 ____________________________________________________________________________
11909 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
11910         Log: Now Configure -Dextras=Foo::Bar and "make install" will
11911              fetch and install Foo::Bar.
11912      Branch: perl
11913            ! Makefile.SH
11914 ____________________________________________________________________________
11915 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
11916         Log: Metaconfig unit change for #11495.
11917      Branch: metaconfig/U/perl
11918            ! Extras.U
11919 ____________________________________________________________________________
11920 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
11921         Log: extras.make, extras.test, and extras.install make targets.
11922      Branch: perl
11923            ! Configure Makefile.SH
11924 ____________________________________________________________________________
11925 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
11926         Log: Metaconfig unit change for #11493.
11927      Branch: metaconfig/U/perl
11928            ! Extras.U
11929 ____________________________________________________________________________
11930 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
11931         Log: Better to have the list of extras in $extras than 'define'.
11932      Branch: perl
11933            ! Configure
11934 ____________________________________________________________________________
11935 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
11936         Log: The metaconfig unit change for #11490.
11937      Branch: metaconfig/U/perl
11938            + Extras.U
11939 ____________________________________________________________________________
11940 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
11941         Log: Missed from #11490 (the required dependency).
11942      Branch: perl
11943            ! Makefile.SH
11944 ____________________________________________________________________________
11945 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
11946         Log: Add the support of asking for extra modules or bundles of modules
11947              to be fetched from the CPAN and installed as a part of the Perl
11948              build process.  None of this installation is yet really done;
11949              only the list is asked, and saved away in extras.lst for
11950              the build and installation process to worry about later.
11951      Branch: perl
11952            ! Configure
11953 ____________________________________________________________________________
11954 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
11955         Log: Beginnings of better Inf and NaN support.
11956              At least toke.c and sv.c still need quite a bit of work.
11957      Branch: perl
11958            ! numeric.c perl.h
11959 ____________________________________________________________________________
11960 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
11961         Log: Top-level Makefile didn't honour OPTIMIZE.
11962      Branch: perl
11963            ! Makefile.SH
11964 ____________________________________________________________________________
11965 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
11966         Log: Update Changes.
11967      Branch: perl
11968            ! Changes patchlevel.h
11969 ____________________________________________________________________________
11970 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
11971         Log: Use Search::Dict 1.02 interface for charinfo().
11972      Branch: perl
11973            ! lib/UnicodeCD.pm
11974 ____________________________________________________________________________
11975 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
11976         Log: Now also allow transforming the read lines before comparing them.
11977              (This will help UnicodeCD.) 
11978      Branch: perl
11979            ! lib/Search/Dict.pm
11980 ____________________________________________________________________________
11981 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
11982         Log: Remove tiehandle code.
11983      Branch: perl
11984            ! lib/UnicodeCD.pm
11985 ____________________________________________________________________________
11986 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
11987         Log: Allow specifying a comparison function for Search::Dict::look().
11988      Branch: perl
11989            ! lib/Search/Dict.pm
11990 ____________________________________________________________________________
11991 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
11992         Log: Small UnicodeCD tweaks.
11993      Branch: perl
11994            ! lib/UnicodeCD.pm lib/UnicodeCD.t
11995 ____________________________________________________________________________
11996 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
11997         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
11998              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11999              Date: Tue, 24 Jul 2001 01:51:32 +0900
12000              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
12001      Branch: perl
12002            ! lib/UnicodeCD.pm lib/UnicodeCD.t
12003 ____________________________________________________________________________
12004 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
12005         Log: Subject: [PATCH] installperl
12006              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
12007              Date: Fri, 27 Jul 2001 19:05:04 -0700
12008              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
12009      Branch: perl
12010            ! installperl
12011 ____________________________________________________________________________
12012 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
12013         Log: Subject: [PATCH] Set proper compatibility versions in core
12014              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
12015              Date: Fri, 27 Jul 2001 20:01:49 -0700
12016              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
12017      Branch: perl
12018            ! Makefile.SH
12019 ____________________________________________________________________________
12020 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
12021         Log: Metaconfig unit change for #11477.
12022      Branch: metaconfig/U/perl
12023            ! dlsrc.U
12024 ____________________________________________________________________________
12025 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
12026         Log: Subject: [PATCH] Darwin: -fpic not so good
12027              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
12028              Date: Fri, 27 Jul 2001 18:57:38 -0700
12029              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
12030      Branch: perl
12031            ! Configure
12032 ____________________________________________________________________________
12033 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
12034         Log: Subject: [PATCH] Clean up Darwin hints
12035              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
12036              Date: Fri, 27 Jul 2001 19:13:15 -0700
12037              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
12038      Branch: perl
12039            ! hints/darwin.sh
12040 ____________________________________________________________________________
12041 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
12042         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
12043              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12044              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
12045              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
12046      Branch: perl
12047            ! pod/perlfunc.pod pp.c t/op/split.t
12048 ____________________________________________________________________________
12049 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
12050         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
12051              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12052              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
12053              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
12054      Branch: perl
12055            ! pod/perlvar.pod
12056 ____________________________________________________________________________
12057 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
12058         Log: Subject: [PATCH] fixes to constant.pm documentation
12059              From: Ilmari Karonen <iltzu@sci.fi>
12060              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
12061              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
12062      Branch: perl
12063            ! lib/constant.pm
12064 ____________________________________________________________________________
12065 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
12066         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
12067              From: "Philip Newton" <Philip.Newton@gmx.net>
12068              Date: Fri, 27 Jul 2001 07:51:10 +0200
12069              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
12070      Branch: perl
12071            ! pod/perlport.pod
12072 ____________________________________________________________________________
12073 [ 11471] By: nick                                  on 2001/07/26  06:23:32
12074         Log: Subject:  [PATCH] Doc fix for perlguts / threading
12075              From:  Arthur Bergman <arthur@contiller.se>
12076              Date:  Wed, 25 Jul 2001 11:28:23 +0200
12077              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
12078      Branch: perl
12079            ! pod/perlguts.pod
12080 ____________________________________________________________________________
12081 [ 11470] By: nick                                  on 2001/07/26  06:21:06
12082         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
12083              From:  Philip Newton <Philip.Newton@gmx.net>
12084              Date:  Wed, 25 Jul 2001 08:19:47 +0200
12085              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
12086      Branch: perl
12087            ! INSTALL
12088 ____________________________________________________________________________
12089 [ 11469] By: nick                                  on 2001/07/26  06:20:25
12090         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
12091              From:  Philip Newton <Philip.Newton@gmx.net>
12092              Date:  Wed, 25 Jul 2001 08:12:48 +0200
12093              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
12094      Branch: perl
12095            ! INSTALL
12096 ____________________________________________________________________________
12097 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
12098         Log: More +x.
12099      Branch: perl
12100            ! Porting/makerel
12101 ____________________________________________________________________________
12102 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
12103         Log: Update Changes.
12104      Branch: perl
12105            ! Changes patchlevel.h
12106 ____________________________________________________________________________
12107 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
12108         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
12109              From: "Philip Newton" <Philip.Newton@gmx.net>
12110              Date: Tue, 24 Jul 2001 06:45:55 +0200
12111              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
12112      Branch: perl
12113            ! os2/perlrexx.c
12114 ____________________________________________________________________________
12115 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
12116         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
12117              From: Peter Prymmer <pvhp@forte.com>
12118              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
12119              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
12120      Branch: perl
12121            ! pod/perlport.pod t/io/fs.t vms/test.com
12122 ____________________________________________________________________________
12123 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
12124         Log: Workaround on Cwd bootstrap problem.
12125      Branch: perl
12126            ! lib/ExtUtils/MakeMaker.pm
12127 ____________________________________________________________________________
12128 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
12129         Log: When in Rome, quote like the Romans do.
12130      Branch: perl
12131            ! cflags.SH
12132 ____________________________________________________________________________
12133 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
12134         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
12135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12136              Date: Mon, 23 Jul 2001 19:29:49 -0400
12137              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
12138      Branch: perl
12139            + os2/perlrexx.c
12140            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
12141            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
12142            ! t/op/write.t
12143 ____________________________________________________________________________
12144 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
12145         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
12146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12147              Date: Mon, 23 Jul 2001 18:43:42 -0400
12148              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
12149      Branch: perl
12150            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12151 ____________________________________________________________________________
12152 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
12153         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
12154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12155              Date: Mon, 23 Jul 2001 18:33:16 -0400
12156              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
12157      Branch: perl
12158            ! lib/ExtUtils/MakeMaker.pm
12159 ____________________________________________________________________________
12160 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
12161         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
12162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12163              Date: Mon, 23 Jul 2001 18:20:35 -0400
12164              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
12165      Branch: perl
12166            ! Makefile.SH cflags.SH
12167 ____________________________________________________________________________
12168 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
12169         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
12170              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
12171              Date: Mon, 23 Jul 2001 11:32:17 -0500
12172              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
12173      Branch: perl
12174            ! lib/ExtUtils/MakeMaker.pm
12175 ____________________________________________________________________________
12176 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
12177         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
12178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12179              Date: Mon, 23 Jul 2001 18:13:20 -0400
12180              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
12181      Branch: perl
12182            ! lib/perl5db.pl
12183 ____________________________________________________________________________
12184 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
12185         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
12186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12187              Date: Mon, 23 Jul 2001 18:07:40 -0400
12188              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
12189      Branch: perl
12190            ! op.c
12191 ____________________________________________________________________________
12192 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
12193         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
12194              From: "Craig A. Berry" <craigberry@mac.com>
12195              Date: Mon, 23 Jul 2001 15:35:06 -0500
12196              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
12197      Branch: perl
12198            ! util.c
12199 ____________________________________________________________________________
12200 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
12201         Log: Subject: [PATCH perlfaq9.pod typo]
12202              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
12203              Date: Mon, 23 Jul 2001 07:49:05 -0700
12204              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
12205      Branch: perl
12206            ! pod/perlfaq9.pod
12207 ____________________________________________________________________________
12208 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
12209         Log: Subject: win32\sncfnmcs.pl corrections
12210              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12211              Date: Mon, 23 Jul 2001 12:56:54 +0200
12212              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
12213              
12214              Rename the script a little bit more sensibly.
12215      Branch: perl
12216            + win32/sync_ext.pl
12217            - win32/sncfnmcs.pl
12218            ! MANIFEST README.win32
12219 ____________________________________________________________________________
12220 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
12221         Log: Test tweak.
12222      Branch: perl
12223            ! ext/B/Deparse.t
12224 ____________________________________________________________________________
12225 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
12226         Log: Metaconfig unit tweak for #11450.
12227      Branch: metaconfig/U/perl
12228            ! Mksymlinks.U
12229 ____________________________________________________________________________
12230 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
12231         Log: Too volatile failsafe check.
12232      Branch: perl
12233            ! Configure
12234 ____________________________________________________________________________
12235 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
12236         Log: Further doc tweaks.
12237      Branch: perl
12238            ! lib/UnicodeCD.pm
12239 ____________________________________________________________________________
12240 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
12241         Log: Doc tweaks.
12242      Branch: perl
12243            ! lib/UnicodeCD.pm
12244 ____________________________________________________________________________
12245 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
12246         Log: Doc tweakery from Abhijit.
12247      Branch: perl
12248            ! Porting/repository.pod
12249 ____________________________________________________________________________
12250 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
12251         Log: An accidental empty line.
12252      Branch: perl
12253            ! MANIFEST
12254 ____________________________________________________________________________
12255 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
12256         Log: Missing MANIFESTations.
12257      Branch: perl
12258            ! MANIFEST
12259 ____________________________________________________________________________
12260 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
12261         Log: Update Changes.
12262      Branch: perl
12263            ! Changes patchlevel.h
12264 ____________________________________________________________________________
12265 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
12266         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
12267              From: Mike Guy <mjtg@cam.ac.uk>
12268              Date: Fri, 20 Jul 2001 16:12:49 +0100
12269              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
12270      Branch: perl
12271            ! Porting/pumpkin.pod
12272 ____________________________________________________________________________
12273 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
12274         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
12275              From: Peter Prymmer <pvhp@forte.com>
12276              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
12277              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
12278      Branch: perl
12279            ! pod/perlhack.pod
12280 ____________________________________________________________________________
12281 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
12282         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
12283              From: Michael G Schwern <schwern@pobox.com>
12284              Date: Fri, 20 Jul 2001 20:22:35 -0400
12285              Message-ID: <20010720202235.O4498@blackrider>
12286      Branch: perl
12287            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
12288            ! lib/Test/t/todo.t
12289 ____________________________________________________________________________
12290 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
12291         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
12292              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12293              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
12294              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
12295      Branch: perl
12296            ! ext/POSIX/POSIX.pod
12297 ____________________________________________________________________________
12298 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
12299         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
12300              From: Mark-Jason Dominus <mjd@plover.com>
12301              Date: Fri, 20 Jul 2001 23:16:54 -0400
12302              Message-ID: <20010721031654.21877.qmail@plover.com>
12303      Branch: perl
12304            ! ext/POSIX/POSIX.pod
12305 ____________________________________________________________________________
12306 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
12307         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
12308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12309              Date: Sun, 22 Jul 2001 14:56:09 +0200
12310              Message-ID: <20010722145609.A766@rafael>
12311      Branch: perl
12312            ! ext/B/O.pm
12313 ____________________________________________________________________________
12314 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
12315         Log: Subject: regexec.c #define cleanup
12316              From: Mark-Jason Dominus <mjd@plover.com>
12317              Date: Sat, 21 Jul 2001 18:33:25 -0400
12318              Message-ID: <20010721223325.3069.qmail@plover.com>
12319      Branch: perl
12320            ! regexec.c
12321 ____________________________________________________________________________
12322 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
12323         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
12324              From: Prymmer/Kahn <pvhp@best.com>
12325              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
12326              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
12327      Branch: perl
12328            ! t/io/fs.t
12329 ____________________________________________________________________________
12330 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
12331         Log: Typo in #11432.
12332      Branch: perl
12333            ! ext/POSIX/POSIX.t
12334 ____________________________________________________________________________
12335 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
12336         Log: Integrate (manually) change #11424 from macperl.
12337      Branch: perl
12338            ! ext/Filter/t/call.t
12339 ____________________________________________________________________________
12340 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
12341         Log: Integrate change #11408 from macperl.
12342      Branch: perl
12343           !> README.macos pod/perlport.pod
12344 ____________________________________________________________________________
12345 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
12346         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
12347      Branch: perl
12348           +> macos/MacPerlTests.cmd macos/xsubpp.patch
12349            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12350            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
12351            ! ext/POSIX/POSIX.t
12352 ____________________________________________________________________________
12353 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
12354         Log: pod/*.t tests not picked up by t/TEST either
12355      Branch: maint-5.6/perl
12356            ! t/TEST
12357 ____________________________________________________________________________
12358 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
12359         Log: better tweak for change#11429 (windows has both / and \ separated
12360              paths in @INC at that point)
12361      Branch: maint-5.6/perl
12362            ! t/pod/testp2pt.pl
12363 ____________________________________________________________________________
12364 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
12365         Log: MacOS pod test tweak needs \Escape
12366      Branch: maint-5.6/perl
12367            ! t/pod/testp2pt.pl
12368 ____________________________________________________________________________
12369 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
12370         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
12371              resulting duplicate output, but t/harness isn't)
12372      Branch: maint-5.6/perl
12373            ! t/run/runenv.t
12374 ____________________________________________________________________________
12375 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
12376         Log: t/harness wasn't picking up all the tests
12377      Branch: maint-5.6/perl
12378            ! t/harness
12379 ____________________________________________________________________________
12380 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
12381         Log: update MANIFEST for new file
12382      Branch: maint-5.6/perl
12383            ! MANIFEST
12384 ____________________________________________________________________________
12385 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
12386         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
12387              the exception of the macperl/macos/... tree
12388      Branch: maint-5.6/perl
12389           +> t/lib/filefind-taint.t
12390           !> (integrate 72 files)
12391 ____________________________________________________________________________
12392 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
12393         Log: Fix test.
12394      Branch: maint-5.6/macperl
12395            ! macos/bundled_ext/Filter/t/call.t
12396 ____________________________________________________________________________
12397 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
12398         Log: Make perl fork()-safe (in a slightly limited way) even on
12399              platforms that don't have pthread_atfork() (extension of
12400              the fix in change#11151).
12401              
12402              Note that this will not help extensions that call fork()
12403              directly in C, or that link to libraries that call fork()
12404              directly.  Such cases must be fixed to either call
12405              PerlProc_fork(), or call atfork_lock() in parent before the
12406              calling the function that forks and call atfork_unlock()
12407              in both parent and child immediately after the fork().
12408              (There are no worries if C code calls exec() in the child
12409              immediately after a fork().  Only cases where the child
12410              calls perl's API functions (including New()) after the
12411              fork() are problematic.)
12412              
12413              This change also eliminates the use of vfork() from perl,
12414              since all such uses were violating the severe restrictions
12415              on modifying the state of the process between the vfork()
12416              and the exec().
12417              
12418              This is a modified version of patches suggested by Abhijit
12419              Menon-Sen and Richard Soderberg.
12420      Branch: perl
12421            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
12422            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
12423 ____________________________________________________________________________
12424 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
12425         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
12426              Switch, and Text::Balanced.
12427      Branch: maint-5.6/macperl
12428            + macos/bundled_ext/Filter/Util/Call/Call.pm
12429            + macos/bundled_ext/Filter/Util/Call/Call.xs
12430            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
12431            + macos/bundled_ext/Filter/t/MyFilter.pm
12432            + macos/bundled_ext/Filter/t/call.t
12433            + macos/bundled_ext/Filter/t/filter-util.pl
12434            + macos/bundled_lib/blib/lib/Class/ISA.pm
12435            + macos/bundled_lib/blib/lib/Digest.pm
12436            + macos/bundled_lib/blib/lib/Filter/Simple.pm
12437            + macos/bundled_lib/blib/lib/Switch.pm
12438            + macos/bundled_lib/blib/lib/Text/Balanced.pm
12439            + macos/bundled_lib/blib/lib/Text/Balanced.pod
12440            + macos/bundled_lib/t/Class/ISA/test.pl
12441            + macos/bundled_lib/t/Digest/Digest.t
12442            + macos/bundled_lib/t/Filter/Simple/test.pl
12443            + macos/bundled_lib/t/Switch/test.pl
12444            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
12445            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
12446            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
12447            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
12448            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
12449            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
12450            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
12451            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
12452 ____________________________________________________________________________
12453 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
12454         Log: Add Filter::Util::Call to config/make files; edit utils
12455              to recognize the module (it was descended too far down).
12456              Bump version to 5.6.1a4.
12457      Branch: maint-5.6/macperl
12458            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
12459            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
12460            ! macos/macperl/Makefile.mk macos/xsubpp.patch
12461 ____________________________________________________________________________
12462 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
12463         Log: Make DB_File the default for MLDBM on MacOS.
12464      Branch: maint-5.6/macperl
12465            ! macos/bundled_lib/blib/lib/MLDBM.pm
12466 ____________________________________________________________________________
12467 [ 11419] By: nick                                  on 2001/07/20  14:51:03
12468         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
12469              From:  Simon Cozens <simon@netthink.co.uk>
12470              Date:  Fri, 20 Jul 2001 11:42:35 -0400
12471              Message-Id:  <20010720114235.A5235@netthink.co.uk>
12472      Branch: perl
12473            ! lib/UnicodeCD.pm
12474 ____________________________________________________________________________
12475 [ 11418] By: nick                                  on 2001/07/20  14:48:12
12476         Log: Subject:  [PATCH regcomp.h] adds a comment
12477              From:  Abhijit Menon-Sen <ams@wiw.org>
12478              Date:  Fri, 20 Jul 2001 21:05:37 +0530
12479              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
12480      Branch: perl
12481            ! regcomp.h
12482 ____________________________________________________________________________
12483 [ 11417] By: nick                                  on 2001/07/20  14:16:38
12484         Log: Subject:  [PATCH 5.7.2] INSTALL updates
12485              From:  Andy Dougherty <doughera@lafayette.edu>
12486              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
12487              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
12488      Branch: perl
12489            ! INSTALL
12490 ____________________________________________________________________________
12491 [ 11416] By: nick                                  on 2001/07/20  06:44:44
12492         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
12493              From:  Russ Allbery <rra@stanford.edu>
12494              Date:  19 Jul 2001 15:52:37 -0700
12495              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
12496      Branch: perl
12497            ! lib/Pod/Man.pm
12498 ____________________________________________________________________________
12499 [ 11415] By: nick                                  on 2001/07/20  06:35:11
12500         Log: Subject:  [PATCH] defer op_seq allocation
12501              From:  Abhijit Menon-Sen <ams@wiw.org>
12502              Date:  Thu, 19 Jul 2001 22:12:24 +0530
12503              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
12504      Branch: perl
12505            ! op.c
12506 ____________________________________________________________________________
12507 [ 11414] By: nick                                  on 2001/07/20  06:23:36
12508         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
12509              From:  Abhijit Menon-Sen <ams@wiw.org>
12510              Date:  Fri, 20 Jul 2001 01:18:50 +0530
12511              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
12512              (Private e-mail)
12513      Branch: perl
12514            ! ext/Time/HiRes/HiRes.xs
12515 ____________________________________________________________________________
12516 [ 11413] By: nick                                  on 2001/07/20  06:18:53
12517         Log: Integrate mainline
12518      Branch: perlio
12519           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
12520            - t/base/commonsense.t
12521           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
12522           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
12523           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
12524           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
12525           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
12526           !> win32/win32.c
12527 ____________________________________________________________________________
12528 [ 11412] By: nick                                  on 2001/07/19  06:44:27
12529         Log: Integrate win32/perlhost.h from maintenance branch.
12530              (Rest of $ENV{PATH} / system() fix.)
12531      Branch: perl
12532           !> win32/perlhost.h
12533 ____________________________________________________________________________
12534 [ 11411] By: nick                                  on 2001/07/19  06:41:34
12535         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
12536              From:  Philip Newton <Philip.Newton@gmx.net>
12537              Date:  Wed, 18 Jul 2001 21:43:57 +0200
12538              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
12539      Branch: perl
12540            ! pod/perlhack.pod
12541 ____________________________________________________________________________
12542 [ 11410] By: nick                                  on 2001/07/19  06:39:35
12543         Log: Subject:  Security hole in taint checking in open()
12544              From:  deekoo@tentacle.net
12545              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
12546              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
12547      Branch: perl
12548            ! doio.c
12549 ____________________________________________________________________________
12550 [ 11409] By: nick                                  on 2001/07/19  06:28:08
12551         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
12552              From:  Abhijit Menon-Sen <ams@wiw.org>
12553              Date:  Thu, 19 Jul 2001 04:30:43 +0530
12554              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
12555      Branch: perl
12556            ! ext/Time/HiRes/HiRes.xs
12557 ____________________________________________________________________________
12558 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
12559         Log: Update docs with latest implementation information and new URLs.
12560      Branch: maint-5.6/macperl
12561            ! README.macos pod/perlport.pod
12562 ____________________________________________________________________________
12563 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
12564         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
12565              Fix BuildRules to accept optimization variables.
12566      Branch: maint-5.6/macperl
12567            + macos/bundled_ext/Digest/MD5/Makefile.mk
12568            ! macos/BuildRules.mk macos/Makefile.mk
12569            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
12570            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
12571 ____________________________________________________________________________
12572 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
12573         Log: Integrate changes 11399,11401
12574      Branch: maint-5.6/macperl
12575           !> win32/perlhost.h win32/win32.c
12576 ____________________________________________________________________________
12577 [ 11405] By: nick                                  on 2001/07/18  06:50:33
12578         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
12579              from perl5.6*
12580      Branch: perl
12581           !> win32/perlhost.h win32/win32.c
12582 ____________________________________________________________________________
12583 [ 11404] By: nick                                  on 2001/07/18  06:43:59
12584         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
12585              From:  hv@crypt0.demon.co.uk
12586              Date:  Wed, 18 Jul 2001 05:58:46 +0100
12587              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
12588      Branch: perl
12589            ! ext/POSIX/POSIX.t
12590 ____________________________________________________________________________
12591 [ 11403] By: nick                                  on 2001/07/18  06:38:57
12592         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
12593              From:  hv@crypt0.demon.co.uk
12594              Date:  Wed, 18 Jul 2001 05:21:54 +0100
12595              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
12596      Branch: perl
12597            ! numeric.c t/op/arith.t
12598 ____________________________________________________________________________
12599 [ 11402] By: nick                                  on 2001/07/18  06:19:17
12600         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
12601              From:  mjd@plover.com
12602              Date:  17 Jul 2001 17:59:20 -0000
12603              Message-Id:  <20010717175920.8177.qmail@plover.com>
12604      Branch: perl
12605            ! pod/perlre.pod
12606 ____________________________________________________________________________
12607 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
12608         Log: thinko in change#11400 (duh)
12609      Branch: maint-5.6/perl
12610            ! win32/perlhost.h
12611 ____________________________________________________________________________
12612 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
12613         Log: change#11399 revealed another unrelated bug; this is just a temporary
12614              bandaid
12615      Branch: maint-5.6/perl
12616            ! win32/perlhost.h
12617 ____________________________________________________________________________
12618 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
12619         Log: fix bugs in handling of the virtualized environment under windows;
12620              there were bugs in propagating any changes to %ENV down to the real
12621              environment when such changes happened in the toplevel process
12622              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
12623              problem identification, and for a part of the fix)
12624      Branch: maint-5.6/perl
12625            ! win32/perlhost.h win32/win32.c
12626 ____________________________________________________________________________
12627 [ 11398] By: nick                                  on 2001/07/17  08:26:35
12628         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12629              From: Peter Prymmer <pvhp@forte.com>
12630              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
12631              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
12632              
12633              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
12634              should not depend on existance of Config.pm
12635      Branch: perl
12636           +> t/lib/commonsense.t
12637            - t/base/commonsense.t
12638            ! MANIFEST t/README
12639 ____________________________________________________________________________
12640 [ 11397] By: nick                                  on 2001/07/17  08:09:58
12641         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
12642              From:  Michael G Schwern <schwern@pobox.com>
12643              Date:  Mon, 16 Jul 2001 18:20:31 -0400
12644              Message-Id:  <20010716182031.A1128@blackrider>
12645      Branch: perl
12646            ! pod/perlhack.pod
12647 ____________________________________________________________________________
12648 [ 11396] By: nick                                  on 2001/07/17  08:04:11
12649         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
12650              From:  Gwyn Judd <b.judd@xtra.co.nz>
12651              Date:  Tue, 17 Jul 2001 20:55:58 +1200
12652              Message-Id:  <20010717205558.A3107@thislove>
12653      Branch: perl
12654            ! pod/perlfunc.pod
12655 ____________________________________________________________________________
12656 [ 11395] By: nick                                  on 2001/07/17  08:02:22
12657         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
12658              From:  Peter Prymmer <pvhp@forte.com>
12659              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
12660              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
12661      Branch: perl
12662            ! t/op/sprintf.t
12663 ____________________________________________________________________________
12664 [ 11394] By: nick                                  on 2001/07/17  07:57:06
12665         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
12666              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
12667              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
12668              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
12669      Branch: perl
12670            ! gv.c
12671 ____________________________________________________________________________
12672 [ 11392] By: nick                                  on 2001/07/17  07:50:12
12673         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
12674              From:  Coral <coral@moonlight.crystalflame.net>
12675              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
12676              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
12677      Branch: perl
12678            ! pp_sys.c thread.h
12679 ____________________________________________________________________________
12680 [ 11391] By: nick                                  on 2001/07/17  07:34:28
12681         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
12682              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12683              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
12684              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
12685      Branch: perl
12686            ! utils/h2xs.PL
12687 ____________________________________________________________________________
12688 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
12689         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
12690              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
12691              and Mac::Apps::Launch, which don't work, and Time::HiRes and
12692              Time::Piece, which don't yet work.
12693      Branch: maint-5.6/macperl
12694            + (add 154 files)
12695 ____________________________________________________________________________
12696 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
12697         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
12698              Also add hack to get around missing setenv for PERL5DB.
12699      Branch: maint-5.6/macperl
12700            ! macos/macish.c macos/macish.h
12701 ____________________________________________________________________________
12702 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
12703         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
12704      Branch: maint-5.6/macperl
12705            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
12706            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
12707 ____________________________________________________________________________
12708 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
12709         Log: Fix up some configuration and make options, add extra
12710              extensions.
12711      Branch: maint-5.6/macperl
12712            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
12713            ! macos/macperl/Makefile.mk
12714 ____________________________________________________________________________
12715 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
12716         Log: From Change 11374 in maintperl.
12717      Branch: maint-5.6/macperl
12718           !> utils/h2ph.PL
12719 ____________________________________________________________________________
12720 [ 11385] By: nick                                  on 2001/07/16  14:12:58
12721         Log: Back out change to h2xs till it passes its test.
12722      Branch: perl
12723            ! utils/h2xs.PL
12724 ____________________________________________________________________________
12725 [ 11384] By: nick                                  on 2001/07/16  14:00:10
12726         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
12727              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12728              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
12729              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
12730      Branch: perl
12731            ! utils/h2xs.PL
12732 ____________________________________________________________________________
12733 [ 11383] By: nick                                  on 2001/07/16  13:53:12
12734         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
12735              From:  Robin Houston <robin@kitsite.com>
12736              Date:  Sun, 15 Jul 2001 18:22:31 +0100
12737              Message-Id:  <20010715182230.A11174@robin>
12738      Branch: perl
12739            ! hints/darwin.sh
12740 ____________________________________________________________________________
12741 [ 11382] By: nick                                  on 2001/07/16  13:52:49
12742         Log: Subject:  [PATCH perl@11372] re_dup
12743              From:  Radu Greab <radu@netsoft.ro>
12744              Date:  Sun, 15 Jul 2001 04:50:06 +0300
12745              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
12746      Branch: perl
12747            ! sv.c
12748 ____________________________________________________________________________
12749 [ 11379] By: nick                                  on 2001/07/16  13:35:39
12750         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
12751              From:  Robin Houston <robin@kitsite.com>
12752              Date:  Sat, 14 Jul 2001 14:28:50 +0100
12753              Message-Id:  <20010714142850.A10205@robin>
12754      Branch: perl
12755            ! ext/B/B/Deparse.pm
12756 ____________________________________________________________________________
12757 [ 11378] By: nick                                  on 2001/07/16  13:30:36
12758         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
12759              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
12760              Date:  Sat, 14 Jul 2001 22:17:42 +0900
12761              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
12762      Branch: perl
12763            + ext/Encode/Encode/euc-jp-0212.enc
12764            ! ext/Encode/Encode/Tcl.pm
12765 ____________________________________________________________________________
12766 [ 11377] By: nick                                  on 2001/07/16  13:17:28
12767         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
12768              From:  Andy Dougherty <doughera@lafayette.edu>
12769              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
12770              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
12771      Branch: perl
12772            ! hints/darwin.sh hints/rhapsody.sh
12773 ____________________________________________________________________________
12774 [ 11376] By: nick                                  on 2001/07/16  09:05:00
12775         Log: Integrate mainline
12776      Branch: perlio
12777           +> ext/Encode/Encode/7bit-greek.enc
12778           +> ext/Encode/Encode/7bit-latin1.enc
12779           +> ext/Encode/Encode/cns11643-1.enc
12780           +> ext/Encode/Encode/cns11643-2.enc
12781           +> ext/Encode/Encode/iso2022-cn.enc
12782           +> ext/Encode/Encode/iso2022-jp1.enc
12783           +> ext/Encode/Encode/iso2022-jp2.enc
12784           !> Changes Configure MANIFEST Makefile.SH
12785           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
12786           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
12787           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
12788           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
12789           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
12790 ____________________________________________________________________________
12791 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
12792         Log: integrate change#11374 from maint-5.6
12793              
12794              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12795      Branch: perl
12796           !> utils/h2ph.PL
12797 ____________________________________________________________________________
12798 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
12799         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12800      Branch: maint-5.6/perl
12801            ! utils/h2ph.PL
12802 ____________________________________________________________________________
12803 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
12804         Log: Update Changes.
12805      Branch: perl
12806            ! Changes patchlevel.h
12807 ____________________________________________________________________________
12808 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
12809         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
12810              From: Jonathan Stowe <gellyfish@gellyfish.com>
12811              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
12812              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
12813      Branch: perl
12814            ! utils/h2xs.PL
12815 ____________________________________________________________________________
12816 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
12817         Log: Subject: patch to add DEL to [:cntrl:]
12818              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12819              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
12820              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
12821      Branch: perl
12822            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
12823 ____________________________________________________________________________
12824 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
12825         Log: Metaconfig unit change for #11369; plus a dependency nit.
12826      Branch: metaconfig
12827            ! U/compline/nblock_io.U
12828      Branch: metaconfig/U/perl
12829            ! Extensions.U
12830 ____________________________________________________________________________
12831 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
12832         Log: #include <stdlib.h> so that exit() is prototyped,
12833              noticed by Hugo.
12834      Branch: perl
12835            ! Configure
12836 ____________________________________________________________________________
12837 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
12838         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12839              From: Peter Prymmer <pvhp@forte.com>
12840              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
12841              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
12842      Branch: perl
12843            ! t/op/sprintf.t
12844 ____________________________________________________________________________
12845 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
12846         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
12847              From: Peter Prymmer <pvhp@forte.com>
12848              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
12849              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
12850      Branch: perl
12851            ! ext/Encode/Encode/Tcl.t
12852 ____________________________________________________________________________
12853 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
12854         Log: Add information about gcc 3.0 basic block profiling.
12855      Branch: perl
12856            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
12857 ____________________________________________________________________________
12858 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
12859         Log: Subject: Error in lib/PerlIO/Via.pm ?
12860              From: Mark-Jason Dominus <mjd@plover.com>
12861              Date: Fri, 13 Jul 2001 15:55:41 -0400
12862              Message-ID: <20010713195541.26751.qmail@plover.com>
12863      Branch: perl
12864            ! ext/PerlIO/Via/Via.pm
12865 ____________________________________________________________________________
12866 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
12867         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
12868              section from the Compiler section.
12869      Branch: perl
12870            ! myconfig.SH
12871 ____________________________________________________________________________
12872 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
12873         Log: Handle glibc style of constant definitions using enum
12874              with intervening #defines; from Brendan O'Dea.
12875      Branch: perl
12876            ! utils/h2ph.PL
12877 ____________________________________________________________________________
12878 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
12879         Log: Add LC_MESSAGES to the locale_h export tag (it already is
12880              in the Makefile.PL and thusly eligible for an XS constant)
12881              (see also maintperl #10543)
12882      Branch: perl
12883            ! ext/POSIX/POSIX.pm
12884 ____________________________________________________________________________
12885 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
12886         Log: Subject: Re: [patch] re_dup
12887              From: Abhijit Menon-Sen <ams@wiw.org>
12888              Date: Fri, 13 Jul 2001 21:41:09 +0530
12889              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
12890      Branch: perl
12891            ! sv.c
12892 ____________________________________________________________________________
12893 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
12894         Log: Subject: [patch] re_dup
12895              From: Doug MacEachern <dougm@covalent.net>
12896              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
12897              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
12898      Branch: perl
12899            ! sv.c
12900 ____________________________________________________________________________
12901 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
12902         Log: Update Changes.
12903      Branch: perl
12904            ! Changes patchlevel.h
12905 ____________________________________________________________________________
12906 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
12907         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
12908              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
12909              Date: Sat, 14 Jul 2001 00:06:30 +0900
12910              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
12911      Branch: perl
12912            + ext/Encode/Encode/7bit-greek.enc
12913            + ext/Encode/Encode/7bit-latin1.enc
12914            + ext/Encode/Encode/cns11643-1.enc
12915            + ext/Encode/Encode/cns11643-2.enc
12916            + ext/Encode/Encode/iso2022-cn.enc
12917            + ext/Encode/Encode/iso2022-jp1.enc
12918            + ext/Encode/Encode/iso2022-jp2.enc
12919            ! MANIFEST ext/Encode/Encode/Tcl.pm
12920            ! ext/Encode/Encode/iso2022-kr.enc
12921 ____________________________________________________________________________
12922 [ 11357] By: nick                                  on 2001/07/13  14:24:06
12923         Log: Blind integrate mainline (as of 5.7.2?)
12924      Branch: perlio
12925           !> AUTHORS Changes Porting/config.sh Porting/config_H
12926           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
12927           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12928           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12929           !> win32/makefile.mk
12930 ____________________________________________________________________________
12931 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
12932         Log: Snip away the devel patchlevel.
12933      Branch: perl
12934            ! patchlevel.h
12935 ____________________________________________________________________________
12936 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
12937         Log: Bump the version to 5.7.2.
12938      Branch: perl
12939            ! Porting/config.sh Porting/config_H patchlevel.h
12940            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12941            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12942            ! win32/makefile.mk
12943 ____________________________________________________________________________
12944 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
12945         Log: Update Changes.
12946      Branch: perl
12947            ! Changes
12948 ____________________________________________________________________________
12949 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
12950         Log: Reword.
12951      Branch: perl
12952            ! AUTHORS
12953 ____________________________________________________________________________
12954 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
12955         Log: AUTHORS update.
12956      Branch: perl
12957            ! AUTHORS
12958 ____________________________________________________________________________
12959 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
12960         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
12961              unless ithreads.
12962      Branch: perl
12963            ! makedef.pl
12964 ____________________________________________________________________________
12965 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
12966         Log: Integrate perlio.
12967      Branch: perl
12968           !> win32/distclean.bat
12969 ____________________________________________________________________________
12970 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
12971         Log: Test the encoding transform only iff we have PerlIO,
12972              noticed by H. Merijn Brand.
12973      Branch: perl
12974            ! ext/PerlIO/t/encoding.t
12975 ____________________________________________________________________________
12976 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
12977         Log: README.netware tweaks from Ananth Kesari.
12978      Branch: perl
12979            ! README.netware
12980 ____________________________________________________________________________
12981 [ 11346] By: nick                                  on 2001/07/13  09:18:51
12982         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
12983              to avoid /unicode vs /Unicode issues.
12984      Branch: perlio
12985            ! win32/distclean.bat
12986 ____________________________________________________________________________
12987 [ 11345] By: nick                                  on 2001/07/13  06:24:18
12988         Log: Integrate mainline
12989      Branch: perlio
12990           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
12991            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
12992           !> (integrate 63 files)
12993 ____________________________________________________________________________
12994 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
12995         Log: Add d_bincompat5005 information to perl -V.
12996      Branch: perl
12997            ! myconfig.SH
12998 ____________________________________________________________________________
12999 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
13000         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
13001              From: Abhijit Menon-Sen <ams@wiw.org>
13002              Date: Fri, 13 Jul 2001 07:12:36 +0530
13003              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
13004      Branch: perl
13005            ! sv.c
13006 ____________________________________________________________________________
13007 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
13008         Log: Remove unicode::distinct, as per Inaba Hiroto.
13009      Branch: perl
13010            - lib/unicode/distinct.pm
13011            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
13012            ! t/lib/1_compile.t
13013 ____________________________________________________________________________
13014 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
13015         Log: Paging for Dr Octothorpe.
13016      Branch: perl
13017            ! pod/perlfaq4.pod
13018 ____________________________________________________________________________
13019 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
13020         Log: cut-n-paste error noticed by mjd.
13021      Branch: perl
13022            ! pod/perlfaq4.pod
13023 ____________________________________________________________________________
13024 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
13025         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
13026              From: Peter Prymmer <pvhp@forte.com>
13027              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
13028              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
13029      Branch: perl
13030            ! pod/perlfaq4.pod
13031 ____________________________________________________________________________
13032 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
13033         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
13034              From: Randall Gellens <randy@qualcomm.com>
13035              Date: Thu, 12 Jul 2001 16:56:23 -0700
13036              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
13037      Branch: perl
13038            ! Porting/repository.pod
13039 ____________________________________________________________________________
13040 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
13041         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
13042      Branch: perl
13043            ! thread.h
13044 ____________________________________________________________________________
13045 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
13046         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
13047              From: coral <coral@moonlight.crystalflame.net>
13048              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
13049              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
13050      Branch: perl
13051            ! thread.h
13052 ____________________________________________________________________________
13053 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
13054         Log: Metaconfig unit change for #11134.
13055      Branch: metaconfig
13056            + U/threads/d_pthread_atfork.U
13057 ____________________________________________________________________________
13058 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
13059         Log: Add HAS_PTHREAD_ATFORK.
13060      Branch: perl
13061            ! Configure NetWare/config.wc NetWare/config_H.wc
13062            ! Porting/Glossary Porting/config.sh Porting/config_H
13063            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
13064            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
13065            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13066            ! win32/config.gc win32/config.vc win32/config_H.bc
13067            ! win32/config_H.gc win32/config_H.vc
13068 ____________________________________________________________________________
13069 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
13070         Log: Subject: [PATCH] File::Copy fails on tied handles
13071              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
13072              Date: Thu, 12 Jul 2001 15:18:51 -0700
13073              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
13074      Branch: perl
13075            ! lib/File/Copy.pm
13076 ____________________________________________________________________________
13077 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
13078         Log: Subject: [PATCH] Langinfo.t
13079              From: Nicholas Clark <nick@ccl4.org>
13080              Date: Thu, 12 Jul 2001 23:55:38 +0100
13081              Message-ID: <20010712235538.M5827@plum.flirble.org>
13082      Branch: perl
13083            ! ext/I18N/Langinfo/Langinfo.t
13084 ____________________________________________________________________________
13085 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
13086         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
13087              From: Peter Prymmer <pvhp@forte.com>
13088              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
13089              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
13090      Branch: perl
13091            ! pod/perl572delta.pod
13092 ____________________________________________________________________________
13093 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
13094         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
13095              From: Abhijit Menon-Sen <ams@wiw.org>
13096              Date: Fri, 13 Jul 2001 05:21:16 +0530
13097              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
13098      Branch: perl
13099            ! sv.c
13100 ____________________________________________________________________________
13101 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
13102         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
13103              From: Abhijit Menon-Sen <ams@wiw.org>
13104              Date: Fri, 13 Jul 2001 03:04:25 +0530
13105              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
13106      Branch: perl
13107            ! av.c
13108 ____________________________________________________________________________
13109 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
13110         Log: s/^M$//g
13111      Branch: perl
13112            ! win32/Makefile win32/makefile.mk
13113 ____________________________________________________________________________
13114 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
13115         Log: Update Changes.
13116      Branch: perl
13117            ! Changes patchlevel.h
13118 ____________________________________________________________________________
13119 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
13120         Log: Typo spotted by Philip Newton.
13121      Branch: perl
13122            ! pod/perl572delta.pod
13123 ____________________________________________________________________________
13124 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
13125         Log: Subject: [PATCH] fixes perl_clone of perl_clone
13126              From: Artur Bergman <artur@contiller.se>
13127              Date: Thu, 12 Jul 2001 20:57:09 +0200
13128              Message-ID: <B773BFA4.236B%artur@contiller.se>
13129      Branch: perl
13130            ! sv.c
13131 ____________________________________________________________________________
13132 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
13133         Log: Add README.uts from Hal Morris.
13134      Branch: perl
13135            + README.uts
13136            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
13137            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13138 ____________________________________________________________________________
13139 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
13140         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
13141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13142              Date: Thu, 12 Jul 2001 20:32:37 +0200
13143              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
13144      Branch: perl
13145            ! hints/aix.sh
13146 ____________________________________________________________________________
13147 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
13148         Log: Subject: Patch: document reg_data.what member
13149              From: Mark-Jason Dominus <mjd@plover.com>
13150              Message-ID: <20010712182532.14821.qmail@plover.com>
13151              Date: Thu, 12 Jul 2001 14:25:32 -0400
13152      Branch: perl
13153            ! regcomp.c regcomp.h
13154 ____________________________________________________________________________
13155 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
13156         Log: Subject: [PATCH] Perl_re_dup()
13157              From: Abhijit Menon-Sen <ams@wiw.org>
13158              Date: Thu, 12 Jul 2001 23:54:32 +0530
13159              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
13160      Branch: perl
13161            ! embed.h embed.pl perlapi.c proto.h sv.c
13162 ____________________________________________________________________________
13163 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
13164         Log: Regen Configure, modlib, toc.
13165      Branch: perl
13166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13167            ! pod/perlmodlib.pod pod/perltoc.pod
13168 ____________________________________________________________________________
13169 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
13170         Log: The problem seems to be in PerlIO::Layer::->find() not
13171              accepting the ":encoding(blurflur)" arguments.
13172      Branch: perl
13173            ! lib/PerlIO.pm lib/open.pm
13174 ____________________________________________________________________________
13175 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
13176         Log: AIX doc update.
13177      Branch: perl
13178            ! README.aix pod/perl572delta.pod
13179 ____________________________________________________________________________
13180 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
13181         Log: Subject: AIX README update
13182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13183              Date: Thu, 12 Jul 2001 19:28:30 +0200
13184              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
13185      Branch: perl
13186            ! README.aix
13187 ____________________________________________________________________________
13188 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
13189         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
13190              From: Norton Allen <allen@huarp.harvard.edu>
13191              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
13192              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
13193      Branch: perl
13194            ! ext/IO/lib/IO/t/io_unix.t
13195 ____________________________________________________________________________
13196 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
13197         Log: Subject: [PATCH README.qnx hints/qnx.sh]
13198              From: Norton Allen <allen@huarp.harvard.edu>
13199              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
13200              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
13201      Branch: perl
13202            ! README.qnx hints/qnx.sh
13203 ____________________________________________________________________________
13204 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
13205         Log: Subject: [patch] faster PM_GETRE
13206              From: Doug MacEachern <dougm@covalent.net>
13207              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
13208              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
13209      Branch: perl
13210            ! op.h
13211 ____________________________________________________________________________
13212 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
13213         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
13214              From: Doug MacEachern <dougm@covalent.net>
13215              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
13216              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
13217      Branch: perl
13218            ! op.c
13219 ____________________________________________________________________________
13220 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
13221         Log: Tell where the nice Estonian database is.
13222      Branch: perl
13223            ! lib/open.pm
13224 ____________________________________________________________________________
13225 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
13226         Log: Retract #11309 since #11310 is a better fix.
13227      Branch: perl
13228            ! t/lib/1_compile.t
13229 ____________________________________________________________________________
13230 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
13231         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
13232              change#11300 needs to return the status of failed win32_spawnvp())
13233              
13234              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
13235              splitting correctly; remove unused variables; 'require' at run time
13236              rather than 'use' at compile time for I18N::Langinfo, since it
13237              isn't everyware
13238      Branch: perl
13239            ! lib/open.pm win32/win32.c
13240 ____________________________________________________________________________
13241 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
13242         Log: Temporary workaround.
13243      Branch: perl
13244            ! t/lib/1_compile.t
13245 ____________________________________________________________________________
13246 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
13247         Log: UCD typo in #11306 and add also more known-to-be-tested
13248              modules to the skip list.
13249      Branch: perl
13250            ! t/lib/1_compile.t
13251 ____________________________________________________________________________
13252 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
13253         Log: Rename Unicode::UCD to UnicodeCD to avoid
13254              messups with case-insensitive filesystems.
13255      Branch: perl
13256            + lib/UnicodeCD.pm lib/UnicodeCD.t
13257            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
13258            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
13259 ____________________________________________________________________________
13260 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
13261         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
13262              From: daniel@biz.bitpusher.com
13263              Date: Wed, 11 Jul 2001 23:25:47 -0700
13264              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
13265      Branch: perl
13266            ! lib/Tie/Array.pm t/op/splice.t
13267 ____________________________________________________________________________
13268 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
13269         Log: Subject: [PATCH] More accurate line numbers in messages
13270              From: Paul Johnson <paul@pjcj.net>
13271              Date: Thu, 12 Jul 2001 04:14:11 +0200
13272              Message-ID: <20010712041411.A3467@pjcj.net>
13273              
13274              (With prototyping and multiplicity tweaks.)
13275      Branch: perl
13276            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
13277 ____________________________________________________________________________
13278 [ 11304] By: nick                                  on 2001/07/12  12:53:40
13279         Log: Integrate mainline
13280      Branch: perlio
13281           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
13282           !> regexec.c thread.h
13283 ____________________________________________________________________________
13284 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
13285         Log: Cut-and-pasto in #11298.
13286      Branch: perl
13287            ! ext/ByteLoader/bytecode.h
13288 ____________________________________________________________________________
13289 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
13290         Log: Update the AIX known problems section.
13291      Branch: perl
13292            ! pod/perl572delta.pod
13293 ____________________________________________________________________________
13294 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
13295         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
13296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13297              Date: Thu, 12 Jul 2001 12:16:16 +0200
13298              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
13299      Branch: perl
13300            ! hints/aix.sh
13301 ____________________________________________________________________________
13302 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
13303         Log: Integrate perlio.
13304      Branch: perl
13305           !> makedef.pl win32/win32.c
13306 ____________________________________________________________________________
13307 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
13308         Log: Subject: [PATCH] fix for PMOP threadness failures
13309              From: Artur Bergman <artur@contiller.se>
13310              Date: Thu, 12 Jul 2001 09:48:06 +0200
13311              Message-ID: <B77322D6.22DD%artur@contiller.se>
13312      Branch: perl
13313            ! regexec.c
13314 ____________________________________________________________________________
13315 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
13316         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
13317              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13318              Date: Thu, 12 Jul 2001 09:09:48 +0200
13319              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
13320              
13321              More parentheses to keep bcc happy.
13322      Branch: perl
13323            ! ext/ByteLoader/bytecode.h
13324 ____________________________________________________________________________
13325 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
13326         Log: Subject: Re: [patch] pthread_atfork bandaid
13327              From: Doug MacEachern <dougm@covalent.net>
13328              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
13329              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
13330      Branch: perl
13331            ! thread.h
13332 ____________________________________________________________________________
13333 [ 11296] By: nick                                  on 2001/07/12  11:55:48
13334         Log: Exclude reentrant_buffer from .def file
13335      Branch: perlio
13336            ! makedef.pl
13337 ____________________________________________________________________________
13338 [ 11295] By: nick                                  on 2001/07/12  11:11:44
13339         Log: Honour void-ness of my_exit()
13340      Branch: perlio
13341            ! win32/win32.c
13342 ____________________________________________________________________________
13343 [ 11294] By: nick                                  on 2001/07/12  07:51:04
13344         Log: Integrate mainline
13345      Branch: perlio
13346           +> uts/sprintf_wrap.c
13347           !> (integrate 35 files)
13348 ____________________________________________________________________________
13349 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
13350         Log: Retract #11289.
13351      Branch: perl
13352            ! embed.h embed.pl perl.c proto.h thread.h
13353 ____________________________________________________________________________
13354 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
13355         Log: Now the :locale pseudolayer *almost* works...
13356      Branch: perl
13357            ! lib/open.pm
13358 ____________________________________________________________________________
13359 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
13360         Log: Locale encoding tweaks.
13361      Branch: perl
13362            ! lib/open.pm
13363 ____________________________________________________________________________
13364 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
13365         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
13366              From: Mark-Jason Dominus <mjd@plover.com>
13367              Date: Thu, 12 Jul 2001 00:59:31 -0400
13368              Message-ID: <20010712045931.8543.qmail@plover.com>
13369              
13370              Remove the chmod/umask leading zero warning.
13371      Branch: perl
13372            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
13373            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13374 ____________________________________________________________________________
13375 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
13376         Log: (Retracted by #11289.)
13377      Branch: perl
13378            ! embed.h embed.pl perl.c proto.h thread.h
13379 ____________________________________________________________________________
13380 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
13381         Log: Needed by #11283.
13382      Branch: perl
13383            ! intrpvar.h
13384 ____________________________________________________________________________
13385 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
13386         Log: Metaconfig unit change for #11286.
13387      Branch: metaconfig/U/perl
13388            ! patchlevel.U
13389 ____________________________________________________________________________
13390 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
13391         Log: Subject: Re: [PATCH Configure] perl -V broken
13392              From: Andy Dougherty <doughera@lafayette.edu>
13393              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
13394              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
13395      Branch: perl
13396            ! Configure myconfig.SH
13397 ____________________________________________________________________________
13398 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
13399         Log: Retract #11166 (and #11237).
13400      Branch: perl
13401            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
13402            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
13403            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13404 ____________________________________________________________________________
13405 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
13406         Log: UTS tweaks for Hal Morris.
13407      Branch: perl
13408            + uts/sprintf_wrap.c
13409            ! MANIFEST hints/uts.sh perl.h
13410 ____________________________________________________________________________
13411 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
13412         Log: Subject: [PATCH] Use reentrant API glibc
13413              From: Artur Bergman <artur@contiller.se>
13414              Date: Thu, 12 Jul 2001 00:58:21 +0200
13415              Message-ID: <B772A6AD.2288%artur@contiller.se>
13416      Branch: perl
13417            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
13418            ! sv.c
13419 ____________________________________________________________________________
13420 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
13421         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
13422              From: barries <barries@slaysys.com>
13423              Date: Wed, 11 Jul 2001 15:11:46 -0400
13424              Message-ID: <20010711151146.G24560@jester.slaysys.com>
13425      Branch: perl
13426            ! pp_sys.c t/lib/warnings/doio win32/win32.c
13427 ____________________________________________________________________________
13428 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
13429         Log: Subject: [patch] pthread_atfork bandaid
13430              From: Doug MacEachern <dougm@covalent.net>
13431              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
13432              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
13433      Branch: perl
13434            ! miniperlmain.c perl.c
13435 ____________________________________________________________________________
13436 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
13437         Log: Subject: [patch] perl_clone leaks
13438              From: Doug MacEachern <dougm@covalent.net>
13439              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
13440              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
13441      Branch: perl
13442            ! sv.c
13443 ____________________________________________________________________________
13444 [ 11279] By: nick                                  on 2001/07/11  15:49:38
13445         Log: Integrate mainline
13446      Branch: perlio
13447           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
13448           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
13449           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
13450           +> lib/Term/ANSIColor/README
13451           !> (integrate 54 files)
13452 ____________________________________________________________________________
13453 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
13454         Log: Update Changes.
13455      Branch: perl
13456            ! Changes patchlevel.h
13457 ____________________________________________________________________________
13458 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
13459         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
13460              From: Peter Prymmer <pvhp@forte.com>
13461              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
13462              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
13463              
13464              Backport of embed.pl to 5.003.
13465      Branch: perl
13466            ! embed.pl
13467 ____________________________________________________________________________
13468 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
13469         Log: Subject: Re: POSIX test #14 on UTS 
13470              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13471              Date: Wed, 11 Jul 2001 03:02:14 +0100
13472              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
13473      Branch: perl
13474            ! ext/POSIX/POSIX.t
13475 ____________________________________________________________________________
13476 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
13477         Log: Make the I32 an IV to preserve structure alignment and size.
13478      Branch: perl
13479            ! op.h
13480 ____________________________________________________________________________
13481 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
13482         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
13483              From: "Artur Bergman" <artur@contiller.se>
13484              Date: Wed, 11 Jul 2001 14:23:37 +0200
13485              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
13486              
13487              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
13488      Branch: perl
13489            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
13490            ! pod/perlapi.pod sv.c
13491 ____________________________________________________________________________
13492 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
13493         Log: Tweak until Pod::Parser gets updated.
13494      Branch: perl
13495            ! t/pod/special_seqs.xr
13496 ____________________________________________________________________________
13497 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
13498         Log: File::Spec usage tweak.
13499      Branch: perl
13500            ! lib/ExtUtils.t
13501 ____________________________________________________________________________
13502 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
13503         Log: Integrate #11263 from macperl; macos and macosx updates.
13504      Branch: perl
13505           !> pod/perlport.pod
13506 ____________________________________________________________________________
13507 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
13508         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
13509              From: Peter Prymmer <pvhp@forte.com>
13510              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
13511              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
13512      Branch: perl
13513            + ext/Time/HiRes/hints/dynixptx.pl
13514            ! MANIFEST hints/dynixptx.sh
13515 ____________________________________________________________________________
13516 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
13517         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
13518              From: Nicholas Clark <nick@ccl4.org>
13519              Date: Tue, 10 Jul 2001 23:17:43 +0100
13520              Message-ID: <20010710231742.B59620@plum.flirble.org>
13521      Branch: perl
13522            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
13523 ____________________________________________________________________________
13524 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
13525         Log: Subject: [DOC PATCH] Pluggable runops
13526              From: Paul Johnson <paul@pjcj.net>
13527              Date: Tue, 10 Jul 2001 21:53:28 +0200
13528              Message-ID: <20010710215328.B26577@pjcj.net>
13529      Branch: perl
13530            ! pod/perlguts.pod
13531 ____________________________________________________________________________
13532 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
13533         Log: Subject: [PATCH] Authors
13534              From: Artur Bergman <artur@contiller.se>
13535              Date: Tue, 10 Jul 2001 20:39:12 +0200
13536              Message-ID: <B771186F.21CD%artur@contiller.se>
13537      Branch: perl
13538            ! AUTHORS
13539 ____________________________________________________________________________
13540 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
13541         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
13542              From: Doug MacEachern <dougm@covalent.net>
13543              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
13544              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
13545      Branch: perl
13546            ! pp_ctl.c
13547 ____________________________________________________________________________
13548 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
13549         Log: Subject: doc patch; times() in scalar context
13550              From: mjd@plover.com
13551              Date: 10 Jul 2001 18:01:17 -0000
13552              Message-ID: <20010710180117.12477.qmail@plover.com>
13553      Branch: perl
13554            ! pod/perlfunc.pod
13555 ____________________________________________________________________________
13556 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
13557         Log: Subject: [PATCH] Small fix to pp_gmtime
13558              From: Artur Bergman <artur@contiller.se>
13559              Date: Tue, 10 Jul 2001 19:54:52 +0200
13560              Message-ID: <B7710E0B.21C5%artur@contiller.se>
13561      Branch: perl
13562            ! pp_sys.c
13563 ____________________________________________________________________________
13564 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
13565         Log: Integrate changes from mainline perl, add notes about
13566              Mac OS X and Mac OS.
13567      Branch: maint-5.6/macperl
13568            ! pod/perlport.pod
13569 ____________________________________________________________________________
13570 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
13571         Log: A proof of the dangers of package; ?
13572      Branch: perl
13573            ! t/lib/warnings/op
13574 ____________________________________________________________________________
13575 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
13576         Log: Regen toc and modlib.
13577      Branch: perl
13578            ! pod/perlmodlib.pod pod/perltoc.pod
13579 ____________________________________________________________________________
13580 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
13581         Log: Add compexcl(), casefold(), and casespec() interfaces;
13582              and make all interfaces to return hash references instead
13583              of hashes. 
13584      Branch: perl
13585            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13586 ____________________________________________________________________________
13587 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
13588         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
13589              From: "Philip Newton" <Philip.Newton@gmx.net>
13590              Date: Tue, 10 Jul 2001 09:55:59 +0200
13591              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
13592              
13593              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
13594              From: "Philip Newton" <Philip.Newton@gmx.net>
13595              Date: Tue, 10 Jul 2001 09:56:37 +0200
13596              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
13597      Branch: perl
13598            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13599            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
13600 ____________________________________________________________________________
13601 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
13602         Log: Subject: [patch] undef &xsub for 1,2
13603              From: Doug MacEachern <dougm@covalent.net>
13604              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
13605              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
13606              
13607              (This version of the patch with a comment from Gisle.)
13608      Branch: perl
13609            ! op.c
13610 ____________________________________________________________________________
13611 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
13612         Log: Mention package; deprecation and the Win32 problems.
13613      Branch: perl
13614            ! pod/perl572delta.pod
13615 ____________________________________________________________________________
13616 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
13617         Log: Subject: [PATCH] deprecate package with no arguments
13618              From: Robin Houston <robin@kitsite.com>
13619              Date: Tue, 10 Jul 2001 13:33:40 +0100
13620              Message-ID: <20010710133340.A13452@robin.kitsite.com>
13621      Branch: perl
13622            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
13623 ____________________________________________________________________________
13624 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
13625         Log: Upgrade to podlators 1.10.
13626      Branch: perl
13627            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13628            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13629            ! pod/pod2man.PL pod/pod2text.PL
13630 ____________________________________________________________________________
13631 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
13632         Log: Upgrade to Term::ANSIColor 1.04.
13633      Branch: perl
13634            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
13635            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
13636 ____________________________________________________________________________
13637 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
13638         Log: Integrate perlio (the right fix for the ":layer(args)")
13639      Branch: perl
13640           !> perlio.c
13641 ____________________________________________________________________________
13642 [ 11252] By: nick                                  on 2001/07/10  06:58:14
13643         Log: Fix open(...,"...:layer(xxx)",...)
13644              - use memEQ not strEQ as there is '(' not '\0'
13645      Branch: perlio
13646            ! perlio.c
13647 ____________________________________________________________________________
13648 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
13649         Log: Telling the number of tests helps.
13650      Branch: perl
13651            ! ext/PerlIO/t/encoding.t
13652 ____________________________________________________________________________
13653 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
13654         Log: Require I18N::Langinfo, not use.
13655      Branch: perl
13656            ! lib/open.pm
13657 ____________________________________________________________________________
13658 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
13659         Log: Add a test for for PerlIO ":encoding(...)" layer.
13660      Branch: perl
13661            + ext/PerlIO/t/encoding.t
13662            ! MANIFEST ext/Encode/Encode.pm
13663 ____________________________________________________________________________
13664 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
13665         Log: PerlIO ":encoding(foobar)" temporary fix.
13666              Not really correct, I think, since the change means
13667              that prefixes match.
13668      Branch: perl
13669            ! perlio.c
13670 ____________________________________________________________________________
13671 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
13672         Log: Update to Math::BigInt 1.36.  The biggest news is
13673              the separation of the backend; now the pure Perl
13674              implementation is in Math::BigInt::Calc, but one
13675              can plugin, say, Math::BigInt::BitVect, and get
13676              considerable speedup.
13677      Branch: perl
13678            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
13679            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13680            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
13681            ! lib/Math/BigInt/t/mbimbf.t
13682 ____________________________________________________________________________
13683 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
13684         Log: Subject: Re: compatibility question
13685              From: Peter Prymmer <pvhp@forte.com>
13686              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
13687              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
13688      Branch: perl
13689            ! lib/ExtUtils/MM_VMS.pm
13690 ____________________________________________________________________________
13691 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
13692         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
13693              From: Norton Allen <allen@huarp.harvard.edu>
13694              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
13695              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
13696      Branch: perl
13697            ! ext/File/Glob/t/basic.t
13698 ____________________________________________________________________________
13699 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
13700         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
13701              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13702              Date: Tue, 10 Jul 2001 00:29:55 +0900
13703              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
13704      Branch: perl
13705            + ext/Encode/Encode/HZ.enc
13706            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
13707            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
13708            ! ext/Encode/Encode/iso2022-jp.enc
13709            ! ext/Encode/Encode/iso2022-kr.enc
13710 ____________________________________________________________________________
13711 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
13712         Log: Add in all them there macos/ files.
13713      Branch: maint-5.6/macperl
13714            + (add 577 files)
13715 ____________________________________________________________________________
13716 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
13717         Log: Add the new modules to the list of having those own tests.
13718      Branch: perl
13719            ! t/lib/1_compile.t
13720 ____________________________________________________________________________
13721 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
13722         Log: Add INOUT to control both ways at the same time.
13723      Branch: perl
13724            ! lib/open.pm
13725 ____________________________________________________________________________
13726 [ 11240] By: nick                                  on 2001/07/09  16:33:50
13727         Log: Integrate mainline
13728      Branch: perlio
13729           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13730           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13731           !> (integrate 41 files)
13732 ____________________________________________________________________________
13733 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
13734         Log: More encoding mapping magic.
13735      Branch: perl
13736            ! lib/open.pm
13737 ____________________________________________________________________________
13738 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
13739         Log: Update Changes.
13740      Branch: perl
13741            ! Changes patchlevel.h
13742 ____________________________________________________________________________
13743 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
13744         Log: (Retracted by #11285).
13745              
13746              Subject: [PATCH] OPpCONST_OCTAL fixes
13747              From: Abhijit Menon-Sen <ams@wiw.org>
13748              Date: Mon, 9 Jul 2001 07:38:45 +0530
13749              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
13750      Branch: perl
13751            ! op.c
13752 ____________________________________________________________________________
13753 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
13754         Log: Add a pseudolayer ":locale" to the open pragma which
13755              will get the encoding from the locale.  Yet undocumented
13756              because I can't get the PerlIO :encoding(foobar) to work.
13757      Branch: perl
13758            ! ext/Encode/Encode.pm lib/open.pm
13759 ____________________________________________________________________________
13760 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
13761         Log: Add more encoding mappings.
13762      Branch: perl
13763            ! ext/Encode/Encode.pm
13764 ____________________________________________________________________________
13765 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
13766         Log: Document that using :encoding layer requires using Encode.
13767      Branch: perl
13768            ! ext/Encode/Encode.pm lib/PerlIO.pm
13769 ____________________________________________________________________________
13770 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
13771         Log: Netware tweak from Ananth Kesari.
13772      Branch: perl
13773            ! NetWare/netware.h
13774 ____________________________________________________________________________
13775 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
13776         Log: t/harness doesn't know about run/*.t
13777      Branch: perl
13778            ! t/harness
13779 ____________________________________________________________________________
13780 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
13781         Log: run/exit.t busted on windows
13782      Branch: perl
13783            ! t/run/exit.t
13784 ____________________________________________________________________________
13785 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
13786         Log: fix a couple of UCD.t tests that fail due to bad case
13787      Branch: perl
13788            ! lib/Unicode/UCD.t
13789 ____________________________________________________________________________
13790 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
13791         Log: test skip logic was broken
13792      Branch: perl
13793            ! ext/I18N/Langinfo/Langinfo.t
13794 ____________________________________________________________________________
13795 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
13796         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
13797              failure of ExtUtils.t#27 when built in debug mode)
13798      Branch: perl
13799            ! lib/ExtUtils/MM_Win32.pm
13800 ____________________________________________________________________________
13801 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
13802         Log: I18N::Langinfo is not available on windows
13803      Branch: perl
13804            ! win32/FindExt.pm
13805 ____________________________________________________________________________
13806 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
13807         Log: save a dTHX
13808      Branch: perl
13809            ! ext/POSIX/POSIX.xs
13810 ____________________________________________________________________________
13811 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
13812         Log: Update Changes.
13813      Branch: perl
13814            ! Changes patchlevel.h
13815 ____________________________________________________________________________
13816 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
13817         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
13818              as pointed out by Sarathy.
13819      Branch: perl
13820            ! ext/I18N/Langinfo/Langinfo.xs
13821 ____________________________________________________________________________
13822 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
13823         Log: Retract #11212.
13824      Branch: perl
13825            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13826 ____________________________________________________________________________
13827 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
13828         Log: Bump up the VERSION of Cwd.xs.
13829      Branch: perl
13830            ! ext/Cwd/Makefile.PL
13831 ____________________________________________________________________________
13832 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
13833         Log: Retract #11220, the problem wasn't the missing leading zero.
13834              Here's the problem:
13835              $ ./perl -we 'chmod(oct("755"), ".")'
13836              Non-octal literal mode (493) specified at -e line 1.
13837              (Did you mean 0493 instead?)
13838      Branch: perl
13839            ! lib/ExtUtils/MM_Unix.pm
13840 ____________________________________________________________________________
13841 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
13842         Log: (Retracted by #11221)
13843              Change the PERM_RW and PERM_RWX to 0644 and 0755
13844              (add the leading zero).
13845      Branch: perl
13846            ! lib/ExtUtils/MM_Unix.pm
13847 ____________________________________________________________________________
13848 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
13849         Log: Integrate changes #11193, 11205, 11209 from macperl.
13850              
13851              Fix up AutoLoader to fudge for Mac paths in import().
13852              
13853              Allow symbols in try_symbol() to begin with "_".
13854              
13855              Small portability fix for Mac OS.
13856      Branch: perl
13857           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
13858 ____________________________________________________________________________
13859 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
13860         Log: Metaconfig unit change for #11217.
13861      Branch: metaconfig/U/perl
13862            ! Extensions.U
13863 ____________________________________________________________________________
13864 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
13865         Log: Detypo, problem noticed by Gerrit P. Haase.
13866      Branch: perl
13867            ! Configure config_h.SH
13868 ____________________________________________________________________________
13869 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
13870         Log: Cwd cleanups.
13871      Branch: perl
13872            ! ext/Cwd/Cwd.xs
13873 ____________________________________________________________________________
13874 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
13875         Log: Slight tweaks on #11213.
13876      Branch: perl
13877            ! toke.c
13878 ____________________________________________________________________________
13879 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
13880         Log: A missing dTHX noticed by Gerrit P. Haase.
13881      Branch: perl
13882            ! ext/POSIX/POSIX.xs
13883 ____________________________________________________________________________
13884 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
13885         Log: Subject: [PATCH toke.c] Simplify yytoke()
13886              From: Simon Cozens <simon@netthink.co.uk>
13887              Date: Sun, 8 Jul 2001 13:24:34 +0100
13888              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
13889              
13890              Split out pending_ident().
13891      Branch: perl
13892            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
13893 ____________________________________________________________________________
13894 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
13895         Log: (Retracted by #11223.)
13896              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
13897              Date: Wed, 05 Nov 1997 17:22:34 -0600
13898              From: Graham Barr <gbarr@ti.com>
13899              Message-Id: <3460FFBA.6DA51F46@ti.com>
13900      Branch: perl
13901            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13902 ____________________________________________________________________________
13903 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
13904         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
13905      Branch: perl
13906            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13907            ! pod/perllocale.pod
13908 ____________________________________________________________________________
13909 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
13910         Log: Really do the test under the C locale.
13911      Branch: perl
13912            ! ext/I18N/Langinfo/Langinfo.t
13913 ____________________________________________________________________________
13914 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
13915         Log: Small portability fix for Mac OS.
13916      Branch: maint-5.6/macperl
13917            ! lib/Cwd.pm
13918 ____________________________________________________________________________
13919 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
13920         Log: Metaconfig unit change for #11207.
13921      Branch: metaconfig/U/perl
13922            ! Extensions.U
13923 ____________________________________________________________________________
13924 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
13925         Log: Add I18N::Langinfo, which is basically a wrapper around
13926              nl_langinfo(), which is an additional way to query locale
13927              specific information.
13928      Branch: perl
13929            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13930            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13931            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
13932 ____________________________________________________________________________
13933 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
13934         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
13935              used in File::Find tests; replace with if.t.
13936      Branch: maint-5.6/macperl
13937            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
13938            ! t/pragma/warn/op
13939 ____________________________________________________________________________
13940 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
13941         Log: Allow symbols in try_symbol() to begin with "_".
13942      Branch: maint-5.6/macperl
13943            ! makedef.pl
13944 ____________________________________________________________________________
13945 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
13946         Log: Sync up the File::Find changes from the rewrite by
13947              Thomas Wegner, et al.
13948      Branch: maint-5.6/macperl
13949            + t/lib/filefind-taint.t
13950            ! lib/File/Find.pm t/lib/filefind.t
13951 ____________________________________________________________________________
13952 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
13953         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
13954              From: Thomas Wegner <wegner_thomas@yahoo.com>
13955              Date: Thu, 5 Jul 2001 20:31:25 +0200
13956              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
13957      Branch: maint-5.6/macperl
13958            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
13959 ____________________________________________________________________________
13960 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
13961         Log: Some more test portability fixes.
13962      Branch: maint-5.6/macperl
13963            ! t/lib/filecopy.t t/pragma/warn/pp_sys
13964 ____________________________________________________________________________
13965 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
13966         Log: The #11200 removed wrong (non-existent) target.  Duh.
13967      Branch: perl
13968            ! Makefile.SH
13969 ____________________________________________________________________________
13970 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
13971         Log: Zap the lib/re.pm before creating it.
13972      Branch: perl
13973            ! Makefile.SH
13974 ____________________________________________________________________________
13975 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
13976         Log: Another test.  Please ignore.
13977      Branch: maint-5.6/macperl
13978            ! README.macos
13979 ____________________________________________________________________________
13980 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
13981         Log: Portability fixes for a lot of tests, especially IO-related
13982              tests, and warnings, and the harness script.
13983      Branch: maint-5.6/macperl
13984            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
13985            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
13986            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
13987            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
13988            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
13989            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
13990            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
13991            ! t/pragma/warnings.t
13992 ____________________________________________________________________________
13993 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
13994         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
13995              From: Nicholas Clark <nick@ccl4.org>
13996              Date: Sat, 7 Jul 2001 21:00:17 +0100
13997              Message-ID: <20010707210017.H59620@plum.flirble.org>
13998      Branch: perl
13999            ! lib/h2xs.t
14000 ____________________________________________________________________________
14001 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
14002         Log: The UNICOS/mk SysV IPC problem has been fixed.
14003      Branch: perl
14004            ! pod/perl572delta.pod
14005 ____________________________________________________________________________
14006 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
14007         Log: Slight update tweaks on perlunicode.pod.
14008      Branch: perl
14009            ! pod/perlunicode.pod
14010 ____________________________________________________________________________
14011 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
14012         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
14013              From: Mark-Jason Dominus <mjd@plover.com>
14014              Date: Sat, 07 Jul 2001 13:04:04 -0400
14015              Message-ID: <20010707170404.32694.qmail@plover.com>
14016      Branch: perl
14017            ! ext/DB_File/DB_File.pm
14018 ____________________________________________________________________________
14019 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
14020         Log: Fix up AutoLoader to fudge for Mac paths in import().
14021      Branch: maint-5.6/macperl
14022            ! lib/AutoLoader.pm
14023 ____________________________________________________________________________
14024 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
14025         Log: Try to force the lib/re.pm to be there before entering
14026              the extensions builds, should help for parallel makes.
14027      Branch: perl
14028            ! Makefile.SH
14029 ____________________________________________________________________________
14030 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
14031         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
14032              From: Norton Allen <allen@huarp.harvard.edu>
14033              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
14034              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
14035      Branch: perl
14036            ! ext/POSIX/POSIX.xs
14037 ____________________________________________________________________________
14038 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
14039         Log: Subject: [PATCH] Re: op/arith.t
14040              From: Nicholas Clark <nick@ccl4.org>
14041              Date: Sat, 7 Jul 2001 13:04:54 +0100
14042              Message-ID: <20010707130454.D59620@plum.flirble.org>
14043      Branch: perl
14044            ! numeric.c toke.c
14045 ____________________________________________________________________________
14046 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
14047         Log: Subject: [PATCH] h2xs
14048              From: Nicholas Clark <nick@ccl4.org>
14049              Date: Fri, 6 Jul 2001 23:25:14 +0100
14050              Message-ID: <20010706232514.X59620@plum.flirble.org>
14051      Branch: perl
14052            ! utils/h2xs.PL
14053 ____________________________________________________________________________
14054 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
14055         Log: Subject: Re: bleedperl perl_alloc..free leakage
14056              From: Radu Greab <radu@netsoft.ro>
14057              Date: Fri, 6 Jul 2001 19:48:54 +0300
14058              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
14059              
14060              Leak-be-gone.
14061      Branch: perl
14062            ! op.c
14063 ____________________________________________________________________________
14064 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
14065         Log: Test again.  Please ignore.
14066      Branch: maint-5.6/macperl
14067            ! README.macos
14068 ____________________________________________________________________________
14069 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
14070         Log: Test.  Please ignore.
14071      Branch: maint-5.6/macperl
14072            ! README.macos
14073 ____________________________________________________________________________
14074 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
14075         Log: Include changes already sent in separately as patches,
14076              before branch was created.
14077      Branch: maint-5.6/macperl
14078            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
14079            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
14080            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
14081            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
14082            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
14083            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
14084            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
14085            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
14086            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
14087            ! t/pragma/strict.t
14088 ____________________________________________________________________________
14089 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
14090         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
14091              From: Norton Allen <allen@huarp.harvard.edu>
14092              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
14093              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
14094      Branch: perl
14095            ! utf8.h
14096 ____________________________________________________________________________
14097 [ 11183] By: nick                                  on 2001/07/06  16:27:40
14098         Log: Integrate mainline
14099      Branch: perlio
14100           +> (branch 42 files)
14101            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
14102            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
14103            - win32/bin/mdelete.bat
14104           !> (integrate 215 files)
14105 ____________________________________________________________________________
14106 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
14107         Log: The #11166 needed also these updated.
14108      Branch: perl
14109            ! lib/warnings.pm warnings.h
14110 ____________________________________________________________________________
14111 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
14112         Log: Update Changes.
14113      Branch: perl
14114            ! Changes patchlevel.h
14115 ____________________________________________________________________________
14116 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
14117         Log: Regen toc.
14118      Branch: perl
14119            ! pod/perltoc.pod
14120 ____________________________________________________________________________
14121 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
14122         Log: Nit from Abhijit.
14123      Branch: perl
14124            ! lib/CPAN.pm
14125 ____________________________________________________________________________
14126 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
14127         Log: Retract #11172.
14128      Branch: perl
14129            ! t/op/method.t
14130 ____________________________________________________________________________
14131 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
14132         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
14133              From: Norton Allen <allen@huarp.harvard.edu>
14134              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
14135              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
14136      Branch: perl
14137            ! lib/Cwd.pm
14138 ____________________________________________________________________________
14139 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
14140         Log: (Accidentally empty check-in.)
14141      Branch: perl
14142            ! utf8.h
14143 ____________________________________________________________________________
14144 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
14145         Log: Retract #11165 since Sarathy pointed out it'll not
14146              work properly under threads, the problem should be
14147              solved using "the savestack, either via SSNEW() or
14148              using a newSVpv()+SAVEFREESV() combo."
14149      Branch: perl
14150            ! ext/POSIX/POSIX.xs
14151 ____________________________________________________________________________
14152 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
14153         Log: Retract #11125 since NI-S pointed out it'll not work in
14154              cases where the extension has their own handcrafted INC
14155              et alia.
14156      Branch: perl
14157            ! lib/ExtUtils/MM_Unix.pm
14158 ____________________________________________________________________________
14159 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
14160         Log: Subject: RE: [PATCH] -I and MakeMaker again
14161              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14162              Date: Fri, 6 Jul 2001 09:18:29 +0200
14163              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
14164      Branch: perl
14165            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
14166            ! lib/ExtUtils/MM_Win32.pm
14167 ____________________________________________________________________________
14168 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
14169         Log: (Retracted by #11178)
14170              Subject: [PATCH t/op/method.t] SUPER:: strangeness
14171              From: Piers Cawley <pdcawley@iterative-software.com>
14172              Date: 06 Jul 2001 10:49:01 +0100
14173              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
14174      Branch: perl
14175            ! t/op/method.t
14176 ____________________________________________________________________________
14177 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
14178         Log: VOS README update from Paul Green.
14179      Branch: perl
14180            ! README.vos
14181 ____________________________________________________________________________
14182 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
14183         Log: Subject: [PATCH README.qnx hints/qnx.sh]
14184              From: Norton Allen <allen@huarp.harvard.edu>
14185              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
14186              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
14187      Branch: perl
14188            ! README.qnx hints/qnx.sh
14189 ____________________________________________________________________________
14190 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
14191         Log: Subject: [PATCH] Doc patch for Tie::Hash
14192              From: Artur Bergman <artur@contiller.se>
14193              Date: Thu, 05 Jul 2001 22:51:18 +0200
14194              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
14195      Branch: perl
14196            ! lib/Tie/Hash.pm
14197 ____________________________________________________________________________
14198 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
14199         Log: Subject: [PATCH] perlfaq4.pod
14200              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
14201              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
14202              Date: Thu, 5 Jul 2001 18:44:10 +0100 
14203      Branch: perl
14204            ! pod/perlfaq4.pod
14205 ____________________________________________________________________________
14206 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
14207         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
14208              From: Robin Houston <robin@kitsite.com>
14209              Date: Thu, 5 Jul 2001 18:33:21 +0100
14210              Message-ID: <20010705183321.A27345@robin.kitsite.com>
14211      Branch: perl
14212            ! ext/B/B/Deparse.pm
14213 ____________________________________________________________________________
14214 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
14215         Log: (Retracted by #11285.)
14216              
14217              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
14218              From: Abhijit Menon-Sen <ams@wiw.org>
14219              Date: Fri, 6 Jul 2001 01:26:32 +0530
14220              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
14221      Branch: perl
14222            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
14223            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
14224            ! warnings.pl
14225 ____________________________________________________________________________
14226 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
14227         Log: (Retracted by #11175)
14228              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
14229              From: Norton Allen <allen@huarp.harvard.edu>
14230              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
14231              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
14232      Branch: perl
14233            ! ext/POSIX/POSIX.xs
14234 ____________________________________________________________________________
14235 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
14236         Log: Unterminated C< (noticed by Richard Hatch), and few other
14237              small Unicode doc tweaks.
14238      Branch: perl
14239            ! pod/perlretut.pod
14240 ____________________________________________________________________________
14241 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
14242         Log: More flexible argument understanding; add charblocks() and
14243              charscripts(); make charblock() and charscript() two-way;
14244              add charinrange(); separate the $Unicode::UCD::VERSION and
14245              the version of the Unicode by adding UnicodeVersion().
14246      Branch: perl
14247            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14248 ____________________________________________________________________________
14249 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
14250         Log: Update Unicode::UCD on \p{In...}.
14251      Branch: perl
14252            ! lib/Unicode/UCD.pm
14253 ____________________________________________________________________________
14254 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
14255         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
14256              From: Norton Allen <allen@huarp.harvard.edu>
14257              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
14258              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
14259      Branch: perl
14260            ! lib/ExtUtils/MM_Unix.pm
14261 ____________________________________________________________________________
14262 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
14263         Log: POSIX-BC tweaks from Thomas Dorner.
14264      Branch: perl
14265            ! hints/posix-bc.sh perlio.h
14266 ____________________________________________________________________________
14267 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
14268         Log: Module updates for the delta.
14269      Branch: perl
14270            ! pod/perl572delta.pod
14271 ____________________________________________________________________________
14272 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
14273         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
14274              From: Norton Allen <allen@huarp.harvard.edu>
14275              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
14276              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
14277      Branch: perl
14278            ! ext/IO/lib/IO/t/io_sock.t
14279 ____________________________________________________________________________
14280 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
14281         Log: Subject: [PATCH perldiag.pod] Quick fixes
14282              From: Simon Cozens <simon@netthink.co.uk>
14283              Date: Wed, 4 Jul 2001 20:22:12 +0100
14284              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
14285      Branch: perl
14286            ! pod/perldiag.pod
14287 ____________________________________________________________________________
14288 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
14289         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
14290              From: Radu Greab <radu@netsoft.ro>
14291              Date: Wed, 4 Jul 2001 22:13:31 +0300
14292              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
14293      Branch: perl
14294            ! op.c sv.c t/op/pos.t
14295 ____________________________________________________________________________
14296 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
14297         Log: Subject: [PATCH] -I and MakeMaker again
14298              From: Michael G Schwern <schwern@pobox.com>
14299              Date: Wed, 4 Jul 2001 15:03:07 -0400
14300              Message-ID: <20010704150307.I20340@blackrider>
14301              
14302              (and retract #11145)
14303      Branch: perl
14304            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
14305            ! lib/ExtUtils/MakeMaker.pm
14306 ____________________________________________________________________________
14307 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
14308         Log: Subject: Re: PERFORCE change 11142 for review
14309              From: "Philip Newton" <Philip.Newton@gmx.net>
14310              Date: Wed, 4 Jul 2001 20:46:26 +0200
14311              Message-Id: <200107041841.VAA25380@taas.iki.fi>
14312      Branch: perl
14313            ! lib/ExtUtils/MakeMaker.pm
14314 ____________________________________________________________________________
14315 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
14316         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
14317              From: Jonathan Stowe <gellyfish@gellyfish.com>
14318              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
14319              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
14320      Branch: perl
14321            ! utils/pl2pm.PL
14322 ____________________________________________________________________________
14323 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
14324         Log: fix the binary compatibility issue when building with/without
14325              usemymalloc by exporting Perl_malloc() et al as simple wrappers
14326              around the system functions (this allows most extensions built
14327              using one mode to coexist with perls built in the other mode)
14328              
14329              XXX the Perl_mfree() wrapper might need to do return(free()) on
14330              platforms where Free_t isn't "void"
14331      Branch: perl
14332            ! embed.h embed.pl makedef.pl proto.h util.c
14333 ____________________________________________________________________________
14334 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
14335         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
14336              since it doesn't ensure threads other than the one calling fork()
14337              aren't holding any locks; the fix is to use pthread_atfork() to
14338              hold global locks
14339              
14340              building perl with -Dusemymalloc exacerbates the problem since
14341              Perl_malloc() holds a mutex, and perl's exec() calls New()
14342              
14343              XXX the code in win32thread.h may be needed on platforms that have
14344              no pthread_atfork()
14345      Branch: perl
14346            ! perl.c thread.h win32/win32thread.h
14347 ____________________________________________________________________________
14348 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
14349         Log: Integrate #11009 from maintperl.
14350      Branch: maint-5.6/macperl
14351           !> lib/ExtUtils/Manifest.pm
14352 ____________________________________________________________________________
14353 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
14354         Log: Flexing my Perforce muscles.
14355      Branch: maint-5.6/macperl
14356            ! README.macos
14357 ____________________________________________________________________________
14358 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
14359         Log: Update Changes.
14360      Branch: perl
14361            ! Changes patchlevel.h
14362 ____________________________________________________________________________
14363 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
14364         Log: Metaconfig unit change for #11146.
14365      Branch: metaconfig/U/perl
14366            ! d_fcntl_can_lock.U
14367 ____________________________________________________________________________
14368 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
14369         Log: Somehow the #ifdefs of the added code (in #11093) made
14370              HP-UX to fail the fcntl locking test, without the ifdefs
14371              the test seems to be working again.  Reason unknown:
14372              HP-UX cc doesn't complain either way.
14373      Branch: perl
14374            ! Configure
14375 ____________________________________________________________________________
14376 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
14377         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
14378      Branch: perl
14379            ! lib/ExtUtils/MM_Unix.pm
14380 ____________________________________________________________________________
14381 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
14382         Log: gcc -Wall nit.
14383      Branch: perl
14384            ! pp_hot.c
14385 ____________________________________________________________________________
14386 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
14387         Log: When removing tests updating the test count is a good idea, too.
14388      Branch: perl
14389            ! lib/Net/t/require.t
14390 ____________________________________________________________________________
14391 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
14392         Log: Document #11134 and add the new symbols to the list of
14393              of MakeMaker known ones.
14394      Branch: perl
14395            ! lib/ExtUtils/MakeMaker.pm
14396 ____________________________________________________________________________
14397 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
14398         Log: Microperl update.
14399      Branch: perl
14400            ! uconfig.h
14401 ____________________________________________________________________________
14402 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
14403         Log: Update the libnet tests as per #11138.
14404      Branch: perl
14405            - lib/Net/t/ph.t
14406            ! MANIFEST lib/Net/t/require.t
14407 ____________________________________________________________________________
14408 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
14409         Log: Regen toc and modlib.
14410      Branch: perl
14411            ! pod/perlmodlib.pod pod/perltoc.pod
14412 ____________________________________________________________________________
14413 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
14414         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
14415              Graham's request.
14416      Branch: perl
14417            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
14418            ! MANIFEST
14419 ____________________________________________________________________________
14420 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
14421         Log: Add the OS/390 harness results to the delta.
14422      Branch: perl
14423            ! pod/perl572delta.pod
14424 ____________________________________________________________________________
14425 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
14426         Log: Avoid the two study tests in OS/390 until the bug has been solved.
14427      Branch: perl
14428            ! t/op/study.t
14429 ____________________________________________________________________________
14430 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
14431         Log: DOS/DJGPP tweaks from Laszlo Molnar.
14432      Branch: perl
14433            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
14434 ____________________________________________________________________________
14435 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
14436         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
14437              From: Michael G Schwern <schwern@pobox.com>
14438              Date: Wed, 4 Jul 2001 00:01:16 -0400
14439              Message-ID: <20010704000116.C591@blackrider>
14440      Branch: perl
14441            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
14442 ____________________________________________________________________________
14443 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
14444         Log: The #11132 missed singleton characters (not part
14445              of a unilo..unihi range) in Unicode scripts.
14446      Branch: perl
14447            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
14448            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
14449            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14450            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
14451            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
14452            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
14453            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
14454            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
14455            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
14456            ! lib/unicode/mktables.PL t/op/pat.t
14457 ____________________________________________________________________________
14458 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
14459         Log: Support preferentially the Unicode 'scripts' definition
14460              in the \p{In...} notation since according to Unicode the
14461              scripts concept is more natural for matching than using
14462              the somewhat artificial block names.  The block names are
14463              still available, though, and if there's a name conflict,
14464              the scripts one wins and the blocks one has to do with
14465              'Block' appended to its name.  For more information see
14466              
14467              http://www.unicode.org/unicode/reports/tr24/
14468      Branch: perl
14469            + lib/unicode/In/100.pl lib/unicode/In/101.pl
14470            + lib/unicode/In/102.pl lib/unicode/In/103.pl
14471            + lib/unicode/In/104.pl lib/unicode/In/105.pl
14472            + lib/unicode/In/106.pl lib/unicode/In/107.pl
14473            + lib/unicode/In/108.pl lib/unicode/In/109.pl
14474            + lib/unicode/In/110.pl lib/unicode/In/111.pl
14475            + lib/unicode/In/112.pl lib/unicode/In/113.pl
14476            + lib/unicode/In/114.pl lib/unicode/In/115.pl
14477            + lib/unicode/In/116.pl lib/unicode/In/117.pl
14478            + lib/unicode/In/118.pl lib/unicode/In/119.pl
14479            + lib/unicode/In/120.pl lib/unicode/In/121.pl
14480            + lib/unicode/In/122.pl lib/unicode/In/123.pl
14481            + lib/unicode/In/124.pl lib/unicode/In/125.pl
14482            + lib/unicode/In/126.pl lib/unicode/In/127.pl
14483            + lib/unicode/In/128.pl lib/unicode/In/129.pl
14484            + lib/unicode/In/130.pl lib/unicode/In/131.pl
14485            + lib/unicode/In/132.pl lib/unicode/In/133.pl
14486            + lib/unicode/In/134.pl lib/unicode/In/135.pl
14487            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
14488            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
14489            ! (edit 106 files)
14490 ____________________________________________________________________________
14491 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
14492         Log: Better document the difference between a block and a script.
14493      Branch: perl
14494            ! lib/Unicode/UCD.pm
14495 ____________________________________________________________________________
14496 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
14497         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
14498              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14499              Date: Tue, 3 Jul 2001 15:04:23 -0500
14500              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
14501      Branch: perl
14502            ! lib/CPAN.pm
14503 ____________________________________________________________________________
14504 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
14505         Log: Add tests for charscript().
14506      Branch: perl
14507            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14508 ____________________________________________________________________________
14509 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
14510         Log: Add charscript() to get the UTR#24 script names of characters.
14511      Branch: perl
14512            ! lib/Unicode/UCD.pm
14513 ____________________________________________________________________________
14514 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
14515         Log: Todo updates.
14516      Branch: perl
14517            ! pod/perltodo.pod
14518 ____________________________________________________________________________
14519 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
14520         Log: Unicode::UCD updates.
14521      Branch: perl
14522            ! lib/Unicode/UCD.pm
14523 ____________________________________________________________________________
14524 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
14525         Log: (Retracted by #11174)
14526              Subject: MakeMaker should pass through DEFINE and INC to subdirs
14527              From: Alan Burlison <Alan.Burlison@sun.com>
14528              Date: Tue, 03 Jul 2001 15:20:13 +0100
14529              Message-ID: <3B41D49D.A923D4F9@sun.com>
14530      Branch: perl
14531            ! lib/ExtUtils/MM_Unix.pm
14532 ____________________________________________________________________________
14533 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
14534         Log: Subject: Patch needed for UTS
14535              From: hom00@utsglobal.com (Hal Morris)
14536              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
14537              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
14538              
14539              Replace #11113 with a better version.
14540      Branch: perl
14541            ! perl.h
14542 ____________________________________________________________________________
14543 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
14544         Log: Subject: Re: POINTERRIGOR
14545              From: Andy Dougherty <doughera@lafayette.edu>
14546              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
14547              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
14548      Branch: perl
14549            ! util.c
14550 ____________________________________________________________________________
14551 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
14552         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
14553              From: "Philip Newton" <pnewton@gmx.de>
14554              Date: Tue, 3 Jul 2001 17:03:34 +0200
14555              Message-ID: <3B41FAE6.29564.660E117@localhost>
14556      Branch: perl
14557            ! pp_hot.c
14558 ____________________________________________________________________________
14559 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
14560         Log: Typos.
14561      Branch: perl
14562            ! INSTALL
14563 ____________________________________________________________________________
14564 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
14565         Log: Subject: [PATCH 5.6.1] debugger fixes
14566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14567              Date: Tue, 3 Jul 2001 03:38:18 -0400
14568              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
14569              
14570              The $^S is working again.
14571      Branch: perl
14572            ! lib/perl5db.pl
14573 ____________________________________________________________________________
14574 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
14575         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
14576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14577              Date: Tue, 3 Jul 2001 03:34:06 -0400
14578              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
14579      Branch: perl
14580            ! os2/OS2/Process/Process.pm
14581 ____________________________________________________________________________
14582 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
14583         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
14584              From: "Philip Newton" <Philip.Newton@gmx.net>
14585              Date: Tue, 3 Jul 2001 09:11:27 +0200
14586              Message-Id: <200107030706.KAA04596@taas.iki.fi>
14587      Branch: perl
14588            ! lib/FindBin.pm
14589 ____________________________________________________________________________
14590 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
14591         Log: Delta delta.
14592      Branch: perl
14593            ! pod/perl572delta.pod
14594 ____________________________________________________________________________
14595 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
14596         Log: Metaconfig unit change for 11115.
14597      Branch: metaconfig
14598            ! U/modified/libc.U
14599 ____________________________________________________________________________
14600 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
14601         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
14602              (from Richard Hatch) (this was the cause of pipes() and
14603              times() myeteriously not being found)
14604      Branch: perl
14605            ! Configure
14606 ____________________________________________________________________________
14607 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
14608         Log: Retract #10142, the real culprit found by Richard Hatch,
14609              coming soon to Configure near you.
14610      Branch: perl
14611            ! hints/aix.sh
14612 ____________________________________________________________________________
14613 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
14614         Log: (Replaced by #11124) UTS workaround from Hal Morris.
14615      Branch: perl
14616            ! perl.h
14617 ____________________________________________________________________________
14618 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
14619         Log: Subject: [PATCH] grok not grocking correctly
14620              From: Nicholas Clark <nick@ccl4.org>
14621              Date: Tue, 3 Jul 2001 00:19:08 +0100
14622              Message-ID: <20010703001908.H59620@plum.flirble.org>
14623      Branch: perl
14624            ! numeric.c
14625 ____________________________________________________________________________
14626 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
14627         Log: Subject: [PATCH Deparse.t] test just-posted patches
14628              From: Robin Houston <robin@kitsite.com>
14629              Date: Mon, 2 Jul 2001 23:46:15 +0100
14630              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
14631      Branch: perl
14632            ! ext/B/Deparse.t
14633 ____________________________________________________________________________
14634 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
14635         Log: Subject: [PATCH toke.c] autosplit into @F
14636              From: Robin Houston <robin@kitsite.com>
14637              Date: Mon, 2 Jul 2001 23:18:20 +0100
14638              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
14639      Branch: perl
14640            ! perl.c toke.c
14641 ____________________________________________________________________________
14642 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
14643         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
14644              From: Robin Houston <robin@kitsite.com>
14645              Date: Mon, 2 Jul 2001 23:00:48 +0100
14646              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
14647      Branch: perl
14648            ! ext/B/B/Deparse.pm
14649 ____________________________________________________________________________
14650 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
14651         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
14652              From: "Philip Newton" <Philip.Newton@gmx.net>
14653              Date: Mon, 2 Jul 2001 22:06:22 +0200
14654              (no Message-Id)
14655      Branch: perl
14656            ! ext/NDBM_File/hints/linux.pl
14657 ____________________________________________________________________________
14658 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
14659         Log: Subject: Re: Fixed pack problem - sort of
14660              From: Nicholas Clark <nick@ccl4.org>
14661              Date: Mon, 2 Jul 2001 20:59:20 +0100
14662              Message-ID: <20010702205919.F59620@plum.flirble.org>
14663      Branch: perl
14664            ! pp_pack.c t/op/pack.t
14665 ____________________________________________________________________________
14666 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
14667         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
14668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14669              Date: Mon, 2 Jul 2001 15:45:41 -0400
14670              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
14671      Branch: perl
14672            ! os2/os2.c
14673 ____________________________________________________________________________
14674 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
14675         Log: (Mistaken retraction)
14676      Branch: perl
14677            ! utils/pl2pm.PL
14678 ____________________________________________________________________________
14679 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
14680         Log: Detypo in #11103.
14681      Branch: perl
14682            ! utils/pl2pm.PL
14683 ____________________________________________________________________________
14684 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
14685         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
14686              From: Jonathan Stowe <gellyfish@gellyfish.com>
14687              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
14688              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
14689      Branch: perl
14690            ! utils/pl2pm.PL
14691 ____________________________________________________________________________
14692 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
14693         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
14694              From: "Craig A. Berry" <craigberry@mac.com>
14695              Date: Mon, 02 Jul 2001 14:11:23 -0500
14696              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
14697      Branch: perl
14698            ! lib/Unicode/UCD.pm
14699 ____________________________________________________________________________
14700 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
14701         Log: Subject: [PATCH] Re: op/numconvert.t failures
14702              From: Nicholas Clark <nick@ccl4.org>
14703              Date: Mon, 2 Jul 2001 20:10:48 +0100
14704              Message-ID: <20010702201048.E59620@plum.flirble.org>
14705      Branch: perl
14706            ! t/op/numconvert.t
14707 ____________________________________________________________________________
14708 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
14709         Log: Update Changes.
14710      Branch: perl
14711            ! Changes patchlevel.h
14712 ____________________________________________________________________________
14713 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
14714         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
14715              The real fix must be more involved.  The line of code all the leaky
14716              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
14717              line of Perl_newPMOP().
14718      Branch: perl
14719            ! op.h
14720 ____________________________________________________________________________
14721 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
14722         Log: Based on
14723              
14724              Subject: Re: sizeof(struct sembuf)
14725              From: Nicholas Clark <nick@ccl4.org>
14726              Date: Sun, 1 Jul 2001 22:26:48 +0100
14727              Message-ID: <20010701222648.W59620@plum.flirble.org>
14728              
14729              but do semop() always the slow way.
14730      Branch: perl
14731            ! doio.c
14732 ____________________________________________________________________________
14733 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
14734         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
14735              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14736              Date: Tue, 03 Jul 2001 00:56:30 +0900
14737              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
14738      Branch: perl
14739            ! ext/Encode/Encode/Tcl.t
14740 ____________________________________________________________________________
14741 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
14742         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
14743              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14744              Date: Tue, 03 Jul 2001 00:55:46 +0900
14745              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
14746      Branch: perl
14747            ! ext/Encode/Encode/Tcl.pm
14748 ____________________________________________________________________________
14749 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
14750         Log: Regen api and toc.
14751      Branch: perl
14752            ! pod/perlapi.pod pod/perltoc.pod
14753 ____________________________________________________________________________
14754 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
14755         Log: Metaconfig unit change for #11093.
14756      Branch: metaconfig/U/perl
14757            ! d_fcntl_can_lock.U
14758 ____________________________________________________________________________
14759 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
14760         Log: The fcntl locking test may hang if NFS locking messed up;
14761              break out with alarm(10).
14762      Branch: perl
14763            ! Configure
14764 ____________________________________________________________________________
14765 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
14766         Log: Move the mdelete.bat from win32/bin to win32.
14767      Branch: perl
14768            ! MANIFEST
14769 ____________________________________________________________________________
14770 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
14771         Log: Typo in #11083.
14772      Branch: perl
14773            ! ext/Time/Piece/Piece.t
14774 ____________________________________________________________________________
14775 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
14776         Log: Netware tweaks from Guruprasad.
14777      Branch: perl
14778            - NetWare/perlsdio.h
14779            ! MANIFEST NetWare/Makefile NetWare/interface.c
14780            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
14781            ! perlsdio.h
14782 ____________________________________________________________________________
14783 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
14784         Log: Subject: Re: [PATH] shared -> unique;
14785              From: Abhijit Menon-Sen <ams@wiw.org>
14786              Date: Wed, 27 Jun 2001 03:51:27 +0530
14787              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
14788      Branch: perl
14789            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
14790 ____________________________________________________________________________
14791 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
14792         Log: Subject: Re: AIX / gcc-3.0
14793              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14794              Date: Mon, 02 Jul 2001 15:20:21 +0200
14795              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
14796      Branch: perl
14797            ! hints/aix.sh
14798 ____________________________________________________________________________
14799 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
14800         Log: Subject: Re: Bug report: split splits on wrong pattern
14801              From: Abhijit Menon-Sen <ams@wiw.org>
14802              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
14803              Date: Mon, 2 Jul 2001 16:31:33 +0530
14804      Branch: perl
14805            ! pp_ctl.c
14806 ____________________________________________________________________________
14807 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
14808         Log: Subject: [PATCH 5.6.1] test harness
14809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14810              Date: Mon, 2 Jul 2001 06:29:21 -0400
14811              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
14812      Branch: perl
14813            ! lib/Test/Harness.pm
14814 ____________________________________________________________________________
14815 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
14816         Log: Subject: [PATCH 5.6.1] debugger goof
14817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14818              Date: Mon, 2 Jul 2001 06:27:22 -0400
14819              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
14820      Branch: perl
14821            ! lib/perl5db.pl
14822 ____________________________________________________________________________
14823 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
14824         Log: Subject: [PATCH 5.6.1] OS/2 cwd
14825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14826              Date: Mon, 2 Jul 2001 06:21:17 -0400
14827              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
14828      Branch: perl
14829            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
14830 ____________________________________________________________________________
14831 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
14832         Log: Make #11082 more OS/2-specific.
14833      Branch: perl
14834            ! ext/Time/Piece/Piece.t
14835 ____________________________________________________________________________
14836 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
14837         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
14838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14839              Date: Mon, 2 Jul 2001 06:06:34 -0400
14840              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
14841      Branch: perl
14842            ! ext/Time/Piece/Piece.t
14843 ____________________________________________________________________________
14844 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
14845         Log: Subject: [PATCH B::Deparse] version number & changes
14846              From: Robin Houston <robin@kitsite.com>  
14847              Date: Sun, 1 Jul 2001 17:17:29 +0100
14848              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
14849      Branch: perl
14850            ! ext/B/B/Deparse.pm
14851 ____________________________________________________________________________
14852 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
14853         Log: Subject: a small fix.
14854              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14855              Date: Mon, 2 Jul 2001 12:17:53 +0200
14856              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
14857      Branch: perl
14858            ! ext/Thread/Thread.xs
14859 ____________________________________________________________________________
14860 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
14861         Log: Subject: RE: perl@10907
14862              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14863              Date: Mon, 2 Jul 2001 12:06:16 +0200
14864              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
14865              
14866              Borland C vs PerlIO.
14867      Branch: perl
14868            ! win32/config.bc win32/config_H.bc
14869 ____________________________________________________________________________
14870 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
14871         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
14872              From: "H.M. Brand" <merijn@l1.procura.nl>
14873              Date: Mon, 02 Jul 2001 11:18:57 +0200
14874              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
14875      Branch: perl
14876            ! t/op/write.t
14877 ____________________________________________________________________________
14878 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
14879         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
14880              From: Michael G Schwern <schwern@pobox.com>
14881              Date: Mon, 2 Jul 2001 00:26:24 -0400
14882              Message-ID: <20010702002624.A18302@blackrider>
14883      Branch: perl
14884            - ext/util/mkbootstrap
14885 ____________________________________________________________________________
14886 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
14887         Log: Subject: [PATCH op.h] v minor comment tweak
14888              From: Robin Houston <robin@puffinry.freeserve.co.uk>
14889              Date: Mon, 2 Jul 2001 00:42:01 +0100
14890              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
14891      Branch: perl
14892            ! op.h
14893 ____________________________________________________________________________
14894 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
14895         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
14896      Branch: perl
14897            ! pod/perlfunc.pod
14898 ____________________________________________________________________________
14899 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
14900         Log: Subject: Re: sizeof(struct sembuf)
14901              From: Nicholas Clark <nick@ccl4.org>
14902              Date: Sun, 1 Jul 2001 19:23:16 +0100
14903              Message-ID: <20010701192316.V59620@plum.flirble.org>
14904              
14905              s/signaling/signalling/
14906      Branch: perl
14907            ! pod/perlfunc.pod
14908 ____________________________________________________________________________
14909 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
14910         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
14911              From: "Philip Newton" <Philip.Newton@gmx.net>
14912              Date: Sun, 1 Jul 2001 09:37:56 +0200
14913              Message-Id: <200107010733.KAA03920@taas.iki.fi>
14914      Branch: perl
14915            ! pod/perlvar.pod
14916 ____________________________________________________________________________
14917 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
14918         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
14919              From: "Philip Newton" <Philip.Newton@gmx.net>
14920              Date: Sun, 1 Jul 2001 09:37:56 +0200
14921              Message-Id: <200107010733.KAA03925@taas.iki.fi>
14922      Branch: perl
14923            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14924 ____________________________________________________________________________
14925 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
14926         Log: Metaconfig unit change for #11070.
14927      Branch: metaconfig
14928            ! U/compline/randfunc.U
14929 ____________________________________________________________________________
14930 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
14931         Log: Subject: [PATCH perlsnap] its --> it's --> its
14932              From: "Philip Newton" <Philip.Newton@gmx.net>
14933              Date: Sun, 1 Jul 2001 09:37:56 +0200
14934              Message-Id: <200107010733.KAA03914@taas.iki.fi>
14935      Branch: perl
14936            ! Porting/config_H
14937 ____________________________________________________________________________
14938 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
14939         Log: Sync with Sarathy; integrate with perlio.
14940      Branch: perl
14941           !> gv.c
14942 ____________________________________________________________________________
14943 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
14944         Log: regenerate win32/config_H.?c files
14945      Branch: perl
14946            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14947 ____________________________________________________________________________
14948 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
14949         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
14950              naming discipline
14951              
14952              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
14953              because of this)
14954              
14955              fix a warning about "fd" being used without being set in Cwd.xs
14956      Branch: perl
14957            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
14958            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
14959            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
14960            ! win32/config.vc
14961 ____________________________________________________________________________
14962 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
14963         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
14964              within macro arguments") and warnings ("unary minus applied to
14965              unsigned type", among others)
14966      Branch: perl
14967            ! gv.c hv.c op.c pp.c sv.c toke.c
14968 ____________________________________________________________________________
14969 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
14970         Log: win32 fixes: more spurious CRs
14971      Branch: perl
14972            ! win32/mdelete.bat
14973 ____________________________________________________________________________
14974 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
14975         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
14976              from win32/bin (or it gets deleted by distclean); don't delete
14977              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
14978              NT (should be made Win9x specific, and added to makefile.mk)
14979      Branch: perl
14980           +> win32/mdelete.bat
14981            - win32/bin/mdelete.bat
14982            ! win32/Makefile win32/makefile.mk
14983 ____________________________________________________________________________
14984 [ 11063] By: nick                                  on 2001/07/01  18:54:09
14985         Log: Quick for for #ifdef mess
14986      Branch: perlio
14987            ! gv.c
14988 ____________________________________________________________________________
14989 [ 11062] By: nick                                  on 2001/07/01  18:47:42
14990         Log: Raw integrate - does not build #if mess in gv.c
14991      Branch: perlio
14992           !> (integrate 29 files)
14993 ____________________________________________________________________________
14994 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
14995         Log: Make 'compile' target a little less broken.
14996              Still very broken, though: -Wall warnings from
14997              the generated code, boot_Foo prototypes missing,
14998              can't autoload Fcntl::SEEK_CUR et alia, ...
14999      Branch: perl
15000            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
15001            ! utils/perlcc.PL x2p/Makefile.SH
15002 ____________________________________________________________________________
15003 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
15004         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
15005      Branch: perl
15006            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15007            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
15008 ____________________________________________________________________________
15009 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
15010         Log: Update Changes.
15011      Branch: perl
15012            ! Changes patchlevel.h
15013 ____________________________________________________________________________
15014 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
15015         Log: Still one typo, regen toc.
15016      Branch: perl
15017            ! lib/Unicode/UCD.pm pod/perltoc.pod
15018 ____________________________________________________________________________
15019 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
15020         Log: Detypos and regen toc.
15021      Branch: perl
15022            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
15023 ____________________________________________________________________________
15024 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
15025         Log: VERSION tweak.
15026      Branch: perl
15027            ! ext/List/Util/lib/List/Util.pm
15028 ____________________________________________________________________________
15029 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
15030         Log: Attempt at plugging the leak under ithreads detected by Doug.
15031      Branch: perl
15032            ! op.h
15033 ____________________________________________________________________________
15034 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
15035         Log: gcc -Wall lint after #11051.
15036      Branch: perl
15037            ! pp_sys.c
15038 ____________________________________________________________________________
15039 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
15040         Log: Integrate perlio.
15041      Branch: perl
15042           !> lib/File/Find/taint.t
15043 ____________________________________________________________________________
15044 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
15045         Log: Don't use the v-strings for module VERSIONs.
15046      Branch: perl
15047            ! lib/Unicode/UCD.pm
15048 ____________________________________________________________________________
15049 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
15050         Log: Code cleanup based on turning off the -woffs in IRIX.
15051              Not all of the gripes cleaned up (hairy code in hv.c and
15052              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
15053              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
15054              to the IRIX hints)
15055      Branch: perl
15056            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
15057            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
15058            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
15059            ! regcomp.c sv.c
15060 ____________________________________________________________________________
15061 [ 11050] By: nick                                  on 2001/06/30  20:46:46
15062         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
15063      Branch: perlio
15064            ! lib/File/Find/taint.t
15065 ____________________________________________________________________________
15066 [ 11049] By: nick                                  on 2001/06/30  18:13:33
15067         Log: Integrate mainline
15068      Branch: perlio
15069           +> NetWare/nwstdio.h NetWare/perlsdio.h
15070           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
15071           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
15072           +> lib/Unicode/UCD.t t/run/exit.t
15073           !> (integrate 60 files)
15074 ____________________________________________________________________________
15075 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
15076         Log: Delta delta.
15077      Branch: perl
15078            ! pod/perl572delta.pod
15079 ____________________________________________________________________________
15080 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
15081         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
15082              by CPAN.pm, use rather _00.
15083      Branch: perl
15084            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
15085            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
15086            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
15087            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
15088            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
15089            ! lib/ExtUtils/Embed.pm lib/Test.pm
15090 ____________________________________________________________________________
15091 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
15092         Log: Add a simple Unicode character database interface, Unicode::UCD.
15093      Branch: perl
15094            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
15095            ! MANIFEST
15096 ____________________________________________________________________________
15097 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
15098         Log: Subject: [PATCH] op/numconver.t
15099              From: Nicholas Clark <nick@ccl4.org>
15100              Date: Sat, 30 Jun 2001 15:40:10 +0100
15101              Message-ID: <20010630154010.I59620@plum.flirble.org>
15102      Branch: perl
15103            ! t/op/numconvert.t
15104 ____________________________________________________________________________
15105 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
15106         Log: The $^N is now taken (by #11038).
15107      Branch: perl
15108            ! t/base/lex.t
15109 ____________________________________________________________________________
15110 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
15111         Log: The #11040 had slipped to a wrong function...
15112      Branch: perl
15113            ! sv.c
15114 ____________________________________________________________________________
15115 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
15116         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
15117              the Configure library symbol probe mysteriously finds all
15118              symbols but those of pipe() and times().
15119      Branch: perl
15120            ! hints/aix.sh
15121 ____________________________________________________________________________
15122 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
15123         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
15124              From: Nicholas Clark <nick@ccl4.org>
15125              Date: Fri, 29 Jun 2001 23:49:07 +0100
15126              Message-ID: <20010629234907.D59620@plum.flirble.org>
15127      Branch: perl
15128            ! lib/ExtUtils.t
15129 ____________________________________________________________________________
15130 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
15131         Log: Subject: [PATCH] weakref fix 2, not yet there
15132              From: Artur Bergman <artur@contiller.se>
15133              Date: Sat, 30 Jun 2001 01:18:16 +0200
15134              Message-ID: <B762D957.1CC9%artur@contiller.se>
15135      Branch: perl
15136            ! sv.c
15137 ____________________________________________________________________________
15138 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
15139         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
15140              From: Michael G Schwern <schwern@pobox.com>
15141              Date: Fri, 29 Jun 2001 19:39:11 -0400
15142              Message-ID: <20010629193910.D25304@blackrider>
15143      Branch: perl
15144            + t/run/exit.t
15145            ! MANIFEST
15146 ____________________________________________________________________________
15147 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
15148         Log: Add support for $^N, the most-recently closed group.
15149      Branch: perl
15150            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
15151            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
15152            ! thrdvar.h
15153 ____________________________________________________________________________
15154 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
15155         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
15156              From: lvirden@cas.org
15157              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
15158              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
15159              
15160              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
15161              From: lvirden@cas.org
15162              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
15163              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
15164      Branch: perl
15165            ! README.solaris
15166 ____________________________________________________________________________
15167 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
15168         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
15169              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15170              Date: Sat, 30 Jun 2001 07:33:37 +0900
15171              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
15172              
15173              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
15174              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15175              Date: Sat, 30 Jun 2001 21:38:14 +0900
15176              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
15177      Branch: perl
15178            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
15179            + ext/Encode/Encode/7bit-kr.enc
15180            ! MANIFEST ext/Encode/Encode/Tcl.pm
15181 ____________________________________________________________________________
15182 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
15183         Log: NetWare tweaks from Guruprasad.
15184      Branch: perl
15185            + NetWare/nwstdio.h NetWare/perlsdio.h
15186            ! MANIFEST NetWare/Makefile NetWare/config.wc
15187            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
15188            ! NetWare/t/Readme.txt
15189 ____________________________________________________________________________
15190 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
15191         Log: More module $VERSION bump-ups.
15192      Branch: perl
15193            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
15194            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
15195            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
15196 ____________________________________________________________________________
15197 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
15198         Log: Doc update due to #11032.
15199      Branch: perl
15200            ! pod/perl572delta.pod
15201 ____________________________________________________________________________
15202 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
15203         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
15204              From: Peter Prymmer <pvhp@forte.com>
15205              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
15206              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
15207      Branch: perl
15208            ! ext/Time/HiRes/HiRes.xs
15209 ____________________________________________________________________________
15210 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
15211         Log: -lpthreads missing in AIX.
15212      Branch: perl
15213            ! hints/aix.sh
15214 ____________________________________________________________________________
15215 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
15216         Log: Subject: [PATCH] CLONE && weakrefs
15217              From: Artur Bergman <artur@contiller.se>
15218              Date: Fri, 29 Jun 2001 17:02:00 +0200
15219              Message-ID: <B7626508.1CA0%artur@contiller.se>
15220      Branch: perl
15221            ! sv.c
15222 ____________________________________________________________________________
15223 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
15224         Log: Subject: Re: Bug report: split splits on wrong pattern
15225              From: Radu Greab <radu@netsoft.ro>
15226              Date: Wed, 27 Jun 2001 21:50:52 +0300
15227              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
15228      Branch: perl
15229            ! pp_ctl.c t/op/split.t
15230 ____________________________________________________________________________
15231 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
15232         Log: Metaconfig unit change for #11027.
15233      Branch: metaconfig/U/perl
15234            ! d_modfl.U
15235 ____________________________________________________________________________
15236 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
15237         Log: I thought this Configure glitch for AIX was just recently fixed?
15238      Branch: perl
15239            ! Configure
15240 ____________________________________________________________________________
15241 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
15242         Log: Update Changes.
15243      Branch: perl
15244            ! Changes patchlevel.h
15245 ____________________________________________________________________________
15246 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
15247         Log: Subject: Re: perl@10967, File::Find, and Cwd
15248              From: Mike Guy <mjtg@cam.ac.uk>
15249              Date: Fri, 29 Jun 2001 14:56:49 +0100
15250              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
15251      Branch: perl
15252            ! lib/File/Find/taint.t
15253 ____________________________________________________________________________
15254 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
15255         Log: Update the sv_pvprintify() spec.
15256      Branch: perl
15257            ! pod/perltodo.pod
15258 ____________________________________________________________________________
15259 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
15260         Log: Known test failures update.
15261      Branch: perl
15262            ! pod/perl572delta.pod
15263 ____________________________________________________________________________
15264 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
15265         Log: Based on
15266              
15267              Subject: [PATCH @11016] More );) fixes
15268              From: Richard Soderberg <rs@crystalflame.net>
15269              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
15270              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
15271      Branch: perl
15272            ! ext/Thread/Thread.xs ext/Thread/typemap
15273 ____________________________________________________________________________
15274 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
15275         Log: Subject: [PATCH @11016] Fixes compile errors in four files
15276              From: Richard Soderberg <rs@crystalflame.net>
15277              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
15278              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
15279      Branch: perl
15280            ! mg.c pp.c pp_hot.c util.c
15281 ____________________________________________________________________________
15282 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
15283         Log: AIX hints tweaking continues, from Merijn Brand.
15284      Branch: perl
15285            ! hints/aix.sh
15286 ____________________________________________________________________________
15287 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
15288         Log: HP-UX needs gccversion sooner, from Merijn Brand.
15289      Branch: perl
15290            ! hints/hpux.sh
15291 ____________________________________________________________________________
15292 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
15293         Log: Subject: [PATCH 5.6.1] OS/2 docs
15294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15295              Date: Fri, 29 Jun 2001 02:34:12 -0400
15296              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
15297      Branch: perl
15298            ! README.os2 os2/Changes
15299 ____________________________________________________________________________
15300 [ 11017] By: nick                                  on 2001/06/29  10:20:30
15301         Log: Integrate mainline
15302      Branch: perlio
15303           +> (branch 37 files)
15304            - ext/ODBM_File/sdbm.t
15305           !> (integrate 211 files)
15306 ____________________________________________________________________________
15307 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
15308         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
15309              the modules found using a script written by Larry Schatzer Jr.
15310      Branch: perl
15311            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
15312            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
15313            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15314            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
15315            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
15316            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
15317            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
15318            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
15319            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
15320            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
15321            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
15322            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
15323            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
15324            ! lib/constant.pm lib/fields.pm lib/strict.pm
15325 ____________________________________________________________________________
15326 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
15327         Log: The latest JPL from the anoncvs.
15328      Branch: perl
15329            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15330 ____________________________________________________________________________
15331 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
15332         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
15333      Branch: perl
15334            ! t/op/pat.t
15335 ____________________________________________________________________________
15336 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
15337         Log: Worrying about insecure directories now is a bit too late.
15338      Branch: perl
15339            ! lib/File/Find/taint.t
15340 ____________________________________________________________________________
15341 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
15342         Log: Cannot DIE() in a void function,
15343              from Richard Hatch <rhatch@austin.ibm.com>.
15344      Branch: perl
15345            ! ext/IPC/SysV/SysV.xs
15346 ____________________________________________________________________________
15347 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
15348         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
15349              From: Peter Prymmer <pvhp@forte.com>
15350              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
15351              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
15352              
15353              (unfinished: time/hires tests 3, 5, 14 failing, but better
15354              than wholesale failure)
15355      Branch: perl
15356            ! ext/Time/HiRes/HiRes.xs
15357 ____________________________________________________________________________
15358 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
15359         Log: Subject: [PATCH 5.6.1] OS/2 improvements
15360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15361              Date: Thu, 28 Jun 2001 16:03:14 -0400
15362              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
15363      Branch: perl
15364            + os2/os2_base.t
15365            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
15366            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
15367            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
15368            ! os2/os2ish.h
15369 ____________________________________________________________________________
15370 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
15371         Log: Subject: Incrementing Extutils::Manifest's $VERSION
15372              From: Michael G Schwern <schwern@pobox.com>
15373              Date: Thu, 28 Jun 2001 13:13:49 -0400
15374              Message-ID: <20010628131349.A14738@blackrider>
15375      Branch: maint-5.6/perl
15376            ! lib/ExtUtils/Manifest.pm
15377 ____________________________________________________________________________
15378 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
15379         Log: AIX tweak from Merijn Brand.
15380      Branch: perl
15381            ! hints/aix.sh
15382 ____________________________________________________________________________
15383 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
15384         Log: Create the macperl branch.
15385      Branch: maint-5.6/macperl
15386           +> (branch 1728 files)
15387 ____________________________________________________________________________
15388 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
15389         Log: Update Changes.
15390      Branch: perl
15391            ! Changes patchlevel.h
15392 ____________________________________________________________________________
15393 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
15394         Log: More Perforce lore.
15395      Branch: perl
15396            ! Porting/repository.pod
15397 ____________________________________________________________________________
15398 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
15399         Log: Metaconfig unit changes for #11003.
15400      Branch: metaconfig/U/perl
15401            + d_nl_langinfo.U i_langinfo.U
15402 ____________________________________________________________________________
15403 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
15404         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
15405              Expected not to exist in non-UNIX excepting in VMS, where
15406              according to a quick web survey they just might.
15407      Branch: perl
15408            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
15409            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15410            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
15411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15412            ! win32/config.bc win32/config.gc win32/config.vc
15413 ____________________________________________________________________________
15414 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
15415         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
15416              in AIX is one is doing a 64-bit build.
15417      Branch: perl
15418            ! hints/aix.sh
15419 ____________________________________________________________________________
15420 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
15421         Log: Metaconfig unit changes for #11000.
15422      Branch: metaconfig/U/perl
15423            ! use64bits.U uselfs.U
15424 ____________________________________________________________________________
15425 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
15426         Log: Move use64bitint and use64bitall before uselargefiles.
15427      Branch: perl
15428            ! Configure
15429 ____________________________________________________________________________
15430 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
15431         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
15432              From: Robert Spier <rspier@pobox.com>
15433              Message-ID: <15162.41164.618712.841415@rls.cx>
15434              Date: Wed, 27 Jun 2001 23:13:16 -0400
15435      Branch: perl
15436            ! doio.c
15437 ____________________________________________________________________________
15438 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
15439         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
15440              From: Peter Prymmer <pvhp@forte.com>
15441              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
15442              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
15443      Branch: perl
15444            ! numeric.c
15445 ____________________________________________________________________________
15446 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
15447         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
15448              From: Peter Prymmer <pvhp@forte.com>
15449              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
15450              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
15451      Branch: perl
15452            ! configure.com ext/Digest/MD5/Makefile.PL
15453 ____________________________________________________________________________
15454 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
15455         Log: Update Changes.
15456      Branch: perl
15457            ! Changes patchlevel.h
15458 ____________________________________________________________________________
15459 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
15460         Log: Tiny EPOC updates.
15461      Branch: perl
15462            ! epoc/config.sh
15463 ____________________________________________________________________________
15464 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
15465         Log: The Test::More and Test::Simple tests required help
15466              thanks to our schizophrenic test scheme.
15467      Branch: perl
15468            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15469            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15470            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15471            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15472            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15473 ____________________________________________________________________________
15474 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
15475         Log: Upgrade to Test::Simple 0.09.
15476      Branch: perl
15477            + lib/Test/Simple/Changes
15478            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
15479            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15480            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15481            ! lib/Test/Simple/t/plan_is_noplan.t
15482 ____________________________________________________________________________
15483 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
15484         Log: Upgrade to Test::More 0.07.
15485      Branch: perl
15486            + lib/Test/More/Changes
15487            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
15488            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
15489            ! lib/Test/More/t/skipall.t
15490 ____________________________________________________________________________
15491 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
15492         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
15493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15494              Date: Wed, 27 Jun 2001 18:40:04 +0200
15495              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
15496      Branch: perl
15497            ! hints/hpux.sh
15498 ____________________________________________________________________________
15499 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
15500         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15501              From: Norton Allen <allen@huarp.harvard.edu>
15502              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
15503              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
15504      Branch: perl
15505            ! README.qnx hints/qnx.sh
15506 ____________________________________________________________________________
15507 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
15508         Log: Subject: [PATCH] two little documentation nits
15509              From: Abhijit Menon-Sen <ams@wiw.org>
15510              Date: Wed, 27 Jun 2001 20:07:50 +0530
15511              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
15512      Branch: perl
15513            ! sv.c sv.h
15514 ____________________________________________________________________________
15515 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
15516         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
15517              From: Norton Allen <allen@huarp.harvard.edu>
15518              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
15519              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
15520      Branch: perl
15521            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
15522 ____________________________________________________________________________
15523 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
15524         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
15525              From: Michael G Schwern <schwern@pobox.com>
15526              Date: Wed, 27 Jun 2001 02:34:58 -0400
15527              Message-ID: <20010627023458.K23874@blackrider>
15528      Branch: perl
15529            ! vms/test.com
15530 ____________________________________________________________________________
15531 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
15532         Log: Add perl_clone_host() for Netware.
15533      Branch: perl
15534            ! NetWare/nw5.c
15535 ____________________________________________________________________________
15536 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
15537         Log: GCC 3.0 hints for HP-UX.
15538      Branch: perl
15539            ! hints/hpux.sh
15540 ____________________________________________________________________________
15541 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
15542         Log: In some Linux distributions the libndbm is broken
15543              (no null key support), therefore link with libgdbm
15544              (if available), since it has a working ndbm emulation,
15545              from Jonathan Stowe.
15546      Branch: perl
15547            + ext/NDBM_File/hints/linux.pl
15548            ! MANIFEST
15549 ____________________________________________________________________________
15550 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
15551         Log: Subject: [PATCH perl@10930] find.t hack for VMS
15552              From: "Craig A. Berry" <craigberry@mac.com>
15553              Date: Tue, 26 Jun 2001 23:40:25 -0500
15554              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
15555      Branch: perl
15556            ! lib/File/Find/find.t
15557 ____________________________________________________________________________
15558 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
15559         Log: AUTHORS updates.
15560      Branch: perl
15561            ! AUTHORS
15562 ____________________________________________________________________________
15563 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
15564         Log: Metaconfig unit change like #10980.
15565      Branch: metaconfig
15566            ! U/compline/d_stdstdio.U
15567 ____________________________________________________________________________
15568 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
15569         Log: "lose the it's", from Abhijit Menon-Sen.
15570              ("It's" not searched, pods not searched.)
15571      Branch: perl
15572            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
15573            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
15574            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
15575            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
15576            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15577            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
15578 ____________________________________________________________________________
15579 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
15580         Log: "lose the looses", from Abhijit Menon-Sen.
15581      Branch: perl
15582            ! ext/B/B/Assembler.pm gv.c
15583 ____________________________________________________________________________
15584 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
15585         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
15586      Branch: perl
15587            ! hints/os390.sh
15588 ____________________________________________________________________________
15589 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
15590         Log: DEC C 5.3 on the VAX simply doesn't seem to like
15591              compiling the MD5 extension, disable it there for now,
15592              from Peter Prymmer.
15593      Branch: perl
15594            ! configure.com
15595 ____________________________________________________________________________
15596 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
15597         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
15598              From: Jonathan Stowe <gellyfish@gellyfish.com>
15599              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
15600              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
15601      Branch: perl
15602            ! pod/perlfaq3.pod
15603 ____________________________________________________________________________
15604 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
15605         Log: Subject: [PATCH 5.6.1] perlxs misprints
15606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15607              Date: Tue, 26 Jun 2001 17:20:00 -0400
15608              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
15609      Branch: perl
15610            ! pod/perlxs.pod
15611 ____________________________________________________________________________
15612 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
15613         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
15614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15615              Date: Tue, 26 Jun 2001 17:27:07 -0400
15616              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
15617      Branch: perl
15618            ! lib/ExtUtils/MM_Unix.pm
15619 ____________________________________________________________________________
15620 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
15621         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
15622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15623              Date: Tue, 26 Jun 2001 17:23:24 -0400
15624              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
15625      Branch: perl
15626            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15627 ____________________________________________________________________________
15628 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
15629         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
15630              by Olaf Flebbe.
15631      Branch: perl
15632            ! perl.h
15633 ____________________________________________________________________________
15634 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
15635         Log: Detypo.
15636      Branch: perl
15637            ! lib/Memoize/t/tie_sdbm.t
15638 ____________________________________________________________________________
15639 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
15640         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
15641      Branch: perl
15642            ! win32/perllib.c
15643 ____________________________________________________________________________
15644 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
15645         Log: Subject: [patch] perl_clone+CvFILE
15646              From: Doug MacEachern <dougm@covalent.net>
15647              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
15648              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
15649      Branch: perl
15650            ! sv.c
15651 ____________________________________________________________________________
15652 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
15653         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
15654              From: Mark-Jason Dominus <mjd@plover.com>
15655              Date: Tue, 26 Jun 2001 12:33:01 -0400
15656              Message-ID: <20010626163301.31298.qmail@plover.com>
15657      Branch: perl
15658            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15659 ____________________________________________________________________________
15660 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
15661         Log: Update Changes.
15662      Branch: perl
15663            ! Changes patchlevel.h
15664 ____________________________________________________________________________
15665 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
15666         Log: Also catfile() needs now to explicitly exported.
15667      Branch: perl
15668            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15669 ____________________________________________________________________________
15670 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
15671         Log: Regen toc.
15672      Branch: perl
15673            ! pod/perltoc.pod
15674 ____________________________________________________________________________
15675 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
15676         Log: Nonexistent pod command.
15677      Branch: perl
15678            ! pod/perl572delta.pod
15679 ____________________________________________________________________________
15680 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
15681         Log: Be more portable in the quest for tmpdir.
15682      Branch: perl
15683            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15684 ____________________________________________________________________________
15685 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
15686         Log: Be more portable in finding out the home directory,
15687              and use File::Spec to do the concat.
15688              (Come to think of it, couldn't File::Spec provide
15689              for a ->homedir method?)
15690      Branch: perl
15691            ! lib/Net/Config.pm
15692 ____________________________________________________________________________
15693 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
15694         Log: Doc patch for #10959.
15695      Branch: perl
15696            ! pod/perlfunc.pod
15697 ____________________________________________________________________________
15698 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
15699         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
15700              From: "Philip Newton" <pnewton@gmx.de>
15701              Date: Tue, 26 Jun 2001 16:26:47 +0200
15702              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
15703      Branch: perl
15704            ! pod/perldata.pod
15705 ____________________________________________________________________________
15706 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
15707         Log: Subject: [PATH] shared -> unique;
15708              From: "Artur Bergman" <artur@contiller.se>
15709              Date: Tue, 26 Jun 2001 16:18:40 +0200
15710              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
15711              
15712              Because "shared" isn't: it's read-only.
15713      Branch: perl
15714            ! toke.c xsutils.c
15715 ____________________________________________________________________________
15716 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
15717         Log: Escape multiline croak messages.
15718      Branch: perl
15719            ! t/op/ver.t
15720 ____________________________________________________________________________
15721 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
15722         Log: No more pragma/*.t for minitest.
15723      Branch: perl
15724            ! Makefile.SH
15725 ____________________________________________________________________________
15726 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
15727         Log: AUTHORS updates.
15728      Branch: perl
15729            ! AUTHORS
15730 ____________________________________________________________________________
15731 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
15732         Log: delta updates.
15733      Branch: perl
15734            ! pod/perl572delta.pod
15735 ____________________________________________________________________________
15736 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
15737         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
15738              From: Artur Bergman <artur@contiller.se> 
15739              Date: Tue, 26 Jun 2001 15:32:53 +0200
15740              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
15741      Branch: perl
15742            ! makedef.pl sv.c sv.h win32/perllib.c
15743 ____________________________________________________________________________
15744 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
15745         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
15746              From: Jonathan Stowe <gellyfish@gellyfish.com>
15747              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
15748              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
15749              
15750              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
15751      Branch: perl
15752            + ext/Time/HiRes/hints/sco.pl
15753            ! MANIFEST
15754 ____________________________________________________________________________
15755 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
15756         Log: Subject: [PATCH 5.6.1] static build
15757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15758              Date: Tue, 26 Jun 2001 04:22:25 -0400
15759              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
15760      Branch: perl
15761            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
15762            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15763 ____________________________________________________________________________
15764 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
15765         Log: DJGPP patches from Laszlo Molnar.
15766      Branch: perl
15767            ! djgpp/djgpp.c perl.c util.c
15768 ____________________________________________________________________________
15769 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
15770         Log: Netware patches from Ananth Kesari.
15771      Branch: perl
15772            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
15773            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
15774            ! NetWare/nwtinfo.h
15775 ____________________________________________________________________________
15776 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
15777         Log: Detypo.
15778      Branch: perl
15779            ! ext/Errno/Errno_pm.PL
15780 ____________________________________________________________________________
15781 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
15782         Log: There seems to be two ways of spelling the $^O in *STEP.
15783      Branch: perl
15784            ! ext/Errno/Errno_pm.PL
15785 ____________________________________________________________________________
15786 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
15787         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
15788              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
15789      Branch: perl
15790            ! ext/Errno/Errno_pm.PL
15791 ____________________________________________________________________________
15792 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
15793         Log: Known bugs update.
15794      Branch: perl
15795            ! pod/perl572delta.pod
15796 ____________________________________________________________________________
15797 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
15798         Log: The default installation of Cygwin has 500 as root's uid.
15799      Branch: perl
15800            ! lib/User/pwent.t
15801 ____________________________________________________________________________
15802 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
15803         Log: Be even more relaxed (re-allow having only one entry).
15804      Branch: perl
15805            ! t/op/grent.t t/op/pwent.t
15806 ____________________________________________________________________________
15807 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
15808         Log: Test failure updates.
15809      Branch: perl
15810            ! pod/perl572delta.pod
15811 ____________________________________________________________________________
15812 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
15813         Log: MPE/iX test tweaks from Mark Bixby.
15814      Branch: perl
15815            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
15816            ! t/io/fs.t t/op/stat.t
15817 ____________________________________________________________________________
15818 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
15819         Log: Microperl findings.
15820      Branch: perl
15821            ! perl.h pp_sys.c
15822 ____________________________________________________________________________
15823 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
15824         Log: Touch uconfig.h.
15825      Branch: perl
15826            ! uconfig.h
15827 ____________________________________________________________________________
15828 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
15829         Log: Subject: [PATCH] Proposed fix for Pod::Man
15830              From: Rob Napier <rnapier@employees.org>
15831              Date: Mon, 25 Jun 2001 15:49:24 -0400
15832              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
15833              
15834              Cater for Solaris nroff brokenness (shortchanges daisywheel
15835              printers, but hey, we also no more support PDPs.)
15836      Branch: perl
15837            ! lib/Pod/Man.pm
15838 ____________________________________________________________________________
15839 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
15840         Log: Typo in #10937.
15841      Branch: perl
15842            ! ext/POSIX/sigaction.t
15843 ____________________________________________________________________________
15844 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
15845         Log: SIGCONT not trappable in VMS.
15846      Branch: perl
15847            ! ext/POSIX/sigaction.t
15848 ____________________________________________________________________________
15849 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
15850         Log: Subject: [DRAFT] Encode-Tcl.t
15851              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15852              Date: Tue, 26 Jun 2001 03:38:08 +0900
15853              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
15854      Branch: perl
15855            + ext/Encode/Encode/Tcl.t
15856            ! MANIFEST ext/Encode/Encode/Tcl.pm
15857 ____________________________________________________________________________
15858 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
15859         Log: Because of #10932 retract also the perlfunc hunk of #10910.
15860      Branch: perl
15861            ! pod/perlfunc.pod
15862 ____________________________________________________________________________
15863 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
15864         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
15865              by Ilya Zakharevich in
15866              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
15867      Branch: perl
15868            ! XSUB.h
15869 ____________________________________________________________________________
15870 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
15871         Log: Typo in #10889.
15872      Branch: perl
15873            ! hints/uts.sh
15874 ____________________________________________________________________________
15875 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
15876         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
15877              From: Abhijit Menon-Sen <ams@wiw.org>
15878              Date: Mon, 25 Jun 2001 23:45:45 +0530
15879              Message-ID: <20010625234545.A5022@lustre.linux.in>
15880      Branch: perl
15881            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
15882 ____________________________________________________________________________
15883 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
15884         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
15885              From: Michael G Schwern <schwern@pobox.com>
15886              Date: Mon, 25 Jun 2001 14:35:51 -0400
15887              Message-ID: <20010625143551.H13819@blackrider>
15888      Branch: perl
15889            ! lib/Test.pm
15890 ____________________________________________________________________________
15891 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
15892         Log: Update Changes.
15893      Branch: perl
15894            ! Changes patchlevel.h
15895 ____________________________________________________________________________
15896 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
15897         Log: Regen toc and modlib.
15898      Branch: perl
15899            ! pod/perlmodlib.pod pod/perltoc.pod
15900 ____________________________________________________________________________
15901 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
15902         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
15903              for the benefit of C++ compilers, as suggested by Guruprasad.
15904      Branch: perl
15905            ! embed.pl proto.h
15906 ____________________________________________________________________________
15907 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
15908         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
15909              From: Jonathan Stowe <gellyfish@gellyfish.com>
15910              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
15911              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
15912      Branch: perl
15913            ! pod/perlfaq5.pod
15914 ____________________________________________________________________________
15915 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
15916         Log: Missed from #10925.
15917      Branch: perl
15918            ! gv.c
15919 ____________________________________________________________________________
15920 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
15921         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
15922              From: Robin Houston <robin@kitsite.com>
15923              Date: Sat, 19 May 2001 16:19:34 +0100
15924              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
15925      Branch: perl
15926            ! cv.h gv.h op.c
15927 ____________________________________________________________________________
15928 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
15929         Log: Netware README tweak.
15930      Branch: perl
15931            ! README.netware
15932 ____________________________________________________________________________
15933 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
15934         Log: Subject: [PATCH] Re: overload.t fails
15935              From: Abhijit Menon-Sen <ams@wiw.org>
15936              Date: Mon, 25 Jun 2001 14:52:20 +0530
15937              Message-ID: <20010625145220.A24114@lustre.linux.in>
15938      Branch: perl
15939            ! lib/overload.t
15940 ____________________________________________________________________________
15941 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
15942         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15943              From: Mike Guy <mjtg@cam.ac.uk>
15944              Date: Mon, 25 Jun 2001 11:43:23 +0100
15945              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
15946      Branch: perl
15947            ! lib/Carp.pm
15948 ____________________________________________________________________________
15949 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
15950         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
15951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15952              Date: Sun, 24 Jun 2001 05:17:05 -0400
15953              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
15954      Branch: perl
15955            ! os2/os2ish.h
15956 ____________________________________________________________________________
15957 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
15958         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
15959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15960              Date: Mon, 25 Jun 2001 05:52:27 -0400
15961              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
15962      Branch: perl
15963            ! hints/os2.sh
15964 ____________________________________________________________________________
15965 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
15966         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
15967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15968              Date: Mon, 25 Jun 2001 05:23:35 -0400
15969              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
15970      Branch: perl
15971            ! os2/os2.c
15972 ____________________________________________________________________________
15973 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
15974         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
15975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15976              Date: Mon, 25 Jun 2001 05:04:32 -0400
15977              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
15978      Branch: perl
15979            ! os2/OS2/REXX/DLL/DLL.pm
15980 ____________________________________________________________________________
15981 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
15982         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
15983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15984              Date: Mon, 25 Jun 2001 05:02:36 -0400
15985              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
15986      Branch: perl
15987            ! mg.c os2/dl_os2.c os2/os2.c
15988 ____________________________________________________________________________
15989 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
15990         Log: Subject: Re: [PATCH 5.6.1] misprints
15991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15992              Date: Mon, 25 Jun 2001 04:50:50 -0400
15993              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
15994      Branch: perl
15995            ! os2/os2.c pp_sys.c
15996 ____________________________________________________________________________
15997 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
15998         Log: Add Test::More and Test::Simple to the delta.
15999      Branch: perl
16000            ! pod/perl572delta.pod
16001 ____________________________________________________________________________
16002 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
16003         Log: Add Test::More, from Michael G Schwern.
16004      Branch: perl
16005            + lib/Test/More.pm lib/Test/More/t/More.t
16006            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16007            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16008            + t/lib/Test/More/Catch.pm
16009            ! MANIFEST
16010 ____________________________________________________________________________
16011 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
16012         Log: Add Test::Simple from Michael G Schwern.
16013      Branch: perl
16014            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
16015            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
16016            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16017            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
16018            + t/lib/Test/Simple/Catch.pm
16019            + t/lib/Test/Simple/sample_tests/death.plx
16020            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
16021            + t/lib/Test/Simple/sample_tests/extras.plx
16022            + t/lib/Test/Simple/sample_tests/five_fail.plx
16023            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
16024            + t/lib/Test/Simple/sample_tests/one_fail.plx
16025            + t/lib/Test/Simple/sample_tests/require.plx
16026            + t/lib/Test/Simple/sample_tests/success.plx
16027            + t/lib/Test/Simple/sample_tests/too_few.plx
16028            + t/lib/Test/Simple/sample_tests/two_fail.plx
16029            ! MANIFEST
16030 ____________________________________________________________________________
16031 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
16032         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
16033              From: "Craig A. Berry" <craigberry@mac.com>
16034              Date: Sun, 24 Jun 2001 23:41:36 -0500
16035              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
16036      Branch: perl
16037            ! pp_sys.c
16038 ____________________________________________________________________________
16039 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
16040         Log: Upgrade to Attribute::Handlers 0.70.
16041      Branch: perl
16042            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16043            ! MANIFEST lib/Attribute/Handlers.pm
16044 ____________________________________________________________________________
16045 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
16046         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
16047              From: Abhijit Menon-Sen <ams@wiw.org>
16048              Date: Sat, 23 Jun 2001 05:17:44 +0530
16049              Message-ID: <20010623051744.A18583@lustre.linux.in>
16050              
16051              (Can't think of a good place to put tests.)
16052      Branch: perl
16053            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
16054 ____________________________________________________________________________
16055 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
16056         Log: Subject: [PATCH] t/op/pat.t typo fix
16057              From: Richard Soderberg <rs@crystalflame.net>
16058              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
16059              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
16060      Branch: perl
16061            ! t/op/pat.t
16062 ____________________________________________________________________________
16063 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
16064         Log: Move the pack warnings to their own file, as pointed
16065              out by Spider.
16066      Branch: perl
16067            + t/lib/warnings/pp_pack
16068            ! MANIFEST t/lib/warnings/pp
16069 ____________________________________________________________________________
16070 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
16071         Log: Update Changes.
16072      Branch: perl
16073            ! Changes patchlevel.h
16074 ____________________________________________________________________________
16075 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
16076         Log: Partially fix a problem noticed by IRIX compiler:
16077              the initialization of parse_start was bypassed by
16078              several gotos.  Now initialized to zero, which may
16079              not be the best choice.
16080      Branch: perl
16081            ! regcomp.c
16082 ____________________________________________________________________________
16083 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
16084         Log: Relax the group and password tests back to moaning only
16085              if no matches at all are found.  (Even with a small sample
16086              I could find many sites where there are, umm, anomalies in
16087              the said databases.)       
16088      Branch: perl
16089            ! t/op/grent.t t/op/pwent.t
16090 ____________________________________________________________________________
16091 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
16092         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
16093      Branch: perl
16094            ! pp_ctl.c
16095 ____________________________________________________________________________
16096 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
16097         Log: De-cut-and-pasto in #10902.
16098      Branch: perl
16099            ! pp_ctl.c
16100 ____________________________________________________________________________
16101 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
16102         Log: The #10771 didn't take?
16103      Branch: perl
16104            ! pp_ctl.c
16105 ____________________________________________________________________________
16106 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
16107         Log: Undo the filetests part of #10900, under multiplicity
16108              weird errors take place.
16109      Branch: perl
16110            ! pp_sys.c
16111 ____________________________________________________________________________
16112 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
16113         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
16114      Branch: perl
16115            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
16116 ____________________________________________________________________________
16117 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
16118         Log: (Replaced by #10922)
16119              
16120              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
16121              From: Tony Bowden <tony@kasei.com>
16122              Date: Sun, 24 Jun 2001 17:32:40 +0100
16123              Message-ID: <20010624173240.A16293@blackstar.co.uk>
16124              
16125              Document (well, mention) shortmess() and longmess()
16126              to rob people of their fun of reinventing the weel.
16127      Branch: perl
16128            ! lib/Carp.pm
16129 ____________________________________________________________________________
16130 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
16131         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
16132              From: Brian Jepson <bjepson@oreilly.com>
16133              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
16134              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
16135      Branch: perl
16136            ! pp_sys.c
16137 ____________________________________________________________________________
16138 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
16139         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
16140              From: Robin Barker <rmb1@cise.npl.co.uk> 
16141              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
16142              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
16143      Branch: perl
16144            ! lib/CPAN.pm
16145 ____________________________________________________________________________
16146 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
16147         Log: Memoize patch from mjd.
16148      Branch: perl
16149            ! lib/Memoize/t/tie_storable.t
16150 ____________________________________________________________________________
16151 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
16152         Log: Spec the sv_pvprintify() a bit more.
16153      Branch: perl
16154            ! pod/perltodo.pod
16155 ____________________________________________________________________________
16156 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
16157         Log: Upgrade to Memoize 0.65.
16158      Branch: perl
16159            + lib/Memoize/t/array_confusion.t
16160            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16161            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
16162            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16163            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
16164            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
16165            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
16166            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
16167            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
16168            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
16169            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
16170            ! lib/Memoize/t/tie_storable.t
16171 ____________________________________________________________________________
16172 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
16173         Log: Metaconfig unit change for #10892.
16174      Branch: metaconfig
16175            ! U/modified/Options.U
16176 ____________________________________________________________________________
16177 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
16178         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
16179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16180              Date: Sun, 24 Jun 2001 05:24:40 -0400
16181              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
16182      Branch: perl
16183            ! Configure hints/os2.sh
16184 ____________________________________________________________________________
16185 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
16186         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
16187              From: Mike Guy <mjtg@cam.ac.uk>
16188              Date: Sun, 24 Jun 2001 15:28:39 +0100
16189              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
16190              
16191              Fix an ancient (5.002) bug.
16192      Branch: perl
16193            ! lib/Carp/Heavy.pm
16194 ____________________________________________________________________________
16195 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
16196         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
16197              variables.
16198      Branch: perl
16199            ! pp_sys.c
16200 ____________________________________________________________________________
16201 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
16202         Log: Make UTS as per #10888.
16203      Branch: perl
16204            ! hints/uts.sh
16205 ____________________________________________________________________________
16206 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
16207         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
16208      Branch: perl
16209            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
16210            ! mpeix/mpeixish.h perl.h unixish.h
16211 ____________________________________________________________________________
16212 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
16213         Log: AUTHORS update.
16214      Branch: perl
16215            ! AUTHORS
16216 ____________________________________________________________________________
16217 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
16218         Log: Subject: Encode::Tcl for multibyte doesnot work
16219              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16220              Date: Sun, 24 Jun 2001 22:48:21 +0900
16221              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
16222      Branch: perl
16223            ! ext/Encode/Encode/Tcl.pm
16224 ____________________________________________________________________________
16225 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
16226         Log: Subject: [PATCH] Remove tautology in error messages
16227              From: Mike Guy <mjtg@cam.ac.uk>
16228              Date: Sun, 24 Jun 2001 13:31:00 +0100
16229              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
16230      Branch: perl
16231            ! pp_sys.c
16232 ____________________________________________________________________________
16233 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
16234         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
16235      Branch: perl
16236            ! hints/darwin.sh
16237 ____________________________________________________________________________
16238 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
16239         Log: Subject: Re: [PATCH 5.6.1] test suite
16240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16241              Date: Sun, 24 Jun 2001 05:47:05 -0400
16242              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
16243              
16244              Test suite fixes.
16245      Branch: perl
16246            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
16247 ____________________________________________________________________________
16248 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
16249         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
16250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16251              Date: Sun, 24 Jun 2001 05:37:19 -0400
16252              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
16253      Branch: perl
16254            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
16255 ____________________________________________________________________________
16256 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
16257         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
16258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16259              Date: Sun, 24 Jun 2001 05:34:50 -0400
16260              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
16261              
16262              Pacify compiler warnings.
16263      Branch: perl
16264            ! pp_sys.c
16265 ____________________________________________________________________________
16266 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
16267         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
16268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16269              Date: Sun, 24 Jun 2001 05:21:18 -0400
16270              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
16271              
16272              Enable compression of executables during link time.
16273      Branch: perl
16274            ! hints/os2.sh
16275 ____________________________________________________________________________
16276 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
16277         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
16278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16279              Date: Sun, 24 Jun 2001 05:15:11 -0400
16280              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
16281              
16282              Add ordinals to the export list for Perl DLL.
16283              (Breaks intra-version DLL compatibility.)
16284      Branch: perl
16285            ! makedef.pl
16286 ____________________________________________________________________________
16287 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
16288         Log: Allow (displaying and) re-editing the Subject in perlbug.
16289              Also abstract the Subject quality control into a function.
16290      Branch: perl
16291            ! utils/perlbug.PL
16292 ____________________________________________________________________________
16293 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
16294         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
16295      Branch: perl
16296            ! utils/perlbug.PL
16297 ____________________________________________________________________________
16298 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
16299         Log: Regen toc and modlib.
16300      Branch: perl
16301            ! pod/perlmodlib.pod pod/perltoc.pod
16302 ____________________________________________________________________________
16303 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
16304         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
16305              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
16306              attribute semantics as much as possible, or 'ntsec' which uses
16307              native NTFS semantics.)  (See also #10877.)
16308      Branch: perl
16309            ! perl.c
16310 ____________________________________________________________________________
16311 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
16312         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
16313      Branch: perl
16314            ! lib/Test/Harness.pm
16315 ____________________________________________________________________________
16316 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
16317         Log: Just zap the -uPerlio.
16318      Branch: perl
16319            ! ext/B/Stash.t
16320 ____________________________________________________________________________
16321 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
16322         Log: Do not test PerlIO if PerlIO not used.
16323      Branch: perl
16324            ! ext/PerlIO/PerlIO.t
16325 ____________________________________________________________________________
16326 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
16327         Log: Regen perlapi.
16328      Branch: perl
16329            ! pod/perlapi.pod
16330 ____________________________________________________________________________
16331 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
16332         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
16333              From: Nicholas Clark <nick@ccl4.org>
16334              Date: Sat, 23 Jun 2001 22:55:47 +0100
16335              Message-ID: <20010623225547.Z98663@plum.flirble.org>
16336      Branch: perl
16337            ! numeric.c
16338 ____________________________________________________________________________
16339 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
16340         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
16341              From: Prymmer/Kahn <pvhp@best.com>
16342              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
16343              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
16344      Branch: perl
16345            ! lib/h2xs.t
16346 ____________________________________________________________________________
16347 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
16348         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
16349              cygwin does not taint cwd, just like win32.
16350      Branch: perl
16351            ! lib/File/Find/taint.t t/op/taint.t
16352 ____________________________________________________________________________
16353 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
16354         Log: Retract #10865, the patch should be unnecessary.
16355              (But seemingly helpful in Cygwin?  Strange.)
16356      Branch: perl
16357            ! lib/Memoize/t/tie_ndbm.t
16358 ____________________________________________________________________________
16359 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
16360         Log: Misplaced test file; plus Cygwin filesystem semantics.
16361      Branch: perl
16362            + ext/SDBM_File/sdbm.t
16363            - ext/ODBM_File/sdbm.t
16364            ! MANIFEST
16365 ____________________________________________________________________________
16366 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
16367         Log: (Retracted by #10867.)
16368      Branch: perl
16369            ! lib/Memoize/t/tie_ndbm.t
16370 ____________________________________________________________________________
16371 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
16372         Log: Metaconfig unit change for #10863.
16373      Branch: metaconfig/U/perl
16374            ! Extensions.U
16375 ____________________________________________________________________________
16376 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
16377         Log: In Cygwin do not build NDBM_File and ODBM_File unless
16378              -lndbm and -ldbm are available.
16379      Branch: perl
16380            ! Configure config_h.SH
16381 ____________________________________________________________________________
16382 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
16383         Log: More Cygwin filesystem semantics.
16384      Branch: perl
16385            ! t/io/fs.t t/op/stat.t
16386 ____________________________________________________________________________
16387 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
16388         Log: More DOSish permission semantics for Cygwin.
16389      Branch: perl
16390            ! lib/AnyDBM_File.t
16391 ____________________________________________________________________________
16392 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
16393         Log: Cygwin too has different permission semantics.
16394      Branch: perl
16395            ! ext/GDBM_File/gdbm.t
16396 ____________________________________________________________________________
16397 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
16398         Log: The group (and assumedly passwd) databases can have
16399              only one entry (this is the case in cygwin).
16400      Branch: perl
16401            ! t/op/grent.t t/op/pwent.t
16402 ____________________________________________________________________________
16403 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
16404         Log: Also in Cygwin use Socket to figure out domainname
16405              (if any) (avoids trying to call external 'domainname',
16406              which doesn't at the moment exist in Cygwin)
16407      Branch: perl
16408            ! lib/Net/Domain.pm
16409 ____________________________________________________________________________
16410 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
16411         Log: Remove also the lib$Foo.def, not just $Foo.def.
16412      Branch: perl
16413            ! lib/ExtUtils/MM_Unix.pm
16414 ____________________________________________________________________________
16415 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
16416         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
16417      Branch: perl
16418            ! unixish.h
16419 ____________________________________________________________________________
16420 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
16421         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
16422              to match the whole isprint(), only the space character.
16423      Branch: perl
16424            ! handy.h pod/perlre.pod t/op/pat.t
16425 ____________________________________________________________________________
16426 [ 10854] By: nick                                  on 2001/06/23  08:09:33
16427         Log: Integrate mainline
16428      Branch: perlio
16429           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
16430           !> lib/ExtUtils.t lib/File/Find/taint.t
16431           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
16432           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
16433           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16434 ____________________________________________________________________________
16435 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
16436         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
16437              with its floats    in os390 and s390 (UTS).
16438      Branch: perl
16439            ! lib/Math/BigInt/t/bigintpm.t
16440 ____________________________________________________________________________
16441 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
16442         Log: Add also UTS (s390) to the non-IEEE float platforms.
16443      Branch: perl
16444            ! t/op/sprintf.t
16445 ____________________________________________________________________________
16446 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
16447         Log: Subject: RFC: what are applicable standards for exponent sizes?
16448              From: Peter Prymmer <pvhp@forte.com>
16449              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
16450              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
16451      Branch: perl
16452            ! t/op/sprintf.t
16453 ____________________________________________________________________________
16454 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
16455         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
16456              From: Peter Prymmer <pvhp@forte.com>
16457              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
16458              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
16459      Branch: perl
16460            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16461 ____________________________________________________________________________
16462 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
16463         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
16464              From: Peter Prymmer <pvhp@forte.com>
16465              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
16466              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
16467      Branch: perl
16468            ! lib/ExtUtils.t
16469 ____________________________________________________________________________
16470 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
16471         Log: Retract #10845.
16472      Branch: perl
16473            ! lib/File/Find/taint.t
16474 ____________________________________________________________________________
16475 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
16476         Log: Yet another error message.
16477      Branch: perl
16478            ! t/op/mkdir.t
16479 ____________________________________________________________________________
16480 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
16481         Log: The croak message for nonexistent socket functions may vary.
16482      Branch: perl
16483            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
16484 ____________________________________________________________________________
16485 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
16486         Log: (Retracted by #10848.)
16487      Branch: perl
16488            ! lib/File/Find/taint.t
16489 ____________________________________________________________________________
16490 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
16491         Log: Integrate perlio.
16492      Branch: perl
16493           !> lib/File/Find/taint.t t/op/write.t
16494 ____________________________________________________________________________
16495 [ 10843] By: nick                                  on 2001/06/22  21:24:51
16496         Log: Back out debug in taint.t
16497      Branch: perlio
16498            ! lib/File/Find/taint.t
16499 ____________________________________________________________________________
16500 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
16501         Log: setitimer() does not exist in Unicos, despite of what
16502              Configure thinks, from Mark P. Lutz.
16503      Branch: perl
16504            ! hints/unicos.sh
16505 ____________________________________________________________________________
16506 [ 10841] By: nick                                  on 2001/06/22  21:19:36
16507         Log: Skip cwd test on Win32 ???
16508      Branch: perlio
16509            ! lib/File/Find/taint.t
16510 ____________________________________________________________________________
16511 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
16512         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
16513              and Tru64 gcc -Wall happy.
16514      Branch: perl
16515            ! mg.c
16516 ____________________________________________________________________________
16517 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
16518         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
16519      Branch: perl
16520            ! ext/IPC/SysV/Semaphore.pm
16521 ____________________________________________________________________________
16522 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
16523         Log: Metaconfig unit change for #10837.
16524      Branch: metaconfig/U/perl
16525            ! Cross.U
16526 ____________________________________________________________________________
16527 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
16528         Log: Cleanup of the cross-compilation unit.
16529      Branch: perl
16530            ! Configure
16531 ____________________________________________________________________________
16532 [ 10836] By: nick                                  on 2001/06/22  20:45:12
16533         Log: Skip |- based op/write.t on Win32 as well as VMS
16534      Branch: perlio
16535            ! t/op/write.t
16536 ____________________________________________________________________________
16537 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
16538         Log: Integrate perlio.
16539      Branch: perl
16540           !> util.c
16541 ____________________________________________________________________________
16542 [ 10834] By: nick                                  on 2001/06/22  20:41:54
16543         Log: Integrate mainline
16544      Branch: perlio
16545           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16546           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
16547           !> vos/config.ga.h
16548 ____________________________________________________________________________
16549 [ 10833] By: nick                                  on 2001/06/22  20:22:58
16550         Log: Patcho fix.
16551      Branch: perlio
16552            ! util.c
16553 ____________________________________________________________________________
16554 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
16555         Log: Metaconfig unit changes for #10831.
16556      Branch: metaconfig
16557            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
16558 ____________________________________________________________________________
16559 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
16560         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
16561              From: Andy Dougherty <doughera@lafayette.edu>
16562              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
16563              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
16564      Branch: perl
16565            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16566            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
16567 ____________________________________________________________________________
16568 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
16569         Log: MPE/iX prototype nits from Mark Bixby.
16570      Branch: perl
16571            ! pp_sys.c
16572 ____________________________________________________________________________
16573 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
16574         Log: Detypo.
16575      Branch: perl
16576            ! util.c
16577 ____________________________________________________________________________
16578 [ 10828] By: nick                                  on 2001/06/22  15:33:37
16579         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
16580      Branch: perlio
16581           +> lib/h2xs.t
16582           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
16583           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
16584           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
16585           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
16586           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16587           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
16588           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
16589           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
16590           !> vms/vmsish.h
16591 ____________________________________________________________________________
16592 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
16593         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
16594              Date: Fri, 22 Jun 2001 10:08:35 -0500
16595              From: "Craig A. Berry" <craigberry@mac.com>
16596              Message-Id: <a05101001b75908704194@[192.168.56.145]>
16597      Branch: perl
16598            ! vms/vms.c vms/vmsish.h
16599 ____________________________________________________________________________
16600 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
16601         Log: NetWare scripts tweak from Ananth Kesari.
16602      Branch: perl
16603            ! NetWare/t/NWScripts.pl
16604 ____________________________________________________________________________
16605 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
16606         Log: Update Changes.
16607      Branch: perl
16608            ! Changes patchlevel.h
16609 ____________________________________________________________________________
16610 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
16611         Log: Add .i and .s targets.
16612      Branch: perl
16613            ! Makefile.SH
16614 ____________________________________________________________________________
16615 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
16616         Log: Upgrade to Locale::Maketext 1.03.
16617      Branch: perl
16618            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16619            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
16620 ____________________________________________________________________________
16621 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
16622         Log: Upgrade to I18N::LangTags 0.26.
16623      Branch: perl
16624            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16625            ! lib/I18N/LangTags/test.pl
16626 ____________________________________________________________________________
16627 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
16628         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
16629              Philip Newton.
16630      Branch: perl
16631            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16632            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16633 ____________________________________________________________________________
16634 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
16635         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
16636              From: Prymmer/Kahn <pvhp@best.com>
16637              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
16638              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
16639      Branch: perl
16640            + lib/h2xs.t
16641            ! MANIFEST utils/h2xs.PL
16642 ____________________________________________________________________________
16643 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
16644         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
16645              From: Prymmer/Kahn <pvhp@best.com>
16646              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
16647              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
16648      Branch: perl
16649            ! lib/ExtUtils.t
16650 ____________________________________________________________________________
16651 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
16652         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
16653              From: Prymmer/Kahn <pvhp@best.com>
16654              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
16655              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
16656      Branch: perl
16657            ! t/pod/plainer.t
16658 ____________________________________________________________________________
16659 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
16660         Log: AUTHORS update.
16661      Branch: perl
16662            ! AUTHORS
16663 ____________________________________________________________________________
16664 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
16665         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
16666              From: "Craig A. Berry" <craigberry@mac.com>
16667              Date: Thu, 21 Jun 2001 18:20:38 -0500
16668              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
16669      Branch: perl
16670            ! ext/POSIX/POSIX.xs
16671 ____________________________________________________________________________
16672 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
16673         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
16674              From: "Craig A. Berry" <craigberry@mac.com>
16675              Date: Thu, 21 Jun 2001 09:58:52 -0500
16676              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
16677      Branch: perl
16678            ! ext/B/Deparse.t t/op/write.t
16679 ____________________________________________________________________________
16680 [ 10814] By: nick                                  on 2001/06/22  08:13:09
16681         Log: Integrate mainline.
16682      Branch: perlio
16683           !> (integrate 46 files)
16684 ____________________________________________________________________________
16685 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
16686         Log: Change the prefixes only if $prefix is unset,
16687              as originally patched by Marcel Grunauer.
16688      Branch: perl
16689            ! hints/darwin.sh hints/rhapsody.sh
16690 ____________________________________________________________________________
16691 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
16692         Log: Subject: Re: Patch for hints/darwin.sh
16693              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16694              Date: Thu, 21 Jun 2001 11:23:46 -0700
16695              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
16696      Branch: perl
16697            ! hints/darwin.sh hints/rhapsody.sh
16698 ____________________________________________________________________________
16699 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
16700         Log: Add .PHONY targets for non-file targets,
16701              from Wilfredo Sánchez.  Should help saying
16702              "make install" on case-insensitive filesystems.
16703      Branch: perl
16704            ! Makefile.SH
16705 ____________________________________________________________________________
16706 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
16707         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
16708              From: Doug MacEachern <dougm@covalent.net>
16709              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
16710              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
16711              
16712              plus reword the getcwd() comment, plus use getcwd() buffer
16713              size minus one.
16714      Branch: perl
16715            ! util.c
16716 ____________________________________________________________________________
16717 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
16718         Log: More gprofing from Doug MacEachern.
16719      Branch: perl
16720            ! Makefile.SH
16721 ____________________________________________________________________________
16722 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
16723         Log: Metaconfig unit change for #10807.
16724      Branch: metaconfig/U/perl
16725            ! d_sfio.U
16726 ____________________________________________________________________________
16727 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
16728         Log: Tell that you are removing the unneeded -lsfio.
16729      Branch: perl
16730            ! Configure
16731 ____________________________________________________________________________
16732 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
16733         Log: More MPE/iX tweaks from Mark Bixby.
16734      Branch: perl
16735            ! perl.c t/op/magic.t
16736 ____________________________________________________________________________
16737 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
16738         Log: The fchdir() proto is supposed to live in <unistd.h>.
16739      Branch: perl
16740            ! ext/Cwd/Cwd.xs
16741 ____________________________________________________________________________
16742 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
16743         Log: This town is too small for the Cwd extension and me,
16744              it would seem...
16745      Branch: perl
16746            ! ext/Cwd/Cwd.xs
16747 ____________________________________________________________________________
16748 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
16749         Log: Metaconfig unit change for #10802.
16750      Branch: metaconfig/U/perl
16751            ! d_modfl.U
16752 ____________________________________________________________________________
16753 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
16754         Log: More d'ohs.
16755      Branch: perl
16756            ! Configure
16757 ____________________________________________________________________________
16758 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
16759         Log: Off-by-one.  I'm so classic.
16760      Branch: perl
16761            ! util.c
16762 ____________________________________________________________________________
16763 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
16764         Log: Update Changes.
16765      Branch: perl
16766            ! Changes patchlevel.h
16767 ____________________________________________________________________________
16768 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
16769         Log: Subject: Documentation patch for Net::FTP
16770              From: Marcel Grunauer <marcel@codewerk.com>
16771              Date: Wed, 20 Jun 2001 23:03:26 +0200
16772              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
16773      Branch: perl
16774            ! lib/Net/FTP.pm
16775 ____________________________________________________________________________
16776 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
16777         Log: Retract the #10417 mg.c and embed.pl parts because of
16778              strange SEGVs in 64bit x86 FreeBSD observed by
16779              Nicholas Clark.
16780      Branch: perl
16781            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
16782 ____________________________________________________________________________
16783 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
16784         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
16785      Branch: perl
16786            ! Configure NetWare/config.wc NetWare/config_H.wc
16787            ! Porting/Glossary Porting/config.sh Porting/config_H
16788            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16789            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16790            ! vos/config.ga.h win32/config.bc win32/config.gc
16791            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16792            ! win32/config_H.vc
16793 ____________________________________________________________________________
16794 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
16795         Log: Cwd tweak from Doug MacEachern.
16796      Branch: perl
16797            ! ext/Cwd/Cwd.xs
16798 ____________________________________________________________________________
16799 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
16800         Log: Protect the fchdir() and lstat() with ifdefs.
16801              fchdir() needs a Configure probe.
16802      Branch: perl
16803            ! ext/Cwd/Cwd.xs
16804 ____________________________________________________________________________
16805 [ 10794] By: nick                                  on 2001/06/21  17:11:35
16806         Log: Integrate mainline
16807      Branch: perlio
16808           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16809           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16810           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16811           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16812           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16813           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16814           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16815           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16816            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16817            - lib/File/Glob/case.t lib/File/Glob/global.t
16818            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16819            - lib/File/Temp/posix.t lib/File/Temp/security.t
16820            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16821            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16822            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16823            - lib/Text/Wrap/wrap.t
16824           !> (integrate 41 files)
16825 ____________________________________________________________________________
16826 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
16827         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
16828              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16829              Date: Thu, 21 Jun 2001 13:04:54 -0500
16830              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
16831      Branch: perl
16832            ! ext/Cwd/Cwd.xs
16833 ____________________________________________________________________________
16834 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
16835         Log: Subject: [PATCH pod] overlong =item
16836              From: Robin Barker <rmb1@cise.npl.co.uk>
16837              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
16838              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
16839      Branch: perl
16840            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16841            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16842 ____________________________________________________________________________
16843 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
16844         Log: Subject: [PATCH perlio.c] format 
16845              From: Robin Barker <rmb1@cise.npl.co.uk>
16846              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
16847              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
16848      Branch: perl
16849            ! perlio.c
16850 ____________________________________________________________________________
16851 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
16852         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
16853              From: Radu Greab <radu@netsoft.ro>
16854              Date: Thu, 21 Jun 2001 19:06:02 +0300
16855              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
16856      Branch: perl
16857            ! pod/perlapi.pod sv.c
16858 ____________________________________________________________________________
16859 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
16860         Log: The metaconfig unit changes for #10788.
16861      Branch: metaconfig/U/perl
16862            ! Cross.U fflushall.U
16863 ____________________________________________________________________________
16864 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
16865         Log: Cross-configuration changes: make $from to rm the files
16866              before copying them over (this means that he rm can be
16867              removed from the fflushall test), create $targetmkdir      
16868              (not documented in install since it is supposed to internal
16869              use only), make $run to copy over the executable only if
16870              a stamp file .xok doesn't already exist (to avoid unnecessary
16871              copying of the executable)
16872      Branch: perl
16873            ! Configure Makefile.SH
16874 ____________________________________________________________________________
16875 [ 10787] By: nick                                  on 2001/06/21  14:16:18
16876         Log: Integrate mainline
16877      Branch: perlio
16878           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
16879           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
16880           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
16881            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
16882           !> (integrate 34 files)
16883 ____________________________________________________________________________
16884 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
16885         Log: Re-add the files as text.
16886      Branch: perl
16887            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16888 ____________________________________________________________________________
16889 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
16890         Log: Delete the binary files.
16891      Branch: perl
16892            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16893 ____________________________________________________________________________
16894 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
16895         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
16896              From: Andy Dougherty <doughera@lafayette.edu>
16897              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
16898              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
16899      Branch: perl
16900            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
16901            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
16902            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
16903            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
16904 ____________________________________________________________________________
16905 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
16906         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
16907              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
16908              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
16909              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
16910              
16911              Setting umask to something friendlier.
16912      Branch: perl
16913            ! installman installperl
16914 ____________________________________________________________________________
16915 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
16916         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
16917              Resort MANIFEST with sort -f, looks much better.
16918      Branch: perl
16919            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16920            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16921            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16922            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16923            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16924            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16925            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16926            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16927            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16928            - lib/File/Glob/case.t lib/File/Glob/global.t
16929            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16930            - lib/File/Temp/posix.t lib/File/Temp/security.t
16931            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16932            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16933            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16934            - lib/Text/Wrap/wrap.t
16935            ! MANIFEST
16936 ____________________________________________________________________________
16937 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
16938         Log: Upgrade to I18N::LangTags 0.25.
16939      Branch: perl
16940            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16941            ! lib/I18N/LangTags/List.pm
16942 ____________________________________________________________________________
16943 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
16944         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
16945              From: Richard Soderberg <rs@crystalflame.net>
16946              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
16947              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
16948      Branch: perl
16949            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
16950            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
16951 ____________________________________________________________________________
16952 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
16953         Log: Test obsoleted by change #10777.
16954      Branch: perl
16955            ! t/op/sub_lval.t
16956 ____________________________________________________________________________
16957 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
16958         Log: Case of confused test numbering.
16959      Branch: perl
16960            ! t/op/pat.t
16961 ____________________________________________________________________________
16962 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
16963         Log: Subject: Re: Opinion on undef lvalue
16964              From: Abhijit Menon-Sen <ams@wiw.org>
16965              Date: Sun, 17 Jun 2001 13:04:46 +0530
16966              Message-ID: <20010617130446.B27925@lustre.linux.in>
16967              
16968              Allow lvalue subs to return undef in array context.
16969      Branch: perl
16970            ! pp_hot.c
16971 ____________________________________________________________________________
16972 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
16973         Log: Just a guess that using the same hack for cygwin as
16974              for win32 might help.
16975      Branch: perl
16976            ! lib/File/Find/find.t
16977 ____________________________________________________________________________
16978 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
16979         Log: NetWare tweaks from Guruprasad.
16980      Branch: perl
16981            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
16982            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
16983            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
16984            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
16985 ____________________________________________________________________________
16986 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
16987         Log: Subject: Re: perl@10722: Bogus warnings on REs 
16988              From: Hugo <hv@crypt.compulink.co.uk>
16989              Date: Thu, 21 Jun 2001 09:51:17 +0100
16990              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
16991              
16992              Unroll to avoid a UTS compiler bug.
16993      Branch: perl
16994            ! regcomp.c
16995 ____________________________________________________________________________
16996 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
16997         Log: Subject: Re: [PATCH] Make /o work under i?threads
16998              From: Artur Bergman <artur@contiller.se>
16999              Date: Thu, 21 Jun 2001 14:38:03 +0200
17000              Message-ID: <B757B74A.184D%artur@contiller.se>
17001      Branch: perl
17002            ! t/op/pat.t
17003 ____________________________________________________________________________
17004 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
17005         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
17006              From: Artur Bergman <artur@contiller.se> 
17007              Date: Thu, 21 Jun 2001 14:27:33 +0200
17008              Message-ID: <B757B4D4.1849%artur@contiller.se>
17009              
17010              Plus extra parentheses.
17011      Branch: perl
17012            ! op.h
17013 ____________________________________________________________________________
17014 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
17015         Log: Subject: [PATCH] Make /o work under i?threads
17016              From: Richard Soderberg <rs@crystalflame.net>
17017              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
17018              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
17019      Branch: perl
17020            ! pp_ctl.c
17021 ____________________________________________________________________________
17022 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
17023         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
17024              From: Artur Bergman <artur@contiller.se>
17025              Date: Thu, 21 Jun 2001 14:04:54 +0200
17026              Message-ID: <B757AF86.1842%artur@contiller.se>
17027      Branch: perl
17028            ! op.h
17029 ____________________________________________________________________________
17030 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
17031         Log: Subject: Re: perl@10765: sv.c not OK on win32
17032              From: Artur Bergman <artur@contiller.se>
17033              Date: Thu, 21 Jun 2001 10:31:06 +0200
17034              Message-ID: <B7577D69.182C%artur@contiller.se>
17035      Branch: perl
17036            ! sv.c
17037 ____________________________________________________________________________
17038 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
17039         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
17040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17041              Date: Thu, 21 Jun 2001 06:23:56 -0400
17042              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
17043              
17044              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
17045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17046              Date: Thu, 21 Jun 2001 06:32:21 -0400
17047              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
17048      Branch: perl
17049            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
17050 ____________________________________________________________________________
17051 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
17052         Log: Subject: [PATCH] make syslog test more verbose
17053              From: Robert Spier <rspier@pobox.com>
17054              Date: Thu, 21 Jun 2001 00:54:32 -0400
17055              Message-ID: <15153.32264.295807.333073@rls.cx>
17056      Branch: perl
17057            ! ext/Sys/Syslog/syslog.t
17058 ____________________________________________________________________________
17059 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
17060         Log: Subject: op/study.t refinements
17061              From: Hugo <hv@crypt.compulink.co.uk>
17062              Date: Thu, 21 Jun 2001 00:29:07 +0100
17063              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
17064      Branch: perl
17065            ! t/op/study.t
17066 ____________________________________________________________________________
17067 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
17068         Log: Update Changes.
17069      Branch: perl
17070            ! Changes patchlevel.h
17071 ____________________________________________________________________________
17072 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
17073         Log: Subject: Re: [PATCH] djgpp updates
17074              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
17075              Date: Wed, 20 Jun 2001 10:05:15 +0200
17076              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
17077      Branch: perl
17078            ! djgpp/config.over
17079 ____________________________________________________________________________
17080 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
17081         Log: Fix for ID 20010619.002 "When building hash, hash keys that
17082              are function calls are not being called", from Abhijit.
17083      Branch: perl
17084            ! t/base/lex.t toke.c
17085 ____________________________________________________________________________
17086 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
17087         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
17088      Branch: perl
17089            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
17090            + lib/Locale/Maketext/test.pl
17091            - lib/Locale/Maketext.t
17092            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17093            ! lib/Locale/Maketext/TPJ13.pod
17094 ____________________________________________________________________________
17095 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
17096         Log: Metaconfig unit change for #10760.
17097      Branch: metaconfig
17098            ! U/modified/Cppsym.U
17099 ____________________________________________________________________________
17100 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
17101         Log: Do not remove the ccsym* Cppsym* files since
17102              they are useful for metaconfig units coming after us.
17103              (This is the Configure nit mentioned in #10752.)
17104      Branch: perl
17105            ! Configure
17106 ____________________________________________________________________________
17107 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
17108         Log: Update to I18N::LangTags 0.24, from Sean Burke.
17109      Branch: perl
17110            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
17111            + lib/I18N/LangTags/README
17112            - lib/I18N/LangTags/List.pod
17113            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
17114 ____________________________________________________________________________
17115 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
17116         Log: Regen headers.
17117      Branch: perl
17118            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
17119            ! pod/perlapi.pod proto.h
17120 ____________________________________________________________________________
17121 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
17122         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
17123              From: Artur Bergman <artur@contiller.se>
17124              Date: Wed, 20 Jun 2001 11:31:32 +0200
17125              Message-ID: <B7563A14.17D8%artur@contiller.se>
17126      Branch: perl
17127            ! embed.pl hv.c intrpvar.h sv.c sv.h
17128 ____________________________________________________________________________
17129 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
17130         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
17131              From: Tim Sweetman <tim@aldigital.co.uk> 
17132              Date: Wed, 13 Jun 2001 14:25:17 +0100 
17133              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
17134      Branch: perl
17135            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
17136 ____________________________________________________________________________
17137 [ 10755] By: nick                                  on 2001/06/20  16:12:37
17138         Log: Integrate mainline
17139      Branch: perlio
17140           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
17141           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
17142           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
17143           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
17144           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
17145           !> t/op/study.t util.c
17146 ____________________________________________________________________________
17147 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
17148         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
17149              but not Makefile)
17150      Branch: maint-5.6/perl
17151            ! win32/Makefile
17152 ____________________________________________________________________________
17153 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
17154         Log: Security tweak on readlink().
17155      Branch: perl
17156            ! pp_sys.c
17157 ____________________________________________________________________________
17158 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
17159         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
17160      Branch: perl
17161            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
17162            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
17163            ! mpeix/relink t/op/pwent.t
17164 ____________________________________________________________________________
17165 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
17166         Log: Reinstate #10725 (with probe for alarm()).
17167      Branch: perl
17168            ! t/op/study.t
17169 ____________________________________________________________________________
17170 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
17171         Log: Replace our implementation of realpath() with OpenBSD's
17172              (src/lib/libc/stdlib/realpath.c 1.4).
17173      Branch: perl
17174            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
17175            ! pod/perldiag.pod proto.h util.c
17176 ____________________________________________________________________________
17177 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
17178         Log: Integrate perlio.
17179      Branch: perl
17180           !> perlio.c
17181 ____________________________________________________________________________
17182 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
17183         Log: No point in going into memory-saving contortions
17184              with getcwd() since there's a danger of buffer overflow.
17185              Also make the POSIX extension to use sv_getcwd().
17186              Finally, a missed proto.h fragment.
17187      Branch: perl
17188            ! ext/POSIX/POSIX.xs proto.h util.c
17189 ____________________________________________________________________________
17190 [ 10747] By: nick                                  on 2001/06/20  12:38:26
17191         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
17192      Branch: perlio
17193            ! perlio.c
17194 ____________________________________________________________________________
17195 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
17196         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
17197              From: Graham Barr <gbarr@pobox.com>
17198              Date: Wed, 20 Jun 2001 11:05:49 +0100
17199              Message-ID: <20010620110549.I19188@pobox.com>
17200              
17201              reported in        
17202              
17203              Subject: Bug in IO::Socket::INET module (repeat)
17204              From: "Harmon S. Nine" <hnine@netarx.com>
17205              Date: Tue, 19 Jun 2001 09:41:35 -0400
17206              Message-ID: <3B2F568F.8080605@netarx.com>
17207              
17208              The bug was that the IO::Socket::INET constructor
17209              did not allow a 'LocalPort' of 0.
17210      Branch: perl
17211            ! ext/IO/lib/IO/Socket/INET.pm
17212 ____________________________________________________________________________
17213 [ 10745] By: nick                                  on 2001/06/20  08:56:39
17214         Log: Integrate mainline.
17215      Branch: perlio
17216           !> (integrate 37 files)
17217 ____________________________________________________________________________
17218 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
17219         Log: After some reading I don't think we can blindly
17220              use systems' realpath().  Too many security problems,
17221              too many buggy implementations.
17222              
17223              TODO: the realpath() emulation code in util.c doesn't
17224              seem fully operational?  (readlink(), for example?)
17225      Branch: perl
17226            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
17227            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
17228            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
17229            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
17230            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
17231            ! win32/config_H.gc win32/config_H.vc
17232 ____________________________________________________________________________
17233 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
17234         Log: Metaconfig unit change for #10738.
17235      Branch: metaconfig
17236            ! U/compline/d_gconvert.U
17237 ____________________________________________________________________________
17238 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
17239         Log: Integrate change #10739 from maintperl:
17240              
17241              C<eval "/x$\r\n/x"> fails to compile correctly 
17242      Branch: perl
17243           !> t/op/pat.t toke.c
17244 ____________________________________________________________________________
17245 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
17246         Log: Retract #10725 (Hugo asked NOT to apply the patch)
17247      Branch: perl
17248            ! t/op/study.t
17249 ____________________________________________________________________________
17250 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
17251         Log: The test.third results were funnily named because of the
17252              new test scheme.
17253      Branch: perl
17254            ! t/TEST
17255 ____________________________________________________________________________
17256 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
17257         Log: C<eval "/x$\r\n/x"> fails to compile correctly
17258      Branch: maint-5.6/perl
17259            ! t/op/pat.t toke.c
17260 ____________________________________________________________________________
17261 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
17262         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
17263              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17264              Date: Tue, 19 Jun 2001 19:15:40 -0400
17265              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
17266              
17267              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
17268              because "1e+129" being expected but "1.e+129" being returned.
17269              The culprit (at least in Tru64) is the use of gcvt().
17270      Branch: perl
17271            ! Configure
17272 ____________________________________________________________________________
17273 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
17274         Log: Subject: [PATCH perl@10722] test hunting on VMS
17275              From: "Craig A. Berry" <craigberry@mac.com>
17276              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
17277              Date: Tue, 19 Jun 2001 18:59:01 -0500
17278      Branch: perl
17279            ! vms/test.com
17280 ____________________________________________________________________________
17281 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
17282         Log: Subject: [PATCH] s/typos//
17283              From: Abhijit Menon-Sen <ams@wiw.org>
17284              Date: Wed, 20 Jun 2001 02:15:02 +0530
17285              Message-ID: <20010620021502.A14541@lustre.linux.in>
17286              
17287              Without the op.h s/bearword/bareword/ hunk, see
17288              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
17289      Branch: perl
17290            ! util.c
17291 ____________________________________________________________________________
17292 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
17293         Log: Metaconfig unit change for #10732 and #10733.
17294      Branch: metaconfig/U/perl
17295            ! fflushall.U
17296 ____________________________________________________________________________
17297 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
17298         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
17299              From: "Craig A. Berry" <craigberry@mac.com>
17300              Date: Tue, 19 Jun 2001 17:19:48 -0500
17301              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
17302      Branch: perl
17303            ! configure.com vms/descrip_mms.template
17304 ____________________________________________________________________________
17305 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
17306         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
17307              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17308              Date: Tue, 19 Jun 2001 16:48:07 -0400
17309              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
17310              
17311              Further fixes to fflush(NULL) detection.
17312      Branch: perl
17313            ! Configure
17314 ____________________________________________________________________________
17315 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
17316         Log: AIX test -s hangs with non-existent files?
17317              (A genuine logic bug in Configure, but AIX also broken?)
17318      Branch: perl
17319            ! Configure
17320 ____________________________________________________________________________
17321 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
17322         Log: AUTHORS updates.
17323      Branch: perl
17324            ! AUTHORS
17325 ____________________________________________________________________________
17326 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
17327         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
17328              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17329              Date: Tue, 19 Jun 2001 15:33:25 -0400
17330              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
17331      Branch: perl
17332            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
17333            ! t/lib/warnings/pp
17334 ____________________________________________________________________________
17335 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
17336         Log: Integrate perlio.
17337      Branch: perl
17338           !> lib/File/Find/find.t win32/distclean.bat
17339 ____________________________________________________________________________
17340 [ 10728] By: nick                                  on 2001/06/19  18:24:53
17341         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
17342      Branch: perlio
17343            ! lib/File/Find/find.t win32/distclean.bat
17344 ____________________________________________________________________________
17345 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
17346         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
17347              also add information how to find out whether one has PerlIO.
17348      Branch: perl
17349            ! pod/perlfunc.pod
17350 ____________________________________________________________________________
17351 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
17352         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
17353              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17354              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
17355              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
17356      Branch: perl
17357            ! pod/perlfunc.pod
17358 ____________________________________________________________________________
17359 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
17360         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
17361              From: Hugo <hv@crypt.compulink.co.uk>
17362              Date: Tue, 19 Jun 2001 12:37:30 +0100
17363              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
17364      Branch: perl
17365            ! t/op/study.t
17366 ____________________________________________________________________________
17367 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
17368         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
17369              From: Hugo <hv@crypt.compulink.co.uk>
17370              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
17371              Date: Tue, 19 Jun 2001 13:15:17 +0100
17372      Branch: perl
17373            ! util.c
17374 ____________________________________________________________________________
17375 [ 10723] By: nick                                  on 2001/06/19  14:46:15
17376         Log: Integrate mainline
17377      Branch: perlio
17378           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
17379           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
17380           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
17381           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
17382           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
17383           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17384            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17385            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17386            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17387            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17388            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17389            - ext/Thread/unsync4.t
17390           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
17391           !> djgpp/config.over djgpp/fixpmain
17392           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
17393           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
17394           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
17395 ____________________________________________________________________________
17396 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
17397         Log: Update Changes.
17398      Branch: perl
17399            ! Changes patchlevel.h
17400 ____________________________________________________________________________
17401 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
17402         Log: The existence shall be MANIFESted.
17403      Branch: perl
17404            ! MANIFEST
17405 ____________________________________________________________________________
17406 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
17407         Log: The old libnet.cfg is first searched from the current directory,
17408              only then from the module path.
17409      Branch: perl
17410            ! utils/libnetcfg.PL
17411 ____________________________________________________________________________
17412 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
17413         Log: NetWare tweaks from Guruprasad.
17414      Branch: perl
17415            ! NetWare/Makefile NetWare/config.wc
17416 ____________________________________________________________________________
17417 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
17418         Log: Subject: [PATCH] djgpp updates
17419              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
17420              Date: Tue, 19 Jun 2001 10:59:06 +0200
17421              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
17422      Branch: perl
17423            ! djgpp/config.over djgpp/fixpmain
17424 ____________________________________________________________________________
17425 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
17426         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
17427              From: Prymmer/Kahn <pvhp@best.com>
17428              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
17429              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
17430      Branch: perl
17431            ! win32/Makefile
17432 ____________________________________________________________________________
17433 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
17434         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
17435              to happen right after the inclusion of <inttypes.h>,
17436              from Edward Moy.
17437      Branch: perl
17438            ! handy.h perl.h
17439 ____________________________________________________________________________
17440 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
17441         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
17442              From: Doug MacEachern <dougm@covalent.net>
17443              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
17444              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
17445      Branch: perl
17446            ! ext/DynaLoader/DynaLoader_pm.PL
17447 ____________________________________________________________________________
17448 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
17449         Log: Revert #10656 for perfomance reasons but leave in the
17450              use of Hv*() macros -- in comments, so that grepping the
17451              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
17452              suggested by Sarathy, also by Abhijit.)
17453      Branch: perl
17454            ! hv.c
17455 ____________________________________________________________________________
17456 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
17457         Log: Subject: [patch] .s MakeMaker suffix
17458              From: Doug MacEachern <dougm@covalent.net>
17459              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
17460              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
17461      Branch: perl
17462            ! lib/ExtUtils/MM_Unix.pm
17463 ____________________________________________________________________________
17464 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
17465         Log: One test lost in the big shuffle restored.
17466      Branch: perl
17467            + ext/IPC/SysV/ipcsysv.t
17468            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17469 ____________________________________________________________________________
17470 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
17471         Log: Rename the old non-standard threads tests so that
17472              they won't be invoked.
17473      Branch: perl
17474            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
17475            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
17476            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
17477            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
17478            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
17479            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17480            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17481            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17482            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17483            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17484            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17485            - ext/Thread/unsync4.t
17486            ! MANIFEST
17487 ____________________________________________________________________________
17488 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
17489         Log: Integrate perlio.
17490      Branch: perl
17491           !> win32/config_sh.PL
17492 ____________________________________________________________________________
17493 [ 10709] By: nick                                  on 2001/06/19  08:18:18
17494         Log: Integrate mainline
17495      Branch: perlio
17496           +> (branch 40 files)
17497            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17498            - lib/strict/subs lib/strict/vars lib/warnings/1global
17499            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17500            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17501            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17502            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17503            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17504            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17505            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17506            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17507            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17508            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17509            - lib/warnings/utf8 lib/warnings/util
17510           !> (integrate 57 files)
17511 ____________________________________________________________________________
17512 [ 10708] By: nick                                  on 2001/06/19  07:57:10
17513         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
17514      Branch: perlio
17515            ! win32/config_sh.PL
17516 ____________________________________________________________________________
17517 [ 10707] By: nick                                  on 2001/06/19  07:05:07
17518         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
17519      Branch: perl
17520            ! perly.c perly.y perly_c.diff vms/perly_c.vms
17521 ____________________________________________________________________________
17522 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
17523         Log: More perl572delta tweaks.
17524      Branch: perl
17525            ! pod/perl572delta.pod
17526 ____________________________________________________________________________
17527 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
17528         Log: Update perl572delta.
17529      Branch: perl
17530            ! pod/perl572delta.pod
17531 ____________________________________________________________________________
17532 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
17533         Log: VOS updates from Paul Green.
17534      Branch: perl
17535            ! vos/Changes vos/build.cm vos/perl.bind
17536 ____________________________________________________________________________
17537 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
17538         Log: Update the vos/config.*.* files.
17539      Branch: perl
17540            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17541            ! vos/config.ga.h
17542 ____________________________________________________________________________
17543 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
17544         Log: Add a makefile for more painless adding of symbols to the
17545              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
17546              takes care of the adding)
17547      Branch: perl
17548            + vos/Makefile
17549 ____________________________________________________________________________
17550 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
17551         Log: Make libnetcfg by default display the libnet configuration,
17552              -c to change, add -i for old config, document all options,
17553              regen toc.
17554      Branch: perl
17555            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
17556 ____________________________________________________________________________
17557 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
17558         Log: gcc -Wall sweep.
17559      Branch: perl
17560            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
17561 ____________________________________________________________________________
17562 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
17563         Log: So there.
17564      Branch: perl
17565            ! universal.c
17566 ____________________________________________________________________________
17567 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
17568         Log: Document the need for sv_printify().
17569              
17570              Document that 'use utf8' has been considered.
17571              
17572              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
17573      Branch: perl
17574            ! pod/perltodo.pod universal.c
17575 ____________________________________________________________________________
17576 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
17577         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
17578              From: Nicholas Clark <nick@ccl4.org>
17579              Date: Mon, 18 Jun 2001 23:29:23 +0100
17580              Message-ID: <20010618232923.I98663@plum.flirble.org>
17581      Branch: perl
17582            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
17583            ! ext/Sys/Syslog/Makefile.PL
17584 ____________________________________________________________________________
17585 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
17586         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
17587              From: Scott.L.Miller@Compaq.com
17588              Date: Mon, 18 Jun 2001 10:12:27 -0500
17589              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
17590      Branch: perl
17591            ! lib/perl5db.pl pod/perldebug.pod
17592 ____________________________________________________________________________
17593 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
17594         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
17595              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17596              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
17597              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
17598      Branch: perl
17599            ! lib/Carp/Heavy.pm
17600 ____________________________________________________________________________
17601 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
17602         Log: Subject: [PATCH] Documentation changes for CLONE
17603              From: Artur Bergman <artur@contiller.se>
17604              Date: Mon, 18 Jun 2001 22:06:37 +0200
17605              Message-ID: <B7542BEC.1719%artur@contiller.se>
17606      Branch: perl
17607            ! pod/perlmod.pod pod/perlsub.pod
17608 ____________________________________________________________________________
17609 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
17610         Log: Subject: Re: configure.com
17611              From: "Craig A. Berry" <craigberry@mac.com>
17612              Date: Mon, 18 Jun 2001 16:04:38 -0500
17613              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
17614      Branch: perl
17615            ! configure.com
17616 ____________________________________________________________________________
17617 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
17618         Log: Subject: PL_nullstash + perl_clone()
17619              From: Doug MacEachern <dougm@covalent.net>
17620              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
17621              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
17622      Branch: perl
17623            ! sv.c
17624 ____________________________________________________________________________
17625 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
17626         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
17627              From: davem@fdgroup.co.uk
17628              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
17629              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
17630      Branch: perl
17631            ! embed.pl pod/perlapi.pod
17632 ____________________________________________________________________________
17633 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
17634         Log: More cross-compilation defaults gleaned from -Dcc
17635              if it is CPU-OS-gcc.
17636      Branch: metaconfig
17637            ! U/modified/libc.U
17638      Branch: metaconfig/U/perl
17639            ! Cross.U
17640      Branch: perl
17641            ! Configure INSTALL
17642 ____________________________________________________________________________
17643 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
17644         Log: Update Changes.
17645      Branch: perl
17646            ! Changes patchlevel.h
17647 ____________________________________________________________________________
17648 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
17649         Log: Subject: [PATCH 5.7.1] sv.c documentation
17650              From: davem@fdgroup.co.uk
17651              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
17652              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
17653      Branch: perl
17654            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
17655            ! sv.c sv.h
17656 ____________________________________________________________________________
17657 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
17658         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
17659              From: "Jon Gunnip" <jongunnip@hotmail.com>
17660              Date: Sun, 17 Jun 2001 18:24:29 -0400
17661              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
17662      Branch: perl
17663            ! pod/perlvar.pod
17664 ____________________________________________________________________________
17665 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
17666         Log: Move the locale/strict/warnings helper files back
17667              under the t/lib; this way the amount of non-installabled
17668              stuff under lib/ stays smaller.
17669      Branch: perl
17670            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
17671            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
17672            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
17673            + t/lib/warnings/5nolint t/lib/warnings/6default
17674            + t/lib/warnings/7fatal t/lib/warnings/8signal
17675            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
17676            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
17677            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
17678            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
17679            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
17680            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
17681            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
17682            + t/lib/warnings/taint t/lib/warnings/toke
17683            + t/lib/warnings/universal t/lib/warnings/utf8
17684            + t/lib/warnings/util
17685            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17686            - lib/strict/subs lib/strict/vars lib/warnings/1global
17687            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17688            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17689            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17690            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17691            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17692            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17693            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17694            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17695            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17696            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17697            - lib/warnings/utf8 lib/warnings/util
17698            ! MANIFEST installperl lib/locale.t lib/strict.t
17699 ____________________________________________________________________________
17700 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
17701         Log: Split off the pack/unpack code, from Nicholas Clark.
17702      Branch: perl
17703            + pp_pack.c
17704            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
17705            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
17706            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
17707 ____________________________________________________________________________
17708 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
17709         Log: Guard the SysV IPC tests against being invoked in
17710              SysV-IPC-less places.
17711      Branch: perl
17712            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17713 ____________________________________________________________________________
17714 [ 10683] By: nick                                  on 2001/06/18  12:24:42
17715         Log: Integrate mainline (new test scheme now ok on Linux).
17716      Branch: perlio
17717           +> lib/warnings.t
17718           !> dump.c sv.c
17719 ____________________________________________________________________________
17720 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
17721         Log: Add the locale.c and numeric.c to the microperl sources.
17722      Branch: perl
17723            ! Makefile.micro win32/Makefile
17724 ____________________________________________________________________________
17725 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
17726         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
17727              From: Abhijit Menon-Sen <ams@wiw.org>
17728              Date: Mon, 18 Jun 2001 14:23:44 +0530
17729              Message-ID: <20010618142344.A13136@lustre.linux.in>
17730      Branch: perl
17731            ! dump.c
17732 ____________________________________________________________________________
17733 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
17734         Log: Subject: Re: [PATCH] more anonymous stash cleanups
17735              From: Abhijit Menon-Sen <ams@wiw.org>
17736              Date: Mon, 18 Jun 2001 15:50:32 +0530
17737              Message-ID: <20010618155032.A13223@lustre.linux.in>
17738              
17739              Plus the comment left in as suggested by NI-S.
17740      Branch: perl
17741            ! sv.c
17742 ____________________________________________________________________________
17743 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
17744         Log: One missed file.
17745      Branch: perl
17746            + lib/warnings.t
17747 ____________________________________________________________________________
17748 [ 10678] By: nick                                  on 2001/06/18  08:05:29
17749         Log: Integrate mainline (part2 - the deletes)
17750      Branch: perlio
17751            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
17752            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
17753            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
17754            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
17755            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
17756            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
17757            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
17758            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
17759            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
17760            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
17761            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
17762 ____________________________________________________________________________
17763 [ 10677] By: nick                                  on 2001/06/18  08:04:44
17764         Log: Integrate mainline (part1)
17765      Branch: perlio
17766           +> (branch 376 files)
17767            - (delete 219 files)
17768           !> (integrate 151 files)
17769 ____________________________________________________________________________
17770 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
17771         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
17772              No doubt I made some mistakes like missed some files or
17773              misnamed some files.  The naming rules were more or less:
17774              (1) if the module is from CPAN, follows its ways, be it
17775              t/*.t or test.pl.
17776              (2) otherwise if there are multiple tests for a module
17777              put them in a t/
17778              (3) otherwise if there's only one test put it in Module.t
17779              (4) helper files go to module/ (locale, strict, warnings)
17780              (5) use longer filenames now that we can (but e.g. the
17781              compat-0.6.t and the Text::Balanced test files still
17782              were renamed to be more civil against the 8.3 people)
17783              installperl was updated appropriately not to install the
17784              *.t files or the help files from under lib.
17785              
17786              TODO: some helper files still remain under t/ that could
17787              follow their 'masters'.  UPDATE: On second thoughts, why
17788              should they.  They can continue to live under t/lib, and
17789              in fact the locale/strict/warnings helpers that were moved
17790              could be moved back.  This way the amount of non-installable
17791              stuff under lib/ stays smaller.
17792      Branch: perl
17793            + (add 253 files)
17794            - (delete 254 files)
17795            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
17796 ____________________________________________________________________________
17797 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
17798         Log: The warning no more comes from util.c, it comes from numeric.c.
17799      Branch: perl
17800            ! README.tru64
17801 ____________________________________________________________________________
17802 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
17803         Log: Subject: Re: anyone good at casting spells?
17804              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17805              Date: Sun, 17 Jun 2001 21:21:04 -0400
17806              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
17807      Branch: perl
17808            ! ext/POSIX/POSIX.xs hv.h
17809 ____________________________________________________________________________
17810 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
17811         Log: Protect the (original) thread tests against testing if no 5.005
17812              threads have been configured.
17813      Branch: perl
17814            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17815            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17816            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17817            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17818            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17819            ! ext/Thread/unsync4.t
17820 ____________________________________________________________________________
17821 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
17822         Log: Try the new test scanning scheme on Text::Abbrev.
17823      Branch: perl
17824            + lib/Text/Abbrev.t
17825            - lib/Text/Abbrev/t/abbrev.t
17826            ! MANIFEST
17827 ____________________________________________________________________________
17828 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
17829         Log: Change the scan policy of the *.t and test.pl files,
17830              now the *.t do not need to live in a t/ directory.
17831      Branch: perl
17832            ! t/TEST t/harness
17833 ____________________________________________________________________________
17834 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
17835         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
17836              From: Ilmari Karonen <iltzu@sci.fi>
17837              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
17838              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
17839      Branch: perl
17840            ! pod/perlfaq7.pod
17841 ____________________________________________________________________________
17842 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
17843         Log: Quench the warnings from Tru64; the HP-UX is still
17844              broken because it really, REALLY, doesn't like the
17845              HvARRAY() being lvalue:
17846              
17847              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
17848              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
17849      Branch: perl
17850            ! hv.c
17851 ____________________________________________________________________________
17852 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
17853         Log: Integrate change #10667 from maintperl:
17854              
17855              change#10449 broke the special-case that makes lexicals inside the
17856              eval"" within DB::DB() visible
17857      Branch: perl
17858           !> op.c
17859 ____________________________________________________________________________
17860 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
17861         Log: change#10449 broke the special-case that makes lexicals inside the
17862              eval"" within DB::DB() visible
17863      Branch: maint-5.6/perl
17864            ! op.c
17865 ____________________________________________________________________________
17866 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
17867         Log: Still spurious output; indent the code a bit.
17868              
17869              TODO1: separate the utility functions like MkDir
17870              into a helper script?
17871              
17872              TODO2: I see a lot of repetition in the filepath()
17873              and dirpath() calls.
17874      Branch: perl
17875            ! t/lib/filefind.t t/lib/findtaint.t
17876 ____________________________________________________________________________
17877 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
17878         Log: Regen modlib, toc.
17879      Branch: perl
17880            ! pod/perlmodlib.pod pod/perltoc.pod
17881 ____________________________________________________________________________
17882 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
17883         Log: Add libnetcfg to perlutil.
17884      Branch: perl
17885            ! pod/perlutil.pod
17886 ____________________________________________________________________________
17887 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
17888         Log: Initial integration of libnet-1.0703.
17889              The Configure script renamed as libnetcfg, will be
17890              installed along other utilities.
17891      Branch: perl
17892            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
17893            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
17894            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
17895            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
17896            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
17897            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
17898            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
17899            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
17900            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
17901            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
17902            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
17903            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
17904            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
17905            + utils/libnetcfg.PL
17906            ! MANIFEST utils.lst utils/Makefile
17907 ____________________________________________________________________________
17908 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
17909         Log: Less potentially test-harness-confusing output.
17910      Branch: perl
17911            ! lib/Memoize/t/expire_module_t.t
17912 ____________________________________________________________________________
17913 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
17914         Log: The final print annoys make test.
17915      Branch: perl
17916            ! t/lib/filefind.t t/lib/findtaint.t
17917 ____________________________________________________________________________
17918 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
17919         Log: Add an option for handling dangling symbolic links.
17920      Branch: perl
17921            ! lib/File/Find.pm t/lib/filefind.t
17922 ____________________________________________________________________________
17923 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
17924         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
17925              From: Thomas Wegner <wegner_thomas@yahoo.com>
17926              Date: Sun, 17 Jun 2001 14:43:11 +0200
17927              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
17928      Branch: perl
17929            + t/lib/findtaint.t
17930            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
17931 ____________________________________________________________________________
17932 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
17933         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
17934              From: Jonathan Stowe <gellyfish@gellyfish.com>
17935              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
17936              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
17937      Branch: perl
17938            ! lib/ExtUtils/MM_Unix.pm
17939 ____________________________________________________________________________
17940 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
17941         Log: Subject: [PATCH] more anonymous stash cleanups
17942              From: Abhijit Menon-Sen <ams@wiw.org>
17943              Date: Sun, 17 Jun 2001 11:44:06 +0530
17944              Message-ID: <20010617114406.A25203@lustre.linux.in>
17945      Branch: perl
17946            ! op.c
17947 ____________________________________________________________________________
17948 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
17949         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
17950              From: Abhijit Menon-Sen <ams@wiw.org>
17951              Date: Sun, 17 Jun 2001 08:02:59 +0530
17952              Message-ID: <20010617080259.A28776@lustre.linux.in>
17953              
17954              Subject: [PATCH #2/7] xhv_eiter
17955              From: Abhijit Menon-Sen <ams@wiw.org>
17956              Date: Sun, 17 Jun 2001 08:13:18 +0530
17957              Message-ID: <20010617081318.B28776@lustre.linux.in>
17958              
17959              Subject: [PATCH #3/7] xhv_fill
17960              From: Abhijit Menon-Sen <ams@wiw.org>
17961              Date: Sun, 17 Jun 2001 08:25:16 +0530
17962              Message-ID: <20010617082516.C28776@lustre.linux.in>
17963              
17964              Subject: [PATCH #4/7] xhv_keys
17965              From: Abhijit Menon-Sen <ams@wiw.org>
17966              Date: Sun, 17 Jun 2001 08:36:17 +0530
17967              Message-ID: <20010617083617.D28776@lustre.linux.in>
17968              
17969              Subject: [PATCH #5/7] xhv_max
17970              From: Abhijit Menon-Sen <ams@wiw.org>
17971              Date: Sun, 17 Jun 2001 08:39:48 +0530
17972              Message-ID: <20010617083948.E28776@lustre.linux.in>
17973              
17974              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
17975              From: Abhijit Menon-Sen <ams@wiw.org>
17976              Date: Sun, 17 Jun 2001 08:51:11 +0530
17977              Message-ID: <20010617085111.F28776@lustre.linux.in>
17978      Branch: perl
17979            ! hv.c
17980 ____________________________________________________________________________
17981 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
17982         Log: Update Changes.
17983      Branch: perl
17984            ! Changes patchlevel.h
17985 ____________________________________________________________________________
17986 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
17987         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
17988              From: Abhijit Menon-Sen <ams@wiw.org>
17989              Date: Sat, 16 Jun 2001 07:41:19 +0530
17990              Message-ID: <20010616074119.A24720@lustre.linux.in>
17991      Branch: perl
17992            ! hv.c perl.c vms/vmsish.h win32/win32.h
17993 ____________________________________________________________________________
17994 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
17995         Log: Document tests failing when threaded, since we now have more.
17996      Branch: perl
17997            ! pod/perl572delta.pod
17998 ____________________________________________________________________________
17999 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
18000         Log: -Wall cleanup.
18001      Branch: perl
18002            ! ext/Thread/Thread.xs
18003 ____________________________________________________________________________
18004 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
18005         Log: pthread_attr_setstacksize() isn't absolutely necessary
18006              to call, only iff THREAD_CREATE_NEEDS_STACK.
18007      Branch: perl
18008            ! ext/Thread/Thread.xs
18009 ____________________________________________________________________________
18010 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
18011         Log: -Wall strays.
18012      Branch: perl
18013            ! perl.c util.c
18014 ____________________________________________________________________________
18015 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
18016         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
18017              (and INT64_MIN) brokenness.
18018      Branch: perl
18019            ! hints/darwin.sh perl.h
18020 ____________________________________________________________________________
18021 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
18022         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
18023              From: Nicholas Clark <nick@ccl4.org>
18024              Date: Sun, 17 Jun 2001 00:16:05 +0100
18025              Message-ID: <20010617001605.V98663@plum.flirble.org>
18026      Branch: perl
18027            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
18028            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
18029            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18030 ____________________________________________________________________________
18031 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
18032         Log: Add perlnetware to docs; regen toc; supply skeleton
18033              docs for some Memoize submodules.
18034      Branch: perl
18035            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
18036            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18037            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
18038            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18039            ! win32/Makefile win32/makefile.mk
18040 ____________________________________________________________________________
18041 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
18042         Log: pod cleanup.
18043      Branch: perl
18044            ! README.netware
18045 ____________________________________________________________________________
18046 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
18047         Log: Integrate Memoize 0.64.  Few tweaks were required in
18048              the test scripts.  Note that the speed and expire*
18049              tests take several dozen seconds to run.
18050      Branch: perl
18051            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18052            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
18053            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18054            + lib/Memoize/README lib/Memoize/SDBM_File.pm
18055            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
18056            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
18057            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
18058            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
18059            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
18060            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
18061            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
18062            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
18063            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
18064            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
18065            ! MANIFEST t/lib/1_compile.t
18066 ____________________________________________________________________________
18067 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
18068         Log: Document the cross-compilation options.
18069      Branch: perl
18070            ! Cross/README INSTALL
18071 ____________________________________________________________________________
18072 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
18073         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
18074      Branch: perl
18075            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
18076            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
18077            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
18078            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
18079            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
18080            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
18081            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
18082            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
18083            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
18084            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
18085            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
18086            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
18087            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
18088            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
18089            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
18090            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
18091            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
18092            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
18093            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
18094            + lib/ExtUtils/MM_NW5.pm
18095            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
18096            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
18097            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18098            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
18099            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
18100            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
18101            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
18102            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
18103            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
18104            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
18105            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
18106            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
18107            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
18108            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
18109            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
18110            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
18111            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
18112            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
18113            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
18114            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
18115            ! util.h x2p/a2py.c
18116 ____________________________________________________________________________
18117 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
18118         Log: Resort MANIFEST.
18119      Branch: perl
18120            ! MANIFEST
18121 ____________________________________________________________________________
18122 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
18123         Log: Integrate perlio.
18124      Branch: perl
18125           +> win32/win32io.c
18126           !> MANIFEST perlio.c perliol.h win32/makefile.mk
18127 ____________________________________________________________________________
18128 [ 10640] By: nick                                  on 2001/06/16  18:38:31
18129         Log: Disable :win32 layer as default till I get it working
18130      Branch: perlio
18131            ! MANIFEST perlio.c
18132 ____________________________________________________________________________
18133 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
18134         Log: Try the new scheme by moving the Text::Abbrev test
18135              to a new place under lib.
18136      Branch: perl
18137            + lib/Text/Abbrev/t/abbrev.t
18138            - t/lib/abbrev.t
18139            ! MANIFEST
18140 ____________________________________________________________________________
18141 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
18142         Log: Make the code even more dynamical so that testname
18143              suffix length can change.
18144      Branch: perl
18145            ! lib/Test/Harness.pm t/TEST
18146 ____________________________________________________________________________
18147 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
18148         Log: Allow for deeper t/ and also a single test.pl.
18149      Branch: perl
18150            ! t/TEST t/harness
18151 ____________________________________________________________________________
18152 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
18153         Log: #define fix from Nicholas Clark.
18154      Branch: perl
18155            ! ext/POSIX/POSIX.xs
18156 ____________________________________________________________________________
18157 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
18158         Log: Initialization is nice.
18159      Branch: perl
18160            ! lib/Test/Harness.pm
18161 ____________________________________________________________________________
18162 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
18163         Log: Make t/TEST and t/harness to test also the t/ tests
18164              under the main lib/ and ext/ directories.  Fix Test::Harness
18165              to dynamically change the width of its "foo/bar....ok" output.
18166      Branch: perl
18167            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
18168 ____________________________________________________________________________
18169 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
18170         Log: Subject: [PATCH] Re: perl@10611 
18171              From: Nicholas Clark <nick@ccl4.org>
18172              Date: Sat, 16 Jun 2001 16:52:47 +0100
18173              Message-ID: <20010616165247.O98663@plum.flirble.org>
18174              
18175              The .xs parts, too.
18176      Branch: perl
18177            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
18178            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
18179 ____________________________________________________________________________
18180 [ 10632] By: nick                                  on 2001/06/16  16:44:35
18181         Log: Work-in-progress win32 layer semi-functional, checking 
18182              for UNIX breakage.
18183      Branch: perlio
18184            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
18185 ____________________________________________________________________________
18186 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
18187         Log: Subject: [PATCH] Re: perl@10611 
18188              From: Nicholas Clark <nick@ccl4.org>
18189              Date: Sat, 16 Jun 2001 16:52:47 +0100
18190              Message-ID: <20010616165247.O98663@plum.flirble.org>
18191      Branch: perl
18192            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
18193            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
18194            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
18195            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18196            ! lib/ExtUtils/Constant.pm
18197 ____________________________________________________________________________
18198 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
18199         Log: Metaconfig unit change for #10629.
18200      Branch: metaconfig
18201            ! U/modified/Finish.U
18202 ____________________________________________________________________________
18203 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
18204         Log: The extraction changed directories.
18205      Branch: perl
18206            ! Configure
18207 ____________________________________________________________________________
18208 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
18209         Log: Math::BigInt 1.35 from Tels.
18210      Branch: perl
18211            + t/lib/mbimbf.t
18212            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18213            ! t/lib/bigfltpm.t t/lib/bigintpm.t
18214 ____________________________________________________________________________
18215 [ 10627] By: nick                                  on 2001/06/16  14:54:52
18216         Log: Work in progress UNIX-side edit of win32 PerLIO layer
18217      Branch: perlio
18218            + win32/win32io.c
18219            ! perlio.c win32/makefile.mk
18220 ____________________________________________________________________________
18221 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
18222         Log: Subject: [PATCH 5.6.1] os2/diff-configure
18223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18224              Date: Fri, 15 Jun 2001 01:19:36 -0400
18225              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
18226              
18227              Empty all of it because I think #10624 made even the
18228              last patch hunk unnecessary.
18229      Branch: perl
18230            ! os2/diff.configure
18231 ____________________________________________________________________________
18232 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
18233         Log: Metaconfig unit change for 10624.
18234      Branch: metaconfig
18235            ! U/modified/libc.U
18236      Branch: perl
18237            ! config_h.SH
18238 ____________________________________________________________________________
18239 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
18240         Log: Move the initialization of libnames to the beginning so
18241              that can one 'seed' it (as OS/2 does.)
18242      Branch: perl
18243            ! Configure
18244 ____________________________________________________________________________
18245 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
18246         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
18247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18248              Date: Fri, 15 Jun 2001 19:10:57 -0400
18249              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
18250      Branch: perl
18251            ! os2/OS2/REXX/DLL/DLL.pm
18252 ____________________________________________________________________________
18253 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
18254         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
18255              From: "Craig A. Berry" <craigberry@mac.com>
18256              Date: Fri, 15 Jun 2001 17:00:03 -0500
18257              Message-Id: <a05101007b750342599be@[172.16.52.1]>
18258      Branch: perl
18259            ! vms/descrip_mms.template
18260 ____________________________________________________________________________
18261 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
18262         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
18263              From: "Craig A. Berry" <craigberry@mac.com>
18264              Date: Fri, 15 Jun 2001 18:39:42 -0500
18265              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
18266      Branch: perl
18267            ! lib/File/Spec/VMS.pm t/lib/extutils.t
18268 ____________________________________________________________________________
18269 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
18270         Log: Integrate perlio.
18271      Branch: perl
18272           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
18273           !> t/io/utf8.t t/lib/io_scalar.t
18274 ____________________________________________________________________________
18275 [ 10619] By: nick                                  on 2001/06/15  21:05:19
18276         Log: Generated files
18277      Branch: perlio
18278            ! embed.h proto.h
18279 ____________________________________________________________________________
18280 [ 10618] By: nick                                  on 2001/06/15  20:27:42
18281         Log: Fix open.pm to work via XS-implemented method calls rather
18282              than *open::layers variables which caused all the HV/AV hassle.
18283      Branch: perlio
18284            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
18285            ! t/lib/io_scalar.t
18286 ____________________________________________________________________________
18287 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
18288         Log: Integrate perlio.
18289      Branch: perl
18290           !> lib/ExtUtils/Constant.pm
18291 ____________________________________________________________________________
18292 [ 10616] By: nick                                  on 2001/06/15  18:46:47
18293         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
18294      Branch: perlio
18295            ! lib/ExtUtils/Constant.pm
18296 ____________________________________________________________________________
18297 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
18298         Log: Integrate perlio.
18299      Branch: perl
18300           !> ext/Socket/Socket.xs
18301 ____________________________________________________________________________
18302 [ 10614] By: nick                                  on 2001/06/15  18:33:37
18303         Log: MULTIPLICITY fix for Socket.xs
18304      Branch: perlio
18305            ! ext/Socket/Socket.xs
18306 ____________________________________________________________________________
18307 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
18308         Log: Subject: Re: perl@10611
18309              From: Doug MacEachern <dougm@covalent.net>
18310              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
18311              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
18312      Branch: perl
18313            ! ext/Socket/Socket.xs
18314 ____________________________________________________________________________
18315 [ 10612] By: nick                                  on 2001/06/15  16:14:38
18316         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
18317      Branch: perlio
18318           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18319           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
18320           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
18321           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
18322           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
18323           !> utils/h2ph.PL
18324 ____________________________________________________________________________
18325 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
18326         Log: Update Changes.
18327      Branch: perl
18328            ! Changes patchlevel.h
18329 ____________________________________________________________________________
18330 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
18331         Log: Upping the test count.
18332      Branch: perl
18333            ! t/lib/filefind.t
18334 ____________________________________________________________________________
18335 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
18336         Log: Integrate perlio.
18337      Branch: perl
18338           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18339 ____________________________________________________________________________
18340 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
18341         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
18342              From: andreas.koenig@anima.de (Andreas J. Koenig)
18343              Date: 15 Jun 2001 13:30:39 +0200
18344              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
18345              
18346              Record the grim history.
18347      Branch: perl
18348            ! lib/File/Find.pm
18349 ____________________________________________________________________________
18350 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
18351         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
18352              From: Brian McCauley <nobull@mail.com>
18353              Date: 15 Jun 2001 07:51:26 +0100
18354              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
18355      Branch: perl
18356            ! lib/File/Find.pm t/lib/filefind.t
18357 ____________________________________________________________________________
18358 [ 10606] By: nick                                  on 2001/06/15  14:00:08
18359         Log: regen_config_h for Win32.
18360      Branch: perlio
18361            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18362 ____________________________________________________________________________
18363 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
18364         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
18365              From: Peter Prymmer <pvhp@forte.com>
18366              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
18367              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
18368      Branch: perl
18369            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
18370 ____________________________________________________________________________
18371 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
18372         Log: Some filesystems require writability for rename/unlink.
18373      Branch: perl
18374            ! opcode.pl
18375 ____________________________________________________________________________
18376 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
18377         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
18378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18379              Date: Fri, 15 Jun 2001 12:08:53 +0200
18380              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
18381      Branch: perl
18382            ! perlio.c
18383 ____________________________________________________________________________
18384 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
18385         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
18386              From: Mike Guy <mjtg@cam.ac.uk>
18387              Date: Fri, 15 Jun 2001 14:11:49 +0100
18388              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
18389      Branch: perl
18390            ! opcode.pl
18391 ____________________________________________________________________________
18392 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
18393         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
18394              From: Nicholas Clark <nick@ccl4.org>
18395              Date: Thu, 14 Jun 2001 23:52:56 +0100
18396              Message-ID: <20010614235256.G98663@plum.flirble.org>
18397      Branch: perl
18398            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
18399            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18400 ____________________________________________________________________________
18401 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
18402         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18403              From: Russ Allbery <rra@stanford.edu>
18404              Date: 14 Jun 2001 13:24:43 -0700
18405              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
18406      Branch: perl
18407            ! ext/GDBM_File/GDBM_File.pm
18408 ____________________________________________________________________________
18409 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
18410         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18411              From: Nicholas Clark <nick@ccl4.org>
18412              Date: Thu, 14 Jun 2001 20:37:47 +0100
18413              Message-ID: <20010614203747.F98663@plum.flirble.org>
18414      Branch: perl
18415            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18416            ! t/lib/gdbm.t
18417 ____________________________________________________________________________
18418 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
18419         Log: Integrate perlio.
18420      Branch: perl
18421           !> makedef.pl sv.c
18422 ____________________________________________________________________________
18423 [ 10597] By: nick                                  on 2001/06/15  11:08:13
18424         Log: Check that HVs with HvNAME() != NULL are really stashes before
18425              treating them as such. Also be more defensive on the GvCV.
18426              Win32 fork and dprof now working again. 
18427      Branch: perlio
18428            ! sv.c
18429 ____________________________________________________________________________
18430 [ 10596] By: nick                                  on 2001/06/15  10:11:20
18431         Log: Integrate mainline.
18432      Branch: perlio
18433           +> Cross/README
18434           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
18435           !> Porting/config_H config_h.SH configure.com epoc/config.sh
18436           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
18437           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18438           !> vos/config.ga.h win32/config.bc win32/config.gc
18439           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18440           !> win32/config_H.vc
18441 ____________________________________________________________________________
18442 [ 10595] By: nick                                  on 2001/06/15  09:37:17
18443         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
18444              - Win32 (VC++) now builds but fails:
18445              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
18446              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
18447              write.t    - open(...,"|-") not implemented on Win32 
18448      Branch: perlio
18449            ! makedef.pl
18450 ____________________________________________________________________________
18451 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
18452         Log: Integrate perlio.
18453      Branch: perl
18454           !> perlio.c win32/makefile.mk
18455 ____________________________________________________________________________
18456 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
18457         Log: Metaconfig unit changes for #10592.
18458      Branch: metaconfig
18459            + U/modified/i_varhdr.U U/modified/startsh.U
18460            - U/a_dvisory/crosscompile.U U/target/Target.U
18461            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
18462            ! U/compline/bitpbyte.U U/compline/byteorder.U
18463            ! U/compline/ccflags.U U/compline/charsize.U
18464            ! U/compline/d_casti32.U U/compline/d_castneg.U
18465            ! U/compline/d_closedir.U U/compline/d_fd_set.U
18466            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
18467            ! U/compline/d_keepsig.U U/compline/d_open3.U
18468            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18469            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
18470            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
18471            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
18472            ! U/compline/doublesize.U U/compline/floatsize.U
18473            ! U/compline/nblock_io.U U/compline/orderlib.U
18474            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
18475            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
18476            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
18477            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
18478            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
18479            ! U/modified/spitshell.U U/threads/archname.U
18480            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
18481            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
18482            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
18483            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
18484            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
18485      Branch: metaconfig/U/perl
18486            + Cross.U
18487            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
18488            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
18489            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
18490            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
18491            ! stdio_streams.U uselfs.U
18492 ____________________________________________________________________________
18493 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
18494         Log: The first steps towards cross-compilation.
18495              
18496              Abstract execution of compiled test executables with $run,
18497              and abstract transfer of files with $to and $from.
18498              
18499              Under cross-compilation the $run, $to, and $from will point
18500              to appropriate wrapper scripts, by default ssh and scp,
18501              but also rsh, rcp, and cp are supported.  If not
18502              cross-compiling, they will be set to '', ':', and ':',
18503              respectively.
18504              
18505              With these patches I was able to get Configure for
18506              iPAQ ARM Linux on an Intel Linux about 95% right
18507              (only a few tests failed to execute or they produced
18508              incorrect results), and I was able to compile
18509              a functional miniperl.
18510              
18511              The symbol crosscompile renamed to be usecrosscompile,
18512              the corresponding C symbol from CROSSCOMPILE to
18513              USE_CROSS_COMPILE.
18514      Branch: perl
18515            ! Configure Cross/README Makefile.SH Porting/Glossary
18516            ! Porting/config.sh Porting/config_H config_h.SH configure.com
18517            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
18518            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18519            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18520            ! win32/config.gc win32/config.vc win32/config_H.bc
18521            ! win32/config_H.gc win32/config_H.vc
18522 ____________________________________________________________________________
18523 [ 10591] By: nick                                  on 2001/06/14  20:00:12
18524         Log: Steps along the road toward Win32 building again.
18525      Branch: perlio
18526            ! perlio.c win32/makefile.mk
18527 ____________________________________________________________________________
18528 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
18529         Log: Integrate perlio.
18530      Branch: perl
18531           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18532 ____________________________________________________________________________
18533 [ 10589] By: nick                                  on 2001/06/14  13:54:07
18534         Log: Routine regen_config_h for Win32
18535      Branch: perlio
18536            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18537 ____________________________________________________________________________
18538 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
18539         Log: Integrate perlio.
18540      Branch: perl
18541           +> perlyline.pl
18542           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
18543 ____________________________________________________________________________
18544 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
18545         Log: A placeholder.
18546      Branch: perl
18547            + Cross/README
18548 ____________________________________________________________________________
18549 [ 10586] By: nick                                  on 2001/06/14  08:25:07
18550         Log: Add new step to run_byacc which:
18551              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
18552              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
18553      Branch: perlio
18554            + perlyline.pl
18555            ! MANIFEST Makefile.SH perly.c
18556 ____________________________________________________________________________
18557 [ 10585] By: nick                                  on 2001/06/14  08:22:29
18558         Log: Integrate mainline
18559      Branch: perlio
18560           +> locale.c numeric.c
18561           !> Changes cygwin/Makefile.SHs embed.h embed.pl
18562           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
18563           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
18564           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
18565           !> x2p/Makefile.SH
18566 ____________________________________________________________________________
18567 [ 10584] By: nick                                  on 2001/06/14  08:05:53
18568         Log: Hack to remove insecure directories from PATH so test will run.
18569      Branch: perlio
18570            ! t/lib/filefind.t
18571 ____________________________________________________________________________
18572 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
18573         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
18574      Branch: perl
18575            - t/lib/mbimbf.t
18576            ! MANIFEST
18577 ____________________________________________________________________________
18578 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
18579         Log: Detypo.
18580      Branch: perl
18581            ! x2p/Makefile.SH
18582 ____________________________________________________________________________
18583 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
18584         Log: de-$CONFIG continues.
18585      Branch: perl
18586            ! cygwin/Makefile.SHs x2p/Makefile.SH
18587 ____________________________________________________________________________
18588 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
18589         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
18590              From: Nicholas Clark <nick@ccl4.org>
18591              Date: Wed, 13 Jun 2001 21:20:13 +0100
18592              Message-ID: <20010613212013.D98663@plum.flirble.org>
18593      Branch: perl
18594            ! opcode.pl
18595 ____________________________________________________________________________
18596 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
18597         Log: Subject: splitting util.c
18598              From: Hugo <hv@crypt.compulink.co.uk>
18599              Date: Thu, 14 Jun 2001 00:41:08 +0100
18600              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
18601      Branch: perl
18602            + locale.c numeric.c
18603            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
18604            ! pod/perlapi.pod proto.h util.c
18605 ____________________________________________________________________________
18606 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
18607         Log: Upgrade to Math::BigInt 1.34 from Tels.
18608      Branch: perl
18609            + t/lib/mbimbf.t
18610            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18611            ! t/lib/bigfltpm.t t/lib/bigintpm.t
18612 ____________________________________________________________________________
18613 [ 10577] By: nick                                  on 2001/06/13  19:02:48
18614         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
18615      Branch: perlio
18616           !> (integrate 125 files)
18617 ____________________________________________________________________________
18618 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
18619         Log: Update Changes.
18620      Branch: perl
18621            ! Changes patchlevel.h
18622 ____________________________________________________________________________
18623 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
18624         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18625              From: "Craig A. Berry" <craigberry@mac.com>
18626              Date: Wed, 13 Jun 2001 13:24:28 -0500
18627              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
18628      Branch: perl
18629            ! ext/re/Makefile.PL
18630 ____________________________________________________________________________
18631 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
18632         Log: Mc.u.c. for #10573.
18633      Branch: metaconfig
18634            ! U/threads/usethreads.U
18635 ____________________________________________________________________________
18636 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
18637         Log: It would be also be good if I could type.
18638      Branch: perl
18639            ! Configure
18640 ____________________________________________________________________________
18641 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
18642         Log: Metaconfig unit change for #10571.
18643      Branch: metaconfig
18644            ! U/threads/usethreads.U
18645 ____________________________________________________________________________
18646 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
18647         Log: A non-empty default is a good thing.
18648      Branch: perl
18649            ! Configure
18650 ____________________________________________________________________________
18651 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
18652         Log: Metaconfig unit change for #10569.
18653      Branch: metaconfig
18654            ! U/threads/usethreads.U
18655 ____________________________________________________________________________
18656 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
18657         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
18658              extremely experimental, not even prompted for.
18659      Branch: perl
18660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18661            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
18662            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18663            ! win32/config.bc win32/config.gc win32/config.vc
18664 ____________________________________________________________________________
18665 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
18666         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
18667      Branch: perl
18668            ! pod/perlfaq6.pod
18669 ____________________________________________________________________________
18670 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
18671         Log: Integrate perlio; conflicts, accept Nick's versions.
18672      Branch: perl
18673           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18674           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18675 ____________________________________________________________________________
18676 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
18677         Log: Subject: Re: ext/ + -Wall
18678              From: Doug MacEachern <dougm@covalent.net>
18679              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
18680              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
18681      Branch: perl
18682            ! XSUB.h lib/ExtUtils/xsubpp perl.h
18683 ____________________________________________________________________________
18684 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
18685         Log: Similar logic as DB_File.xs, using the modern macros and
18686              defines them to older ones for older Perls where PERL_VERSION
18687              is not defined, from Doug MacEachern.
18688      Branch: perl
18689            ! ext/Storable/Storable.xs
18690 ____________________________________________________________________________
18691 [ 10564] By: nick                                  on 2001/06/13  15:22:01
18692         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
18693              and using that instead (name lookups are sequential search for now).
18694      Branch: perlio
18695            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18696            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18697 ____________________________________________________________________________
18698 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
18699         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
18700              From: "Richard Soderberg" <rs@crystalflame.net>
18701              Date: Sat, 26 May 2001 06:44:20 -0700
18702              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
18703      Branch: perl
18704            ! sv.c t/op/glob.t
18705 ____________________________________________________________________________
18706 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
18707         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18708              From: "Craig A. Berry" <craigberry@mac.com>
18709              Date: Tue, 12 Jun 2001 23:55:26 -0500
18710              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
18711      Branch: perl
18712            ! ext/re/Makefile.PL ext/re/re.xs
18713 ____________________________________________________________________________
18714 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
18715         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
18716              suggested by NI-S.
18717      Branch: perl
18718            ! XSUB.h malloc.c perl.h
18719 ____________________________________________________________________________
18720 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
18721         Log: Regen toc.
18722      Branch: perl
18723            ! pod/perltoc.pod
18724 ____________________________________________________________________________
18725 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
18726         Log: Subject: [patch] perl.gprof control
18727              From: Doug MacEachern <dougm@covalent.net>
18728              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
18729              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
18730      Branch: perl
18731            ! miniperlmain.c perl.h
18732 ____________________________________________________________________________
18733 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
18734         Log: Subject: Re: ext/ + -Wall
18735              From: Doug MacEachern <dougm@covalent.net>
18736              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
18737              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
18738              
18739              Document ax and break up dXSARGS.
18740      Branch: perl
18741            ! XSUB.h pod/perlapi.pod
18742 ____________________________________________________________________________
18743 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
18744         Log: More AIX tweakage from Merijn.
18745      Branch: perl
18746            ! hints/aix.sh
18747 ____________________________________________________________________________
18748 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
18749         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
18750              From: "Craig A. Berry" <craigberry@mac.com>
18751              Date: Tue, 12 Jun 2001 22:57:45 -0500
18752              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
18753      Branch: perl
18754            ! vms/descrip_mms.template
18755 ____________________________________________________________________________
18756 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
18757         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
18758              From: "Craig A. Berry" <craigberry@mac.com>
18759              Date: Tue, 12 Jun 2001 22:21:39 -0500
18760              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
18761      Branch: perl
18762            ! configure.com util.c
18763 ____________________________________________________________________________
18764 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
18765         Log: New AIX dynaloading code from Jens-Uwe Mager.
18766              Does break binary compatibility.
18767      Branch: perl
18768            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18769 ____________________________________________________________________________
18770 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
18771         Log: VMS DEC C compiler found nits by Peter Prymmer.
18772      Branch: perl
18773            ! util.c
18774 ____________________________________________________________________________
18775 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
18776         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
18777              From: Peter Prymmer <pvhp@forte.com>
18778              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
18779              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
18780      Branch: perl
18781            ! t/lib/filecomp.t
18782 ____________________________________________________________________________
18783 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
18784         Log: I wonder how many $CONFIGs still lurk in the shadows.
18785      Branch: perl
18786            ! pod/Makefile.SH x2p/cflags.SH
18787 ____________________________________________________________________________
18788 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
18789         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
18790      Branch: perl
18791            ! pod/checkpods.PL
18792 ____________________________________________________________________________
18793 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
18794         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
18795      Branch: perl
18796            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
18797 ____________________________________________________________________________
18798 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
18799         Log: Subject: [patch] rid local_patches warnings
18800              From: Doug MacEachern <dougm@covalent.net>
18801              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
18802              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
18803      Branch: perl
18804            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
18805 ____________________________________________________________________________
18806 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
18807         Log: Subject: Re: ext/ + -Wall
18808              From: Doug MacEachern <dougm@covalent.net>
18809              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
18810              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
18811      Branch: perl
18812            ! ext/attrs/attrs.xs
18813 ____________________________________________________________________________
18814 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
18815         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
18816              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18817              Date: Tue, 12 Jun 2001 14:36:20 -0400
18818              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
18819      Branch: perl
18820            ! pod/perlretut.pod
18821 ____________________________________________________________________________
18822 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
18823         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18824              From: Mike Guy <mjtg@cam.ac.uk>
18825              Date: Tue, 12 Jun 2001 19:10:31 +0100
18826              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
18827              
18828              Subject: Re: [ID 20010612.001] out of memory during regex compilation
18829              From: Mike Guy <mjtg@cam.ac.uk>
18830              Date: Tue, 12 Jun 2001 19:21:01 +0100
18831              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
18832      Branch: perl
18833            ! pod/perlop.pod
18834 ____________________________________________________________________________
18835 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
18836         Log: AIX tweaks from Merijn H. Brand.
18837      Branch: perl
18838            ! hints/aix.sh
18839 ____________________________________________________________________________
18840 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
18841         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
18842              From: "Brendan O'Dea" <bod@compusol.com.au>
18843              Date: Wed, 13 Jun 2001 05:16:47 +1000
18844              Message-ID: <20010613051647.A8945@compusol.com.au>
18845      Branch: maint-5.6/perl
18846            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18847 ____________________________________________________________________________
18848 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
18849         Log: Subject: Small bcopy cleanup
18850              From: Andy Dougherty <doughera@lafayette.edu>
18851              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
18852              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
18853      Branch: perl
18854            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
18855 ____________________________________________________________________________
18856 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
18857         Log: Subject: [PATCH] Re: ext/ + -Wall
18858              From: Nicholas Clark <nick@ccl4.org>
18859              Date: Wed, 13 Jun 2001 00:04:30 +0100
18860              Message-ID: <20010613000430.M5901@plum.flirble.org>
18861      Branch: perl
18862            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18863 ____________________________________________________________________________
18864 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
18865         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
18866              From: Nicholas Clark <nick@ccl4.org>
18867              Date: Tue, 12 Jun 2001 23:53:07 +0100
18868              Message-ID: <20010612235307.L5901@plum.flirble.org>
18869      Branch: perl
18870            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18871 ____________________________________________________________________________
18872 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
18873         Log: MPE/iX tweaks from Mark Bixby.
18874      Branch: perl
18875            ! hints/mpeix.sh mpeix/mpeixish.h util.c
18876 ____________________________________________________________________________
18877 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
18878         Log: Update Changes.
18879      Branch: perl
18880            ! Changes patchlevel.h
18881 ____________________________________________________________________________
18882 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
18883         Log: One less -Wall whine (found under DEBUGGING).
18884      Branch: perl
18885            ! x2p/Makefile.SH x2p/a2p.c
18886 ____________________________________________________________________________
18887 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
18888         Log: s/case-independent/case-insensitive/g
18889      Branch: perl
18890            ! pod/perldebug.pod
18891 ____________________________________________________________________________
18892 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
18893         Log: As suggested in    
18894              
18895              Subject: Re: ext/ + -Wall
18896              From: Gurusamy Sarathy <gsar@ActiveState.com>
18897              Date: Mon, 11 Jun 2001 23:34:31 -0700
18898              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
18899      Branch: perl
18900            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
18901            ! perl.h
18902 ____________________________________________________________________________
18903 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
18904         Log: Subject: ext/ + -Wall
18905              From: Doug MacEachern <dougm@covalent.net>
18906              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
18907              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
18908      Branch: perl
18909            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
18910            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
18911            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
18912            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
18913            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
18914            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
18915            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18916            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
18917            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
18918            ! lib/ExtUtils/xsubpp
18919 ____________________________________________________________________________
18920 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
18921         Log: Subject: [PATCH] anonymous stashes
18922              From: Abhijit Menon-Sen <ams@wiw.org>
18923              Date: Tue, 12 Jun 2001 12:47:04 +0530
18924              Message-ID: <20010612124704.A29029@lustre.linux.in>
18925      Branch: perl
18926            ! dump.c gv.c sv.c xsutils.c
18927 ____________________________________________________________________________
18928 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
18929         Log: One more test for $^S.
18930      Branch: perl
18931            ! t/op/magic.t
18932 ____________________________________________________________________________
18933 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
18934         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
18935              From: Abhijit Menon-Sen <ams@wiw.org>
18936              Date: Tue, 12 Jun 2001 17:35:55 +0530
18937              Message-ID: <20010612173555.A32426@lustre.linux.in>
18938      Branch: perl
18939            ! mg.c t/op/magic.t
18940 ____________________________________________________________________________
18941 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
18942         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18943              From: Mike Guy <mjtg@cam.ac.uk>
18944              Date: Tue, 12 Jun 2001 13:14:15 +0100
18945              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
18946      Branch: perl
18947            ! pod/perlop.pod
18948 ____________________________________________________________________________
18949 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
18950         Log: AUTHORS updates.
18951      Branch: perl
18952            ! AUTHORS
18953 ____________________________________________________________________________
18954 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
18955         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
18956              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18957              Content-Transfer-Encoding: 7bit
18958              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
18959      Branch: perl
18960            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
18961 ____________________________________________________________________________
18962 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
18963         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
18964              From: "Philip Newton" <Philip.Newton@gmx.net>
18965              Date: Mon, 11 Jun 2001 07:08:03 +0200
18966              Message-Id: <200106120802.LAA08992@taas.iki.fi>
18967      Branch: perl
18968            ! t/base/term.t
18969 ____________________________________________________________________________
18970 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
18971         Log: Cleanup the a2p.c for -Wall.
18972      Branch: perl
18973            ! x2p/Makefile.SH x2p/a2p.c
18974 ____________________________________________________________________________
18975 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
18976         Log: File::Find update for MacOS from Chris Nandor.
18977      Branch: perl
18978            ! lib/File/Find.pm t/lib/filefind.t
18979 ____________________________________________________________________________
18980 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
18981         Log: gcc -Wall nits picked out by a non-UNIX system
18982              (courtesy of Mark Bixby)
18983      Branch: perl
18984            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
18985            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
18986            ! pp_sys.c util.c
18987 ____________________________________________________________________________
18988 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
18989         Log: Metaconfig unit change for #10522.  (The d_modfl changes
18990              placate metalint.)
18991      Branch: metaconfig/U/perl
18992            ! d_modfl.U d_u32align.U
18993 ____________________________________________________________________________
18994 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
18995         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
18996              be "./try 2>&1 >/dev/null".
18997      Branch: perl
18998            ! Configure
18999 ____________________________________________________________________________
19000 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
19001         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
19002              From: "Craig A. Berry" <craigberry@mac.com>
19003              Date: Mon, 11 Jun 2001 14:00:32 -0500
19004              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
19005      Branch: perl
19006            ! configure.com
19007 ____________________________________________________________________________
19008 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
19009         Log: Move the full \p\P lists to perlunicode.
19010      Branch: perl
19011            ! pod/perlretut.pod pod/perlunicode.pod
19012 ____________________________________________________________________________
19013 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
19014         Log: VOS build tweak for 5.6.1 from Paul Green.
19015      Branch: maint-5.6/perl
19016            ! vos/build.cm
19017 ____________________________________________________________________________
19018 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
19019         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
19020              From: "Craig A. Berry" <craigberry@mac.com>
19021              Date: Fri, 8 Jun 2001 18:08:18 -0500
19022              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
19023      Branch: perl
19024            ! vms/vms.c
19025 ____________________________________________________________________________
19026 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
19027         Log: Update Changes.
19028      Branch: perl
19029            ! Changes patchlevel.h
19030 ____________________________________________________________________________
19031 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
19032         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
19033      Branch: perl
19034            ! vos/config.alpha.h vos/config.ga.h
19035 ____________________________________________________________________________
19036 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
19037         Log: VOS updates from Paul Green for @10476.
19038      Branch: perl
19039            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19040            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19041            ! vos/config.ga.h vos/configure_perl.cm
19042 ____________________________________________________________________________
19043 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
19044         Log: Subject: [PATCH] Not many people know this ...
19045              From: Mike Guy <mjtg@cam.ac.uk>
19046              Date: Mon, 11 Jun 2001 14:55:15 +0100
19047              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
19048      Branch: perl
19049            ! pod/perldebug.pod
19050 ____________________________________________________________________________
19051 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
19052         Log: Add final commas to lists as suggested by Philip Newton.
19053      Branch: perl
19054            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19055 ____________________________________________________________________________
19056 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
19057         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
19058              Date: Sun, 10 Jun 2001 23:35:38 -0400
19059              From: Chris Nandor <pudge@pobox.com>
19060              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
19061      Branch: perl
19062            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
19063            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
19064            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
19065            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
19066            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
19067            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
19068            ! t/op/write.t t/pragma/strict.t
19069 ____________________________________________________________________________
19070 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
19071         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
19072              From: Chris Nandor <pudge@pobox.com>
19073              Date: Mon, 11 Jun 2001 08:24:28 -0400
19074              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
19075      Branch: perl
19076            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
19077            ! t/lib/io_dir.t
19078 ____________________________________________________________________________
19079 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
19080         Log: One more run_byacc (a hand-tweaked version had slipped in).
19081      Branch: perl
19082            ! perly.c vms/perly_c.vms
19083 ____________________________________________________________________________
19084 [ 10509] By: nick                                  on 2001/06/11  07:49:15
19085         Log: Integrate mainline
19086      Branch: perlio
19087           !> Makefile.SH embed.h embed.pl global.sym
19088           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
19089           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
19090           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
19091           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
19092 ____________________________________________________________________________
19093 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
19094         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
19095              From: Mike Guy <mjtg@cam.ac.uk>
19096              Reply-To: mjtg@cam.ac.uk
19097              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
19098      Branch: perl
19099            ! lib/ExtUtils/Manifest.pm
19100 ____________________________________________________________________________
19101 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
19102         Log: Subject: [PATCH] ExtUtils::Constant
19103              From: Nicholas Clark <nick@ccl4.org>
19104              Date: Sun, 10 Jun 2001 23:25:41 +0100
19105              Message-ID: <20010610232540.C76396@plum.flirble.org>
19106      Branch: perl
19107            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19108 ____________________________________________________________________________
19109 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
19110         Log: Integrate perlio.
19111      Branch: perl
19112           !> iperlsys.h
19113 ____________________________________________________________________________
19114 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
19115         Log: Move the grok_number and its lieutenant grok_numeric_radix
19116              from sv.c statics to util.c and public.
19117      Branch: perl
19118            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
19119            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
19120 ____________________________________________________________________________
19121 [ 10504] By: nick                                  on 2001/06/10  17:47:06
19122         Log: Fix (valid) -Wall warnings in perlio.c
19123      Branch: perlio
19124            ! iperlsys.h
19125 ____________________________________________________________________________
19126 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
19127         Log: Update perly_c.diff, update perly.fixer to edit away
19128              some of the -Wall noise.
19129      Branch: perl
19130            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
19131 ____________________________________________________________________________
19132 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
19133         Log: Check the version of byacc.
19134      Branch: perl
19135            ! Makefile.SH
19136 ____________________________________________________________________________
19137 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
19138         Log: Subject: [PATCH] perly.y overhaul
19139              From: Simon Cozens <simon@netthink.co.uk>
19140              Date: Sun, 10 Jun 2001 16:56:54 +0100
19141              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
19142              
19143              Plus make run_byacc.
19144      Branch: perl
19145            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
19146 ____________________________________________________________________________
19147 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
19148         Log: Integrate perlio.
19149      Branch: perl
19150           !> perlio.c perlsfio.h
19151 ____________________________________________________________________________
19152 [ 10499] By: nick                                  on 2001/06/10  15:01:08
19153         Log: Integrate mainline
19154      Branch: perlio
19155           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
19156           !> t/pragma/locale.t util.c
19157 ____________________________________________________________________________
19158 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
19159         Log: Put some meat on the perl572delta bones.  The list of
19160              selected bug fixes needs more work, as does still the
19161              whole document.
19162      Branch: perl
19163            ! pod/perl572delta.pod
19164 ____________________________________________________________________________
19165 [ 10497] By: nick                                  on 2001/06/10  12:27:51
19166         Log: Paper over a crack or two with USE_SFIO
19167      Branch: perlio
19168            ! perlio.c perlsfio.h
19169 ____________________________________________________________________________
19170 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
19171         Log: Update Changes.
19172      Branch: perl
19173            ! Changes patchlevel.h
19174 ____________________________________________________________________________
19175 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
19176         Log: Subject: Re: pragma/locale.t #107
19177              From: Hugo <hv@crypt.compulink.co.uk>
19178              Date: Sun, 10 Jun 2001 11:23:30 +0100
19179              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
19180              
19181              Encapsulate the scan of the decimal radix separator.
19182      Branch: perl
19183            ! embed.h embed.pl proto.h sv.c
19184 ____________________________________________________________________________
19185 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
19186         Log: Try to grok numbers both with the locale specific separator
19187              and with the usual "." (if different from the lss); add a test
19188              to locale.t to do also a little bit of math in addition to just
19189              equalness testing; remove extraneous logic as suggested in
19190              
19191              Subject: Re: pragma/locale.t #107
19192              From: Nicholas Clark <nick@ccl4.org>
19193              Date: Sat, 9 Jun 2001 22:37:36 +0100
19194              Message-ID: <20010609223735.Y76396@plum.flirble.org>
19195      Branch: perl
19196            ! sv.c t/pragma/locale.t
19197 ____________________________________________________________________________
19198 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
19199         Log: Metaconfig unit change for #10492.
19200      Branch: metaconfig/U/perl
19201            ! Extensions.U
19202 ____________________________________________________________________________
19203 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
19204         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
19205              From: Artur Bergman <artur@contiller.se> 
19206              Date: Sat, 09 Jun 2001 21:03:51 +0200
19207              Message-ID: <B7483FB6.1398%artur@contiller.se>
19208      Branch: perl
19209            ! Configure
19210 ____________________________________________________________________________
19211 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
19212         Log: Integrate perlio.
19213      Branch: perl
19214           !> perlsfio.h
19215 ____________________________________________________________________________
19216 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
19217         Log: Do locale specific separator if only in locale.
19218      Branch: perl
19219            ! util.c
19220 ____________________________________________________________________________
19221 [ 10489] By: nick                                  on 2001/06/09  19:13:25
19222         Log: Make XS/Typemap compile (but fail) with sfio
19223      Branch: perlio
19224            ! perlsfio.h
19225 ____________________________________________________________________________
19226 [ 10488] By: nick                                  on 2001/06/09  19:12:51
19227         Log: Re-integrate mainline
19228      Branch: perlio
19229           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
19230           !> proto.h sv.c util.c
19231 ____________________________________________________________________________
19232 [ 10487] By: nick                                  on 2001/06/09  16:26:29
19233         Log: Integrate mainline
19234      Branch: perlio
19235           !> (integrate 31 files)
19236 ____________________________________________________________________________
19237 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
19238         Log: Subject: [PATCH] New attempt to clone callack
19239              From: Artur Bergman <artur@contiller.se> 
19240              Date: Thu, 07 Jun 2001 11:52:16 +0200
19241              Message-ID: <B7451B6F.12B7%artur@contiller.se>
19242      Branch: perl
19243            ! embedvar.h intrpvar.h perlapi.h sv.c
19244 ____________________________________________________________________________
19245 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
19246         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
19247      Branch: perl
19248            ! embed.h embed.pl perl.h proto.h sv.c util.c
19249 ____________________________________________________________________________
19250 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
19251         Log: Subject: Re: pragma/locale.t #107
19252              From: Nicholas Clark <nick@ccl4.org>
19253              Date: Sat, 9 Jun 2001 16:26:10 +0100
19254              Message-ID: <20010609162609.V76396@plum.flirble.org>
19255              
19256              A missing NVification.
19257      Branch: perl
19258            ! sv.c
19259 ____________________________________________________________________________
19260 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
19261         Log: Redo the #10482, there already was a test script for formats.
19262      Branch: perl
19263            - t/io/format.t
19264            ! MANIFEST t/op/write.t
19265 ____________________________________________________________________________
19266 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
19267         Log: Twisted format testing, from Merijn.
19268      Branch: perl
19269            + t/io/format.t
19270            ! MANIFEST
19271 ____________________________________________________________________________
19272 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
19273         Log: More \p{In...} testing, combined with \N{...}.
19274      Branch: perl
19275            ! lib/utf8_heavy.pl t/op/pat.t
19276 ____________________________________________________________________________
19277 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
19278         Log: Metaconfig changes for #10479.
19279      Branch: metaconfig
19280            ! U/Glossary.patch
19281      Branch: metaconfig/U/perl
19282            ! d_modfl.U
19283 ____________________________________________________________________________
19284 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
19285         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
19286      Branch: perl
19287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19288            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
19289            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19290            ! win32/config.bc win32/config.gc win32/config.vc
19291 ____________________________________________________________________________
19292 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
19293         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
19294              From: "Craig A. Berry" <craigberry@mac.com>
19295              Date: Thu, 7 Jun 2001 14:27:20 -0500
19296              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
19297      Branch: perl
19298            ! vms/perlvms.pod
19299 ____________________________________________________________________________
19300 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
19301         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
19302              From: Gisle Aas <gisle@ActiveState.com>
19303              Date: 07 Jun 2001 17:04:29 -0700
19304              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
19305      Branch: perl
19306            ! ext/re/re.xs
19307 ____________________________________________________________________________
19308 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
19309         Log: Update Changes.
19310      Branch: perl
19311            ! Changes patchlevel.h
19312 ____________________________________________________________________________
19313 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
19314         Log: Regen Glossary et alia.
19315      Branch: perl
19316            ! Porting/Glossary Porting/config.sh Porting/config_H
19317 ____________________________________________________________________________
19318 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
19319         Log: Metaconfig unit changes for #10473.
19320      Branch: metaconfig/U/perl
19321            ! d_modfl.U
19322 ____________________________________________________________________________
19323 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
19324         Log: Harumph, also AIX will spill its guts (i.e. dump core)
19325              if an executable contains modfl() but it hasn't been
19326              compiled right (in the case of AIX, with cc -qlongdouble).
19327      Branch: perl
19328            ! Configure
19329 ____________________________________________________________________________
19330 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
19331         Log: integrate change#10471 from mainline
19332              
19333              in change#10451, check that CvOUTSIDE is a CV before looking in
19334              (it can apparently be SVt_NULL during global destruction)
19335      Branch: maint-5.6/perl
19336           !> op.c
19337 ____________________________________________________________________________
19338 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
19339         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
19340              (it can apparently be SVt_NULL during global destruction)
19341      Branch: perl
19342            ! op.c
19343 ____________________________________________________________________________
19344 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
19345         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
19346              From: Robin Barker <rmb1@cise.npl.co.uk>
19347              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
19348              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
19349      Branch: perl
19350            ! lib/diagnostics.pm pod/perldiag.pod
19351 ____________________________________________________________________________
19352 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
19353         Log: Subject: [PATCH perl@10439] long =item
19354              From: Robin Barker <rmb1@cise.npl.co.uk>
19355              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
19356              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
19357      Branch: perl
19358            ! README.amiga lib/Attribute/Handlers.pm
19359            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19360 ____________________________________________________________________________
19361 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
19362         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
19363              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
19364              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
19365              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
19366      Branch: perl
19367            ! pod/perlguts.pod
19368 ____________________________________________________________________________
19369 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
19370         Log: Integrate perlio.
19371      Branch: perl
19372           !> sv.c
19373 ____________________________________________________________________________
19374 [ 10466] By: nick                                  on 2001/06/07  10:25:40
19375         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
19376              whitespace tweaks.
19377              Still coredumps in pragma/overload.t - what a nice hard fail that is...
19378      Branch: perlio
19379            ! sv.c
19380 ____________________________________________________________________________
19381 [ 10465] By: nick                                  on 2001/06/07  08:41:58
19382         Log: Raw integrate of mainline for S_grok_number debug
19383              (sv.c has MULTIPLICITY issues as well as whatever else ...)
19384      Branch: perlio
19385            - plan9/perlplan9.doc plan9/perlplan9.pod
19386           !> (integrate 46 files)
19387 ____________________________________________________________________________
19388 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
19389         Log: The proper prototyping for #10463.
19390      Branch: perl
19391            ! embed.h embed.pl proto.h sv.c
19392 ____________________________________________________________________________
19393 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
19394         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
19395              From: Nicholas Clark <nick@ccl4.org>
19396              Date: Thu, 7 Jun 2001 00:29:59 +0100
19397              Message-ID: <20010607002959.Z76396@plum.flirble.org>
19398      Branch: perl
19399            ! sv.c
19400 ____________________________________________________________________________
19401 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
19402         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
19403              From: "Craig A. Berry" <craigberry@mac.com>
19404              Date: Wed, 06 Jun 2001 17:54:30 -0500
19405              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
19406      Branch: perl
19407            ! vms/perlvms.pod
19408 ____________________________________________________________________________
19409 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
19410         Log: Podify the remaining README.platform files;
19411              merge README.plan9 and plan9/perlplan9.pod;
19412              delete plan9/perlplan9.* (the perlplan.doc needs to
19413              be regenerated in Plan 9); make the =head1 and =head2
19414              in the README.platform to be a little more verbose
19415              (skipped README.os2 not to anger Ilya) so that they
19416              look better in the toc; regen toc.
19417      Branch: perl
19418            - plan9/perlplan9.doc plan9/perlplan9.pod
19419            ! MANIFEST README.aix README.amiga README.apollo README.beos
19420            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
19421            ! README.hpux README.hurd README.machten README.macos
19422            ! README.micro README.mint README.mpeix README.os390
19423            ! README.plan9 README.qnx README.solaris README.threads
19424            ! README.tru64 README.vmesa README.vms README.vos README.win32
19425            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19426            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19427 ____________________________________________________________________________
19428 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
19429         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
19430              From: Mike Guy <mjtg@cam.ac.uk>
19431              Reply-To: mjtg@cam.ac.uk
19432              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
19433      Branch: perl
19434            ! pod/perlguts.pod
19435 ____________________________________________________________________________
19436 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
19437         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
19438              From: Mike Guy <mjtg@cam.ac.uk>
19439              Reply-To: mjtg@cam.ac.uk
19440              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
19441      Branch: perl
19442            ! pod/perlsec.pod
19443 ____________________________________________________________________________
19444 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
19445         Log: Disable long doubles from pre-5.0 Tru64s.
19446      Branch: perl
19447            ! README.tru64 hints/dec_osf.sh
19448 ____________________________________________________________________________
19449 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
19450         Log: The #10455 exposed that modfl() is fundamentally busted
19451              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
19452              testing it.
19453      Branch: perl
19454            ! hints/dec_osf.sh
19455 ____________________________________________________________________________
19456 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
19457         Log: Metaconfig unit change for #10455.
19458      Branch: metaconfig/U/perl
19459            ! d_modfl.U
19460 ____________________________________________________________________________
19461 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
19462         Log: Configure check for geborken modfl(), inspired by
19463              
19464              Subject: Re: [20010118.017] op/int.t failure 
19465              From: Hugo <hv@crypt.compulink.co.uk>
19466              Date: Tue, 05 Jun 2001 13:43:27 +0100
19467              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
19468      Branch: perl
19469            ! Configure
19470 ____________________________________________________________________________
19471 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
19472         Log: Integrate changes #10450 and #10451 from maintperl:
19473              
19474              optimize change#10448 slightly (don't repeat search in eval""s lexical
19475              scope, since that has already been searched)
19476              
19477              change#9108 needs subtler treatment for case of closures created
19478              within eval""
19479      Branch: perl
19480           !> op.c t/op/misc.t
19481 ____________________________________________________________________________
19482 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
19483         Log: MakeMaker magic to compile (when no dynamic loading)
19484              List/Util.xsc as (ListUtil.c and) ListUtil.o since
19485              POSIX-BC (BS2000) linker has an evil limitation of
19486              being unable to include in the same executable several
19487              object files with the same name - case-insensitively -
19488              because otherwise we conflict with util.c.
19489              Strictly speaking currently required only in POSIX-BC
19490              but probably will do no harm elsewhere where static
19491              linking is required.
19492      Branch: perl
19493            ! ext/List/Util/Makefile.PL
19494 ____________________________________________________________________________
19495 [ 10452] By: nick                                  on 2001/06/06  08:59:51
19496         Log: Integrate mainline.
19497      Branch: perlio
19498           +> lib/Attribute/Handlers/demo/Demo.pm
19499           +> lib/Attribute/Handlers/demo/Descriptions.pm
19500           +> lib/Attribute/Handlers/demo/MyClass.pm
19501           +> lib/Attribute/Handlers/demo/demo.pl
19502           +> lib/Attribute/Handlers/demo/demo2.pl
19503           +> lib/Attribute/Handlers/demo/demo3.pl
19504           +> lib/Attribute/Handlers/demo/demo4.pl
19505           +> lib/Attribute/Handlers/demo/demo_call.pl
19506           +> lib/Attribute/Handlers/demo/demo_chain.pl
19507           +> lib/Attribute/Handlers/demo/demo_cycle.pl
19508           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
19509           +> lib/Attribute/Handlers/demo/demo_phases.pl
19510           +> lib/Attribute/Handlers/demo/demo_range.pl
19511           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
19512           +> uts/strtol_wrap.c
19513           !> (integrate 91 files)
19514 ____________________________________________________________________________
19515 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
19516         Log: change#9108 needs subtler treatment for case of closures created
19517              within eval""
19518      Branch: maint-5.6/perl
19519            ! op.c t/op/misc.t
19520 ____________________________________________________________________________
19521 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
19522         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
19523              scope, since that has already been searched)
19524      Branch: maint-5.6/perl
19525            ! op.c
19526 ____________________________________________________________________________
19527 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
19528         Log: Integrate change #10448 from maintperl; lexicals
19529              outside an eval"" weren't resolved correctly inside a subroutine
19530              definition inside the eval"" if they were not already referenced
19531              in the toplevel of the eval""-ed code
19532      Branch: perl
19533           !> cop.h op.c pp_ctl.c t/op/misc.t
19534 ____________________________________________________________________________
19535 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
19536         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
19537              outside an eval"" weren't resolved correctly inside a subroutine
19538              definition inside the eval"" if they were not already referenced
19539              in the toplevel of the eval""-ed code
19540      Branch: maint-5.6/perl
19541            ! cop.h op.c pp_ctl.c t/op/misc.t
19542 ____________________________________________________________________________
19543 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
19544         Log: Subject: [PATCH] perl570delta.pod
19545              From: Peter Scott <Peter@PSDT.com> 
19546              Date: Tue, 05 Jun 2001 18:51:02 -0700
19547              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
19548      Branch: perl
19549            ! pod/perl570delta.pod
19550 ____________________________________________________________________________
19551 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
19552         Log: The fudge factor is no more needed.  I hope.
19553      Branch: perl
19554            ! t/lib/posix.t
19555 ____________________________________________________________________________
19556 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
19557         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
19558              From: Hugo <hv@crypt.compulink.co.uk>
19559              Date: Tue, 05 Jun 2001 12:58:19 +0100
19560              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
19561      Branch: perl
19562            ! util.c
19563 ____________________________________________________________________________
19564 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
19565         Log: Make up prototypes only for those who have the functions
19566              but not the prototypes.
19567      Branch: perl
19568            ! perl.h
19569 ____________________________________________________________________________
19570 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
19571         Log: Subject: Re: Not OK: perl@10439 on win32 
19572              From: Prymmer/Kahn <pvhp@best.com> 
19573              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
19574              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
19575      Branch: perl
19576            ! perl.h util.c
19577 ____________________________________________________________________________
19578 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
19579         Log: The metaconfig units changes for #10441.
19580      Branch: metaconfig
19581            ! U/modified/Extract.U U/modified/Extractall.U
19582            ! U/modified/Finish.U
19583 ____________________________________________________________________________
19584 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
19585         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
19586      Branch: perl
19587            ! Configure
19588 ____________________________________________________________________________
19589 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
19590         Log: Unnecessary fuzziness undone, noted by Mike Guy.
19591      Branch: perl
19592            ! t/op/tr.t
19593 ____________________________________________________________________________
19594 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
19595         Log: Update Changes.
19596      Branch: perl
19597            ! Changes patchlevel.h
19598 ____________________________________________________________________________
19599 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
19600         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
19601              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
19602              leakage patch.
19603      Branch: perl
19604            ! t/op/misc.t
19605 ____________________________________________________________________________
19606 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
19607         Log: Test case for #10433/#10424.
19608      Branch: perl
19609            ! t/op/misc.t
19610 ____________________________________________________________________________
19611 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
19612         Log: Subject: One fix for strtoul not setting errno
19613              From: hom00@utsglobal.com (Hal Morris)
19614              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
19615              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
19616      Branch: perl
19617            + uts/strtol_wrap.c
19618            ! MANIFEST hints/uts.sh
19619 ____________________________________________________________________________
19620 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
19621         Log: Metaconfig units changes for #10434.
19622      Branch: metaconfig
19623            ! U/modified/Cppsym.U
19624      Branch: metaconfig/U/perl
19625            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
19626            + d_syscallproto.U d_usleepproto.U
19627            ! longdblfio.U quadfio.U
19628 ____________________________________________________________________________
19629 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
19630         Log: Configure tweaks; add prototype probes, make the cpp symbols
19631              probe to cast, not whine; test for %Ld and %Lf before %lld and
19632              %llf because the L is the ANSI way.
19633      Branch: perl
19634            ! Configure config_h.SH configure.com epoc/config.sh
19635            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
19636            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19637            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
19638 ____________________________________________________________________________
19639 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
19640         Log: Sigh.  This is what #10424 was supposed to check in.
19641      Branch: perl
19642            ! op.c sv.c sv.h
19643 ____________________________________________________________________________
19644 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
19645         Log: More verbose failure.
19646      Branch: perl
19647            ! t/op/ver.t
19648 ____________________________________________________________________________
19649 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
19650         Log: The .pm changes to go with #10428.
19651      Branch: perl
19652            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
19653            ! ext/Sys/Syslog/Syslog.pm
19654 ____________________________________________________________________________
19655 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
19656         Log: On second thoughts show to utf8 skippage message only
19657              on failures, it's too confusing otherwise,
19658      Branch: perl
19659            ! t/pragma/locale.t
19660 ____________________________________________________________________________
19661 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
19662         Log: Do not import anything from Encode.
19663      Branch: perl
19664            ! ext/MIME/Base64/QuotedPrint.pm
19665 ____________________________________________________________________________
19666 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
19667         Log: The #10402 didn't take.  Weird.
19668      Branch: perl
19669            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19670            ! ext/Sys/Syslog/Syslog.xs
19671 ____________________________________________________________________________
19672 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
19673         Log: Eradicate traces of 'asciirange' re subpragma.
19674      Branch: perl
19675            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
19676            ! pod/perldiag.pod
19677 ____________________________________________________________________________
19678 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
19679         Log: use is a compile-time thing.
19680      Branch: perl
19681            ! ext/MIME/Base64/QuotedPrint.pm
19682 ____________________________________________________________________________
19683 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
19684         Log: Subject: [PATCH perl@10419] -Wall casting patch
19685              From: Robin Barker <rmb1@cise.npl.co.uk>
19686              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
19687              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
19688      Branch: perl
19689            ! ext/Devel/DProf/DProf.xs mg.c
19690 ____________________________________________________________________________
19691 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
19692         Log: Subject: [PATCH #2] introducing SVpad_TYPED
19693              From: Abhijit Menon-Sen <ams@wiw.org>
19694              Date: Mon, 4 Jun 2001 12:26:02 +0530
19695              Message-ID: <20010604122602.A5775@lustre.linux.in>
19696      Branch: perl
19697            ! op.c sv.c sv.h
19698 ____________________________________________________________________________
19699 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
19700         Log: testsuite for change#10192 (from Gisle Aas)
19701      Branch: perl
19702            + t/op/override.t
19703            ! MANIFEST
19704 ____________________________________________________________________________
19705 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
19706         Log: integrate changes#10414-10416 from mainline
19707              
19708              Potential buffer overrun if the radix separator is more than
19709              one byte.  Also, under locales, prefer the locale-specific
19710              separator over the old boring ".".
19711              
19712              "10.", that is, decimal numbers can have no decimal part at all.
19713              
19714              The non-locale places need love, too.
19715      Branch: maint-5.6/perl
19716           !> perl.h sv.c
19717 ____________________________________________________________________________
19718 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
19719         Log: Missed from #10420.
19720      Branch: perl
19721            ! epoc/config.sh
19722 ____________________________________________________________________________
19723 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
19724         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
19725              often this prototype goes with HAS_SETRESUID_PROTO.
19726      Branch: perl
19727            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19728            ! config_h.SH configure.com perl.h uconfig.h
19729 ____________________________________________________________________________
19730 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
19731         Log: Update Changes.
19732      Branch: perl
19733            ! Changes patchlevel.h
19734 ____________________________________________________________________________
19735 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
19736         Log: -Wall "subscript has type `char'" cleanup.
19737      Branch: perl
19738            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
19739 ____________________________________________________________________________
19740 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
19741         Log: Various "cast to pointer from integer of different size"
19742              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
19743              wide but I32 (int) only 32 bits wide).
19744              
19745              WARNING: the classnum and tagnum changes in Storable.xs
19746              may not be wise, they may be breaking binary compatibility
19747              (in 64-bit platforms), asked Raphael Manfredi about the changes.
19748      Branch: perl
19749            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
19750            ! mg.c proto.h
19751 ____________________________________________________________________________
19752 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
19753         Log: The non-locale places need love, too.
19754      Branch: perl
19755            ! perl.h
19756 ____________________________________________________________________________
19757 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
19758         Log: "10.", that is, decimal numbers can have no decimal part at all.
19759      Branch: perl
19760            ! perl.h
19761 ____________________________________________________________________________
19762 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
19763         Log: Potential buffer overrun if the radix separator is more than
19764              one byte.  Also, under locales, prefer the locale-specific
19765              separator over the old boring ".".
19766      Branch: perl
19767            ! perl.h sv.c
19768 ____________________________________________________________________________
19769 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
19770         Log: Integrate change #10412 from maintperl; locale is now
19771              per-cop, not per-op; plus retweak the locale.t to always
19772              list the skipped utf8 locales.
19773      Branch: perl
19774            ! t/pragma/locale.t
19775           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19776           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
19777 ____________________________________________________________________________
19778 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
19779         Log: rationalize locale handling to fix the bugs uncovered by change#10394
19780              
19781              the major issue was that the runtime was looking at PL_hints rather
19782              than op_private to notice whether locale was enabled
19783              
19784              the secondary issue was that many locale-sensitive numeric ops didn't
19785              have HINT_LOCALE propagated into their op_private
19786              
19787              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
19788              instead of per-op, just like HINT_BYTE and the hints for lexical
19789              warnings (this makes the hint available to every op via PL_curcop)
19790              
19791              pragma/locale.t may need to be reworked with these fixes in mind
19792              (it currently passes its tests)
19793      Branch: maint-5.6/perl
19794            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19795            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
19796 ____________________________________________________________________________
19797 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
19798         Log: More verbose debugging.
19799      Branch: perl
19800            ! t/pragma/locale.t
19801 ____________________________________________________________________________
19802 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
19803         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
19804              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19805              Date: Sat, 2 Jun 2001 22:53:33 +0100
19806              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
19807      Branch: perl
19808            ! regcomp.c t/pragma/warn/regcomp
19809 ____________________________________________________________________________
19810 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
19811         Log: Mention that lexicalizing $a or $b is a bad idea if one
19812              wants to use sort().
19813      Branch: perl
19814            ! pod/perlvar.pod
19815 ____________________________________________________________________________
19816 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
19817         Log: Tweak the test to be happy if the accuracy is 'good enough'.
19818      Branch: perl
19819            ! t/lib/posix.t
19820 ____________________________________________________________________________
19821 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
19822         Log: Upgrade to Attribute::Handlers 0.70.
19823              
19824              NOTE: this unearthed the "too late for CHECK block" bug,
19825              that's why the 1_compile.t change.
19826      Branch: perl
19827            + lib/Attribute/Handlers/demo/Demo.pm
19828            + lib/Attribute/Handlers/demo/Descriptions.pm
19829            + lib/Attribute/Handlers/demo/MyClass.pm
19830            + lib/Attribute/Handlers/demo/demo.pl
19831            + lib/Attribute/Handlers/demo/demo2.pl
19832            + lib/Attribute/Handlers/demo/demo3.pl
19833            + lib/Attribute/Handlers/demo/demo4.pl
19834            + lib/Attribute/Handlers/demo/demo_call.pl
19835            + lib/Attribute/Handlers/demo/demo_chain.pl
19836            + lib/Attribute/Handlers/demo/demo_cycle.pl
19837            + lib/Attribute/Handlers/demo/demo_hashdir.pl
19838            + lib/Attribute/Handlers/demo/demo_phases.pl
19839            + lib/Attribute/Handlers/demo/demo_range.pl
19840            + lib/Attribute/Handlers/demo/demo_rawdata.pl
19841            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
19842            ! t/lib/attrhand.t
19843 ____________________________________________________________________________
19844 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
19845         Log: One less -Wall whine.
19846      Branch: perl
19847            ! regcomp.c
19848 ____________________________________________________________________________
19849 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
19850         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
19851      Branch: perl
19852           !> t/op/eval.t
19853 ____________________________________________________________________________
19854 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
19855         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
19856              aren't "normally" visible inside eval""s contained in subs unless
19857              a cloned reference to them already exists)
19858              
19859              strangely enough, t/harness didn't show this up as a failure
19860              (harness needs fixing?)
19861      Branch: maint-5.6/perl
19862            ! t/op/eval.t
19863 ____________________________________________________________________________
19864 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
19865         Log: Update to Text::Balanced 1.85.
19866      Branch: perl
19867            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
19868 ____________________________________________________________________________
19869 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
19870         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
19871              From: Nicholas Clark <nick@ccl4.org>
19872              Date: Sun, 3 Jun 2001 17:54:36 +0100
19873              Message-ID: <20010603175436.E76396@plum.flirble.org> 
19874      Branch: perl
19875            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19876            ! ext/Sys/Syslog/Syslog.xs
19877 ____________________________________________________________________________
19878 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
19879         Log: Unused variables.
19880      Branch: perl
19881            ! util.c
19882 ____________________________________________________________________________
19883 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
19884         Log: Subject: [PATCH] APIfy op_clear 
19885              From: Simon Cozens <simon@netthink.co.uk>
19886              Date: Sun, 3 Jun 2001 13:51:46 +0100
19887              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
19888              
19889              (despite the subject line, op_null is APIfied by the patch)
19890      Branch: perl
19891            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19892 ____________________________________________________________________________
19893 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
19894         Log: Subject: [PATCH] t/lib/extutils.t
19895              From: Nicholas Clark <nick@ccl4.org>
19896              Date: Sat, 2 Jun 2001 23:57:05 +0100
19897              Message-ID: <20010602235705.Q12698@plum.flirble.org>
19898      Branch: perl
19899            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19900 ____________________________________________________________________________
19901 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
19902         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
19903              From: Prymmer/Kahn <pvhp@best.com>
19904              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
19905              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
19906      Branch: perl
19907            ! win32/Makefile win32/makefile.mk
19908 ____________________________________________________________________________
19909 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
19910         Log: Subject: Re: 'decimal digits' macro? 
19911              From: Hugo <hv@crypt.compulink.co.uk>
19912              Date: Sun, 03 Jun 2001 04:26:36 +0100
19913              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
19914      Branch: perl
19915            ! handy.h t/lib/posix.t t/op/tr.t
19916 ____________________________________________________________________________
19917 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
19918         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19919              From: Hugo <hv@crypt.compulink.co.uk>
19920              Date: Sun, 03 Jun 2001 14:56:30 +0100
19921              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
19922      Branch: perl
19923            ! util.c
19924 ____________________________________________________________________________
19925 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
19926         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
19927      Branch: perl
19928           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
19929           !> vms/perly_c.vms
19930 ____________________________________________________________________________
19931 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
19932         Log: fix leakage of lexicals at file scope into subroutines that were
19933              declared before them; this appears to be a longstanding bug that
19934              meant that lexicals at file scope were never "deintroduced", meaning
19935              their scope range was never properly closed, and their visibility
19936              extended to all subsequent eval""s or requires
19937              
19938              added a test case
19939              
19940              seems to also fix a case of bogus duplicate warnings
19941      Branch: maint-5.6/perl
19942            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
19943            ! vms/perly_c.vms
19944 ____________________________________________________________________________
19945 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
19946         Log: More VMS tweaks from Craig A. Berry.
19947      Branch: perl
19948            ! configure.com t/lib/extutils.t
19949 ____________________________________________________________________________
19950 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
19951         Log: -Wall cleanup continues.
19952      Branch: perl
19953            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
19954            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
19955            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
19956            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
19957            ! run.c toke.c util.c
19958 ____________________________________________________________________________
19959 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
19960         Log: The metaconfig unit change for #10390.
19961      Branch: metaconfig/U/perl
19962            ! gccvers.U
19963 ____________________________________________________________________________
19964 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
19965         Log: Drop the -ansi from the default gcc flags.
19966              
19967              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
19968              that struct cannot be compared with a flat integer, such as STRLEN.
19969              The -ansi will also cause a lot of noise in Solaris because of:
19970              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
19971      Branch: perl
19972            ! Configure
19973 ____________________________________________________________________________
19974 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
19975         Log: Integrate perlio.
19976      Branch: perl
19977           !> pod/perlapi.pod util.c
19978 ____________________________________________________________________________
19979 [ 10388] By: nick                                  on 2001/06/02  08:01:12
19980         Log: Integrate mainline
19981      Branch: perlio
19982           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
19983           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
19984           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
19985           !> t/lib/1_compile.t t/lib/mimeqp.t
19986 ____________________________________________________________________________
19987 [ 10387] By: nick                                  on 2001/06/02  07:39:17
19988         Log: Tweak util.c's atof2 for MULTIPLICITY
19989      Branch: perlio
19990            ! util.c
19991 ____________________________________________________________________________
19992 [ 10386] By: nick                                  on 2001/06/02  07:38:33
19993         Log: Integrate mainline
19994      Branch: perlio
19995           !> (integrate 41 files)
19996 ____________________________________________________________________________
19997 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
19998         Log: Add Attribute::Handlers 0.61 from Damian Conway.
19999      Branch: perl
20000            + lib/Attribute/Handlers.pm t/lib/attrhand.t
20001            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
20002 ____________________________________________________________________________
20003 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
20004         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
20005              From: Peter Prymmer <pvhp@forte.com>
20006              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
20007              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
20008      Branch: perl
20009            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
20010 ____________________________________________________________________________
20011 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
20012         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
20013              From: Jeff Pinyan <jeffp@crusoe.net>
20014              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
20015              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
20016      Branch: perl
20017            ! lib/File/Find.pm
20018 ____________________________________________________________________________
20019 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
20020         Log: Subject: [PATCH perl@10381] configure.com tweaks
20021              From: "Craig A. Berry" <craigberry@mac.com>
20022              Date: Fri, 1 Jun 2001 13:55:43 -0500
20023              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
20024      Branch: perl
20025            ! configure.com
20026 ____________________________________________________________________________
20027 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
20028         Log: Update Changes.
20029      Branch: perl
20030            ! Changes patchlevel.h
20031 ____________________________________________________________________________
20032 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
20033         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
20034              From: Mike Guy <mjtg@cam.ac.uk>
20035              Date: Fri, 01 Jun 2001 18:17:02 +0100
20036              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
20037      Branch: perl
20038            ! lib/perl5db.pl
20039 ____________________________________________________________________________
20040 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
20041         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
20042              From: Hugo <hv@crypt.compulink.co.uk>
20043              Date: Thu, 31 May 2001 20:49:48 +0100
20044              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
20045      Branch: perl
20046            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
20047            ! util.c
20048 ____________________________________________________________________________
20049 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
20050         Log: Zero() is not available in x2p (or, rather, some of its
20051              implementations like memzero() might not be available.)
20052      Branch: perl
20053            ! x2p/hash.c
20054 ____________________________________________________________________________
20055 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
20056         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
20057              From: Michael G Schwern <schwern@pobox.com>
20058              Date: Fri, 1 Jun 2001 12:00:29 +0100
20059              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
20060              
20061              (But use Zero() instead of memset.)
20062      Branch: perl
20063            ! x2p/hash.c
20064 ____________________________________________________________________________
20065 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
20066         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
20067              From: Jeff Pinyan <jeffp@crusoe.net>
20068              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
20069              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
20070      Branch: perl
20071            ! pod/perldiag.pod regcomp.c t/op/pat.t
20072 ____________________________________________________________________________
20073 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
20074         Log: Retract #10324 and #10333; not needed.
20075      Branch: perl
20076            ! hints/irix_6.sh hints/linux.sh
20077 ____________________________________________________________________________
20078 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
20079         Log: The #10370 wasn't quite right.
20080      Branch: perl
20081            ! ext/XS/Typemap/Typemap.xs
20082 ____________________________________________________________________________
20083 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
20084         Log: The metaconfig units changes for #10372.
20085      Branch: metaconfig/U/perl
20086            + d_realpath.U d_sresgproto.U d_sresuproto.U
20087            ! gccvers.U i_db.U
20088 ____________________________________________________________________________
20089 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
20090         Log: Configure tweaks; record the Berkeley DB version,
20091              probe for realpath(), for setresuid() and setresgid()
20092              prototypes; use realpath() (try to be paranoid enough),
20093              use the setres[ug]id prototypes because glibc has the functions
20094              but not their prototypes; add -Wall -ansi to gcc ccflags;
20095              regen toc.
20096      Branch: perl
20097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20098            ! config_h.SH configure.com epoc/config.sh
20099            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
20100            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20101            ! vos/config.ga.def win32/config.bc win32/config.gc
20102            ! win32/config.vc
20103 ____________________________________________________________________________
20104 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
20105         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
20106              From: Michael G Schwern <schwern@pobox.com>
20107              Date: Fri, 1 Jun 2001 11:28:14 +0100
20108              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
20109      Branch: perl
20110            ! lib/attributes.pm xsutils.c
20111 ____________________________________________________________________________
20112 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
20113         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
20114              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20115              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
20116              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
20117      Branch: perl
20118            ! ext/XS/Typemap/Typemap.xs
20119 ____________________________________________________________________________
20120 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
20121         Log: Subject: [patch] Cwd.xs optimizations/abstraction
20122              From: Doug MacEachern <dougm@covalent.net>
20123              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
20124              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
20125      Branch: perl
20126            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
20127            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
20128 ____________________________________________________________________________
20129 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
20130         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
20131              From: Nicholas Clark <nick@ccl4.org>
20132              Date: Thu, 31 May 2001 23:56:40 +0100
20133              Message-ID: <20010531235640.F12698@plum.flirble.org>
20134              
20135              Make the test work also under only static extensions
20136              (sh Configure -Uusedl fakes this nicely)
20137      Branch: perl
20138            ! t/lib/extutils.t
20139 ____________________________________________________________________________
20140 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
20141         Log: Subject: [PATCH hv.c] Eliminating trigraph
20142              From: Michael G Schwern <schwern@pobox.com>
20143              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
20144              Date: Fri, 1 Jun 2001 11:49:56 +0100
20145      Branch: perl
20146            ! hv.c
20147 ____________________________________________________________________________
20148 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
20149         Log: Subject: Re: [PATCH] Tests for File::Compare 
20150              From: "Philip Newton" <Philip.Newton@gmx.net>
20151              Date: Thu, 31 May 2001 19:44:05 +0200
20152              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
20153              
20154              Unnecessary "quotation marks".
20155      Branch: perl
20156            ! t/lib/filecomp.t
20157 ____________________________________________________________________________
20158 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
20159         Log: Integrate perlio.
20160      Branch: perl
20161           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
20162 ____________________________________________________________________________
20163 [ 10364] By: nick                                  on 2001/06/01  10:13:31
20164         Log: Cleanup dll.base and dll.exp created by GCC builds.
20165      Branch: perlio
20166            ! lib/ExtUtils/MM_Win32.pm
20167 ____________________________________________________________________________
20168 [ 10363] By: nick                                  on 2001/06/01  10:02:17
20169         Log: Make filecomp test work on CRLF platforms by adding binmode.
20170      Branch: perlio
20171            ! t/lib/filecomp.t
20172 ____________________________________________________________________________
20173 [ 10362] By: nick                                  on 2001/06/01  08:37:17
20174         Log: Integrate mainline
20175      Branch: perlio
20176           !> Changes Configure patchlevel.h perlio.c
20177 ____________________________________________________________________________
20178 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
20179         Log: panic:claustrophobia.
20180      Branch: perl
20181            ! perlio.c
20182 ____________________________________________________________________________
20183 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
20184         Log: Update Changes.
20185      Branch: perl
20186            ! Changes patchlevel.h
20187 ____________________________________________________________________________
20188 [ 10359] By: nick                                  on 2001/05/31  12:35:50
20189         Log: Integrate mainline.
20190      Branch: perlio
20191           +> t/lib/filecomp.t
20192           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
20193           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
20194 ____________________________________________________________________________
20195 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
20196         Log: Integrate perlio.
20197      Branch: perl
20198           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
20199           !> win32/config_H.vc
20200 ____________________________________________________________________________
20201 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
20202         Log: Metaconfig unit change for #10356.
20203      Branch: metaconfig
20204            ! U/installdirs/inc_version_list.U
20205 ____________________________________________________________________________
20206 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
20207         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
20208              (idea from Sarathy; implementation from Andy)
20209      Branch: perl
20210            ! Configure
20211 ____________________________________________________________________________
20212 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
20213         Log: More AUTHORS.
20214      Branch: perl
20215            ! AUTHORS
20216 ____________________________________________________________________________
20217 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
20218         Log: Subject: Re: [PATCH] Tests for File::Compare
20219              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
20220              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
20221              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
20222      Branch: perl
20223            + t/lib/filecomp.t
20224            ! MANIFEST t/lib/1_compile.t
20225 ____________________________________________________________________________
20226 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
20227         Log: Subject: [PATCH] DEBUG_* macro cleanups
20228              From: Abhijit Menon-Sen <ams@wiw.org>
20229              Date: Thu, 31 May 2001 12:16:22 +0530
20230              Message-ID: <20010531121622.B4829@lustre.linux.in>
20231              
20232              Subject: Re: [PATCH] DEBUG_* macro cleanups
20233              From: Abhijit Menon-Sen <ams@wiw.org>
20234              Date: Thu, 31 May 2001 13:57:01 +0530
20235              Message-ID: <20010531135701.A21775@lustre.linux.in>
20236              
20237              (The DEBUG_ definitions in perl.h changed to use the
20238              STMT_START and STMT_END.)
20239      Branch: perl
20240            ! perl.h pp_ctl.c sv.c toke.c
20241 ____________________________________________________________________________
20242 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
20243         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
20244              From: Abhijit Menon-Sen <ams@wiw.org>
20245              Date: Thu, 31 May 2001 08:27:55 +0530
20246              Message-ID: <20010531082755.A10018@lustre.linux.in>
20247      Branch: perl
20248            ! ext/Storable/Storable.xs gv.c perl.c
20249 ____________________________________________________________________________
20250 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
20251         Log: Subject: [PATCH] AUTHORS
20252              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20253              Date: Thu, 31 May 2001 01:27:59 -0500
20254              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
20255              
20256              Subject: Re: [PATCH] AUTHORS
20257              From: "Philip Newton" <Philip.Newton@gmx.net>
20258              Date: Thu, 31 May 2001 10:08:06 +0200
20259              (Message-Id missing?)
20260      Branch: perl
20261            ! AUTHORS
20262 ____________________________________________________________________________
20263 [ 10350] By: nick                                  on 2001/05/31  11:40:43
20264         Log: win32 - dmake regen_config_h
20265      Branch: perlio
20266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20267 ____________________________________________________________________________
20268 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
20269         Log: Subject: Re: [PATCH util.c] More warning cleanups.
20270              From: "Philip Newton" <Philip.Newton@gmx.net>
20271              Date: Thu, 31 May 2001 07:41:36 +0200
20272              Message-Id: <200105310538.IAA25458@taku.hut.fi>
20273              
20274              Undo C++-ism that snekt in.
20275      Branch: perl
20276            ! util.c
20277 ____________________________________________________________________________
20278 [ 10348] By: nick                                  on 2001/05/31  11:36:46
20279         Log: Tolerate Win32 numerics
20280      Branch: perlio
20281            ! t/pragma/warn/toke
20282 ____________________________________________________________________________
20283 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
20284         Log: Integrate perlio.
20285      Branch: perl
20286           !> perlio.c win32/win32.h
20287 ____________________________________________________________________________
20288 [ 10346] By: nick                                  on 2001/05/31  10:54:55
20289         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
20290              perlio.c change 10255.
20291      Branch: perlio
20292            ! perlio.c
20293 ____________________________________________________________________________
20294 [ 10345] By: nick                                  on 2001/05/31  10:01:57
20295         Log: Conditionaly put back some "unused" dTHX which are used
20296              with PERL_IMPLICIT_SYS
20297      Branch: perlio
20298            ! perlio.c
20299 ____________________________________________________________________________
20300 [ 10344] By: nick                                  on 2001/05/31  10:00:59
20301         Log: Fix Win32 for new spelling IN_BYTES 
20302      Branch: perlio
20303            ! win32/win32.h
20304 ____________________________________________________________________________
20305 [ 10343] By: nick                                  on 2001/05/31  08:01:32
20306         Log: perlio.c -Wall cleaner under MULTIPLICITY
20307              - still minor noise with linux stdio
20308      Branch: perlio
20309            ! perlio.c
20310 ____________________________________________________________________________
20311 [ 10342] By: nick                                  on 2001/05/31  07:52:23
20312         Log: Integrate mainline.
20313      Branch: perlio
20314           !> (integrate 42 files)
20315 ____________________________________________________________________________
20316 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
20317         Log: AUTHORS updates.
20318      Branch: perl
20319            ! AUTHORS
20320 ____________________________________________________________________________
20321 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
20322         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
20323              From: Peter Prymmer <pvhp@forte.com>
20324              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
20325              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
20326      Branch: perl
20327            ! t/lib/md5-file.t
20328 ____________________________________________________________________________
20329 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
20330         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
20331              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
20332              to match the pragma name; various robustness cleanups.
20333      Branch: perl
20334            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
20335            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
20336 ____________________________________________________________________________
20337 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
20338         Log: More -Wall sweeping.
20339      Branch: perl
20340            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
20341            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
20342            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
20343            ! regcomp.c sv.c toke.c utf8.c
20344 ____________________________________________________________________________
20345 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
20346         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
20347              From: Nicholas Clark <nick@ccl4.org>
20348              Date: Wed, 30 May 2001 22:34:41 +0100
20349              Message-ID: <20010530223441.Y86445@plum.flirble.org>
20350      Branch: perl
20351            ! t/op/cmp.t
20352 ____________________________________________________________________________
20353 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
20354         Log: It's is not, it isn't ain't, and it's it's, not its,
20355              if you mean it is. If you don't, it's its. Then too,
20356              it's hers. It isn't her's. It isn't our's either.
20357              It's ours, and likewise yours and theirs.
20358              -- Oxford University Press, Edpress News
20359      Branch: perl
20360            ! lib/autouse.pm
20361 ____________________________________________________________________________
20362 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
20363         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
20364      Branch: perl
20365            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
20366            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
20367            ! x2p/str.c x2p/walk.c xsutils.c
20368 ____________________________________________________________________________
20369 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
20370         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20371              From: Michael G Schwern <schwern@pobox.com>
20372              Date: Wed, 30 May 2001 17:10:38 +0100
20373              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
20374              
20375              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20376              From: Abhijit Menon-Sen <ams@wiw.org>
20377              Date: Wed, 30 May 2001 23:16:13 +0530
20378              Message-ID: <20010530231613.A31933@lustre.linux.in>
20379      Branch: perl
20380            ! perl.c t/run/runenv.t
20381 ____________________________________________________________________________
20382 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
20383         Log: (Retracted by #10375.)
20384              
20385              IRIX hints patch from Merijn Broeren.
20386              
20387              TODO: (this and the earlier Linux hints patch) should be solved
20388              at Configure level.  Merijn: -ldb should not be used on any platform
20389              for perl, just when linking DBFile itself. Trying to be helpful here
20390              is counterproductive.
20391      Branch: perl
20392            ! hints/irix_6.sh
20393 ____________________________________________________________________________
20394 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
20395         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
20396              From: Nicholas Clark <nick@ccl4.org>
20397              Date: Wed, 30 May 2001 23:20:58 +0100
20398              Message-ID: <20010530232058.B86445@plum.flirble.org>
20399      Branch: perl
20400            ! doop.c
20401 ____________________________________________________________________________
20402 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
20403         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20404              From: Michael G Schwern <schwern@pobox.com> 
20405              Date: Wed, 30 May 2001 15:24:20 +0100
20406              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
20407      Branch: perl
20408            ! t/pragma/autouse.t
20409 ____________________________________________________________________________
20410 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
20411         Log: The regex trick wasn't a good idea.
20412      Branch: perl
20413            ! pod/perlfaq4.pod
20414 ____________________________________________________________________________
20415 [ 10329] By: nick                                  on 2001/05/30  18:34:35
20416         Log: Integrate mainline
20417      Branch: perlio
20418           !> (integrate 40 files)
20419 ____________________________________________________________________________
20420 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
20421         Log: Update Changes.
20422      Branch: perl
20423            ! Changes patchlevel.h
20424 ____________________________________________________________________________
20425 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
20426         Log: The metaconfig unit change for #10325.
20427      Branch: metaconfig
20428            + U/modified/afs.U
20429 ____________________________________________________________________________
20430 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
20431         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
20432              is now wrong.
20433      Branch: perl
20434            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
20435 ____________________________________________________________________________
20436 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
20437         Log: Introduce $Config{afsroot}.
20438      Branch: perl
20439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20440            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
20441            ! win32/config.gc win32/config.vc
20442 ____________________________________________________________________________
20443 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
20444         Log: (Retracted by #10375.)
20445              
20446              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
20447      Branch: perl
20448            ! hints/linux.sh
20449 ____________________________________________________________________________
20450 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
20451         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
20452              (Also Configure tweaks needed; coming up soon.)
20453      Branch: perl
20454            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
20455 ____________________________________________________________________________
20456 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
20457         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
20458              From: Michael G Schwern <schwern@pobox.com>
20459              Date: Sun, 27 May 2001 10:29:43 +0100
20460              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
20461      Branch: perl
20462            ! lib/perl5db.pl
20463 ____________________________________________________________________________
20464 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
20465         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
20466              and Abhijit Menon-Sen.
20467      Branch: perl
20468            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
20469            ! perl.c pp_sys.c regcomp.c
20470 ____________________________________________________________________________
20471 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
20472         Log: Fix the BOOT section to call myU2time properly.
20473      Branch: perl
20474            ! ext/Time/HiRes/HiRes.xs
20475 ____________________________________________________________________________
20476 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
20477         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20478              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20479              Date: Wed, 30 May 2001 09:44:29 -0400
20480              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
20481              
20482              Detypo; plus add one more trick.
20483      Branch: perl
20484            ! pod/perlfaq4.pod
20485 ____________________________________________________________________________
20486 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
20487         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
20488              From: Michael G Schwern <schwern@pobox.com>
20489              Date: Wed, 30 May 2001 14:39:06 +0100
20490              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
20491      Branch: perl
20492            ! lib/autouse.pm t/pragma/autouse.t
20493 ____________________________________________________________________________
20494 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
20495         Log: Subject: Re: AIX and gcc (moving targets)
20496              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20497              Date: Wed, 30 May 2001 15:25:08 +0200
20498              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
20499      Branch: perl
20500            ! ext/Time/HiRes/HiRes.xs
20501 ____________________________________________________________________________
20502 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
20503         Log: Subject: [PATCH t/TEST] sorting tests
20504              From: Michael G Schwern <schwern@pobox.com>
20505              Date: Wed, 30 May 2001 10:24:02 +0100
20506              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
20507      Branch: perl
20508            ! t/TEST
20509 ____________________________________________________________________________
20510 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
20511         Log: Subject: [ID 20010529.002] typos in man page perlre
20512              From: bart@cg681574-a.adubn1.nj.home.com 
20513              Date: Tue, 29 May 2001 13:58:59 -0500
20514              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
20515      Branch: perl
20516            ! pod/perlre.pod
20517 ____________________________________________________________________________
20518 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
20519         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20520              From: "Craig A. Berry" <craigberry@mac.com>
20521              Date: Tue, 29 May 2001 23:23:45 -0500
20522              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
20523      Branch: perl
20524            ! t/lib/extutils.t t/pragma/autouse.t
20525 ____________________________________________________________________________
20526 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
20527         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
20528              From: David Dyck <dcd@tc.fluke.com>
20529              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
20530              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
20531      Branch: perl
20532            ! t/lib/filefind.t
20533 ____________________________________________________________________________
20534 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
20535         Log: AIX hints update for gcc from Merijn H. Brand.
20536      Branch: perl
20537            ! hints/aix.sh
20538 ____________________________________________________________________________
20539 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
20540         Log: Retract #10295 and #10296: a more generic solution
20541              is needed (there's something funny with gcc on AIX).
20542      Branch: perl
20543            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
20544 ____________________________________________________________________________
20545 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
20546         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20547              From: Hugo <hv@crypt.compulink.co.uk>
20548              Date: Wed, 30 May 2001 11:59:19 +0100
20549              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
20550              
20551              localizing $@ has unfortunate semantics - if you die past
20552              a local $@, the die message is lost.
20553      Branch: perl
20554            ! lib/utf8_heavy.pl
20555 ____________________________________________________________________________
20556 [ 10309] By: nick                                  on 2001/05/30  08:23:02
20557         Log: Integrate mainline (autouse works again.)
20558      Branch: perlio
20559           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
20560           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
20561           !> pod/perlvar.pod t/op/cmp.t
20562 ____________________________________________________________________________
20563 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
20564         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
20565              From: David Dyck <dcd@tc.fluke.com>
20566              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
20567              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
20568      Branch: perl
20569            ! lib/File/Find.pm
20570 ____________________________________________________________________________
20571 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
20572         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
20573              From: Nicholas Clark <nick@ccl4.org>
20574              Date: Tue, 29 May 2001 23:16:09 +0100
20575              Message-ID: <20010529231609.U86445@plum.flirble.org>
20576              
20577              Make the test output slightly clearer by distinguishing
20578              between '' and undef.
20579      Branch: perl
20580            ! t/op/cmp.t
20581 ____________________________________________________________________________
20582 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
20583         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
20584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20585              Date: Tue, 29 May 2001 19:15:19 -0400
20586              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
20587      Branch: perl
20588            ! hints/os2.sh
20589 ____________________________________________________________________________
20590 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
20591         Log: Subject: perlvar.pod addition
20592              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
20593              Date: Fri, 25 May 2001 20:23:12 +0200
20594              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
20595              
20596              Subject: Re: perlvar.pod addition
20597              From: "Abigail" <abigail@foad.org> 
20598              Date: Fri, 25 May 2001 22:00:39 +0200
20599              Message-ID: <20010525200039.28029.qmail@foad.org>
20600              
20601              Mention $a and $b in perlvar.
20602      Branch: perl
20603            ! pod/perlvar.pod
20604 ____________________________________________________________________________
20605 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
20606         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
20607              From: Jeff Pinyan <jeffp@crusoe.net>
20608              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
20609              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
20610      Branch: perl
20611            ! pod/perlvar.pod
20612 ____________________________________________________________________________
20613 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
20614         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
20615              From: Jeff Pinyan <jeffp@crusoe.net>
20616              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
20617              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
20618      Branch: perl
20619            ! pod/perlfaq6.pod
20620 ____________________________________________________________________________
20621 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
20622         Log: Mention Time::localtime and Time::gmtime.
20623      Branch: perl
20624            ! ext/Time/Piece/Piece.pm
20625 ____________________________________________________________________________
20626 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
20627         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20628              From: Michael G Schwern <schwern@pobox.com>
20629              Date: Tue, 29 May 2001 18:51:32 +0100
20630              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
20631      Branch: perl
20632            ! pod/perlfaq4.pod
20633 ____________________________________________________________________________
20634 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
20635         Log: Retract #10243.
20636      Branch: perl
20637            ! lib/autouse.pm
20638 ____________________________________________________________________________
20639 [ 10299] By: nick                                  on 2001/05/29  18:41:19
20640         Log: Post weekend integrate mainline (fails one test pragma/autouse).
20641      Branch: perlio
20642           +> (branch 29 files)
20643           !> (integrate 91 files)
20644 ____________________________________________________________________________
20645 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
20646         Log: Update Changes.
20647      Branch: perl
20648            ! Changes patchlevel.h
20649 ____________________________________________________________________________
20650 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
20651         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
20652              before Perl_load_module/Perl_call_method and restore the value
20653              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
20654      Branch: perl
20655            ! utf8.c
20656 ____________________________________________________________________________
20657 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
20658         Log: Subject: Re: AIX and gcc (moving targets)
20659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20660              Date: Tue, 29 May 2001 17:59:40 +0200
20661              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
20662      Branch: perl
20663            ! ext/Storable/Makefile.PL
20664 ____________________________________________________________________________
20665 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
20666         Log: Subject: Re: AIX and gcc (moving targets)
20667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20668              Date: Tue, 29 May 2001 12:32:57 +0200
20669              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
20670      Branch: perl
20671            ! ext/POSIX/Makefile.PL
20672 ____________________________________________________________________________
20673 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
20674         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
20675              From: Michael G Schwern <schwern@pobox.com>
20676              Date: Tue, 29 May 2001 09:53:29 +0100
20677              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
20678              
20679              (#10280 retracted)
20680      Branch: perl
20681            ! lib/Test/Harness.pm t/lib/test-harness.t
20682 ____________________________________________________________________________
20683 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
20684         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
20685              From: Michael G Schwern <schwern@pobox.com>
20686              Date: Tue, 29 May 2001 09:19:52 +0100
20687              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
20688      Branch: perl
20689            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
20690            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
20691            + t/lib/Test/todo.t
20692            ! MANIFEST lib/Test.pm t/TEST
20693 ____________________________________________________________________________
20694 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
20695         Log: From: Michael G Schwern <schwern@pobox.com>
20696              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
20697              Date: Tue, 29 May 2001 08:26:09 +0100
20698              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
20699      Branch: perl
20700            ! t/TEST
20701 ____________________________________________________________________________
20702 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
20703         Log: Add tests for Time::gmtime and Time::localtime.
20704      Branch: perl
20705            + t/lib/time-gmtime.t t/lib/time-localtime.t
20706            ! MANIFEST t/lib/1_compile.t
20707 ____________________________________________________________________________
20708 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
20709         Log: Add test for File::stat.
20710      Branch: perl
20711            + t/lib/filestat.t
20712            ! MANIFEST t/lib/1_compile.t
20713 ____________________________________________________________________________
20714 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
20715         Log: Add test for Net::servent.
20716      Branch: perl
20717            + t/lib/net-sent.t
20718            ! MANIFEST t/lib/1_compile.t
20719 ____________________________________________________________________________
20720 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
20721         Log: Add test for Net::protoent.
20722      Branch: perl
20723            + t/lib/net-pent.t
20724            ! MANIFEST t/lib/1_compile.t
20725 ____________________________________________________________________________
20726 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
20727         Log: Add test for Net::netent.
20728      Branch: perl
20729            + t/lib/net-nent.t
20730            ! MANIFEST t/lib/1_compile.t
20731 ____________________________________________________________________________
20732 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
20733         Log: Add test for User::grent.  Portability doubtful.
20734      Branch: perl
20735            + t/lib/user-grent.t
20736            ! MANIFEST t/lib/1_compile.t
20737 ____________________________________________________________________________
20738 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
20739         Log: Add test for User::pwent.
20740              Probably will fall down somewhere for portability reasons.
20741      Branch: perl
20742            + t/lib/user-pwent.t
20743            ! MANIFEST t/lib/1_compile.t
20744 ____________________________________________________________________________
20745 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
20746         Log: Metaconfig units changes for #10283.
20747      Branch: metaconfig
20748            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
20749            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
20750            ! U/installdirs/sitescript.U U/modified/Signal.U
20751 ____________________________________________________________________________
20752 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
20753         Log: Subject: [PATCH 5.6.1] signal names in Configure
20754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20755              Date: Tue, 29 May 2001 03:52:25 -0400
20756              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
20757              
20758              Subject: [PATCH 5.6.1] older perl in Configure
20759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20760              Date: Tue, 29 May 2001 03:55:40 -0400
20761              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
20762              
20763              Subject: [PATCH 5.6.1] goofs in Configure
20764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20765              Date: Tue, 29 May 2001 04:13:07 -0400
20766              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
20767              
20768              Configure portability tweaks.
20769      Branch: perl
20770            ! Configure
20771 ____________________________________________________________________________
20772 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
20773         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
20774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20775              Date: Tue, 29 May 2001 04:07:06 -0400
20776              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
20777      Branch: perl
20778            ! os2/os2.c
20779 ____________________________________________________________________________
20780 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
20781         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
20782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20783              Date: Tue, 29 May 2001 04:01:38 -0400
20784              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
20785      Branch: perl
20786            ! hints/os2.sh os2/Makefile.SHs
20787 ____________________________________________________________________________
20788 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
20789         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
20790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20791              Date: Tue, 29 May 2001 03:50:18 -0400
20792              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
20793      Branch: perl
20794            ! lib/Test/Harness.pm
20795 ____________________________________________________________________________
20796 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
20797         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
20798      Branch: perl
20799            ! lib/utf8_heavy.pl
20800 ____________________________________________________________________________
20801 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
20802         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20803              From: Hugo <hv@crypt.compulink.co.uk>
20804              Date: Tue, 29 May 2001 03:03:45 +0100
20805              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
20806              
20807              Explanation why the $@ always gets the UTF8 flag when under use utf8--
20808              because we told it to have the flag when under use utf8.
20809      Branch: perl
20810            ! pp_ctl.c
20811 ____________________________________________________________________________
20812 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
20813         Log: At least a partial fix for 20010528.004.
20814      Branch: perl
20815            ! lib/utf8_heavy.pl
20816 ____________________________________________________________________________
20817 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
20818         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
20819              From: Nicholas Clark <nick@ccl4.org> 
20820              Date: Mon, 28 May 2001 23:39:38 +0100
20821              Message-ID: <20010528233938.M86445@plum.flirble.org>
20822              
20823              More portable non-zero UV.
20824      Branch: perl
20825            ! t/lib/extutils.t
20826 ____________________________________________________________________________
20827 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
20828         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
20829              From: Nicholas Clark <nick@ccl4.org>
20830              Date: Mon, 28 May 2001 22:46:09 +0100
20831              Message-ID: <20010528224608.L86445@plum.flirble.org>
20832              
20833              Test also "make clean".
20834      Branch: perl
20835            ! t/lib/extutils.t
20836 ____________________________________________________________________________
20837 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
20838         Log: Subject: Re: Would -Wno-unused -Wall be better?
20839              From: Michael G Schwern <schwern@pobox.com>
20840              Date: Tue, 29 May 2001 00:55:54 +0100
20841              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
20842      Branch: perl
20843            ! pp.h
20844 ____________________________________________________________________________
20845 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
20846         Log: Add a test for 20010528.007, fixed in #10272.
20847      Branch: perl
20848            ! t/op/misc.t toke.c
20849 ____________________________________________________________________________
20850 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
20851         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
20852              From: Hugo <hv@crypt.compulink.co.uk>
20853              Date: Tue, 29 May 2001 00:23:23 +0100
20854              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
20855      Branch: perl
20856            ! toke.c
20857 ____________________________________________________________________________
20858 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
20859         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
20860              From: Michael G Schwern <schwern@pobox.com>
20861              Date: Tue, 29 May 2001 00:42:59 +0100
20862              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
20863      Branch: perl
20864            ! t/pragma/autouse.t
20865 ____________________________________________________________________________
20866 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
20867         Log: Some shells seemingly arrange the signal handlers differently
20868              (bug id 20010521.004).
20869      Branch: perl
20870            ! t/lib/sigaction.t
20871 ____________________________________________________________________________
20872 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
20873         Log: Regen perlmodlib.
20874      Branch: perl
20875            ! pod/perlmodlib.pod
20876 ____________________________________________________________________________
20877 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
20878         Log: Update Changes.
20879      Branch: perl
20880            ! Changes patchlevel.h
20881 ____________________________________________________________________________
20882 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
20883         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
20884              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20885              Date: Mon, 28 May 2001 14:56:35 -0500
20886              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
20887      Branch: perl
20888            ! pod/perlnewmod.pod
20889 ____________________________________________________________________________
20890 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
20891         Log: Regen toc.
20892      Branch: perl
20893            ! pod/perltoc.pod
20894 ____________________________________________________________________________
20895 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
20896         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
20897              From: "Richard Soderberg" <rs@crystalflame.net>
20898              Date: Mon, 28 May 2001 12:31:23 -0700
20899              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
20900      Branch: perl
20901            ! t/op/splice.t
20902 ____________________________________________________________________________
20903 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
20904         Log: The #10260 was too bold: locales and utf8 still do not mix.
20905      Branch: perl
20906            ! t/pragma/locale.t
20907 ____________________________________________________________________________
20908 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
20909         Log: Subject: [PATCH] Pod nitpicks
20910              From: "Richard Soderberg" <rs@crystalflame.net>
20911              Date: Mon, 28 May 2001 10:08:58 -0700
20912              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
20913      Branch: perl
20914            ! pod/perl571delta.pod pod/perlapi.pod sv.h
20915 ____________________________________________________________________________
20916 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
20917         Log: Upgrade to I18N::LangTags 0.22.
20918      Branch: perl
20919            + lib/I18N/LangTags/List.pod
20920            ! MANIFEST lib/I18N/LangTags.pm
20921 ____________________________________________________________________________
20922 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
20923         Log: A slightly more serious bug found by -Mutf8; op/misc and
20924              lib/complex dumped core.
20925      Branch: perl
20926            ! regexec.c
20927 ____________________________________________________________________________
20928 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
20929         Log: Various buglets shaken out by -Mutf8.
20930      Branch: perl
20931            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
20932            ! t/pragma/locale.t
20933 ____________________________________________________________________________
20934 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
20935         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
20936      Branch: perl
20937            ! t/lib/carp.t
20938 ____________________________________________________________________________
20939 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
20940         Log: Subject: [PATCH] todo patch
20941              From: Artur Bergman <artur@contiller.se> 
20942              Date: Mon, 28 May 2001 17:03:51 +0200
20943              Message-ID: <B7383577.F34%artur@contiller.se>
20944      Branch: perl
20945            ! pod/perltodo.pod
20946 ____________________________________________________________________________
20947 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
20948         Log: Subject: typo in perlguts.pod
20949              From: "John P. Linderman" <jpl@research.att.com>
20950              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
20951              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
20952      Branch: perl
20953            ! pod/perlguts.pod
20954 ____________________________________________________________________________
20955 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
20956         Log: Subject: AIX and gcc (moving targets)
20957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20958              Date: Mon, 28 May 2001 12:54:04 +0200
20959              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
20960      Branch: perl
20961            ! hints/aix.sh
20962 ____________________________________________________________________________
20963 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
20964         Log: Subject: Re: perlio + multiple perl_alloc..destruct
20965              From: Doug MacEachern <dougm@covalent.net>
20966              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
20967              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
20968      Branch: perl
20969            ! perlio.c
20970 ____________________________________________________________________________
20971 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
20972         Log: The #10251 wasn't quite up-to-the-code.
20973      Branch: perl
20974            ! t/op/misc.t
20975 ____________________________________________________________________________
20976 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
20977         Log: Test case for bug 20010526.004, fixed in #10252.
20978      Branch: perl
20979            ! t/op/taint.t
20980 ____________________________________________________________________________
20981 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
20982         Log: Subject: Re: [ID 20010526.004] Taint looses value
20983              From: Hugo <hv@crypt.compulink.co.uk>
20984              Date: Sun, 27 May 2001 20:39:32 +0100
20985              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
20986      Branch: perl
20987            ! sv.c
20988 ____________________________________________________________________________
20989 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
20990         Log: Test case for 20010422.005, fixed by #10250.
20991      Branch: perl
20992            ! t/op/misc.t
20993 ____________________________________________________________________________
20994 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
20995         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
20996              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20997              Date: Mon, 28 May 2001 06:39:12 -0400
20998              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
20999      Branch: perl
21000            ! toke.c
21001 ____________________________________________________________________________
21002 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
21003         Log: Linerewrapping.
21004      Branch: perl
21005            ! lib/open.pm
21006 ____________________________________________________________________________
21007 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
21008         Log: Updates on the modules list.
21009      Branch: perl
21010            ! t/lib/1_compile.t
21011 ____________________________________________________________________________
21012 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
21013         Log: Add a test for PerlIO.
21014              
21015              (I probably got the crlf/raw thing wrong for clrfy platforms...)
21016      Branch: perl
21017            + t/lib/perlio.t
21018            ! MANIFEST lib/PerlIO.pm
21019 ____________________________________________________________________________
21020 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
21021         Log: Add a test for carp et alia.
21022      Branch: perl
21023            + t/lib/carp.t
21024            ! MANIFEST
21025 ____________________________________________________________________________
21026 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
21027         Log: Adding the new test would be swell.
21028      Branch: perl
21029            + t/pragma/autouse.t
21030 ____________________________________________________________________________
21031 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
21032         Log: Add a test for the autouse pragma.
21033      Branch: perl
21034            ! MANIFEST
21035 ____________________________________________________________________________
21036 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
21037         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
21038              From: dLux <dlux@spam.sch.bme.hu>
21039              Date: Sun, 27 May 2001 16:14:26 +0200
21040              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
21041      Branch: perl
21042            ! lib/autouse.pm
21043 ____________________________________________________________________________
21044 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
21045         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
21046              From: "Richard Soderberg" <rs@crystalflame.net>
21047              Date: Mon, 28 May 2001 03:56:36 -0700
21048              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
21049      Branch: perl
21050            ! utils/dprofpp.PL
21051 ____________________________________________________________________________
21052 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
21053         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
21054              From: "Stephen P. Potter" <spp@spotter.yi.org>
21055              Date: Tue, 22 May 2001 11:40:25 -0400
21056              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
21057              
21058              Subject: Re: [ID 20010522.003] Time::Local module bug
21059              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
21060              Date: Tue, 22 May 2001 11:50:19 -0400
21061              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
21062      Branch: perl
21063            ! lib/Time/Local.pm
21064 ____________________________________________________________________________
21065 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
21066         Log: The PERL_DL_NONLAZY can have whitespace in front.
21067      Branch: perl
21068            ! t/lib/extutils.t
21069 ____________________________________________________________________________
21070 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
21071         Log: Document strftime() and strptime().
21072      Branch: perl
21073            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
21074 ____________________________________________________________________________
21075 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
21076         Log: Make Time::Piece::strptime() to be a function, not a method.
21077      Branch: perl
21078            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21079 ____________________________________________________________________________
21080 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
21081         Log: Tweak the test to be more portable.
21082      Branch: perl
21083            ! t/lib/extutils.t
21084 ____________________________________________________________________________
21085 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
21086         Log: Subject: PATCH: Re: Re: Attributes that tie
21087              From: Leon Brocard <acme@astray.com>
21088              Date: Sun, 27 May 2001 12:37:29 +0100
21089              Message-ID: <20010527123729.A22663@ns0.astray.com>
21090              
21091              Document that variable attributes are not currently usable
21092              for tieing.  (An ugly limitation that should be fixed.)
21093      Branch: perl
21094            ! lib/attributes.pm
21095 ____________________________________________________________________________
21096 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
21097         Log: Microperl tweaks.
21098      Branch: perl
21099            ! Makefile.micro uconfig.h uconfig.sh
21100 ____________________________________________________________________________
21101 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
21102         Log: Add make target for microperl (kind of silly, but convenient).
21103      Branch: perl
21104            ! Makefile.SH
21105 ____________________________________________________________________________
21106 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
21107         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
21108              for microperl.)
21109      Branch: perl
21110            ! doio.c
21111 ____________________________________________________________________________
21112 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
21113         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
21114              From: rspier@pobox.com (Robert Spier)
21115              Date: Sat, 26 May 2001 20:05:23 -0400
21116              Message-ID: <15120.17603.148648.12430@rls.cx>
21117              
21118              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
21119              From: rspier@pobox.com (Robert Spier)
21120              Date: Sun, 27 May 2001 00:23:12 -0400
21121              Message-ID: <15120.33072.511966.767230@rls.cx>
21122      Branch: perl
21123            ! doio.c pod/perlfunc.pod
21124 ____________________________________________________________________________
21125 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
21126         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
21127      Branch: perl
21128            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21129 ____________________________________________________________________________
21130 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
21131         Log: Add README.tru64.
21132      Branch: perl
21133            + README.tru64
21134 ____________________________________________________________________________
21135 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
21136         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
21137      Branch: perl
21138            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21139            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
21140            ! MANIFEST
21141 ____________________________________________________________________________
21142 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
21143         Log: Integrate I18N::LangTags from Sean Burke.
21144              
21145              TODO: the language list from RFC 3066 needs to be integrated
21146              and made available somehow.  The list is included in the
21147              I18N-LangTags 0.21 distribution, but it is undocumented
21148              and unconnected to the module.
21149      Branch: perl
21150            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
21151            ! MANIFEST
21152 ____________________________________________________________________________
21153 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
21154         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
21155              envisioned by Sarathy.
21156      Branch: perl
21157            ! t/op/ver.t toke.c
21158 ____________________________________________________________________________
21159 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
21160         Log: Subject: [ID 20010525.001] Pod typo nits fixed
21161              From: lvirden@cas.org
21162              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
21163              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
21164              
21165              minus the perlsolaris decimation plus the
21166              
21167              Subject: Re: [ID 20010525.001] Pod typo nits fixed
21168              From: "Philip Newton" <Philip.Newton@gmx.net>
21169              Date: Fri, 25 May 2001 18:05:55 +0200
21170              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
21171      Branch: perl
21172            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
21173            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
21174            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
21175            ! pod/perlutil.pod pod/perlxstut.pod
21176 ____________________________________________________________________________
21177 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
21178         Log: return clauses are nice.
21179      Branch: perl
21180            ! sv.c
21181 ____________________________________________________________________________
21182 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
21183         Log: Subject: change 10199 backwards?
21184              From: Doug MacEachern <dougm@covalent.net>
21185              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
21186              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
21187      Branch: perl
21188            ! sv.c
21189 ____________________________________________________________________________
21190 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
21191         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
21192              From: Hugo <hv@crypt.compulink.co.uk>
21193              Date: Sat, 26 May 2001 17:05:12 +0100
21194              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
21195      Branch: perl
21196            + t/op/gmagic.t
21197            ! MANIFEST doop.c embed.h embed.pl global.sym
21198            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
21199            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
21200 ____________________________________________________________________________
21201 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
21202         Log: Regen headers for #10221.
21203      Branch: perl
21204            ! global.sym objXSUB.h perlapi.c
21205 ____________________________________________________________________________
21206 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
21207         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
21208              From: Juha Laiho <juha.laiho@Elma.Net>
21209              Date: Thu, 3 May 2001 09:51:30 +0300
21210              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
21211      Branch: perl
21212            ! embed.pl
21213 ____________________________________________________________________________
21214 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
21215         Log: Subject: Re: [PATCH] Re: stability of sort()?
21216              From: "John P. Linderman" <jpl@research.att.com>
21217              Date: Sat, 26 May 2001 13:27:19 -0400
21218              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
21219      Branch: perl
21220            ! pod/perlfunc.pod
21221 ____________________________________________________________________________
21222 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
21223         Log: Integrate perlio.
21224      Branch: perl
21225           !> pod/perlguts.pod
21226 ____________________________________________________________________________
21227 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
21228         Log: Subject: [PATCH perl@10210] PerlIO for VMS
21229              From: "Craig A. Berry" <craigberry@mac.com>
21230              Date: Sat, 26 May 2001 09:34:11 -0500
21231              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
21232      Branch: perl
21233            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
21234            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
21235            ! vms/vmsish.h
21236 ____________________________________________________________________________
21237 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
21238         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
21239              From: David Dyck <dcd@tc.fluke.com>
21240              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
21241              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
21242      Branch: perl
21243            ! lib/perl5db.pl
21244 ____________________________________________________________________________
21245 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
21246         Log: Subject: utf8 regexp tests
21247              From: Hugo <hv@crypt.compulink.co.uk>
21248              Date: Fri, 25 May 2001 22:35:01 +0100
21249              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
21250      Branch: perl
21251            ! t/op/regexp.t
21252 ____________________________________________________________________________
21253 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
21254         Log: Subject: [PATCH] Re: stability of sort()?
21255              From: Nicholas Clark <nick@ccl4.org>
21256              Date: Fri, 25 May 2001 22:40:19 +0100
21257              Message-ID: <20010525224019.B86445@plum.flirble.org>
21258      Branch: perl
21259            ! pod/perlfunc.pod
21260 ____________________________________________________________________________
21261 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
21262         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
21263              From: John Peacock <jpeacock@rowman.com>
21264              Date: Thu, 24 May 2001 22:14:01 -0400
21265              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
21266      Branch: perl
21267            ! mg.c scope.c sv.c
21268 ____________________________________________________________________________
21269 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
21270         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
21271              From: Nicholas Clark <nick@ccl4.org>
21272              Date: Sun, 20 May 2001 19:24:13 +0100
21273              Message-ID: <20010520192413.G83222@plum.flirble.org>
21274      Branch: perl
21275            + lib/ExtUtils/Constant.pm t/lib/extutils.t
21276            ! MANIFEST utils/h2xs.PL
21277 ____________________________________________________________________________
21278 [ 10212] By: nick                                  on 2001/05/26  09:49:28
21279         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
21280              add a few more notes there on use of mortals on the stack.
21281      Branch: perlio
21282            ! pod/perlguts.pod
21283 ____________________________________________________________________________
21284 [ 10211] By: nick                                  on 2001/05/26  09:05:36
21285         Log: Integrate mainline
21286      Branch: perlio
21287           +> t/lib/fcntl.t t/pragma/vars.t
21288           !> (integrate 49 files)
21289 ____________________________________________________________________________
21290 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
21291         Log: Update Changes.
21292      Branch: perl
21293            ! Changes patchlevel.h
21294 ____________________________________________________________________________
21295 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
21296         Log: Based on
21297              
21298              Subject: [PATCH pp.c] Wrapping pack("C",256)
21299              From: Simon Cozens <simon@netthink.co.uk>
21300              Date: Sat, 12 May 2001 17:58:41 +0100
21301              Message-ID: <20010512175841.A6132@netthink.co.uk>
21302      Branch: perl
21303            ! pod/perldiag.pod pp.c t/pragma/warn/pp
21304 ____________________________________________________________________________
21305 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
21306         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
21307              From: "Brendan O'Dea" <bod@compusol.com.au>
21308              Date: Fri, 25 May 2001 11:18:29 +1000
21309              Message-ID: <20010525111829.A28411@compusol.com.au>
21310              
21311              (Slightly modified.)
21312      Branch: perl
21313            ! lib/Term/Cap.pm
21314 ____________________________________________________________________________
21315 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
21316         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
21317              From: Hugo <hv@crypt.compulink.co.uk>
21318              Date: Fri, 25 May 2001 02:13:25 +0100
21319              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
21320      Branch: perl
21321            ! t/op/misc.t
21322 ____________________________________________________________________________
21323 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
21324         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
21325              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
21326              Date: Fri, 25 May 2001 10:25:36 +0900
21327              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
21328      Branch: perl
21329            ! regcomp.c regexec.c
21330 ____________________________________________________________________________
21331 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
21332         Log: Subject: [PATCH #2] stash autovivification and method call error messages
21333              From: Ilmari Karonen <iltzu@sci.fi>
21334              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
21335              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
21336      Branch: perl
21337            ! gv.c pp_hot.c t/op/method.t
21338 ____________________________________________________________________________
21339 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
21340         Log: Add make target and documentation for gprof profiling.
21341      Branch: perl
21342            ! Makefile.SH pod/perlhack.pod
21343 ____________________________________________________________________________
21344 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
21345         Log: Subject: Don't think about UTF8 
21346              From: Mike Guy <mjtg@cam.ac.uk> 
21347              Date: Tue, 22 May 2001 14:35:39 +0100
21348              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
21349      Branch: perl
21350            ! sv.h
21351 ____________________________________________________________________________
21352 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
21353         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
21354              From: Geraint A Edwards <gedge@serf.org> 
21355              Date: Thu, 24 May 2001 22:51:24 +0100
21356              Message-Id: <20010524225124.A34981@cymru.serf.org>
21357      Branch: perl
21358            ! x2p/find2perl.PL
21359 ____________________________________________________________________________
21360 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
21361         Log: DB_File has its own attribute story.
21362      Branch: perl
21363            ! ext/DB_File/DB_File.xs
21364 ____________________________________________________________________________
21365 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
21366         Log: Subject: Re: Making perl with -Wall
21367              From: Andy Dougherty <doughera@lafayette.edu>
21368              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
21369              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
21370      Branch: perl
21371            ! perl.h
21372 ____________________________________________________________________________
21373 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
21374         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
21375              From: "Richard Soderberg" <rs@crystalflame.net>
21376              Date: Thu, 24 May 2001 08:58:16 -0700
21377              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
21378      Branch: perl
21379            ! sv.c
21380 ____________________________________________________________________________
21381 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
21382         Log: IV/UV casting fixes from Nicholas Clark.
21383      Branch: perl
21384            ! perl.h pp_sys.c util.c
21385 ____________________________________________________________________________
21386 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
21387         Log: Subject: Re: Making perl with -Wall
21388              From: Michael G Schwern <schwern@pobox.com>
21389              Date: Thu, 24 May 2001 15:40:28 +0100
21390              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
21391      Branch: perl
21392            ! malloc.c perl.h
21393 ____________________________________________________________________________
21394 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
21395         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
21396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21397              Date: Tue, 22 May 2001 11:49:37 +0200
21398              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
21399      Branch: metaconfig
21400            ! U/modified/Oldsym.U
21401      Branch: metaconfig/U/perl
21402            ! patchlevel.U
21403      Branch: perl
21404            ! Configure config_h.SH myconfig.SH
21405 ____________________________________________________________________________
21406 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
21407         Log: Under versiononly install also the scripts with the version suffix.
21408              (e.g. .../bin/h2xs5.7.1)
21409      Branch: perl
21410            ! installperl
21411 ____________________________________________________________________________
21412 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
21413         Log: Subject: [PATCH] Stop segfault in mg.c:636
21414              From: "Richard Soderberg" <rs@crystalflame.net>
21415              Date: Thu, 24 May 2001 05:51:52 -0700
21416              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
21417      Branch: perl
21418            ! mg.c
21419 ____________________________________________________________________________
21420 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
21421         Log: Iteration continues; hopefully convergently.
21422      Branch: perl
21423            ! t/lib/b-stash.t
21424 ____________________________________________________________________________
21425 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
21426         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
21427              From: Gisle Aas <gisle@ActiveState.com>
21428              Date: 23 May 2001 16:13:10 -0700
21429              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
21430      Branch: perl
21431            ! op.c toke.c
21432 ____________________________________________________________________________
21433 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
21434         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
21435              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21436              Date: Thu, 24 May 2001 05:05:22 -0500
21437              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
21438      Branch: perl
21439            ! lib/dumpvar.pl lib/perl5db.pl
21440 ____________________________________________________________________________
21441 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
21442         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
21443              From: David Dyck <dcd@tc.fluke.com>
21444              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
21445              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
21446      Branch: perl
21447            ! lib/perl5db.pl
21448 ____________________________________________________________________________
21449 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
21450         Log: Tiny pod nits on READMEs, mostly whitespace issues.
21451      Branch: perl
21452            ! README.amiga README.dos README.macos README.mpeix README.vmesa
21453            ! README.win32
21454 ____________________________________________________________________________
21455 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
21456         Log: The DG/UX part of the 20010521.005.
21457      Branch: perl
21458            ! README.dgux
21459 ____________________________________________________________________________
21460 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
21461         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
21462              From: Hugo <hv@crypt.compulink.co.uk>
21463              Date: Mon, 21 May 2001 16:32:02 +0100
21464              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
21465      Branch: perl
21466            ! regcomp.c t/op/misc.t
21467 ____________________________________________________________________________
21468 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
21469         Log: Subject: [PATCH] Extra UNIVERSAL tests
21470              From: Mike Guy <mjtg@cam.ac.uk>
21471              Date: Wed, 23 May 2001 12:29:20 +0100
21472              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
21473      Branch: perl
21474            ! t/op/universal.t
21475 ____________________________________________________________________________
21476 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
21477         Log: Subject: [PATCH] Remove EQ keyword
21478              From: Mike Guy <mjtg@cam.ac.uk>
21479              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
21480              Date: Wed, 23 May 2001 11:17:29 +0100
21481      Branch: perl
21482            ! keywords.h keywords.pl
21483 ____________________________________________________________________________
21484 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
21485         Log: Subject: [PATCH] lib/perl5db.pl
21486              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21487              Date: Wed, 23 May 2001 02:18:03 -0500
21488              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
21489      Branch: perl
21490            ! lib/perl5db.pl
21491 ____________________________________________________________________________
21492 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
21493         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
21494              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21495              Date: Tue, 22 May 2001 23:34:41 -0500
21496              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
21497      Branch: perl
21498            ! lib/Term/Cap.pm
21499 ____________________________________________________________________________
21500 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
21501         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
21502              From: davem@fdgroup.co.uk
21503              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
21504              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
21505      Branch: perl
21506            ! emacs/e2ctags.pl
21507 ____________________________________________________________________________
21508 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
21509         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
21510              From: Michael G Schwern <schwern@pobox.com>
21511              Date: Tue, 22 May 2001 14:15:09 +0100
21512              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
21513      Branch: perl
21514            ! lib/vars.pm
21515 ____________________________________________________________________________
21516 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
21517         Log: Subject: [PATCH lib/vars.pm] Odd code nit
21518              From: Michael G Schwern <schwern@pobox.com>
21519              Date: Tue, 22 May 2001 14:14:28 +0100
21520              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
21521      Branch: perl
21522            ! lib/vars.pm
21523 ____________________________________________________________________________
21524 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
21525         Log: Use the new use vars feature.
21526      Branch: perl
21527            ! t/lib/b-stash.t
21528 ____________________________________________________________________________
21529 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
21530         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
21531              From: Mike Guy <mjtg@cam.ac.uk>
21532              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21533              Date: Tue, 22 May 2001 13:11:39 +0100
21534      Branch: perl
21535            + t/pragma/vars.t
21536            ! MANIFEST lib/vars.pm t/lib/1_compile.t
21537 ____________________________________________________________________________
21538 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
21539         Log: -qlongdouble considered harmful by Merijn.
21540      Branch: perl
21541            ! hints/aix.sh
21542 ____________________________________________________________________________
21543 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
21544         Log: Update Changes.
21545      Branch: perl
21546            ! Changes patchlevel.h
21547 ____________________________________________________________________________
21548 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
21549         Log: Add a test of its very own for Fcntl.  Hopefully portable.
21550      Branch: perl
21551            + t/lib/fcntl.t
21552            ! MANIFEST
21553 ____________________________________________________________________________
21554 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
21555         Log: Must be trickier for 'minitest' not to die.
21556      Branch: perl
21557            ! t/op/taint.t
21558 ____________________________________________________________________________
21559 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
21560         Log: Can't declare other people's variables.
21561      Branch: perl
21562            ! t/lib/b-stash.t
21563 ____________________________________________________________________________
21564 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
21565         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
21566      Branch: perl
21567            ! doio.c t/op/taint.t
21568 ____________________________________________________________________________
21569 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
21570         Log: The OS/2 variable needs to be declared.
21571      Branch: perl
21572            ! t/lib/b-stash.t
21573 ____________________________________________________________________________
21574 [ 10170] By: nick                                  on 2001/05/20  16:48:29
21575         Log: Integrate mainline
21576      Branch: perlio
21577           !> (integrate 41 files)
21578 ____________________________________________________________________________
21579 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
21580         Log: Small perlsec updates: clarify the taintedness of filename
21581              globbing; suggest using Scalar::Util::tainted().
21582      Branch: perl
21583            ! pod/perlsec.pod
21584 ____________________________________________________________________________
21585 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
21586         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
21587              From: Dave Mitchell <davem@fdgroup.co.uk>
21588              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
21589              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
21590      Branch: perl
21591            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
21592            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
21593            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
21594            ! xsutils.c
21595 ____________________________________________________________________________
21596 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
21597         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
21598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21599              Date: Sat, 19 May 2001 04:08:46 -0400
21600              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
21601      Branch: perl
21602            ! lib/ExtUtils/Mksymlists.pm makedef.pl
21603 ____________________________________________________________________________
21604 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
21605         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
21606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21607              Date: Sat, 19 May 2001 04:30:45 -0400
21608              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
21609      Branch: perl
21610            ! os2/os2.c
21611 ____________________________________________________________________________
21612 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
21613         Log: Subject: [PATCH 5.6.1] build bugs OS/2
21614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21615              Date: Sat, 19 May 2001 04:35:28 -0400
21616              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
21617      Branch: perl
21618            ! os2/Makefile.SHs os2/os2.c
21619 ____________________________________________________________________________
21620 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
21621         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
21622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21623              Date: Sat, 19 May 2001 04:04:23 -0400
21624              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
21625              
21626              (In bleadperl patched b-stash.t instead of b.t)
21627      Branch: perl
21628            ! t/lib/b-stash.t t/lib/bigfltpm.t
21629 ____________________________________________________________________________
21630 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
21631         Log: Subject: [PATCH 5.6.1] perl5db
21632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21633              Date: Sat, 19 May 2001 03:49:09 -0400
21634              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
21635      Branch: perl
21636            ! lib/perl5db.pl
21637 ____________________________________________________________________________
21638 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
21639         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
21640              From: Gisle Aas <gisle@ActiveState.com>
21641              Date: 18 May 2001 14:24:51 -0700
21642              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
21643      Branch: perl
21644            ! pp_ctl.c
21645 ____________________________________________________________________________
21646 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
21647         Log: Subject: [PATCH] Chomp should not always stringify
21648              From: Gisle Aas <gisle@ActiveState.com>
21649              Date: 18 May 2001 07:55:25 -0700
21650              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
21651      Branch: perl
21652            ! doop.c t/op/chop.t
21653 ____________________________________________________________________________
21654 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
21655         Log: Integrate perlio.
21656      Branch: perl
21657           !> pod/perlfunc.pod
21658 ____________________________________________________________________________
21659 [ 10159] By: nick                                  on 2001/05/20  09:39:46
21660         Log: Document some more of open's features.
21661      Branch: perlio
21662            ! pod/perlfunc.pod
21663 ____________________________________________________________________________
21664 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
21665         Log: back out change#10153 (it has compatibility issues such as the
21666              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
21667              benefit for 5.6.x doesn't seem worth the risk)
21668      Branch: maint-5.6/perl
21669            ! toke.c
21670 ____________________________________________________________________________
21671 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
21672         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
21673      Branch: perl
21674            ! x2p/s2p.PL
21675 ____________________________________________________________________________
21676 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
21677         Log: Update Changes.
21678      Branch: perl
21679            ! Changes patchlevel.h
21680 ____________________________________________________________________________
21681 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
21682         Log: Integrate change #10144 from maintperl.
21683              
21684              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
21685      Branch: perl
21686           !> win32/config.bc win32/config.gc win32/config.vc
21687           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21688 ____________________________________________________________________________
21689 [ 10154] By: nick                                  on 2001/05/18  07:23:03
21690         Log: Integrate mainline.
21691      Branch: perlio
21692           +> README.dgux t/lib/i18n-collate.t utils.lst
21693           !> (integrate 49 files)
21694 ____________________________________________________________________________
21695 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
21696         Log: Integrate change #7224 from mainline into maintperl.
21697              
21698              Allow @+ and @- to be doublequoted, from Simon Cozens. 
21699              (Approved by Larry, see Tom's comment in 20000830.005.)
21700      Branch: maint-5.6/perl
21701           !> toke.c
21702 ____________________________________________________________________________
21703 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
21704         Log: Subject: [PATCH bleadperl] small lookbehind fix
21705              From: Hugo <hv@crypt.compulink.co.uk>
21706              Date: Fri, 18 May 2001 00:07:19 +0100
21707              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
21708      Branch: perl
21709            ! regexec.c
21710 ____________________________________________________________________________
21711 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
21712         Log: Detypos.
21713      Branch: perl
21714            ! installman utils.lst
21715 ____________________________________________________________________________
21716 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
21717         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
21718              in 20001222.001.
21719      Branch: perl
21720            ! t/lib/glob-basic.t
21721 ____________________________________________________________________________
21722 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
21723         Log: Subject: [PATCH] Test for bug 20010515.004
21724              From: Benjamin Sugars <bsugars@canoe.ca>
21725              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
21726              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
21727      Branch: perl
21728            ! t/op/misc.t
21729 ____________________________________________________________________________
21730 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
21731         Log: Integrate #10145 from maintperl.
21732              
21733              fix for ID 20010515.004 (needs test)
21734      Branch: perl
21735           !> pp_hot.c
21736 ____________________________________________________________________________
21737 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
21738         Log: Thinko noticed by Doug MacEachern.
21739      Branch: perl
21740            ! thread.h
21741 ____________________________________________________________________________
21742 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
21743         Log: Subject: Re: [PATCH] HERE mark in regex
21744              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21745              Date: Thu, 17 May 2001 12:20:33 -0400
21746              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
21747      Branch: perl
21748            ! t/op/re_tests
21749 ____________________________________________________________________________
21750 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
21751         Log: fix for ID 20010515.004 (needs test)
21752      Branch: maint-5.6/perl
21753            ! pp_hot.c
21754 ____________________________________________________________________________
21755 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
21756         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
21757      Branch: maint-5.6/perl
21758            ! win32/config.bc win32/config.gc win32/config.vc
21759            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21760 ____________________________________________________________________________
21761 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
21762         Log: Macrofy the getspecific (and use it also in util.c)
21763      Branch: perl
21764            ! thread.h util.c
21765 ____________________________________________________________________________
21766 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
21767         Log: Use the unchecked thread-specific key fetch also in Tru64.
21768      Branch: perl
21769            ! thread.h
21770 ____________________________________________________________________________
21771 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
21772         Log: Subject: [PATCH 5.6.1]Quick thread speedup
21773              From: Dan Sugalski <dan@sidhe.org> 
21774              Date: Wed, 16 May 2001 18:05:19 -0400
21775              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
21776      Branch: perl
21777            ! thread.h util.c
21778 ____________________________________________________________________________
21779 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
21780         Log: I think this is quite enough testing for a deprecated feature.
21781      Branch: perl
21782            + t/lib/i18n-collate.t
21783            ! MANIFEST t/lib/1_compile.t
21784 ____________________________________________________________________________
21785 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
21786         Log: More HP-UX lore from Jeff Okamoto.
21787      Branch: perl
21788            ! README.hpux
21789 ____________________________________________________________________________
21790 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
21791         Log: Sort utils.lst for easier maintenance.
21792      Branch: perl
21793            ! utils.lst
21794 ____________________________________________________________________________
21795 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
21796         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21797              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21798              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
21799              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
21800              
21801              Add pod2latex to utils.lst.
21802      Branch: perl
21803            ! MANIFEST utils.lst
21804 ____________________________________________________________________________
21805 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
21806         Log: Subject: Re: [PATCH] HERE mark in regex
21807              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21808              Date: Wed, 16 May 2001 13:04:43 -0400
21809              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
21810      Branch: perl
21811            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21812            ! t/op/regmesg.t t/pragma/warn/regcomp
21813 ____________________________________________________________________________
21814 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
21815         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21816              From: Simon Cozens <simon@netthink.co.uk>
21817              Date: Wed, 16 May 2001 18:02:08 +0100
21818              Message-ID: <20010516180208.A6458@netthink.co.uk>
21819      Branch: perl
21820            ! installman utils.lst
21821 ____________________________________________________________________________
21822 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
21823         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
21824              From: "Philip Newton" <pnewton@gmx.de>
21825              Date: Tue, 15 May 2001 15:09:30 +0200
21826              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
21827              
21828              Test case for #10128.
21829      Branch: perl
21830            ! t/pragma/warn/pp_hot
21831 ____________________________________________________________________________
21832 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
21833         Log: Update Changes.
21834      Branch: perl
21835            ! Changes patchlevel.h
21836 ____________________________________________________________________________
21837 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
21838         Log: Deprecate pseudo-hashes.
21839      Branch: perl
21840            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
21841 ____________________________________________________________________________
21842 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
21843         Log: HP-UX hints update from Merijn.
21844      Branch: perl
21845            ! hints/hpux.sh
21846 ____________________________________________________________________________
21847 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
21848         Log: README.hpux update from Merijn.
21849      Branch: perl
21850            ! README.hpux
21851 ____________________________________________________________________________
21852 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
21853         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21854              From: Simon Cozens <simon@netthink.co.uk>
21855              Date: Wed, 16 May 2001 15:57:55 +0100
21856              Message-ID: <20010516155755.A4728@netthink.co.uk>
21857      Branch: perl
21858            + utils.lst
21859            ! MANIFEST installman installperl
21860 ____________________________________________________________________________
21861 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
21862         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
21863              From: "Philip Newton" <pnewton@gmx.de>
21864              Date: Tue, 15 May 2001 16:31:05 +0200
21865              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
21866              
21867              Fix PERL_Y2KWARN test to check before rather than after appending.
21868      Branch: perl
21869            ! pp_hot.c
21870 ____________________________________________________________________________
21871 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
21872         Log: Regen Porting stuff.
21873      Branch: perl
21874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21875            ! config_h.SH
21876 ____________________________________________________________________________
21877 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
21878         Log: Metaconfig unit change for #10125.
21879      Branch: metaconfig
21880            ! U/modified/Oldconfig.U
21881 ____________________________________________________________________________
21882 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
21883         Log: Use OSVERS.
21884      Branch: perl
21885            ! Configure config_h.SH perl.c
21886 ____________________________________________________________________________
21887 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
21888         Log: Regen toc.
21889      Branch: perl
21890            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21891 ____________________________________________________________________________
21892 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
21893         Log: Adding the README.dgux to the MANIFEST would be a good idea.
21894      Branch: perl
21895            ! MANIFEST
21896 ____________________________________________________________________________
21897 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
21898         Log: Move the stack desire definition to thread.h.
21899      Branch: perl
21900            ! ext/Thread/Thread.xs thread.h
21901 ____________________________________________________________________________
21902 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
21903         Log: DG-UX threading patches, including a README.dgux,
21904              from Takis Psarogiannakopoulos.
21905      Branch: perl
21906            + README.dgux
21907            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
21908 ____________________________________________________________________________
21909 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
21910         Log: Subject: [PATCH B::Deparse] More on /x regexes
21911              From: Robin Houston <robin@kitsite.com>
21912              Date: Tue, 15 May 2001 19:09:35 +0100
21913              Message-ID: <20010515190935.A27268@penderel>
21914      Branch: perl
21915            ! ext/B/B/Deparse.pm
21916 ____________________________________________________________________________
21917 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
21918         Log: Document that the core time() may be rounding rather
21919              than truncating, would have saved at least my confusion.
21920      Branch: perl
21921            ! ext/Time/HiRes/HiRes.pm
21922 ____________________________________________________________________________
21923 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
21924         Log: Subject: perl-current/t/time-hires.t
21925              From: John Peacock <jpeacock@rowman.com>
21926              Date: Fri, 11 May 2001 14:09:41 -0400
21927              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
21928      Branch: perl
21929            ! t/lib/time-hires.t
21930 ____________________________________________________________________________
21931 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
21932         Log: Subject: [PATCH dump.c] Op private flags
21933              From: Simon Cozens <simon@netthink.co.uk>
21934              Date: Sun, 13 May 2001 20:20:36 +0100
21935              Message-ID: <20010513202036.A21896@netthink.co.uk>
21936      Branch: perl
21937            ! dump.c
21938 ____________________________________________________________________________
21939 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
21940         Log: Upgrade to Switch 2.03.
21941      Branch: perl
21942            ! lib/Switch.pm
21943 ____________________________________________________________________________
21944 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
21945         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
21946              to PERL_CONFIG_SH and use it consistently.
21947      Branch: maint-5.6/perl
21948           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21949           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21950           !> myconfig.SH writemain.SH
21951 ____________________________________________________________________________
21952 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
21953         Log: Metaconfig units changes for #10113.
21954      Branch: metaconfig
21955            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
21956 ____________________________________________________________________________
21957 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
21958         Log: The problem described in 20010514.031 still wasn't
21959              fully cured, there were remnants of $CONFIG when
21960              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
21961              to avoid future conflicts.
21962      Branch: perl
21963            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21964            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21965            ! myconfig.SH writemain.SH
21966 ____________________________________________________________________________
21967 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
21968         Log: Half of #10107 got lost.
21969      Branch: perl
21970            ! ext/B/B/Deparse.pm
21971 ____________________________________________________________________________
21972 [ 10111] By: nick                                  on 2001/05/15  08:39:14
21973         Log: Integrate mainline.
21974      Branch: perlio
21975           +> ext/POSIX/hints/uts.pl
21976            - Todo Todo-5.6 t/camel-III/vstring.t
21977           !> (integrate 48 files)
21978 ____________________________________________________________________________
21979 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
21980         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
21981              From: Robin Houston <robin@kitsite.com>
21982              Date: Mon, 14 May 2001 22:27:08 +0100
21983              Message-ID: <20010514222708.A22963@penderel>
21984      Branch: perl
21985            ! t/TestInit.pm
21986 ____________________________________________________________________________
21987 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
21988         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
21989              From: Robin Houston <robin@kitsite.com>
21990              Date: Mon, 14 May 2001 22:16:43 +0100
21991              Message-ID: <20010514221643.A22437@penderel>
21992      Branch: perl
21993            ! ext/B/B/Deparse.pm
21994 ____________________________________________________________________________
21995 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
21996         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
21997              From: Robin Houston <robin@kitsite.com>
21998              Date: Mon, 14 May 2001 22:03:44 +0100
21999              Message-ID: <20010514220344.A20643@penderel>
22000      Branch: perl
22001            ! ext/B/B/Deparse.pm
22002 ____________________________________________________________________________
22003 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
22004         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
22005              From: Robin Houston <robin@kitsite.com>
22006              Date: Mon, 14 May 2001 22:10:07 +0100
22007              Message-ID: <20010514221007.A21118@penderel>
22008      Branch: perl
22009            ! ext/B/B/Deparse.pm
22010 ____________________________________________________________________________
22011 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
22012         Log: Fix for 20010514.037; substr() didn't invalidate the locale
22013              collation magic.
22014      Branch: perl
22015            ! pp.c
22016 ____________________________________________________________________________
22017 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
22018         Log: Update Changes.
22019      Branch: perl
22020            ! Changes patchlevel.h
22021 ____________________________________________________________________________
22022 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
22023         Log: Retract #10094.
22024      Branch: perl
22025            ! lib/Pod/Text.pm
22026 ____________________________________________________________________________
22027 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
22028         Log: Integrate change #10100 from maintperl.
22029              
22030              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
22031              bug ID 20010514.027)
22032      Branch: perl
22033           !> mg.c pp_ctl.c
22034 ____________________________________________________________________________
22035 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
22036         Log: Document the deprecatedness of suidperl.
22037      Branch: perl
22038            ! INSTALL pod/perlfaq1.pod
22039 ____________________________________________________________________________
22040 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
22041         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
22042              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22043              Date: Mon, 14 May 2001 09:38:59 -0400
22044              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
22045      Branch: perl
22046            ! lib/ExtUtils/MM_Unix.pm
22047 ____________________________________________________________________________
22048 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
22049         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
22050              bug ID 20010514.027)
22051              
22052              TODO: this needs a testsuite addition
22053      Branch: maint-5.6/perl
22054            ! mg.c pp_ctl.c
22055 ____________________________________________________________________________
22056 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
22057         Log: More DWIMminess for Class::Struct: calling the array or hash
22058              accessors only with one argument, an array or a hash reference,
22059              sets the underlying array or hash.  This mirrors nicely also
22060              the usage in the constructor.
22061              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
22062      Branch: perl
22063            ! lib/Class/Struct.pm t/lib/class-struct.t
22064 ____________________________________________________________________________
22065 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
22066         Log: Reference cmp'ing should go through the whole stringification
22067              process shebang, as pointed out by Sarathy in #10091.
22068      Branch: perl
22069            ! pp.c
22070 ____________________________________________________________________________
22071 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
22072         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
22073              From: Simon Cozens <simon@netthink.co.uk>
22074              Date: Sat, 12 May 2001 16:36:27 +0100
22075              Message-ID: <20010512163627.A5522@netthink.co.uk>
22076              
22077              with some additions salvaged from Todo and Todo-5.6 before
22078              retiring them.
22079      Branch: perl
22080            - Todo Todo-5.6
22081            ! MANIFEST pod/perltodo.pod
22082 ____________________________________________________________________________
22083 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
22084         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
22085              From: "Golubev I. N." <gin@mo.msk.ru>
22086              Date: Mon, 07 May 2001 14:33:34 (GMT)
22087              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
22088      Branch: perl
22089            ! perl.h
22090 ____________________________________________________________________________
22091 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
22092         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
22093              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22094              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
22095              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
22096      Branch: perl
22097            ! lib/ExtUtils/MM_Unix.pm
22098 ____________________________________________________________________________
22099 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
22100         Log: (Retracted by #10104.)
22101              
22102              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
22103              From: barries <barries@slaysys.com>
22104              Date: Sat, 12 May 2001 01:28:10 -0400
22105              Message-ID: <20010512012810.B26358@jester.slaysys.com>
22106      Branch: perl
22107            ! lib/Pod/Text.pm
22108 ____________________________________________________________________________
22109 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
22110         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
22111              From: Mike Guy <mjtg@cam.ac.uk>
22112              Date: Sat, 12 May 2001 19:24:33 +0100
22113              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
22114      Branch: perl
22115            ! lib/AutoSplit.pm
22116 ____________________________________________________________________________
22117 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
22118         Log: Yet another HP-UX hints tweak from Merijn.
22119      Branch: perl
22120            ! hints/hpux.sh
22121 ____________________________________________________________________________
22122 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
22123         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
22124              isn't defined (changes#9366,9368,9370 from mainline without the
22125              pp_scmp() change)
22126      Branch: maint-5.6/perl
22127            ! pp.c pp.h pp_hot.c
22128 ____________________________________________________________________________
22129 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
22130         Log: The sorting seems to happen now automatically.
22131      Branch: perl
22132            ! t/lib/glob-basic.t
22133 ____________________________________________________________________________
22134 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
22135         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
22136              From: Benjamin Sugars <bsugars@canoe.ca>
22137              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
22138              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
22139      Branch: perl
22140            ! pod/perlfunc.pod
22141 ____________________________________________________________________________
22142 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
22143         Log: Subject: Re: undef(&foo) does not work for XS functions
22144              From: Doug MacEachern <dougm@covalent.net>
22145              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
22146              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
22147      Branch: perl
22148            ! op.c
22149 ____________________________________________________________________________
22150 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
22151         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
22152              From: Peter Prymmer <pvhp@forte.com>
22153              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
22154              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
22155      Branch: perl
22156            ! t/op/append.t
22157 ____________________________________________________________________________
22158 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
22159         Log: Update Changes.
22160      Branch: perl
22161            ! Changes patchlevel.h
22162 ____________________________________________________________________________
22163 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
22164         Log: Remove the 'asciir' re subpragma.  Should instead implement
22165              the 'physical vs logical' range scheme:
22166              
22167              \xAA-\xCC is a native physical range, you want that range of
22168              codepoints in your native encoding.  In EBCDIC the codepoints
22169              in the gaps (between i-j and r-s) should be included.
22170              
22171              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
22172              codepoints in Unicode.
22173              
22174              a-z is a logical range, you want that range of 'logical' codepoints
22175              in your native encoding.  In EBCDIC the codepoints in the gaps
22176              (between i-j and r-s) should not be included.
22177              
22178              Mixed cases (a-\xAA, etc) should either be errors, or maybe
22179              the 'logical' endpoints should be converted to native/Unicode
22180              codepoints, and the range handled as a physical range.
22181              
22182              'Logical endpoints' are to be recognized only in the A-Z, a-z,
22183              and 0-9 ranges.  Probably a warning should be given for mixed
22184              cases like A-z or a-9 (since such expressions are encoding
22185              dependent), with a recommendation to use physical ranges.
22186      Branch: perl
22187            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
22188            ! t/op/regexp.t
22189 ____________________________________________________________________________
22190 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
22191         Log: Make the test to cleanup the test directory tree
22192              both before and after the testing so that we always
22193              have a clean slate to work with.
22194      Branch: perl
22195            ! t/lib/filefind.t
22196 ____________________________________________________________________________
22197 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
22198         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
22199              From: Jon Eveland <jweveland@yahoo.com>
22200              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
22201              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
22202      Branch: perl
22203            ! pod/perlfunc.pod
22204 ____________________________________________________________________________
22205 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
22206         Log: Merge the camel-III/vstring.t with op/ver.t.
22207      Branch: perl
22208            - t/camel-III/vstring.t
22209            ! MANIFEST t/TEST t/harness t/op/ver.t
22210 ____________________________________________________________________________
22211 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
22212         Log: Add test.deparse make target.
22213      Branch: perl
22214            ! Makefile.SH
22215 ____________________________________________________________________________
22216 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
22217         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
22218              From: Robin Houston <robin@kitsite.com>
22219              Date: Fri, 11 May 2001 12:02:22 +0100
22220              Message-ID: <20010511120222.A11529@penderel>
22221      Branch: perl
22222            ! ext/B/B/Deparse.pm t/op/method.t
22223 ____________________________________________________________________________
22224 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
22225         Log: A nicely working combination for UTS from Hal Morris.
22226      Branch: perl
22227            + ext/POSIX/hints/uts.pl
22228            ! MANIFEST hints/uts.sh
22229 ____________________________________________________________________________
22230 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
22231         Log: i_ieeefp=undef for UTS.
22232      Branch: perl
22233            ! hints/uts.sh
22234 ____________________________________________________________________________
22235 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
22236         Log: Subject: RE: rand(0) is rand(1)
22237              From: Larry Shatzer <lshatzer@islanddata.com>
22238              Date: Thu, 10 May 2001 11:09:27 -0700
22239              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
22240      Branch: perl
22241            ! pod/perlfunc.pod
22242 ____________________________________________________________________________
22243 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
22244         Log: Subject: [patch] make op_{clear,null} public
22245              From: Doug MacEachern <dougm@covalent.net>
22246              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
22247              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
22248      Branch: perl
22249            ! embed.h embed.pl op.c proto.h
22250 ____________________________________________________________________________
22251 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
22252         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
22253              From: Robin Houston <robin@kitsite.com>
22254              Date: Thu, 10 May 2001 18:54:59 +0100
22255              Message-ID: <20010510185459.A5995@penderel>
22256      Branch: perl
22257            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
22258 ____________________________________________________________________________
22259 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
22260         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
22261              From: Robin Houston <robin@kitsite.com>
22262              Date: Thu, 10 May 2001 12:56:39 +0100
22263              Message-ID: <20010510125639.A2119@penderel>
22264      Branch: perl
22265            ! ext/B/B/Deparse.pm
22266 ____________________________________________________________________________
22267 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
22268         Log: Retract #10070, not ready yet.
22269      Branch: perl
22270            ! ext/B/B/Deparse.pm
22271 ____________________________________________________________________________
22272 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
22273         Log: The metaconfig unit change for #10071.
22274      Branch: metaconfig
22275            ! U/modified/mallocsrc.U
22276 ____________________________________________________________________________
22277 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
22278         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
22279      Branch: perl
22280            ! Configure
22281 ____________________________________________________________________________
22282 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
22283         Log: (Retracted by #10073)
22284              
22285              Subject: Re: [PATCH t/TEST] B::Deparse tester 
22286              From: Hugo <hv@crypt.compulink.co.uk>
22287              Date: Thu, 10 May 2001 05:48:09 +0100
22288              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
22289      Branch: perl
22290            ! ext/B/B/Deparse.pm
22291 ____________________________________________________________________________
22292 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
22293         Log: Add a for(func()) test.
22294      Branch: perl
22295            ! t/cmd/for.t
22296 ____________________________________________________________________________
22297 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
22298         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
22299              From: Robin Houston <robin@kitsite.com>
22300              Date: Thu, 10 May 2001 13:50:08 +0100
22301              Message-ID: <20010510135008.A2454@penderel>
22302      Branch: perl
22303            ! ext/B/B/Deparse.pm
22304 ____________________________________________________________________________
22305 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
22306         Log: A thinko in #10065.
22307      Branch: perl
22308            ! hv.c
22309 ____________________________________________________________________________
22310 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
22311         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
22312              From: Robin Houston <robin@kitsite.com>
22313              Date: Thu, 10 May 2001 02:10:34 +0100
22314              Message-ID: <20010510021034.A19421@penderel>
22315      Branch: perl
22316            ! ext/B/B.xs ext/B/B/Deparse.pm
22317 ____________________________________________________________________________
22318 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
22319         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
22320              From: Doug MacEachern <dougm@covalent.net>
22321              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
22322              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
22323      Branch: perl
22324            ! hv.c
22325 ____________________________________________________________________________
22326 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
22327         Log: One more workaround for the UTS compiler from Hal Morris.
22328      Branch: perl
22329            ! perl.h
22330 ____________________________________________________________________________
22331 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
22332         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
22333              From: Robin Houston <robin@kitsite.com>
22334              Date: Thu, 10 May 2001 01:02:08 +0100
22335              Message-ID: <20010510010208.A18200@penderel>
22336      Branch: perl
22337            ! ext/B/B/Debug.pm
22338 ____________________________________________________________________________
22339 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
22340         Log: Subject: [PATCH] Simplify deb_curcv() a bit
22341              From: Benjamin Sugars <bsugars@canoe.ca>
22342              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
22343              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
22344      Branch: perl
22345            ! run.c
22346 ____________________________________________________________________________
22347 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
22348         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
22349              From: Benjamin Sugars <bsugars@canoe.ca>
22350              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
22351              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
22352      Branch: perl
22353            ! t/lib/io_scalar.t
22354 ____________________________________________________________________________
22355 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
22356         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
22357              From: Peter Prymmer <pvhp@forte.com>
22358              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
22359              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
22360      Branch: perl
22361            ! t/lib/md5-file.t
22362 ____________________________________________________________________________
22363 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
22364         Log: Subject: [PATCH t/TEST] B::Deparse tester
22365              From: Robin Houston <robin@kitsite.com>
22366              Date: Wed, 9 May 2001 19:17:50 +0100
22367              Message-ID: <20010509191750.A16940@penderel>
22368      Branch: perl
22369            ! ext/B/O.pm t/TEST
22370 ____________________________________________________________________________
22371 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
22372         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
22373              From: Jeff Pinyan <jeffp@crusoe.net>
22374              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
22375              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
22376      Branch: perl
22377            ! lib/Pod/Html.pm
22378 ____________________________________________________________________________
22379 [ 10057] By: nick                                  on 2001/05/09  18:37:56
22380         Log: Integrate mainline.
22381      Branch: perlio
22382           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
22383           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
22384 ____________________________________________________________________________
22385 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
22386         Log: Update Changes.
22387      Branch: perl
22388            ! Changes patchlevel.h
22389 ____________________________________________________________________________
22390 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
22391         Log: Integrate perlio.
22392      Branch: perl
22393           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22394 ____________________________________________________________________________
22395 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
22396         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
22397              From: Benjamin Sugars <bsugars@canoe.ca>
22398              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
22399              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
22400      Branch: perl
22401            ! perlio.c
22402 ____________________________________________________________________________
22403 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
22404         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
22405              From: Benjamin Sugars <bsugars@canoe.ca>
22406              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
22407              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
22408      Branch: perl
22409            ! ext/PerlIO/Scalar/Scalar.xs
22410 ____________________________________________________________________________
22411 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
22412         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
22413              From: Jeff Pinyan <jeffp@crusoe.net>
22414              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
22415              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
22416      Branch: perl
22417            ! lib/Pod/Html.pm
22418 ____________________________________________________________________________
22419 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
22420         Log: EPOC tweak from Olaf Flebbe.
22421      Branch: perl
22422            ! epoc/epocish.h
22423 ____________________________________________________________________________
22424 [ 10050] By: nick                                  on 2001/05/09  14:37:57
22425         Log: win32, regen_config_h
22426      Branch: perlio
22427            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22428 ____________________________________________________________________________
22429 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
22430         Log: Integrate perlio.
22431      Branch: perl
22432           !> pp_sys.c
22433 ____________________________________________________________________________
22434 [ 10048] By: nick                                  on 2001/05/09  11:59:50
22435         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
22436              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
22437      Branch: perlio
22438            ! pp_sys.c
22439 ____________________________________________________________________________
22440 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
22441         Log: Integrate perlio.
22442      Branch: perl
22443           !> run.c
22444 ____________________________________________________________________________
22445 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
22446         Log: Subject: Re: Less warnings during configure
22447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22448              Date: Wed, 09 May 2001 13:12:49 +0200
22449              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
22450      Branch: perl
22451            ! hints/hpux.sh
22452 ____________________________________________________________________________
22453 [ 10045] By: nick                                  on 2001/05/09  09:56:59
22454         Log: MULTIPLICITY/DEBUGGING build fix.
22455      Branch: perlio
22456            ! run.c
22457 ____________________________________________________________________________
22458 [ 10044] By: nick                                  on 2001/05/09  09:46:37
22459         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
22460      Branch: perlio
22461           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
22462            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22463           !> (integrate 65 files)
22464 ____________________________________________________________________________
22465 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
22466         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22467              From: Robin Houston <robin@kitsite.com>
22468              Date: Tue, 8 May 2001 19:38:00 +0100
22469              Message-ID: <20010508193800.A4389@penderel>
22470              
22471              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22472              From: Robin Houston <robin@kitsite.com>
22473              Date: Tue, 8 May 2001 20:03:57 +0100
22474              Message-ID: <20010508200357.A4614@penderel>
22475              
22476              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22477              From: Robin Houston <robin@kitsite.com>
22478              Date: Wed, 9 May 2001 00:12:05 +0100
22479              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
22480      Branch: perl
22481            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
22482 ____________________________________________________________________________
22483 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
22484         Log: Retract #10031.
22485      Branch: perl
22486            ! pod/perlfunc.pod
22487 ____________________________________________________________________________
22488 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
22489         Log: The metaconfig unit changes for #10040.
22490      Branch: metaconfig/U/perl
22491            ! Checkcc.U d_dlsymun.U dlsrc.U
22492 ____________________________________________________________________________
22493 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
22494         Log: The Configure half of
22495              
22496              Subject: Less warnings during configure
22497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22498              Date: Tue, 08 May 2001 08:44:02 +0200
22499              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22500      Branch: perl
22501            ! Configure
22502 ____________________________________________________________________________
22503 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
22504         Log: Subject: Less warnings during configure
22505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22506              Date: Tue, 08 May 2001 08:44:02 +0200
22507              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22508      Branch: perl
22509            ! hints/hpux.sh
22510 ____________________________________________________________________________
22511 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
22512         Log: Don't forget to whine about \d__\d.
22513      Branch: perl
22514            ! t/pragma/warn/toke toke.c
22515 ____________________________________________________________________________
22516 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
22517         Log: Allow underscores also in the exponent part.
22518      Branch: perl
22519            ! t/pragma/warn/toke toke.c
22520 ____________________________________________________________________________
22521 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
22522         Log: CodeMagicCD doesn't look like an *I*DE.
22523      Branch: perl
22524            ! pod/perlfaq3.pod
22525 ____________________________________________________________________________
22526 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
22527         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
22528              to be consistently down).
22529      Branch: perl
22530            ! pod/perlfaq3.pod
22531 ____________________________________________________________________________
22532 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
22533         Log: Upgrade to Text::Balanced 1.84.
22534      Branch: perl
22535            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
22536 ____________________________________________________________________________
22537 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
22538         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
22539              From: Benjamin Sugars <bsugars@canoe.ca>
22540              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
22541              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
22542      Branch: perl
22543            ! run.c
22544 ____________________________________________________________________________
22545 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
22546         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
22547              From: Peter Prymmer <pvhp@forte.com>
22548              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
22549              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
22550      Branch: perl
22551            ! t/pod/plainer.t
22552 ____________________________________________________________________________
22553 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
22554         Log: (Retracted by #10042)
22555              
22556              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
22557              From: "Philip Newton" <pnewton@gmx.de>
22558              Date: Tue, 8 May 2001 09:18:10 +0200
22559              Message-ID: <3AF7B9D2.28861.603732@localhost>
22560      Branch: perl
22561            ! pod/perlfunc.pod
22562 ____________________________________________________________________________
22563 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
22564         Log: Subject: [PATCH B::Deparse] Document known bugs
22565              From: Robin Houston <robin@kitsite.com>
22566              Date: Tue, 8 May 2001 01:53:34 +0100
22567              Message-ID: <20010508015334.A32394@penderel>
22568      Branch: perl
22569            ! ext/B/B/Deparse.pm
22570 ____________________________________________________________________________
22571 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
22572         Log: Subject: Re: Perl book, magazine and website updates.
22573              From: "Philip Newton" <pnewton@gmx.de>
22574              Date: Mon, 7 May 2001 17:03:58 +0200
22575              Message-ID: <3AF6D57E.5387.1E29930@localhost>
22576      Branch: perl
22577            ! pod/perlfaq2.pod
22578 ____________________________________________________________________________
22579 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
22580         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
22581              From: Peter Prymmer <pvhp@forte.com>
22582              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
22583              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
22584      Branch: perl
22585            ! t/io/fflush.t
22586 ____________________________________________________________________________
22587 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
22588         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
22589              From: Robin Houston <robin@kitsite.com>
22590              Date: Tue, 8 May 2001 01:14:55 +0100
22591              Message-ID: <20010508011455.A32162@penderel>
22592      Branch: perl
22593            ! ext/B/B/Deparse.pm
22594 ____________________________________________________________________________
22595 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
22596         Log: Typo in #10025.
22597      Branch: perl
22598            ! hints/uts.sh
22599 ____________________________________________________________________________
22600 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
22601         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
22602      Branch: perl
22603            ! hints/uts.sh
22604 ____________________________________________________________________________
22605 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
22606         Log: Subject: Re: [ID 20010506.045] question about hash syntax
22607              From: Peter Scott <Peter@PSDT.com>
22608              Date: Sun, 06 May 2001 13:10:40 -0700
22609              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
22610      Branch: perl
22611            ! pod/perl56delta.pod
22612 ____________________________________________________________________________
22613 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
22614         Log: Configure should figure out the list of dynamic extensions
22615              just fine in UTS-- and in fact it does, as reported by Hal Morris.
22616      Branch: perl
22617            ! hints/uts.sh
22618 ____________________________________________________________________________
22619 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
22620         Log: Update Changes.
22621      Branch: perl
22622            ! Changes patchlevel.h
22623 ____________________________________________________________________________
22624 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
22625         Log: Subject: [PATCH regcomp.c] Insecure regexes
22626              From: Robin Houston <robin@kitsite.com>
22627              Date: Mon, 7 May 2001 21:56:12 +0100
22628              Message-ID: <20010507215612.A31114@penderel>
22629      Branch: perl
22630            ! regcomp.c
22631 ____________________________________________________________________________
22632 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
22633         Log: Drop the foobar.perl.com references for now until Simon
22634              gets them sorted out.
22635      Branch: perl
22636            ! pod/perlfaq2.pod
22637 ____________________________________________________________________________
22638 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
22639         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
22640              From: Prymmer/Kahn <pvhp@best.com>
22641              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
22642              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
22643      Branch: perl
22644            ! lib/Devel/SelfStubber.pm
22645 ____________________________________________________________________________
22646 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
22647         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
22648              From: Prymmer/Kahn <pvhp@best.com>
22649              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
22650              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
22651      Branch: perl
22652            ! win32/Makefile
22653 ____________________________________________________________________________
22654 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
22655         Log: s/WebTechnique's/WebTechniques/
22656      Branch: perl
22657            ! pod/perlfaq2.pod
22658 ____________________________________________________________________________
22659 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
22660         Log: Llama 3 updates from Randal.
22661      Branch: perl
22662            ! pod/perlfaq2.pod
22663 ____________________________________________________________________________
22664 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
22665         Log: Subject: [PATCH] Help -Dt show correct pad variables
22666              From: Benjamin Sugars <ben.sugars@home.com>
22667              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
22668              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
22669      Branch: perl
22670            ! embed.h embed.pl proto.h run.c
22671 ____________________________________________________________________________
22672 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
22673         Log: Subject: [PATCH] Document C<our $foo : shared>
22674              From: Benjamin Sugars <ben.sugars@home.com>
22675              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
22676              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
22677      Branch: perl
22678            ! pod/perlfunc.pod
22679 ____________________________________________________________________________
22680 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
22681         Log: Subject: [PATCH B::Deparse] undefined folded constants
22682              From: Robin Houston <robin@kitsite.com>
22683              Date: Sun, 6 May 2001 17:19:09 +0100
22684              Message-ID: <20010506171909.A7046@penderel>
22685      Branch: perl
22686            ! ext/B/B/Deparse.pm
22687 ____________________________________________________________________________
22688 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
22689         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
22690              From: Robin Houston <robin@kitsite.com>
22691              Message-ID: <20010506164654.A6848@penderel>
22692              Date: Sun, 6 May 2001 16:46:54 +0100
22693      Branch: perl
22694            ! ext/B/B/Deparse.pm
22695 ____________________________________________________________________________
22696 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
22697         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
22698              From: Robin Houston <robin@kitsite.com>
22699              Date: Sun, 6 May 2001 14:47:02 +0100
22700              Message-ID: <20010506144702.A6308@penderel>
22701      Branch: perl
22702            ! t/op/my_stash.t
22703 ____________________________________________________________________________
22704 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
22705         Log: Subject: Perl book, magazine and website updates.
22706              From: Simon Cozens <simon@netthink.co.uk>
22707              Date: Sun, 6 May 2001 16:55:36 +0100
22708              Message-ID: <20010506165536.A1795@netthink.co.uk>
22709      Branch: perl
22710            ! pod/perlbook.pod pod/perlfaq2.pod
22711 ____________________________________________________________________________
22712 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
22713         Log: Tweaks on the Tru64 prof options.
22714      Branch: perl
22715            ! pod/perlhack.pod
22716 ____________________________________________________________________________
22717 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
22718         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
22719              From: Robin Houston <robin@kitsite.com>
22720              Date: Sun, 6 May 2001 14:40:51 +0100
22721              Message-ID: <20010506144051.A6279@penderel>
22722      Branch: perl
22723            ! t/pod/testp2pt.pl
22724 ____________________________________________________________________________
22725 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
22726         Log: Subject: [PATCH B::Deparse] scoping
22727              From: Robin Houston <robin@kitsite.com>
22728              Date: Sun, 6 May 2001 14:36:56 +0100
22729              Message-ID: <20010506143656.A4006@penderel>
22730      Branch: perl
22731            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
22732 ____________________________________________________________________________
22733 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
22734         Log: Document the undefinedness of bitshifting out of range.
22735      Branch: perl
22736            ! pod/perlop.pod
22737 ____________________________________________________________________________
22738 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
22739         Log: Retract #10003 and update the IDE descriptions a bit.
22740      Branch: perl
22741            ! pod/perlfaq3.pod
22742 ____________________________________________________________________________
22743 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
22744         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
22745              From: Prymmer/Kahn <pvhp@best.com>
22746              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
22747              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
22748      Branch: perl
22749            ! win32/Makefile win32/buildext.pl win32/config.bc
22750            ! win32/config.gc win32/config.vc
22751 ____________________________________________________________________________
22752 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
22753         Log: (Retracted by #10005.)
22754      Branch: perl
22755            ! pod/perlfaq3.pod
22756 ____________________________________________________________________________
22757 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
22758         Log: It's "psed", not "sed".
22759      Branch: perl
22760            ! x2p/s2p.PL
22761 ____________________________________________________________________________
22762 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
22763         Log: Update Changes.
22764      Branch: perl
22765            ! Changes patchlevel.h
22766 ____________________________________________________________________________
22767 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
22768         Log: Subject: Re: bleadperl make install fails due to "psed"
22769              From: andreas.koenig@anima.de (Andreas J. Koenig)
22770              Date: 05 May 2001 18:23:28 +0200
22771              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
22772      Branch: perl
22773            ! x2p/Makefile.SH x2p/s2p.PL
22774 ____________________________________________________________________________
22775 [  9999] By: jhi                                   on 2001/05/05  18:28:09
22776         Log: AUTHORS updates.
22777      Branch: perl
22778            ! AUTHORS
22779 ____________________________________________________________________________
22780 [  9998] By: jhi                                   on 2001/05/05  18:16:00
22781         Log: Updates on the pods related to the modules included since 5.6.
22782              
22783              TODO: perltodo really could use major updating.
22784      Branch: perl
22785            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
22786            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
22787            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
22788            ! pod/perlsyn.pod pod/perltodo.pod
22789 ____________________________________________________________________________
22790 [  9997] By: jhi                                   on 2001/05/05  17:35:17
22791         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
22792              from Kurt Skauen.
22793      Branch: perl
22794            + hints/atheos.sh
22795            ! MANIFEST
22796 ____________________________________________________________________________
22797 [  9996] By: jhi                                   on 2001/05/05  17:25:00
22798         Log: Add preemptive #undefs for some of the shorter and more prone
22799              to collision regcomp.h #defines.  (Background: the MASK collided
22800              with a system header #define in Rhapsody.)
22801      Branch: perl
22802            ! regcomp.h
22803 ____________________________________________________________________________
22804 [  9995] By: jhi                                   on 2001/05/05  13:24:21
22805         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
22806              From: Nicholas Clark <nick@ccl4.org>
22807              Date: Sat, 5 May 2001 14:46:39 +0100
22808              Message-ID: <20010505144639.O53513@plum.flirble.org>
22809              
22810              Add a test for the constants (if any) being processed correctly.
22811      Branch: perl
22812            ! utils/h2xs.PL
22813 ____________________________________________________________________________
22814 [  9994] By: jhi                                   on 2001/05/05  02:11:03
22815         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
22816              From: Peter Prymmer <pvhp@forte.com>
22817              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
22818              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
22819      Branch: perl
22820            ! t/lib/b-stash.t
22821 ____________________________________________________________________________
22822 [  9993] By: jhi                                   on 2001/05/05  02:03:49
22823         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
22824              From: Peter Prymmer <pvhp@forte.com>
22825              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
22826              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
22827      Branch: perl
22828            ! perlio.c vms/vmsish.h
22829 ____________________________________________________________________________
22830 [  9992] By: jhi                                   on 2001/05/04  17:21:12
22831         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
22832              From: Robin Barker <rmb1@cise.npl.co.uk>
22833              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
22834              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
22835      Branch: perl
22836            + t/pod/plainer.t
22837            ! MANIFEST
22838 ____________________________________________________________________________
22839 [  9991] By: jhi                                   on 2001/05/04  16:47:45
22840         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
22841              From: Robin Barker <rmb1@cise.npl.co.uk>
22842              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
22843              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
22844      Branch: perl
22845            ! regcomp.c
22846 ____________________________________________________________________________
22847 [  9990] By: jhi                                   on 2001/05/04  14:37:20
22848         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
22849              From: Prymmer/Kahn <pvhp@best.com>
22850              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
22851              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
22852      Branch: perl
22853            ! t/lib/b-stash.t
22854 ____________________________________________________________________________
22855 [  9989] By: jhi                                   on 2001/05/04  14:03:58
22856         Log: Introduce perl572delta, update Todo, add the missing
22857              mention about signal safety since 5.7.1 (though this
22858              requires verification and more details.)
22859      Branch: perl
22860            + pod/perl572delta.pod
22861            ! MANIFEST Todo pod/perl571delta.pod
22862 ____________________________________________________________________________
22863 [  9988] By: jhi                                   on 2001/05/04  12:41:51
22864         Log: Subject: [PATCH perl@9944] long =item
22865              From: Robin Barker <rmb1@cise.npl.co.uk>
22866              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
22867              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
22868      Branch: perl
22869            ! ext/Time/HiRes/HiRes.pm
22870 ____________________________________________________________________________
22871 [  9987] By: jhi                                   on 2001/05/04  12:39:19
22872         Log: The #9901 had removed one line essential for EBCDIC.
22873      Branch: perl
22874            ! regcomp.c
22875 ____________________________________________________________________________
22876 [  9986] By: jhi                                   on 2001/05/04  12:30:23
22877         Log: Subject: cygwin/Makefile.SHs INSTALL patch
22878              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
22879              Date: Mon, 08 Jan 2001 04:59:21 +0200
22880              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
22881      Branch: perl
22882            ! cygwin/Makefile.SHs
22883 ____________________________________________________________________________
22884 [  9985] By: jhi                                   on 2001/05/04  03:51:39
22885         Log: Encode/IO doc tweaks.
22886      Branch: perl
22887            ! ext/Encode/Encode.pm
22888 ____________________________________________________________________________
22889 [  9984] By: jhi                                   on 2001/05/04  03:29:34
22890         Log: Remove GDBM_File from the dynamic extensions for UTS,
22891              GDBM is not a standard feature.
22892      Branch: perl
22893            ! hints/uts.sh
22894 ____________________________________________________________________________
22895 [  9983] By: jhi                                   on 2001/05/04  03:22:59
22896         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
22897      Branch: perl
22898            ! pod/perlretut.pod
22899 ____________________________________________________________________________
22900 [  9982] By: jhi                                   on 2001/05/03  23:21:03
22901         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
22902              From: Benjamin Sugars <bsugars@canoe.ca>
22903              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
22904              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
22905      Branch: perl
22906            ! dump.c
22907 ____________________________________________________________________________
22908 [  9981] By: jhi                                   on 2001/05/03  23:20:05
22909         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
22910              From: Benjamin Sugars <bsugars@canoe.ca>
22911              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
22912              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
22913      Branch: perl
22914            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22915 ____________________________________________________________________________
22916 [  9980] By: jhi                                   on 2001/05/03  23:15:29
22917         Log: Integrate perlio.
22918      Branch: perl
22919           !> ext/Encode/Encode.pm
22920 ____________________________________________________________________________
22921 [  9979] By: jhi                                   on 2001/05/03  16:54:59
22922         Log: Install psed man page.
22923      Branch: perl
22924            ! installman
22925 ____________________________________________________________________________
22926 [  9978] By: jhi                                   on 2001/05/03  16:45:58
22927         Log: Remove unused files; noted by Sarathy.
22928      Branch: perl
22929            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22930            ! MANIFEST
22931 ____________________________________________________________________________
22932 [  9977] By: jhi                                   on 2001/05/03  16:42:30
22933         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
22934              From: Andy Dougherty <doughera@lafayette.edu>
22935              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
22936              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
22937      Branch: perl
22938            ! INSTALL
22939 ____________________________________________________________________________
22940 [  9976] By: nick                                  on 2001/05/03  16:40:42
22941         Log: Allow $answer = encode($object,$text); like it says in docs.
22942      Branch: perlio
22943            ! ext/Encode/Encode.pm
22944 ____________________________________________________________________________
22945 [  9975] By: nick                                  on 2001/05/03  16:22:30
22946         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
22947              to be in scope (fair enough), and also a package variable (our) for eval to see it.
22948      Branch: perlio
22949            ! ext/Encode/Encode.pm
22950 ____________________________________________________________________________
22951 [  9974] By: nick                                  on 2001/05/03  15:48:17
22952         Log: Integrate mainline.
22953      Branch: perlio
22954           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
22955           +> t/lib/filter-simple.t t/lib/next.t
22956           !> (integrate 70 files)
22957 ____________________________________________________________________________
22958 [  9973] By: jhi                                   on 2001/05/03  13:09:09
22959         Log: Update Changes.
22960      Branch: perl
22961            ! Changes patchlevel.h
22962 ____________________________________________________________________________
22963 [  9972] By: jhi                                   on 2001/05/03  12:58:33
22964         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
22965              From: Prymmer/Kahn <pvhp@best.com>
22966              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
22967              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
22968      Branch: perl
22969            ! t/io/fflush.t
22970 ____________________________________________________________________________
22971 [  9971] By: jhi                                   on 2001/05/03  12:57:26
22972         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
22973              From: Prymmer/Kahn <pvhp@best.com>
22974              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
22975              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
22976      Branch: perl
22977            ! win32/FindExt.pm
22978 ____________________________________________________________________________
22979 [  9970] By: jhi                                   on 2001/05/03  02:42:46
22980         Log: Can't croak sans thread context, from Doug MacEachern.
22981      Branch: perl
22982            ! toke.c
22983 ____________________________________________________________________________
22984 [  9969] By: jhi                                   on 2001/05/03  01:23:48
22985         Log: Subject: Random input test and Perl
22986              From: Ilya Zakharevich <ilya@math.berkeley.edu>
22987              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
22988              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
22989      Branch: perl
22990            ! toke.c
22991 ____________________________________________________________________________
22992 [  9968] By: jhi                                   on 2001/05/02  22:17:21
22993         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
22994              From: Peter Prymmer <pvhp@forte.com>
22995              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
22996              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
22997      Branch: perl
22998            ! pod/perlfunc.pod pod/perlport.pod
22999 ____________________________________________________________________________
23000 [  9967] By: jhi                                   on 2001/05/02  20:12:45
23001         Log: Workaround for UTS compiler casting bug from Hal Morris.
23002      Branch: perl
23003            ! perl.h
23004 ____________________________________________________________________________
23005 [  9966] By: jhi                                   on 2001/05/02  18:31:37
23006         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
23007              From: Dan Sugalski <dan@sidhe.org>
23008              Date: Wed, 02 May 2001 15:23:22 -0400
23009              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
23010      Branch: perl
23011            ! perl.c vms/vms.c
23012 ____________________________________________________________________________
23013 [  9965] By: jhi                                   on 2001/05/02  18:21:29
23014         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
23015      Branch: perl
23016            ! pod/perlfunc.pod
23017 ____________________________________________________________________________
23018 [  9964] By: jhi                                   on 2001/05/02  18:15:01
23019         Log: Document large files in INSTALL, document also the %x
23020              limitation if not use64bitint, closes bug 20010326.007.
23021      Branch: perl
23022            ! INSTALL
23023 ____________________________________________________________________________
23024 [  9963] By: jhi                                   on 2001/05/02  17:24:47
23025         Log: perlmodlib tweaks; regen pods.
23026      Branch: perl
23027            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
23028            ! pod/perltoc.pod
23029 ____________________________________________________________________________
23030 [  9962] By: jhi                                   on 2001/05/02  17:14:00
23031         Log: Fix for a segfault, from Marc Lehmann.
23032      Branch: perl
23033            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
23034 ____________________________________________________________________________
23035 [  9961] By: jhi                                   on 2001/05/02  15:55:53
23036         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
23037              From: "Philip Newton" <pnewton@gmx.de>
23038              Date: Wed, 2 May 2001 18:39:03 +0200
23039              Message-ID: <3AF05447.15525.173B588@localhost>
23040      Branch: perl
23041            ! pod/perlop.pod
23042 ____________________________________________________________________________
23043 [  9960] By: jhi                                   on 2001/05/02  15:35:37
23044         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
23045              From: Dan Sugalski <dan@sidhe.org>
23046              Date: Wed, 02 May 2001 11:37:27 -0400
23047              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
23048      Branch: perl
23049            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
23050            ! thread.h vms/vms.c vms/vmsish.h
23051 ____________________________________________________________________________
23052 [  9959] By: jhi                                   on 2001/05/02  15:21:08
23053         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
23054              From: Benjamin Sugars <bsugars@canoe.ca>
23055              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
23056              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
23057      Branch: perl
23058            ! ext/PerlIO/Scalar/Scalar.xs
23059 ____________________________________________________________________________
23060 [  9958] By: jhi                                   on 2001/05/02  15:15:53
23061         Log: Bug in #9915, spotted by Mike Guy.
23062      Branch: perl
23063            ! installperl
23064 ____________________________________________________________________________
23065 [  9957] By: jhi                                   on 2001/05/02  13:26:01
23066         Log: Add a test for not griping about references as array
23067              indices if the reference has magic in it (overloaded
23068              methods).
23069      Branch: perl
23070            ! pod/perldiag.pod t/pragma/warn/pp_hot
23071 ____________________________________________________________________________
23072 [  9956] By: jhi                                   on 2001/05/02  13:07:01
23073         Log: Retracted a bit too much in #9952.
23074      Branch: perl
23075            ! t/pragma/sub_lval.t
23076 ____________________________________________________________________________
23077 [  9955] By: jhi                                   on 2001/05/02  13:05:38
23078         Log: Test for #9952.
23079      Branch: perl
23080            ! t/op/tie.t
23081 ____________________________________________________________________________
23082 [  9954] By: jhi                                   on 2001/05/02  11:48:18
23083         Log: Additional note on the encoding example: one cannot
23084              convert string constants in-place.
23085      Branch: perl
23086            ! ext/Encode/Encode.pm
23087 ____________________________________________________________________________
23088 [  9953] By: jhi                                   on 2001/05/02  11:43:51
23089         Log: Note that if you have recent enough Perl you already
23090              have Filter::Util::Call.
23091      Branch: perl
23092            ! lib/Filter/Simple.pm
23093 ____________________________________________________________________________
23094 [  9952] By: jhi                                   on 2001/05/02  11:31:53
23095         Log: Retract changes #8254 and #8255, causes coredump in
23096              'tie FH, "main"', reported by Abigail, culprit found by
23097              Benjamin Sugars.  Mirrors maintperl change #9950.
23098      Branch: perl
23099            ! op.c t/pragma/sub_lval.t
23100 ____________________________________________________________________________
23101 [  9951] By: jhi                                   on 2001/05/02  11:14:29
23102         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
23103      Branch: perl
23104            + t/lib/MyFilter.pm
23105 ____________________________________________________________________________
23106 [  9950] By: gsar                                  on 2001/05/02  03:17:11
23107         Log: revert integration of changes#8254,8255 in change#8620 (causes
23108              a coredump in C<tie FH, 'foo'>; the idea itself may need better
23109              rationalization)
23110      Branch: maint-5.6/perl
23111            ! op.c t/pragma/sub_lval.t
23112 ____________________________________________________________________________
23113 [  9949] By: gsar                                  on 2001/05/02  02:56:32
23114         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
23115              
23116              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23117              
23118              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23119      Branch: maint-5.6/perl
23120           !> hints/svr5.sh
23121 ____________________________________________________________________________
23122 [  9948] By: gsar                                  on 2001/05/02  02:49:15
23123         Log: pod/find.t breaks on VMS (from Craig Berry)
23124      Branch: maint-5.6/perl
23125            ! t/pod/find.t
23126 ____________________________________________________________________________
23127 [  9947] By: jhi                                   on 2001/05/02  02:43:09
23128         Log: Add an encoding conversion example.
23129      Branch: perl
23130            ! ext/Encode/Encode.pm
23131 ____________________________________________________________________________
23132 [  9946] By: jhi                                   on 2001/05/02  01:34:22
23133         Log: Another coat of paint but still nowhere finished.
23134              Need to decide on the semantics of strptime(): should
23135              strptime() be a function instead of a method?  To do
23136              the week/monthname-strptiming the i18n/l10n bullet needs
23137              to be bitten with gusto.
23138      Branch: perl
23139            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23140 ____________________________________________________________________________
23141 [  9945] By: jhi                                   on 2001/05/01  23:40:52
23142         Log: Update Changes.
23143      Branch: perl
23144            ! Changes patchlevel.h
23145 ____________________________________________________________________________
23146 [  9944] By: jhi                                   on 2001/05/01  23:33:37
23147         Log: Add known-to-be-tested modules to the list-to-be-skipped.
23148      Branch: perl
23149            ! t/lib/1_compile.t
23150 ____________________________________________________________________________
23151 [  9943] By: jhi                                   on 2001/05/01  23:24:40
23152         Log: Subject: BorlandC++ fix
23153              From: "Vadim Konovalov" <watman@inbox.ru>
23154              Date: Mon, 30 Apr 2001 20:12:26 -0700
23155              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
23156      Branch: perl
23157            ! win32/makefile.mk
23158 ____________________________________________________________________________
23159 [  9942] By: jhi                                   on 2001/05/01  23:18:02
23160         Log: Update to Filter::Simple 0.60, create a test for it.
23161      Branch: perl
23162            + t/lib/filter-simple.t
23163            ! MANIFEST lib/Filter/Simple.pm
23164 ____________________________________________________________________________
23165 [  9941] By: jhi                                   on 2001/05/01  19:47:24
23166         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
23167              From: Hugo <hv@crypt.compulink.co.uk>
23168              Date: Tue, 01 May 2001 20:12:20 +0100
23169              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
23170      Branch: perl
23171            ! pp_hot.c t/op/re_tests
23172 ____________________________________________________________________________
23173 [  9940] By: jhi                                   on 2001/05/01  19:42:16
23174         Log: Integrate perlio.
23175      Branch: perl
23176           !> lib/base.pm t/lib/fields.t
23177 ____________________________________________________________________________
23178 [  9939] By: jhi                                   on 2001/05/01  19:39:51
23179         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
23180              From: Benjamin Sugars <bsugars@canoe.ca>
23181              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
23182              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
23183      Branch: perl
23184            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23185 ____________________________________________________________________________
23186 [  9938] By: jhi                                   on 2001/05/01  19:34:09
23187         Log: Add NEXT, a pseudo-class for method redispatching.
23188              <Damian>NEXT.pm probably offers more bang-for-buck
23189              than anything else I've ever written.</Damian>
23190      Branch: perl
23191            + lib/NEXT.pm t/lib/next.t
23192            ! MANIFEST
23193 ____________________________________________________________________________
23194 [  9937] By: jhi                                   on 2001/05/01  19:21:41
23195         Log: Update to Switch 2.02.
23196      Branch: perl
23197            ! lib/Switch.pm t/lib/switch.t
23198 ____________________________________________________________________________
23199 [  9936] By: nick                                  on 2001/05/01  19:09:21
23200         Log: Fix for base.pm clobbering $VERSION
23201      Branch: perlio
23202            ! lib/base.pm
23203 ____________________________________________________________________________
23204 [  9935] By: nick                                  on 2001/05/01  18:54:38
23205         Log: Test for base.pm clobbering $VERSION.
23206      Branch: perlio
23207            ! t/lib/fields.t
23208 ____________________________________________________________________________
23209 [  9934] By: jhi                                   on 2001/05/01  18:39:10
23210         Log: Add information about Scalar::Util::blessed.
23211      Branch: perl
23212            ! pod/perlobj.pod
23213 ____________________________________________________________________________
23214 [  9933] By: jhi                                   on 2001/05/01  18:33:51
23215         Log: Subject: Extra UNIVERSAL documentation
23216              From: Mike Guy <mjtg@cam.ac.uk>
23217              Date: Tue, 01 May 2001 20:12:11 +0100
23218              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
23219      Branch: perl
23220            ! pod/perlobj.pod
23221 ____________________________________________________________________________
23222 [  9932] By: jhi                                   on 2001/05/01  18:26:54
23223         Log: Subject: Autoflush in tests as appropriate
23224              From: Mike Guy <mjtg@cam.ac.uk>
23225              Date: Tue, 01 May 2001 20:05:31 +0100
23226              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
23227      Branch: perl
23228            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
23229            ! t/op/taint.t
23230 ____________________________________________________________________________
23231 [  9931] By: jhi                                   on 2001/05/01  18:02:29
23232         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
23233              From: Benjamin Sugars <bsugars@canoe.ca>
23234              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
23235              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
23236      Branch: perl
23237            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23238 ____________________________________________________________________________
23239 [  9930] By: jhi                                   on 2001/05/01  15:12:26
23240         Log: Subject: Re: Finally got a round tuit
23241              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23242              Date: Tue, 01 May 2001 14:14:10 +0200
23243              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
23244              
23245              The -DP part, slightly modified.
23246      Branch: perl
23247            ! perl.c
23248 ____________________________________________________________________________
23249 [  9929] By: jhi                                   on 2001/05/01  14:17:15
23250         Log: Subject: Re: Finally got a round tuit
23251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23252              Date: Tue, 01 May 2001 16:34:06 +0200
23253              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
23254              
23255              cpp and optimization tweaks for HP-UX.
23256      Branch: perl
23257            ! hints/hpux.sh
23258 ____________________________________________________________________________
23259 [  9928] By: jhi                                   on 2001/05/01  13:24:20
23260         Log: Tune the scan_num() comments to reality.
23261      Branch: perl
23262            ! toke.c
23263 ____________________________________________________________________________
23264 [  9927] By: jhi                                   on 2001/05/01  13:14:01
23265         Log: Subject: [PATCH B::Deparse] optimised sort
23266              From: Robin Houston <robin@kitsite.com>
23267              Date: Tue, 1 May 2001 14:07:12 +0100
23268              Message-ID: <20010501140712.A4266@penderel>
23269      Branch: perl
23270            ! ext/B/B/Deparse.pm
23271 ____________________________________________________________________________
23272 [  9926] By: jhi                                   on 2001/05/01  13:10:53
23273         Log: Subject: [PATCH t/lib/b-deparse.t] 
23274              From: Robin Houston <robin@kitsite.com>
23275              Date: Tue, 1 May 2001 13:37:42 +0100
23276              Message-ID: <20010501133742.A4082@penderel>
23277      Branch: perl
23278            ! t/lib/b-deparse.t
23279 ____________________________________________________________________________
23280 [  9925] By: jhi                                   on 2001/05/01  13:10:13
23281         Log: Subject: [PATCH B::Deparse] for(;;), sort
23282              From: Robin Houston <robin@kitsite.com>
23283              Date: Tue, 1 May 2001 13:35:00 +0100
23284              Message-ID: <20010501133500.A4061@penderel>
23285      Branch: perl
23286            ! ext/B/B/Deparse.pm
23287 ____________________________________________________________________________
23288 [  9924] By: jhi                                   on 2001/05/01  13:09:22
23289         Log: Subject: [PATCH B::Deparse] do, warn, use
23290              From: Robin Houston <robin@kitsite.com>
23291              Date: Tue, 1 May 2001 13:31:03 +0100
23292              Message-ID: <20010501133103.A4041@penderel>
23293      Branch: perl
23294            ! ext/B/B/Deparse.pm
23295 ____________________________________________________________________________
23296 [  9923] By: jhi                                   on 2001/05/01  11:45:36
23297         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
23298              From: Benjamin Sugars <ben.sugars@home.com>
23299              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
23300              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
23301      Branch: perl
23302            + t/io/fflush.t
23303            ! MANIFEST
23304 ____________________________________________________________________________
23305 [  9922] By: jhi                                   on 2001/05/01  11:35:42
23306         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
23307              From: Peter Prymmer <pvhp@forte.com>
23308              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
23309              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
23310      Branch: perl
23311            ! t/lib/selfstubber.t
23312 ____________________________________________________________________________
23313 [  9921] By: jhi                                   on 2001/04/30  16:34:33
23314         Log: Subject: [PATCH B::Concise] suppress warning
23315              From: Robin Houston <robin@kitsite.com>
23316              Date: Mon, 30 Apr 2001 16:09:49 +0100
23317              Message-ID: <20010430160949.A25086@penderel>
23318      Branch: perl
23319            ! ext/B/B/Concise.pm
23320 ____________________________________________________________________________
23321 [  9920] By: jhi                                   on 2001/04/30  13:56:04
23322         Log: Strip the *markers* from #9919.
23323      Branch: perl
23324            ! pod/perlfaq.pod pod/perlfaq5.pod
23325 ____________________________________________________________________________
23326 [  9919] By: jhi                                   on 2001/04/30  13:54:04
23327         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
23328              From: Gwyn Judd <b.judd@xtra.co.nz>
23329              Date: Sun, 29 Apr 2001 01:47:49 +1200
23330              Message-ID: <20010429014749.A4418@thislove>
23331      Branch: perl
23332            ! pod/perlfaq.pod pod/perlfaq5.pod
23333 ____________________________________________________________________________
23334 [  9918] By: jhi                                   on 2001/04/30  13:13:54
23335         Log: More_tweakage.
23336      Branch: perl
23337            ! pod/perldata.pod pod/perldiag.pod
23338 ____________________________________________________________________________
23339 [  9917] By: jhi                                   on 2001/04/30  13:01:27
23340         Log: Update Changes.
23341      Branch: perl
23342            ! Changes patchlevel.h
23343 ____________________________________________________________________________
23344 [  9916] By: jhi                                   on 2001/04/30  12:57:03
23345         Log: T_w_e_a_k_a_g_e.
23346      Branch: perl
23347            ! pod/perldata.pod pod/perldiag.pod
23348 ____________________________________________________________________________
23349 [  9915] By: jhi                                   on 2001/04/30  12:39:29
23350         Log: Install s2p also as psed.
23351              
23352              TODO: psed documentation?
23353      Branch: perl
23354            ! installperl
23355 ____________________________________________________________________________
23356 [  9914] By: jhi                                   on 2001/04/30  12:29:21
23357         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
23358              From: Jens Hamisch <jens@Strawberry.COM>
23359              Date: Fri, 27 Apr 2001 17:00:36 +0200
23360              Message-ID: <20010427170036.K1372@Strawberry.COM>
23361              
23362              SOCKS5_VERSION_NAME is the right symbol to detect
23363              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
23364              function called socks5_init() is available, and even that is
23365              not universal, most SOCKS5 installations use SOCKSinit()).
23366      Branch: perl
23367            ! perlio.c
23368 ____________________________________________________________________________
23369 [  9913] By: jhi                                   on 2001/04/30  12:22:15
23370         Log: Allow a zero timeout on IO::Socket accept and connect--
23371              though one really shouldn't do that.  Based on
23372              
23373              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
23374              From: "John Holdsworth" <coldwave@bigfoot.com>
23375              Date: Sun, 4 Feb 2001 12:48:18 +0100
23376              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
23377      Branch: perl
23378            ! ext/IO/lib/IO/Socket.pm
23379 ____________________________________________________________________________
23380 [  9912] By: jhi                                   on 2001/04/30  11:27:27
23381         Log: Save the spot of regprev (see #9911) for binary compatibility;
23382              regen API.
23383      Branch: perl
23384            ! embedvar.h perlapi.h thrdvar.h
23385 ____________________________________________________________________________
23386 [  9911] By: jhi                                   on 2001/04/30  11:22:03
23387         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
23388              From: Hugo <hv@crypt.compulink.co.uk>
23389              Date: Sun, 29 Apr 2001 17:09:30 +0100
23390              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
23391      Branch: perl
23392            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
23393 ____________________________________________________________________________
23394 [  9910] By: jhi                                   on 2001/04/30  11:15:12
23395         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
23396              a dummy for PL_numeric_radix); no pressing reason to break
23397              binary compatibility; regen API.
23398      Branch: perl
23399            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
23400            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
23401 ____________________________________________________________________________
23402 [  9909] By: jhi                                   on 2001/04/30  10:56:08
23403         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
23404              From: Walt Mankowski <waltman@netaxs.com>
23405              Date: Sun, 29 Apr 2001 21:53:48 -0400
23406              Message-ID: <20010429215348.A3971@netaxs.com>
23407      Branch: perl
23408            ! pod/perlfunc.pod
23409 ____________________________________________________________________________
23410 [  9908] By: jhi                                   on 2001/04/30  10:49:40
23411         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
23412      Branch: perl
23413            ! t/lib/selfstubber.t
23414 ____________________________________________________________________________
23415 [  9907] By: nick                                  on 2001/04/30  09:26:50
23416         Log: Integrate mainline.
23417      Branch: perlio
23418           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23419 ____________________________________________________________________________
23420 [  9906] By: jhi                                   on 2001/04/29  23:24:20
23421         Log: Abigail spotted a thinko in #9905.
23422      Branch: perl
23423            ! pod/perldiag.pod
23424 ____________________________________________________________________________
23425 [  9905] By: jhi                                   on 2001/04/29  15:55:39
23426         Log: Changed the underscore/undebar syntax in numeric constants;
23427              now any grouping will do, as long as the underscores are not
23428              consecutive (so "zero-grouping" is out), and they do not begin
23429              or end the integer or fractional parts.
23430      Branch: perl
23431            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23432 ____________________________________________________________________________
23433 [  9904] By: nick                                  on 2001/04/29  15:43:22
23434         Log: Integrate mainline.
23435      Branch: perlio
23436           +> (branch 98 files)
23437            - lib/unicode/Block.pl
23438            - lib/unicode/In/AlphabeticPresentationForms.pl
23439            - lib/unicode/In/Arabic.pl
23440            - lib/unicode/In/ArabicPresentationForms-A.pl
23441            - lib/unicode/In/ArabicPresentationForms-B.pl
23442            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23443            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23444            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23445            - lib/unicode/In/BopomofoExtended.pl
23446            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23447            - lib/unicode/In/CJKCompatibility.pl
23448            - lib/unicode/In/CJKCompatibilityForms.pl
23449            - lib/unicode/In/CJKCompatibilityIdeographs.pl
23450            - lib/unicode/In/CJKRadicalsSupplement.pl
23451            - lib/unicode/In/CJKSymbolsandPunctuation.pl
23452            - lib/unicode/In/CJKUnifiedIdeographs.pl
23453            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23454            - lib/unicode/In/Cherokee.pl
23455            - lib/unicode/In/CombiningDiacriticalMarks.pl
23456            - lib/unicode/In/CombiningHalfMarks.pl
23457            - lib/unicode/In/CombiningMarksforSymbols.pl
23458            - lib/unicode/In/ControlPictures.pl
23459            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23460            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23461            - lib/unicode/In/EnclosedAlphanumerics.pl
23462            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23463            - lib/unicode/In/Ethiopic.pl
23464            - lib/unicode/In/GeneralPunctuation.pl
23465            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23466            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23467            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23468            - lib/unicode/In/HalfwidthandFullwidthForms.pl
23469            - lib/unicode/In/HangulCompatibilityJamo.pl
23470            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23471            - lib/unicode/In/Hebrew.pl
23472            - lib/unicode/In/HighPrivateUseSurrogates.pl
23473            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23474            - lib/unicode/In/IPAExtensions.pl
23475            - lib/unicode/In/IdeographicDescriptionCharacters.pl
23476            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23477            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23478            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23479            - lib/unicode/In/Latin-1Supplement.pl
23480            - lib/unicode/In/LatinExtended-A.pl
23481            - lib/unicode/In/LatinExtended-B.pl
23482            - lib/unicode/In/LatinExtendedAdditional.pl
23483            - lib/unicode/In/LetterlikeSymbols.pl
23484            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23485            - lib/unicode/In/MathematicalOperators.pl
23486            - lib/unicode/In/MiscellaneousSymbols.pl
23487            - lib/unicode/In/MiscellaneousTechnical.pl
23488            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23489            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23490            - lib/unicode/In/OpticalCharacterRecognition.pl
23491            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23492            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23493            - lib/unicode/In/SmallFormVariants.pl
23494            - lib/unicode/In/SpacingModifierLetters.pl
23495            - lib/unicode/In/Specials.pl
23496            - lib/unicode/In/SuperscriptsandSubscripts.pl
23497            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23498            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23499            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23500            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23501            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23502           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
23503           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
23504           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
23505           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
23506           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
23507           !> utf8.c win32/Makefile
23508 ____________________________________________________________________________
23509 [  9903] By: jhi                                   on 2001/04/29  14:30:53
23510         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
23511              From: Prymmer/Kahn <pvhp@best.com>
23512              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
23513              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
23514      Branch: perl
23515            ! win32/Makefile
23516 ____________________________________________________________________________
23517 [  9902] By: jhi                                   on 2001/04/29  02:52:44
23518         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
23519              From: "Abigail" <abigail@foad.org>
23520              Date: Sun, 29 Apr 2001 03:14:25 +0200
23521              Message-ID: <20010429011425.24503.qmail@foad.org>
23522      Branch: perl
23523            ! ext/IO/lib/IO/Seekable.pm
23524 ____________________________________________________________________________
23525 [  9901] By: jhi                                   on 2001/04/29  02:04:46
23526         Log: In character classes one couldn't have 0x80..0xff characters
23527              at the left hand side if there were 0x100.. characters in the
23528              character class.
23529      Branch: perl
23530            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
23531            ! t/op/pat.t utf8.c
23532 ____________________________________________________________________________
23533 [  9900] By: jhi                                   on 2001/04/28  22:55:04
23534         Log: Forgot the latest mktables.PL from #9899.
23535      Branch: perl
23536            ! lib/unicode/mktables.PL
23537 ____________________________________________________________________________
23538 [  9899] By: jhi                                   on 2001/04/28  22:53:28
23539         Log: Explain the \p{} and \P{} error message better and
23540              have prettier prettyprint in In.pl.
23541      Branch: perl
23542            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
23543            ! pod/perldiag.pod
23544 ____________________________________________________________________________
23545 [  9898] By: jhi                                   on 2001/04/28  21:03:34
23546         Log: Add one possible explanation for the "Invalid [] range" error.
23547      Branch: perl
23548            ! pod/perldiag.pod
23549 ____________________________________________________________________________
23550 [  9897] By: jhi                                   on 2001/04/28  17:18:26
23551         Log: Add a level of indirection to the implementation of \p{InFoo}
23552              so that we don't have to have long filenames.  (Nothing changes
23553              in the user interface.)   The indirection is defined in
23554              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
23555              Also rename some the character classes by removing '-' from
23556              the classnames, and finally renamed Block.pl as Blocks.pl.
23557      Branch: perl
23558            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
23559            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
23560            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
23561            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23562            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
23563            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
23564            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
23565            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
23566            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
23567            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
23568            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
23569            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
23570            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
23571            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
23572            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
23573            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
23574            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
23575            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
23576            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
23577            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
23578            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
23579            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
23580            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
23581            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
23582            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
23583            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
23584            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
23585            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
23586            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
23587            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
23588            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
23589            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
23590            + lib/unicode/In/94.pl lib/unicode/In/95.pl
23591            - lib/unicode/Block.pl
23592            - lib/unicode/In/AlphabeticPresentationForms.pl
23593            - lib/unicode/In/Arabic.pl
23594            - lib/unicode/In/ArabicPresentationForms-A.pl
23595            - lib/unicode/In/ArabicPresentationForms-B.pl
23596            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23597            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23598            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23599            - lib/unicode/In/BopomofoExtended.pl
23600            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23601            - lib/unicode/In/CJKCompatibility.pl
23602            - lib/unicode/In/CJKCompatibilityForms.pl
23603            - lib/unicode/In/CJKCompatibilityIdeographs.pl
23604            - lib/unicode/In/CJKRadicalsSupplement.pl
23605            - lib/unicode/In/CJKSymbolsandPunctuation.pl
23606            - lib/unicode/In/CJKUnifiedIdeographs.pl
23607            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23608            - lib/unicode/In/Cherokee.pl
23609            - lib/unicode/In/CombiningDiacriticalMarks.pl
23610            - lib/unicode/In/CombiningHalfMarks.pl
23611            - lib/unicode/In/CombiningMarksforSymbols.pl
23612            - lib/unicode/In/ControlPictures.pl
23613            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23614            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23615            - lib/unicode/In/EnclosedAlphanumerics.pl
23616            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23617            - lib/unicode/In/Ethiopic.pl
23618            - lib/unicode/In/GeneralPunctuation.pl
23619            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23620            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23621            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23622            - lib/unicode/In/HalfwidthandFullwidthForms.pl
23623            - lib/unicode/In/HangulCompatibilityJamo.pl
23624            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23625            - lib/unicode/In/Hebrew.pl
23626            - lib/unicode/In/HighPrivateUseSurrogates.pl
23627            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23628            - lib/unicode/In/IPAExtensions.pl
23629            - lib/unicode/In/IdeographicDescriptionCharacters.pl
23630            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23631            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23632            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23633            - lib/unicode/In/Latin-1Supplement.pl
23634            - lib/unicode/In/LatinExtended-A.pl
23635            - lib/unicode/In/LatinExtended-B.pl
23636            - lib/unicode/In/LatinExtendedAdditional.pl
23637            - lib/unicode/In/LetterlikeSymbols.pl
23638            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23639            - lib/unicode/In/MathematicalOperators.pl
23640            - lib/unicode/In/MiscellaneousSymbols.pl
23641            - lib/unicode/In/MiscellaneousTechnical.pl
23642            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23643            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23644            - lib/unicode/In/OpticalCharacterRecognition.pl
23645            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23646            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23647            - lib/unicode/In/SmallFormVariants.pl
23648            - lib/unicode/In/SpacingModifierLetters.pl
23649            - lib/unicode/In/Specials.pl
23650            - lib/unicode/In/SuperscriptsandSubscripts.pl
23651            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23652            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23653            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23654            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23655            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23656            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
23657            ! pod/perlunicode.pod
23658 ____________________________________________________________________________
23659 [  9896] By: jhi                                   on 2001/04/28  14:33:17
23660         Log: Update the information on shared library path on HP-UX.
23661      Branch: perl
23662            ! INSTALL
23663 ____________________________________________________________________________
23664 [  9895] By: jhi                                   on 2001/04/28  14:32:30
23665         Log: Because #9894 seems to do the trick, this workaround can be removed.
23666      Branch: perl
23667            ! t/lib/selfstubber.t
23668 ____________________________________________________________________________
23669 [  9894] By: jhi                                   on 2001/04/28  14:26:13
23670         Log: For PerlIO flush the children's file handles (on fork/exec/system).
23671      Branch: perl
23672            ! perl.h
23673 ____________________________________________________________________________
23674 [  9893] By: jhi                                   on 2001/04/28  14:23:15
23675         Log: Test tweak for #9891.
23676      Branch: perl
23677            ! t/lib/b-deparse.t
23678 ____________________________________________________________________________
23679 [  9892] By: jhi                                   on 2001/04/28  14:10:13
23680         Log: New HP-UX hints from Merijn.
23681      Branch: perl
23682            ! hints/hpux.sh
23683 ____________________________________________________________________________
23684 [  9891] By: jhi                                   on 2001/04/28  14:07:27
23685         Log: Subject: [PATCH B::Deparse] non-block scopes
23686              From: Robin Houston <robin@kitsite.com>
23687              Date: Fri, 27 Apr 2001 19:15:14 +0100
23688              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
23689      Branch: perl
23690            ! ext/B/B/Deparse.pm
23691 ____________________________________________________________________________
23692 [  9890] By: nick                                  on 2001/04/27  19:41:25
23693         Log: Integrate mainline
23694      Branch: perlio
23695           +> t/lib/selfstubber.t
23696           !> (integrate 50 files)
23697 ____________________________________________________________________________
23698 [  9889] By: jhi                                   on 2001/04/27  18:23:46
23699         Log: Subject: Re: selfstubber test fail on bleadperl
23700              From: Mike Guy <mjtg@cam.ac.uk>
23701              Date: Fri, 27 Apr 2001 19:31:18 +0100
23702              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
23703      Branch: perl
23704            ! t/lib/selfstubber.t
23705 ____________________________________________________________________________
23706 [  9888] By: jhi                                   on 2001/04/27  16:20:54
23707         Log: Test tweak for #9886.
23708      Branch: perl
23709            ! t/lib/b-deparse.t
23710 ____________________________________________________________________________
23711 [  9887] By: jhi                                   on 2001/04/27  16:16:33
23712         Log: Buffering issue at least in Solaris (even with perlio).
23713      Branch: perl
23714            ! t/lib/selfstubber.t
23715 ____________________________________________________________________________
23716 [  9886] By: jhi                                   on 2001/04/27  14:59:23
23717         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
23718              From: Robin Houston <robin@kitsite.com>
23719              Date: Fri, 27 Apr 2001 16:53:20 +0100
23720              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
23721      Branch: perl
23722            ! ext/B/B/Deparse.pm
23723 ____________________________________________________________________________
23724 [  9885] By: jhi                                   on 2001/04/27  14:23:51
23725         Log: Update Changes.
23726      Branch: perl
23727            ! Changes patchlevel.h
23728 ____________________________________________________________________________
23729 [  9884] By: jhi                                   on 2001/04/27  14:14:12
23730         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
23731              From: "Philip Newton" <pnewton@gmx.de>
23732              Date: Fri, 27 Apr 2001 16:40:13 +0200
23733              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
23734      Branch: perl
23735            ! pod/perldata.pod
23736 ____________________________________________________________________________
23737 [  9883] By: jhi                                   on 2001/04/27  13:28:19
23738         Log: Add LOG_PERROR; prettify the "removed".
23739      Branch: perl
23740            ! ext/Sys/Syslog/Syslog.xs
23741 ____________________________________________________________________________
23742 [  9882] By: jhi                                   on 2001/04/27  13:13:18
23743         Log: h2xs tweaks: use NV instead of double, "quote" the removed
23744              prefixes for clarity (especially when nothing is removed),
23745              slight pod reformats.
23746      Branch: perl
23747            ! utils/h2xs.PL
23748 ____________________________________________________________________________
23749 [  9881] By: jhi                                   on 2001/04/27  12:58:48
23750         Log: Don't bother creating existing directories.
23751      Branch: perl
23752            ! utils/h2xs.PL
23753 ____________________________________________________________________________
23754 [  9880] By: jhi                                   on 2001/04/27  12:45:39
23755         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
23756              From: Mike Schilli <m@perlmeister.com>
23757              Date: Wed, 25 Apr 2001 01:29:21 -0700
23758              Message-id: <3AE68AE1.6A981723@perlmeister.com>
23759      Branch: perl
23760            ! utils/h2xs.PL
23761 ____________________________________________________________________________
23762 [  9879] By: jhi                                   on 2001/04/27  12:40:55
23763         Log: break is not yet Perl.  Added the template license also to README.
23764      Branch: perl
23765            ! utils/h2xs.PL
23766 ____________________________________________________________________________
23767 [  9878] By: jhi                                   on 2001/04/27  03:08:20
23768         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
23769              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23770              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
23771              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
23772      Branch: perl
23773            ! t/lib/xs-typemap.t
23774 ____________________________________________________________________________
23775 [  9877] By: jhi                                   on 2001/04/26  23:54:40
23776         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
23777              From: "Abigail" <abigail@foad.org>
23778              Date: Fri, 27 Apr 2001 01:44:28 +0200
23779              Message-ID: <20010426234428.19786.qmail@foad.org>
23780      Branch: perl
23781            ! utils/h2xs.PL
23782 ____________________________________________________________________________
23783 [  9876] By: jhi                                   on 2001/04/26  23:52:06
23784         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
23785              From: Peter Prymmer <pvhp@forte.com>
23786              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
23787              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
23788      Branch: perl
23789            ! t/lib/selfstubber.t
23790 ____________________________________________________________________________
23791 [  9875] By: jhi                                   on 2001/04/26  23:48:10
23792         Log: Deparse nits.
23793      Branch: perl
23794            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
23795 ____________________________________________________________________________
23796 [  9874] By: jhi                                   on 2001/04/26  22:46:05
23797         Log: Document ANYOF_CLASS.
23798      Branch: perl
23799            ! regcomp.h
23800 ____________________________________________________________________________
23801 [  9873] By: jhi                                   on 2001/04/26  22:35:03
23802         Log: Subject: Re: [PATCH @9846] dumping ANYOF
23803              From: Hugo <hv@crypt.compulink.co.uk>
23804              Date: Thu, 26 Apr 2001 23:33:38 +0100
23805              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
23806      Branch: perl
23807            ! regcomp.c regcomp.h
23808 ____________________________________________________________________________
23809 [  9872] By: jhi                                   on 2001/04/26  22:34:31
23810         Log: Subject: [PATCH] more for Devel::SelfStubber
23811              From: Nicholas Clark <nick@ccl4.org>
23812              Date: Fri, 27 Apr 2001 00:13:52 +0100
23813              Message-ID: <20010427001351.K88186@plum.flirble.org>
23814      Branch: perl
23815            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
23816 ____________________________________________________________________________
23817 [  9871] By: jhi                                   on 2001/04/26  21:59:17
23818         Log: Subject: [PATCH B::Deparse] formats must be flush left
23819              From: Robin Houston <robin@kitsite.com>
23820              Date: Thu, 26 Apr 2001 23:54:29 +0100
23821              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
23822      Branch: perl
23823            ! ext/B/B/Deparse.pm
23824 ____________________________________________________________________________
23825 [  9870] By: jhi                                   on 2001/04/26  21:57:37
23826         Log: If some of the constants are prefixes of others,
23827              the prefixes may never get recognized.  (See 20010426.006.)
23828      Branch: perl
23829            ! utils/h2xs.PL
23830 ____________________________________________________________________________
23831 [  9869] By: jhi                                   on 2001/04/26  21:50:42
23832         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
23833              From: Chris Bongaarts <cab@tc.umn.edu>
23834              Date: Thu, 26 Apr 2001 17:10:31 -0500
23835              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
23836      Branch: perl
23837            ! ext/Sys/Syslog/Syslog.xs
23838 ____________________________________________________________________________
23839 [  9868] By: jhi                                   on 2001/04/26  21:35:12
23840         Log: Further cuts and more docs from Graham Barr.
23841      Branch: perl
23842            ! ext/List/Util/lib/List/Util.pm
23843            ! ext/List/Util/lib/Scalar/Util.pm
23844 ____________________________________________________________________________
23845 [  9867] By: jhi                                   on 2001/04/26  21:18:57
23846         Log: Subject: [PATCH 5.7.1] DB_File-1.77
23847              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
23848              Date: Thu, 26 Apr 2001 22:37:53 +0100
23849              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
23850      Branch: perl
23851            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23852            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
23853 ____________________________________________________________________________
23854 [  9866] By: jhi                                   on 2001/04/26  21:12:31
23855         Log: Subject: [PATCH B::Deparse] fix easy bugs
23856              From: Robin Houston <robin@kitsite.com>
23857              Date: Thu, 26 Apr 2001 23:03:33 +0100
23858              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
23859      Branch: perl
23860            ! ext/B/B/Deparse.pm
23861 ____________________________________________________________________________
23862 [  9865] By: jhi                                   on 2001/04/26  20:26:13
23863         Log: Update Changes.
23864      Branch: perl
23865            ! Changes patchlevel.h
23866 ____________________________________________________________________________
23867 [  9864] By: jhi                                   on 2001/04/26  19:27:48
23868         Log: Dethinko from Robin Houston.
23869      Branch: perl
23870            ! ext/B/B/Deparse.pm
23871 ____________________________________________________________________________
23872 [  9863] By: jhi                                   on 2001/04/26  19:10:35
23873         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
23874              From: Robin Houston <robin@kitsite.com>
23875              Date: Thu, 26 Apr 2001 21:08:32 +0100
23876              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
23877      Branch: perl
23878            ! ext/B/B/Deparse.pm
23879 ____________________________________________________________________________
23880 [  9862] By: jhi                                   on 2001/04/26  19:04:23
23881         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23882              From: Robin Houston <robin@kitsite.com>
23883              Date: Thu, 26 Apr 2001 20:52:50 +0100
23884              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
23885      Branch: perl
23886            ! ext/B/B/Deparse.pm
23887 ____________________________________________________________________________
23888 [  9861] By: jhi                                   on 2001/04/26  18:56:14
23889         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
23890              From: Mike Guy <mjtg@cam.ac.uk>
23891              Date: Thu, 26 Apr 2001 14:22:40 +0100
23892              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
23893      Branch: perl
23894            ! pod/perlobj.pod
23895 ____________________________________________________________________________
23896 [  9860] By: jhi                                   on 2001/04/26  18:46:42
23897         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23898              From: Robin Houston <robin@kitsite.com>
23899              Date: Thu, 26 Apr 2001 20:34:29 +0100
23900              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
23901              
23902              Hashes do not interpolate.
23903      Branch: perl
23904            ! ext/B/B/Deparse.pm
23905 ____________________________________________________________________________
23906 [  9859] By: jhi                                   on 2001/04/26  18:43:51
23907         Log: Subject: The Time::Piece conspiracy unmasked!!!
23908              From: Mike Guy <mjtg@cam.ac.uk>
23909              Date: Thu, 26 Apr 2001 19:02:50 +0100
23910              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
23911              
23912              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
23913              From: Mike Guy <mjtg@cam.ac.uk>
23914              Date: Thu, 26 Apr 2001 19:08:21 +0100
23915              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
23916              
23917              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
23918              From: Graham Barr <gbarr@pobox.com>
23919              Date: Thu, 26 Apr 2001 19:12:03 +0100
23920              Message-ID: <20010426191203.A70835@pobox.com>
23921              
23922              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
23923      Branch: perl
23924            ! ext/List/Util/lib/List/Util.pm
23925            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
23926 ____________________________________________________________________________
23927 [  9858] By: jhi                                   on 2001/04/26  18:17:42
23928         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
23929              From: Robin Houston <robin@kitsite.com>
23930              Date: Thu, 26 Apr 2001 16:09:35 +0100
23931              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
23932      Branch: perl
23933            ! t/comp/proto.t
23934 ____________________________________________________________________________
23935 [  9857] By: jhi                                   on 2001/04/26  18:04:59
23936         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
23937              From: barries <barries@slaysys.com>
23938              Date: Thu, 26 Apr 2001 12:01:10 -0400
23939              Message-ID: <20010426120110.E29698@jester.slaysys.com>
23940      Branch: perl
23941            ! pod/perldiag.pod
23942 ____________________________________________________________________________
23943 [  9856] By: jhi                                   on 2001/04/26  18:03:33
23944         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
23945              Date: Thu, 26 Apr 2001 17:13:41 +0100
23946              From: Robin Houston <robin@kitsite.com>
23947              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
23948              
23949              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23950              From: Robin Houston <robin@kitsite.com>
23951              Date: Thu, 26 Apr 2001 18:44:29 +0100
23952              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
23953      Branch: perl
23954            ! ext/B/B/Deparse.pm
23955 ____________________________________________________________________________
23956 [  9855] By: jhi                                   on 2001/04/26  17:56:04
23957         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
23958              From: Robin Houston <robin@kitsite.com>
23959              Date: Thu, 26 Apr 2001 17:04:08 +0100
23960              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
23961      Branch: perl
23962            ! ext/B/B/Deparse.pm
23963 ____________________________________________________________________________
23964 [  9854] By: jhi                                   on 2001/04/26  17:47:26
23965         Log: Subject: Re: Short test case for undef %stash:: crash
23966              From: Benjamin Sugars <bsugars@canoe.ca> 
23967              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
23968              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
23969              Changed and moved the perldiag entry.
23970      Branch: perl
23971            ! gv.c pod/perldiag.pod
23972 ____________________________________________________________________________
23973 [  9853] By: jhi                                   on 2001/04/26  14:35:16
23974         Log: Beginnings of strptime().  Do not touch the wet paint.
23975      Branch: perl
23976            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23977 ____________________________________________________________________________
23978 [  9852] By: jhi                                   on 2001/04/26  13:17:21
23979         Log: Retract #9851, core dumps from pod2man.
23980      Branch: perl
23981            ! regcomp.c
23982 ____________________________________________________________________________
23983 [  9851] By: jhi                                   on 2001/04/26  11:54:41
23984         Log: (Retracted by #9852.)
23985              
23986              Subject: [PATCH @9846] dumping ANYOF
23987              From: Hugo <hv@crypt.compulink.co.uk>
23988              Date: Thu, 26 Apr 2001 05:32:38 +0100
23989              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
23990      Branch: perl
23991            ! regcomp.c
23992 ____________________________________________________________________________
23993 [  9850] By: jhi                                   on 2001/04/26  02:34:44
23994         Log: If ccflags was empty the _previous_ $* containing all the
23995              environment variables and Configure variables was used,
23996              which lead, among other bad things, into $ccflags being your
23997              uname -a output, which lead into test compile with cc failing,
23998              which lead into gcc being selected, which didn't work that well
23999              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
24000              with large files, et cetera.
24001      Branch: perl
24002            ! hints/hpux.sh
24003 ____________________________________________________________________________
24004 [  9849] By: jhi                                   on 2001/04/26  01:44:57
24005         Log: Make selfstubber test more portable.
24006      Branch: perl
24007            ! t/lib/selfstubber.t
24008 ____________________________________________________________________________
24009 [  9848] By: jhi                                   on 2001/04/26  00:50:26
24010         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
24011              From: Benjamin Sugars <ben.sugars@home.com>
24012              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
24013              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
24014      Branch: perl
24015            ! ext/Cwd/Cwd.xs
24016 ____________________________________________________________________________
24017 [  9847] By: jhi                                   on 2001/04/26  00:46:58
24018         Log: Subject: [PATCH: perl@9841] VMS updates
24019              From: Peter Prymmer <pvhp@forte.com>
24020              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
24021              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
24022      Branch: perl
24023            ! README.vms configure.com vms/descrip_mms.template
24024            ! vms/ext/filespec.t
24025 ____________________________________________________________________________
24026 [  9846] By: jhi                                   on 2001/04/26  00:11:56
24027         Log: re 'debug' was broken by #9084.
24028      Branch: perl
24029            ! ext/re/re.xs
24030 ____________________________________________________________________________
24031 [  9845] By: jhi                                   on 2001/04/25  22:33:17
24032         Log: Subject: [PATCH] test for Devel::SelfStubber
24033              From: Nicholas Clark <nick@ccl4.org>
24034              Date: Thu, 26 Apr 2001 00:00:54 +0100
24035              Message-ID: <20010426000054.D89026@plum.flirble.org>
24036      Branch: perl
24037            + t/lib/selfstubber.t
24038            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
24039 ____________________________________________________________________________
24040 [  9844] By: jhi                                   on 2001/04/25  22:29:32
24041         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
24042              From: Paul Johnson <paul@pjcj.net>
24043              Date: Thu, 26 Apr 2001 00:46:08 +0200
24044              Message-ID: <20010426004608.H2338@pjcj.net>
24045      Branch: perl
24046            ! ext/B/B/Concise.pm
24047 ____________________________________________________________________________
24048 [  9843] By: jhi                                   on 2001/04/25  22:28:28
24049         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
24050              From: Peter Prymmer <pvhp@forte.com>
24051              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
24052              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
24053      Branch: perl
24054            ! ext/Cwd/Cwd.xs
24055 ____________________________________________________________________________
24056 [  9842] By: jhi                                   on 2001/04/25  20:58:12
24057         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
24058              From: John Peacock <jpeacock@rowman.com>
24059              Date: Wed, 25 Apr 2001 17:30:26 -0400
24060              Message-ID: <3AE741F2.B3217464@rowman.com>
24061      Branch: perl
24062            ! lib/Math/BigInt.pm t/lib/bigintpm.t
24063 ____________________________________________________________________________
24064 [  9841] By: jhi                                   on 2001/04/25  20:07:05
24065         Log: Update Changes.
24066      Branch: perl
24067            ! Changes patchlevel.h
24068 ____________________________________________________________________________
24069 [  9840] By: jhi                                   on 2001/04/25  19:56:51
24070         Log: Yet another HP-UX hints version from Merijn.
24071      Branch: perl
24072            ! hints/hpux.sh
24073 ____________________________________________________________________________
24074 [  9839] By: jhi                                   on 2001/04/25  19:53:04
24075         Log: abs_path() didn't terminate the filename correctly,
24076              in DIRNAMLENless systems like HP-UX this would fail.
24077      Branch: perl
24078            ! ext/Cwd/Cwd.xs
24079 ____________________________________________________________________________
24080 [  9838] By: jhi                                   on 2001/04/25  16:37:26
24081         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
24082              From: Mike Guy <mjtg@cam.ac.uk>
24083              Date: Wed, 25 Apr 2001 18:31:47 +0100
24084              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
24085      Branch: perl
24086            ! op.c
24087 ____________________________________________________________________________
24088 [  9837] By: jhi                                   on 2001/04/25  16:21:53
24089         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
24090              From: Jon Eveland <jweveland@yahoo.com>
24091              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
24092              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
24093      Branch: perl
24094            ! lib/perl5db.pl
24095 ____________________________________________________________________________
24096 [  9836] By: jhi                                   on 2001/04/25  14:17:50
24097         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
24098              From: "Philip Newton" <pnewton@gmx.de>
24099              Date: Wed, 25 Apr 2001 17:05:58 +0200
24100              Message-ID: <3AE703F6.3234.1833C45@localhost>
24101      Branch: perl
24102            ! Porting/patching.pod
24103 ____________________________________________________________________________
24104 [  9835] By: jhi                                   on 2001/04/25  13:58:07
24105         Log: It would seem that both ar and full_ar need to be overridden
24106              for HP-UX to avoid the GNU ar.
24107      Branch: perl
24108            ! hints/hpux.sh
24109 ____________________________________________________________________________
24110 [  9834] By: jhi                                   on 2001/04/25  13:50:40
24111         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
24112              From: "Philip Newton" <pnewton@gmx.de>
24113              Date: Wed, 25 Apr 2001 16:09:23 +0200
24114              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
24115              
24116              Detypo.
24117      Branch: perl
24118            ! t/op/misc.t
24119 ____________________________________________________________________________
24120 [  9833] By: jhi                                   on 2001/04/25  12:36:11
24121         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
24122      Branch: perl
24123            ! hints/hpux.sh
24124 ____________________________________________________________________________
24125 [  9832] By: jhi                                   on 2001/04/25  12:33:36
24126         Log: New version of HP-UX hints from Merijn.
24127      Branch: perl
24128            ! hints/hpux.sh
24129 ____________________________________________________________________________
24130 [  9831] By: jhi                                   on 2001/04/25  03:39:45
24131         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
24132      Branch: perl
24133            ! hints/hpux.sh
24134 ____________________________________________________________________________
24135 [  9830] By: jhi                                   on 2001/04/25  02:53:25
24136         Log: The tzname[] bit is not needed by util.c -- and causes
24137              heartburn in VMS (and it missing was probably the cause of
24138              the Mac OS X trouble).  Ouch.
24139      Branch: perl
24140            ! ext/POSIX/POSIX.xs util.c
24141 ____________________________________________________________________________
24142 [  9829] By: jhi                                   on 2001/04/25  00:10:06
24143         Log: Metaconfig unit change for #9828.
24144      Branch: metaconfig
24145            ! U/compline/ccflags.U
24146 ____________________________________________________________________________
24147 [  9828] By: jhi                                   on 2001/04/25  00:04:18
24148         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
24149              (which is actually the reason for the change, we need to pass
24150              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
24151              EP/IX, OS/2, and TitanOS, based on the hints files.
24152      Branch: perl
24153            ! Configure config_h.SH
24154 ____________________________________________________________________________
24155 [  9827] By: jhi                                   on 2001/04/24  23:49:20
24156         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
24157              the $cat must have an absolute path.
24158      Branch: perl
24159            ! makedepend.SH
24160 ____________________________________________________________________________
24161 [  9826] By: jhi                                   on 2001/04/24  23:40:53
24162         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
24163      Branch: perl
24164            ! README.amiga
24165 ____________________________________________________________________________
24166 [  9825] By: jhi                                   on 2001/04/24  23:35:35
24167         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
24168              From: "Philip Newton" <pnewton@gmx.de>
24169              Date: Tue, 24 Apr 2001 18:52:49 +0200
24170              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
24171      Branch: perl
24172            ! x2p/find2perl.PL
24173 ____________________________________________________________________________
24174 [  9824] By: jhi                                   on 2001/04/24  23:33:07
24175         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
24176              Some gcc specifics dropped out due to extensive rewriting;
24177              will be put back later as needed.
24178      Branch: perl
24179            ! hints/hpux.sh
24180 ____________________________________________________________________________
24181 [  9823] By: jhi                                   on 2001/04/24  23:27:57
24182         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
24183      Branch: perl
24184            ! ext/POSIX/POSIX.xs
24185 ____________________________________________________________________________
24186 [  9822] By: jhi                                   on 2001/04/24  23:25:21
24187         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
24188              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24189              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
24190              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
24191      Branch: perl
24192            ! ext/XS/Typemap/Typemap.xs
24193 ____________________________________________________________________________
24194 [  9821] By: jhi                                   on 2001/04/24  23:24:10
24195         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
24196              From: "Abigail" <abigail@foad.org>
24197              Date: Tue, 24 Apr 2001 23:12:03 +0200
24198              Message-ID: <20010424211203.7901.qmail@foad.org>
24199      Branch: perl
24200            ! pod/perlport.pod
24201 ____________________________________________________________________________
24202 [  9820] By: jhi                                   on 2001/04/24  23:23:15
24203         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
24204              From: Matt Sergeant <matt@sergeant.org>
24205              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
24206              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
24207      Branch: perl
24208            ! pod/perlfaq4.pod
24209 ____________________________________________________________________________
24210 [  9819] By: nick                                  on 2001/04/24  18:49:43
24211         Log: Integrate mainline.
24212      Branch: perlio
24213           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
24214           !> (integrate 37 files)
24215 ____________________________________________________________________________
24216 [  9818] By: jhi                                   on 2001/04/24  14:35:23
24217         Log: Update Changes.
24218      Branch: perl
24219            ! Changes patchlevel.h
24220 ____________________________________________________________________________
24221 [  9817] By: jhi                                   on 2001/04/24  14:09:17
24222         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
24223              From: "Philip Newton" <pnewton@gmx.de>
24224              Date: Tue, 24 Apr 2001 12:58:12 +0200
24225              Message-ID: <3AE57864.8304.B77A0A@localhost> 
24226              
24227              plus add CPAN to the list of modules that have their own tests.
24228      Branch: perl
24229            ! t/lib/1_compile.t
24230 ____________________________________________________________________________
24231 [  9816] By: jhi                                   on 2001/04/24  14:07:03
24232         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
24233              From: Michael G Schwern <schwern@pobox.com>
24234              Date: Sat, 21 Apr 2001 22:35:00 +0100
24235              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
24236      Branch: perl
24237            ! t/lib/1_compile.t
24238 ____________________________________________________________________________
24239 [  9815] By: jhi                                   on 2001/04/24  13:54:32
24240         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
24241              From: Robin Houston <robin@kitsite.com>
24242              Date: Tue, 24 Apr 2001 15:51:18 +0100
24243              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
24244      Branch: perl
24245            ! ext/B/B/Deparse.pm
24246 ____________________________________________________________________________
24247 [  9814] By: jhi                                   on 2001/04/24  13:17:34
24248         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24249              From: Bill Glicker <billg@burrelles.com>
24250              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
24251              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
24252      Branch: perl
24253            ! hints/svr5.sh
24254 ____________________________________________________________________________
24255 [  9813] By: jhi                                   on 2001/04/24  12:54:23
24256         Log: Prevent path disclosure (probing for existence of filenames)
24257              using suidperl; bug id 20010322.218.
24258      Branch: perl
24259            ! perl.c pod/perldiag.pod
24260 ____________________________________________________________________________
24261 [  9812] By: jhi                                   on 2001/04/24  12:08:36
24262         Log: Retract #9811.
24263      Branch: perl
24264            ! ext/POSIX/POSIX.xs
24265 ____________________________________________________________________________
24266 [  9811] By: jhi                                   on 2001/04/24  11:57:35
24267         Log: (Retracted by #9812.)
24268      Branch: perl
24269            ! ext/POSIX/POSIX.xs
24270 ____________________________________________________________________________
24271 [  9810] By: jhi                                   on 2001/04/24  03:32:35
24272         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
24273      Branch: perl
24274            ! util.c
24275 ____________________________________________________________________________
24276 [  9809] By: jhi                                   on 2001/04/24  03:16:13
24277         Log: The Math::BigFloat::import() was broken.
24278              (Fixes bug id 20010422.002.)
24279      Branch: perl
24280            ! lib/Math/BigFloat.pm
24281 ____________________________________________________________________________
24282 [  9808] By: jhi                                   on 2001/04/24  01:11:40
24283         Log: Additional dependencies; should help for parallel makes
24284              not to fail on missing lib/lib.pm or lib/re.pm.
24285      Branch: perl
24286            ! Makefile.SH
24287 ____________________________________________________________________________
24288 [  9807] By: jhi                                   on 2001/04/24  00:57:01
24289         Log: Update the test failure disclaimer.
24290      Branch: perl
24291            ! t/pragma/warn/pp_hot
24292 ____________________________________________________________________________
24293 [  9806] By: jhi                                   on 2001/04/24  00:54:04
24294         Log: Add make target "install-all" which is alias for "install"
24295              to cater for case-preserving filesystems like HFS+.
24296      Branch: perl
24297            ! INSTALL Makefile.SH
24298 ____________________________________________________________________________
24299 [  9805] By: jhi                                   on 2001/04/24  00:47:28
24300         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
24301              From: Peter Prymmer <pvhp@forte.com>
24302              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
24303              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
24304              
24305              (Ken William's message forwarded from macosx@perl.org)
24306      Branch: perl
24307            ! hints/darwin.sh
24308 ____________________________________________________________________________
24309 [  9804] By: jhi                                   on 2001/04/23  23:57:35
24310         Log: Cut-and-pasto.
24311      Branch: perl
24312            ! perlio.c
24313 ____________________________________________________________________________
24314 [  9803] By: jhi                                   on 2001/04/23  23:52:25
24315         Log: More PerlIO robustness.
24316      Branch: perl
24317            ! perlio.c
24318 ____________________________________________________________________________
24319 [  9802] By: jhi                                   on 2001/04/23  23:43:35
24320         Log: Make the "STD* opened only for ..." errors more consistent.
24321      Branch: perl
24322            ! doio.c
24323 ____________________________________________________________________________
24324 [  9801] By: jhi                                   on 2001/04/23  23:34:26
24325         Log: Test case for #9800.
24326      Branch: perl
24327            ! t/op/misc.t
24328 ____________________________________________________________________________
24329 [  9800] By: jhi                                   on 2001/04/23  23:14:43
24330         Log: Avoid coredump on 'close STDERR; die' by making
24331              the PerlIO calls more robust.  Also use SETERRNO()
24332              instead of errno = to be more VMS-ready.
24333      Branch: perl
24334            ! perlio.c
24335 ____________________________________________________________________________
24336 [  9799] By: jhi                                   on 2001/04/23  21:41:10
24337         Log: Subject: test for ID 20010423.002
24338              From: Robin Houston <robin@kitsite.com>
24339              Date: Mon, 23 Apr 2001 16:52:21 +0100
24340              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
24341      Branch: perl
24342            ! t/op/avhv.t
24343 ____________________________________________________________________________
24344 [  9798] By: jhi                                   on 2001/04/23  21:40:07
24345         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
24346              From: David Dyck <dcd@tc.fluke.com>
24347              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
24348              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
24349      Branch: perl
24350            ! installperl
24351 ____________________________________________________________________________
24352 [  9797] By: jhi                                   on 2001/04/23  21:37:56
24353         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
24354              From: Benjamin Sugars <bsugars@canoe.ca>
24355              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
24356              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
24357      Branch: perl
24358            ! ext/Cwd/Cwd.xs lib/Cwd.pm
24359 ____________________________________________________________________________
24360 [  9796] By: jhi                                   on 2001/04/23  21:29:24
24361         Log: Synchronize h2xs and pod2man some more on the documentation
24362              templates they propose.
24363      Branch: perl
24364            ! pod/pod2man.PL utils/h2xs.PL
24365 ____________________________________________________________________________
24366 [  9795] By: jhi                                   on 2001/04/23  17:30:40
24367         Log: Add one more naughty test for base64; make encoding logic cleaner.
24368      Branch: perl
24369            ! t/lib/mimeb64.t
24370 ____________________________________________________________________________
24371 [  9794] By: jhi                                   on 2001/04/23  13:51:32
24372         Log: Update Changes.
24373      Branch: perl
24374            ! Changes patchlevel.h
24375 ____________________________________________________________________________
24376 [  9793] By: jhi                                   on 2001/04/23  13:44:18
24377         Log: Duplicate lines.
24378      Branch: perl
24379            ! MANIFEST
24380 ____________________________________________________________________________
24381 [  9792] By: jhi                                   on 2001/04/23  13:39:13
24382         Log: Subject: Re: PATCH 5.7.1
24383              From: Mark-Jason Dominus <mjd@plover.com>
24384              Date: Mon, 23 Apr 2001 10:30:21 -0400
24385              Message-ID: <20010423143021.17335.qmail@plover.com>
24386      Branch: perl
24387            ! perl.h sv.c
24388 ____________________________________________________________________________
24389 [  9791] By: jhi                                   on 2001/04/23  13:32:40
24390         Log: Add the CPAN.pm 1.59_54 tests.
24391      Branch: perl
24392            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
24393            ! MANIFEST
24394 ____________________________________________________________________________
24395 [  9790] By: jhi                                   on 2001/04/23  13:21:55
24396         Log: Subject: Deparse nit
24397              From: Robin Houston <robin@kitsite.com>
24398              Date: Mon, 23 Apr 2001 12:38:20 +0100
24399              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
24400      Branch: perl
24401            ! ext/B/B/Deparse.pm
24402 ____________________________________________________________________________
24403 [  9789] By: jhi                                   on 2001/04/23  13:19:07
24404         Log: Subject: [PATCH] bug 20010423.002
24405              From: Robin Houston <robin@kitsite.com>
24406              Date: Mon, 23 Apr 2001 13:12:30 +0100
24407              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
24408      Branch: perl
24409            ! pp.c
24410 ____________________________________________________________________________
24411 [  9788] By: jhi                                   on 2001/04/23  13:02:49
24412         Log: Subject: PATCH [5.7.1] hv.c unused #define
24413              From: Mark-Jason Dominus <mjd@plover.com>
24414              Date: Sun, 22 Apr 2001 14:17:49 -0400
24415              Message-ID: <20010422181749.26976.qmail@plover.com>
24416      Branch: perl
24417            ! hv.c
24418 ____________________________________________________________________________
24419 [  9787] By: jhi                                   on 2001/04/23  13:02:02
24420         Log: Subject: PATCH 5.7.1
24421              From: Mark-Jason Dominus <mjd@plover.com>
24422              Date: Sun, 22 Apr 2001 15:12:57 -0400
24423              Message-ID: <20010422191258.6539.qmail@plover.com>
24424              
24425              plus Sarathy's STMT_START + STMT_END suggestion.
24426      Branch: perl
24427            ! perl.h
24428 ____________________________________________________________________________
24429 [  9786] By: jhi                                   on 2001/04/23  12:53:25
24430         Log: Fix for
24431              
24432              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
24433              From: dLux <dlux@spam.sch.bme.hu>
24434              Date: Mon, 23 Apr 2001 01:25:26 +0200
24435              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
24436              
24437              (SvGROW really does return a char *.)
24438      Branch: perl
24439            ! pod/perlapi.pod sv.h
24440 ____________________________________________________________________________
24441 [  9785] By: jhi                                   on 2001/04/23  04:34:04
24442         Log: Time::Piece work continues.  $t->day removed since
24443              I think it's too confusing.  Now has normal and
24444              abbreviated length weekday names and month names,
24445              the names change with _names(), not _list().
24446              Now has strftime() in Perl, _strftime() is
24447              the libc version (to which strftime() falls back
24448              if it doesn't know the format.  To do: the reverse
24449              of strftime, strptime(), and the localisation of both.
24450      Branch: perl
24451            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
24452            ! t/lib/time-piece.t
24453 ____________________________________________________________________________
24454 [  9784] By: jhi                                   on 2001/04/23  02:41:46
24455         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
24456              From: andreas.koenig@anima.de (Andreas J. Koenig)
24457              Date: 23 Apr 2001 05:20:55 +0200
24458              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
24459      Branch: perl
24460            ! t/pragma/overload.t
24461 ____________________________________________________________________________
24462 [  9783] By: jhi                                   on 2001/04/22  23:32:42
24463         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
24464              From: Robin Houston <robin@kitsite.com>
24465              Date: Mon, 23 Apr 2001 00:38:18 +0100
24466              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
24467      Branch: perl
24468            ! ext/B/B/Deparse.pm
24469 ____________________________________________________________________________
24470 [  9782] By: jhi                                   on 2001/04/22  20:55:43
24471         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
24472              From: Simon Cozens <simon@netthink.co.uk>
24473              Date: Sun, 22 Apr 2001 18:47:25 +0100
24474              Message-ID: <20010422184725.A14411@netthink.co.uk>
24475      Branch: perl
24476            ! sv.c t/pragma/overload.t
24477 ____________________________________________________________________________
24478 [  9781] By: jhi                                   on 2001/04/22  20:52:13
24479         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
24480              From: Robin Houston <robin@kitsite.com>
24481              Date: Sun, 22 Apr 2001 22:14:50 +0100
24482              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
24483      Branch: perl
24484            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24485 ____________________________________________________________________________
24486 [  9780] By: nick                                  on 2001/04/22  20:40:31
24487         Log: Integrate mainline.
24488      Branch: perlio
24489           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24490           +> t/lib/b-stash.t
24491           !> (integrate 38 files)
24492 ____________________________________________________________________________
24493 [  9779] By: jhi                                   on 2001/04/22  15:16:03
24494         Log: Subject: IO::Socket::INET patch
24495              From: andrew deryabin <djsf@technarchy.ru>
24496              Date: Sat, 21 Apr 2001 17:46:52 +0400
24497              Message-ID: <20010421174652.B1426@technarchy>
24498      Branch: perl
24499            ! ext/IO/lib/IO/Socket/INET.pm
24500 ____________________________________________________________________________
24501 [  9778] By: jhi                                   on 2001/04/22  15:14:33
24502         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
24503              From: Mark-Jason Dominus <mjd@plover.com>
24504              Date: Sat, 21 Apr 2001 21:27:49 -0400
24505              Message-ID: <20010422012749.27024.qmail@plover.com>
24506      Branch: perl
24507            ! regcomp.c
24508 ____________________________________________________________________________
24509 [  9777] By: jhi                                   on 2001/04/22  15:10:51
24510         Log: Subject: Re: Regex debugger patch 
24511              From: Mark-Jason Dominus <mjd@plover.com>
24512              Date: Sat, 21 Apr 2001 21:48:51 -0400
24513              Message-ID: <20010422014851.27165.qmail@plover.com>
24514      Branch: perl
24515            ! pod/perldebguts.pod
24516 ____________________________________________________________________________
24517 [  9776] By: jhi                                   on 2001/04/22  15:09:48
24518         Log: Subject: Re: Regex debugger patch
24519              From: Mark-Jason Dominus <mjd@plover.com>
24520              Date: Sat, 21 Apr 2001 14:24:39 -0400
24521              Message-ID: <20010421182439.16508.qmail@plover.com>
24522              
24523              Regex debugger backend.
24524      Branch: perl
24525            ! regcomp.c regexp.h
24526 ____________________________________________________________________________
24527 [  9775] By: jhi                                   on 2001/04/21  16:45:40
24528         Log: Subject: [PATCH] Typo in utf8.h
24529              From: Jesús Quiroga <jquiroga@pobox.com>
24530              Date: Sat, 21 Apr 2001 19:25:33 +0200
24531              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
24532      Branch: perl
24533            ! utf8.h
24534 ____________________________________________________________________________
24535 [  9774] By: jhi                                   on 2001/04/21  16:43:52
24536         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24537              From: Joe Orton <jorton@redhat.com>
24538              Date: Tue, 17 Apr 2001 15:50:43 +0100
24539              Message-Id: <20010417155043.D19132@eu.c2.net>
24540      Branch: perl
24541            ! hints/svr5.sh
24542 ____________________________________________________________________________
24543 [  9773] By: jhi                                   on 2001/04/21  15:30:15
24544         Log: Subject: Patch utils/h2xs.PL
24545              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24546              Date: Sat, 21 Apr 2001 10:32:16 -0500
24547              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
24548              
24549              Add MAILING list and LICENSE templates.
24550      Branch: perl
24551            ! utils/h2xs.PL
24552 ____________________________________________________________________________
24553 [  9772] By: jhi                                   on 2001/04/21  15:28:36
24554         Log: Subject: perlfaq2.patch for 5.7.1
24555              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24556              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
24557              Date: Fri, 20 Apr 2001 16:42:19 -0500
24558              
24559              rm an extra tab, a blurb about the xx.cpan to clarify
24560              which countries actually have that and dejanews is history
24561              as well as most of that nonsensical entry.
24562      Branch: perl
24563            ! pod/perlfaq2.pod
24564 ____________________________________________________________________________
24565 [  9771] By: jhi                                   on 2001/04/21  15:27:17
24566         Log: Subject: perlfaq1.patch for 5.7.1
24567              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24568              Date: Fri, 20 Apr 2001 16:57:36 -0500
24569              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
24570              
24571              Evil URLs must die. Especially when they are broken.
24572      Branch: perl
24573            ! pod/perlfaq1.pod
24574 ____________________________________________________________________________
24575 [  9770] By: jhi                                   on 2001/04/21  15:23:38
24576         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
24577              From: Michael G Schwern <schwern@pobox.com>
24578              Date: Sat, 21 Apr 2001 16:11:12 +0100
24579              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
24580      Branch: perl
24581            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24582            + t/lib/b-stash.t
24583            ! MANIFEST ext/B/B.pm t/lib/b.t
24584 ____________________________________________________________________________
24585 [  9769] By: jhi                                   on 2001/04/21  15:03:32
24586         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
24587              From: Michael G Schwern <schwern@pobox.com>
24588              Date: Sat, 21 Apr 2001 09:48:00 +0100
24589              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
24590      Branch: perl
24591            ! utils/h2ph.PL
24592 ____________________________________________________________________________
24593 [  9768] By: jhi                                   on 2001/04/21  14:33:49
24594         Log: PerlIO and Encode doc cleanup and tweaks.
24595      Branch: perl
24596            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
24597            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
24598 ____________________________________________________________________________
24599 [  9767] By: jhi                                   on 2001/04/21  12:40:16
24600         Log: Integrate perlio.
24601      Branch: perl
24602           !> doio.c
24603 ____________________________________________________________________________
24604 [  9766] By: nick                                  on 2001/04/20  18:28:35
24605         Log: Avoid core dump on
24606              open(STDOUT,">",\$foo);
24607      Branch: perlio
24608            ! doio.c
24609 ____________________________________________________________________________
24610 [  9765] By: jhi                                   on 2001/04/20  13:23:43
24611         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24612              From: Robin Houston <robin@kitsite.com>
24613              Date: Fri, 20 Apr 2001 14:29:22 +0100
24614              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
24615      Branch: perl
24616            ! ext/B/B.pm ext/B/B/Deparse.pm
24617 ____________________________________________________________________________
24618 [  9764] By: jhi                                   on 2001/04/20  13:19:33
24619         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
24620              From: Peter Prymmer <pvhp@forte.com>
24621              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
24622              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
24623      Branch: perl
24624            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24625            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24626            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24627            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24628 ____________________________________________________________________________
24629 [  9763] By: jhi                                   on 2001/04/20  12:36:39
24630         Log: Subject: Re: A new PerlIO coredump
24631              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24632              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
24633              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
24634      Branch: perl
24635            ! doio.c
24636 ____________________________________________________________________________
24637 [  9762] By: jhi                                   on 2001/04/19  23:02:30
24638         Log: Update Changes.
24639      Branch: perl
24640            ! Changes patchlevel.h
24641 ____________________________________________________________________________
24642 [  9761] By: jhi                                   on 2001/04/19  22:59:19
24643         Log: More cleanup cleanup.
24644      Branch: perl
24645            ! Makefile.SH win32/Makefile win32/makefile.mk
24646 ____________________________________________________________________________
24647 [  9760] By: jhi                                   on 2001/04/19  22:50:31
24648         Log: lib/Time is non-empty, let's not rmdir it.
24649      Branch: perl
24650            ! Makefile.SH
24651 ____________________________________________________________________________
24652 [  9759] By: jhi                                   on 2001/04/19  22:36:51
24653         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24654              From: Robin Houston <robin@kitsite.com>
24655              Date: Fri, 20 Apr 2001 00:18:53 +0100
24656              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
24657      Branch: perl
24658            ! ext/B/B/Deparse.pm
24659 ____________________________________________________________________________
24660 [  9758] By: jhi                                   on 2001/04/19  22:36:00
24661         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
24662              From: Peter Prymmer <pvhp@forte.com>
24663              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
24664              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
24665      Branch: perl
24666            ! ext/Cwd/Cwd.xs
24667 ____________________________________________________________________________
24668 [  9757] By: nick                                  on 2001/04/19  18:53:54
24669         Log: Blind (untested) integrate of mainline.
24670      Branch: perlio
24671           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24672           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
24673           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24674           !> (integrate 53 files)
24675 ____________________________________________________________________________
24676 [  9756] By: jhi                                   on 2001/04/19  16:59:23
24677         Log: Document and test Time::Piece.
24678      Branch: perl
24679            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
24680            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
24681 ____________________________________________________________________________
24682 [  9755] By: jhi                                   on 2001/04/19  12:13:29
24683         Log: A better fix for the \x{12345678} trouble from NI-S.
24684      Branch: perl
24685            ! utf8.c
24686 ____________________________________________________________________________
24687 [  9754] By: jhi                                   on 2001/04/19  11:56:07
24688         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
24689              From: Robin Houston <robin@kitsite.com>
24690              Date: Wed, 18 Apr 2001 17:58:33 +0100
24691              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
24692      Branch: perl
24693            ! ext/B/B/Deparse.pm op.c
24694 ____________________________________________________________________________
24695 [  9753] By: jhi                                   on 2001/04/19  04:21:52
24696         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
24697              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
24698              Date: Thu, 19 Apr 2001 01:11:41 -0400
24699              Message-ID: <20010419011141.A5798@cpan.org>
24700      Branch: perl
24701            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24702 ____________________________________________________________________________
24703 [  9752] By: jhi                                   on 2001/04/19  02:41:10
24704         Log: The new time utils need to be thread-aware, too.
24705      Branch: perl
24706            ! util.c
24707 ____________________________________________________________________________
24708 [  9751] By: jhi                                   on 2001/04/19  02:26:47
24709         Log: Compilation nit noticed by AIX compiler.
24710      Branch: perl
24711            ! perlio.c
24712 ____________________________________________________________________________
24713 [  9750] By: jhi                                   on 2001/04/19  02:20:06
24714         Log: The new time utils need to be public.
24715      Branch: perl
24716            ! embed.pl
24717 ____________________________________________________________________________
24718 [  9749] By: jhi                                   on 2001/04/19  01:42:39
24719         Log: Regen toc.
24720      Branch: perl
24721            ! pod/perltoc.pod
24722 ____________________________________________________________________________
24723 [  9748] By: jhi                                   on 2001/04/19  01:41:10
24724         Log: Add Time::Piece, a slight rewrite of Time::Object,
24725              from Matt Sergeant.
24726      Branch: perl
24727            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24728            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
24729            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24730            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
24731            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
24732            ! win32/makefile.mk
24733 ____________________________________________________________________________
24734 [  9747] By: jhi                                   on 2001/04/19  00:55:35
24735         Log: The new metaconfig unit from strftime.
24736      Branch: metaconfig/U/perl
24737            + d_strftime.U
24738 ____________________________________________________________________________
24739 [  9746] By: jhi                                   on 2001/04/19  00:54:54
24740         Log: Move the strftime() wrapper from POSIX.xs to util.c
24741              as my_strftime(), requires HAS_STRFTIME.
24742      Branch: perl
24743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24744            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
24745            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
24746            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24747            ! vos/config.ga.h win32/config.bc win32/config.gc
24748            ! win32/config.vc
24749 ____________________________________________________________________________
24750 [  9745] By: jhi                                   on 2001/04/18  23:11:03
24751         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
24752              in preparation of Time::Piece.
24753      Branch: perl
24754            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
24755 ____________________________________________________________________________
24756 [  9744] By: jhi                                   on 2001/04/18  22:33:12
24757         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
24758              From: Peter Prymmer <pvhp@forte.com>
24759              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
24760              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
24761      Branch: perl
24762            ! t/lib/exporter.t
24763 ____________________________________________________________________________
24764 [  9743] By: jhi                                   on 2001/04/18  22:32:23
24765         Log: Subject: Fwd: pod2html leaves cache files lying around?
24766              From: Rajesh Vaidheeswarran <rv@gnu.org>
24767              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
24768              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
24769      Branch: perl
24770            ! lib/Pod/Html.pm
24771 ____________________________________________________________________________
24772 [  9742] By: jhi                                   on 2001/04/18  20:31:49
24773         Log: Update Changes.
24774      Branch: perl
24775            ! Changes patchlevel.h
24776 ____________________________________________________________________________
24777 [  9741] By: jhi                                   on 2001/04/18  20:23:02
24778         Log: Declare hints only if needed.
24779      Branch: perl
24780            ! ext/B/B/Deparse.pm
24781 ____________________________________________________________________________
24782 [  9740] By: jhi                                   on 2001/04/18  19:06:05
24783         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
24784              bug noticed by Robin Houston; basically the code of detecting
24785              value wraparound was acting differently under different compilers
24786              and platforms.  The workaround is to remove the overflow check
24787              for now, a real fix would be to do the overflow (portably) right.
24788      Branch: perl
24789            ! t/op/pat.t utf8.c
24790 ____________________________________________________________________________
24791 [  9739] By: jhi                                   on 2001/04/18  19:01:23
24792         Log: Subject: [PATCH B::Deparse] some pragma support
24793              From: Robin Houston <robin@kitsite.com>
24794              Date: Wed, 18 Apr 2001 19:32:12 +0100
24795              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
24796      Branch: perl
24797            ! ext/B/B/Deparse.pm
24798 ____________________________________________________________________________
24799 [  9738] By: jhi                                   on 2001/04/18  15:16:37
24800         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
24801              From: Benjamin Sugars <bsugars@canoe.ca>
24802              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
24803              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
24804      Branch: perl
24805            ! t/op/glob.t
24806 ____________________________________________________________________________
24807 [  9737] By: jhi                                   on 2001/04/18  13:24:50
24808         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
24809              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24810              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
24811              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
24812      Branch: perl
24813            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24814            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
24815 ____________________________________________________________________________
24816 [  9736] By: jhi                                   on 2001/04/18  04:15:14
24817         Log: The #9735 also changes the subtest 12.
24818      Branch: perl
24819            ! t/lib/b.t
24820 ____________________________________________________________________________
24821 [  9735] By: jhi                                   on 2001/04/18  03:55:17
24822         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
24823              From: David Dyck <dcd@tc.fluke.com>
24824              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
24825              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
24826      Branch: perl
24827            ! ext/B/B/Deparse.pm
24828 ____________________________________________________________________________
24829 [  9734] By: jhi                                   on 2001/04/18  03:54:11
24830         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
24831              From: Gisle Aas <gisle@ActiveState.com>
24832              Date: 17 Apr 2001 19:06:45 -0700
24833              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
24834      Branch: perl
24835            ! pp_hot.c t/op/misc.t
24836 ____________________________________________________________________________
24837 [  9733] By: jhi                                   on 2001/04/17  22:25:22
24838         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
24839              From: "Abigail" <abigail@foad.org>
24840              Date: Wed, 18 Apr 2001 01:17:46 +0200
24841              Message-ID: <20010417231746.21657.qmail@foad.org>
24842      Branch: perl
24843            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
24844 ____________________________________________________________________________
24845 [  9732] By: jhi                                   on 2001/04/17  20:47:56
24846         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
24847              From: Robin Houston <robin@kitsite.com>
24848              Date: Tue, 17 Apr 2001 22:37:42 +0100
24849              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
24850      Branch: perl
24851            ! ext/B/B/Deparse.pm
24852 ____________________________________________________________________________
24853 [  9731] By: nick                                  on 2001/04/17  20:46:35
24854         Log: Re-sync for t/lib/b.t fix
24855      Branch: perlio
24856           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
24857 ____________________________________________________________________________
24858 [  9730] By: jhi                                   on 2001/04/17  20:45:29
24859         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
24860              From: Robin Houston <robin@kitsite.com>
24861              Date: Tue, 17 Apr 2001 22:29:36 +0100
24862              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
24863      Branch: perl
24864            ! ext/B/B.xs ext/B/B/Deparse.pm
24865 ____________________________________________________________________________
24866 [  9729] By: jhi                                   on 2001/04/17  20:43:11
24867         Log: Subject: Deparse - parenthesise args to undeclared subs
24868              From: Robin Houston <robin@kitsite.com>
24869              Date: Tue, 17 Apr 2001 21:31:05 +0100
24870              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
24871      Branch: perl
24872            ! ext/B/B/Deparse.pm
24873 ____________________________________________________________________________
24874 [  9728] By: jhi                                   on 2001/04/17  18:57:30
24875         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
24876              From: Benjamin Sugars <ben.sugars@home.com>
24877              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
24878              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
24879      Branch: perl
24880            ! t/lib/cwd.t
24881 ____________________________________________________________________________
24882 [  9727] By: jhi                                   on 2001/04/17  18:20:20
24883         Log: Subject: [PATCH B::Deparse] ambient pragmas
24884              From: Robin Houston <robin@kitsite.com>
24885              Date: Tue, 17 Apr 2001 20:01:59 +0100
24886              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
24887      Branch: perl
24888            ! ext/B/B/Deparse.pm t/lib/b.t
24889 ____________________________________________________________________________
24890 [  9726] By: nick                                  on 2001/04/17  16:33:51
24891         Log: Integrate mainline (t/lib/b.t fails test 2...)
24892      Branch: perlio
24893           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
24894           +> ext/List/Util/README ext/List/Util/Util.xs
24895           +> ext/List/Util/lib/List/Util.pm
24896           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
24897           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24898           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24899           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24900           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24901           !> (integrate 31 files)
24902 ____________________________________________________________________________
24903 [  9725] By: jhi                                   on 2001/04/17  12:14:24
24904         Log: Subject: multiple B::* changes
24905              From: Robin Houston <robin@kitsite.com>
24906              Date: Thu, 12 Apr 2001 20:12:27 +0100
24907              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
24908      Branch: perl
24909            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24910 ____________________________________________________________________________
24911 [  9724] By: jhi                                   on 2001/04/17  11:59:05
24912         Log: Thread-awareness from Doug MacEachern.
24913      Branch: perl
24914            ! ext/List/Util/Util.xs
24915 ____________________________________________________________________________
24916 [  9723] By: jhi                                   on 2001/04/17  11:57:41
24917         Log: Make the test more portable.
24918      Branch: perl
24919            ! t/lib/cwd.t
24920 ____________________________________________________________________________
24921 [  9722] By: jhi                                   on 2001/04/17  11:53:50
24922         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
24923              From: Benjamin Sugars <ben.sugars@home.com>
24924              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
24925              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
24926      Branch: perl
24927            ! t/lib/cwd.t
24928 ____________________________________________________________________________
24929 [  9721] By: jhi                                   on 2001/04/17  11:52:17
24930         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
24931              From: Benjamin Sugars <bsugars@canoe.ca>
24932              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
24933              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
24934      Branch: perl
24935            ! op.c
24936 ____________________________________________________________________________
24937 [  9720] By: jhi                                   on 2001/04/17  11:35:42
24938         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
24939              From: Chris Nandor <pudge@pobox.com>
24940              Date: Tue, 17 Apr 2001 00:30:49 -0400
24941              Message-Id: <p05100207b701768712de@[10.0.1.177]>
24942      Branch: perl
24943            ! ext/File/Glob/bsd_glob.c gv.c
24944 ____________________________________________________________________________
24945 [  9719] By: jhi                                   on 2001/04/17  11:32:13
24946         Log: Subject: [PATCH] Tweten->West
24947              From: Casey West <casey@geeknest.com>
24948              Date: Mon, 16 Apr 2001 12:11:22 -0400
24949              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
24950      Branch: perl
24951            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
24952            ! pod/perltie.pod
24953 ____________________________________________________________________________
24954 [  9718] By: jhi                                   on 2001/04/16  03:22:52
24955         Log: Update Changes.
24956      Branch: perl
24957            ! Changes patchlevel.h
24958 ____________________________________________________________________________
24959 [  9717] By: jhi                                   on 2001/04/16  03:06:28
24960         Log: Regen toc.
24961      Branch: perl
24962            ! pod/perltoc.pod
24963 ____________________________________________________________________________
24964 [  9716] By: jhi                                   on 2001/04/16  02:58:42
24965         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
24966              From: Prymmer/Kahn <pvhp@best.com>
24967              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
24968              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
24969      Branch: perl
24970            ! utf8.c
24971 ____________________________________________________________________________
24972 [  9715] By: jhi                                   on 2001/04/15  23:40:35
24973         Log: Subject: Re: Net::Ping patch, adds stream protocol
24974              From: bronson@rinspin.com (Scott Bronson)
24975              Date: Tue, 10 Apr 2001 23:58:33 -0700
24976              Message-ID: <20010410235833.N29719@rinspin.com>
24977      Branch: perl
24978            ! lib/Net/Ping.pm
24979 ____________________________________________________________________________
24980 [  9714] By: jhi                                   on 2001/04/15  23:31:46
24981         Log: Printing out the ok messages helps successful testing.
24982      Branch: perl
24983            ! t/lib/time-hires.t
24984 ____________________________________________________________________________
24985 [  9713] By: jhi                                   on 2001/04/15  21:43:24
24986         Log: Update Douglas Wegscheid's email.
24987      Branch: perl
24988            ! AUTHORS
24989 ____________________________________________________________________________
24990 [  9712] By: jhi                                   on 2001/04/15  21:40:41
24991         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
24992              From: Michael G Schwern <schwern@pobox.com>
24993              Date: Sat, 14 Apr 2001 22:40:50 +0100
24994              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
24995      Branch: perl
24996            + t/lib/exporter.t
24997            ! MANIFEST lib/Exporter/Heavy.pm
24998 ____________________________________________________________________________
24999 [  9711] By: jhi                                   on 2001/04/15  21:39:21
25000         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
25001              From: Michael G Schwern <schwern@pobox.com>
25002              Date: Sat, 14 Apr 2001 22:13:59 +0100
25003              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
25004      Branch: perl
25005            ! t/op/loopctl.t
25006 ____________________________________________________________________________
25007 [  9710] By: jhi                                   on 2001/04/15  21:30:19
25008         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
25009              From: Michael G Schwern <schwern@pobox.com>
25010              Date: Sat, 14 Apr 2001 22:05:32 +0100
25011              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
25012      Branch: perl
25013            ! t/pragma/warnings.t
25014 ____________________________________________________________________________
25015 [  9709] By: jhi                                   on 2001/04/15  19:34:09
25016         Log: Integrate changes #9706,9707 from maintperl into mainline.
25017              
25018              change#7210 broke .packlist generation
25019              
25020              ExtUtils::Installed doesn't quote regex metacharacters in paths
25021              before using them in match; also make it work for dosish platforms
25022      Branch: perl
25023           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25024 ____________________________________________________________________________
25025 [  9708] By: jhi                                   on 2001/04/15  19:31:01
25026         Log: Test also the scalar aspect of getitimer().
25027      Branch: perl
25028            ! t/lib/time-hires.t
25029 ____________________________________________________________________________
25030 [  9707] By: gsar                                  on 2001/04/15  17:24:20
25031         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
25032              before using them in match; also make it work for dosish platforms
25033      Branch: maint-5.6/perl
25034            ! lib/ExtUtils/Installed.pm
25035 ____________________________________________________________________________
25036 [  9706] By: gsar                                  on 2001/04/15  17:21:59
25037         Log: change#7210 broke .packlist generation (listed only filename
25038              rather than fully qualified path name)
25039      Branch: maint-5.6/perl
25040            ! lib/ExtUtils/Install.pm
25041 ____________________________________________________________________________
25042 [  9705] By: jhi                                   on 2001/04/15  12:36:33
25043         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
25044      Branch: perl
25045            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
25046            ! t/lib/time-hires.t
25047 ____________________________________________________________________________
25048 [  9704] By: jhi                                   on 2001/04/15  10:49:08
25049         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
25050              From: Prymmer/Kahn <pvhp@best.com>
25051              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
25052              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
25053      Branch: perl
25054            ! lib/utf8.pm pod/perlebcdic.pod
25055 ____________________________________________________________________________
25056 [  9703] By: jhi                                   on 2001/04/15  02:26:26
25057         Log: I keep forgetting to sort MANIFEST.
25058      Branch: perl
25059            ! MANIFEST
25060 ____________________________________________________________________________
25061 [  9702] By: jhi                                   on 2001/04/15  02:07:47
25062         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
25063              Now we have blessed, reftype, tainted, first, reduce, ...
25064      Branch: perl
25065            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
25066            + ext/List/Util/README ext/List/Util/Util.xs
25067            + ext/List/Util/lib/List/Util.pm
25068            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
25069            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
25070            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
25071            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
25072            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
25073            ! MANIFEST
25074 ____________________________________________________________________________
25075 [  9701] By: jhi                                   on 2001/04/14  15:05:25
25076         Log: Subject: RE: dprofpp.pl updates 
25077              From: Carl Eklof <CEklof@endeca.com>
25078              Date: Thu, 12 Apr 2001 18:45:46 -0400
25079              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
25080      Branch: perl
25081            ! utils/dprofpp.PL
25082 ____________________________________________________________________________
25083 [  9700] By: jhi                                   on 2001/04/14  14:44:55
25084         Log: Do not just blindly add CR.
25085      Branch: perl
25086            ! Porting/makerel
25087 ____________________________________________________________________________
25088 [  9699] By: jhi                                   on 2001/04/13  13:17:01
25089         Log: Update Changes.
25090      Branch: perl
25091            ! Changes patchlevel.h
25092 ____________________________________________________________________________
25093 [  9698] By: jhi                                   on 2001/04/13  12:44:48
25094         Log: Integrate perlio.
25095      Branch: perl
25096           !> ext/PerlIO/Scalar/Scalar.xs
25097 ____________________________________________________________________________
25098 [  9697] By: jhi                                   on 2001/04/13  12:29:15
25099         Log: Add more debug output to the test.
25100      Branch: perl
25101            ! t/lib/cwd.t
25102 ____________________________________________________________________________
25103 [  9696] By: nick                                  on 2001/04/13  10:14:29
25104         Log: Fix core dump on binmode($fh,'Scalar')
25105      Branch: perlio
25106            ! ext/PerlIO/Scalar/Scalar.xs
25107 ____________________________________________________________________________
25108 [  9695] By: nick                                  on 2001/04/13  09:05:42
25109         Log: Integrate mainline
25110      Branch: perlio
25111           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25112           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
25113           +> t/lib/time-hires.t
25114           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
25115           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
25116           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25117           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
25118           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
25119           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
25120           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
25121 ____________________________________________________________________________
25122 [  9694] By: jhi                                   on 2001/04/12  22:23:35
25123         Log: Integrate change #9693 from maintperl into mainline.
25124              
25125              $VERSION and Version() on the same line provokes a warning from
25126              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
25127      Branch: perl
25128           !> lib/Devel/SelfStubber.pm
25129 ____________________________________________________________________________
25130 [  9693] By: gsar                                  on 2001/04/12  21:55:56
25131         Log: $VERSION and Version() on the same line provokes a warning from
25132              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
25133      Branch: maint-5.6/perl
25134            ! lib/Devel/SelfStubber.pm
25135 ____________________________________________________________________________
25136 [  9692] By: jhi                                   on 2001/04/12  13:54:00
25137         Log: This is at least 5.005.
25138      Branch: perl
25139            ! ext/Time/HiRes/HiRes.xs
25140 ____________________________________________________________________________
25141 [  9691] By: jhi                                   on 2001/04/12  13:37:20
25142         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
25143      Branch: perl
25144            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
25145            ! win32/Makefile win32/makefile.mk
25146 ____________________________________________________________________________
25147 [  9690] By: jhi                                   on 2001/04/12  01:34:46
25148         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
25149      Branch: perl
25150            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25151            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
25152            + t/lib/time-hires.t
25153            ! MANIFEST
25154 ____________________________________________________________________________
25155 [  9689] By: jhi                                   on 2001/04/12  00:28:39
25156         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
25157              From: Gisle Aas <gisle@ActiveState.com>
25158              Date: 11 Apr 2001 16:36:11 -0700
25159              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
25160      Branch: perl
25161            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
25162 ____________________________________________________________________________
25163 [  9688] By: jhi                                   on 2001/04/12  00:27:39
25164         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
25165              From: Gisle Aas <gisle@ActiveState.com>
25166              Date: 11 Apr 2001 11:13:24 -0700
25167              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
25168      Branch: perl
25169            ! ext/MIME/Base64/Base64.xs
25170 ____________________________________________________________________________
25171 [  9687] By: jhi                                   on 2001/04/11  19:51:47
25172         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
25173      Branch: perl
25174            ! Todo-5.6
25175 ____________________________________________________________________________
25176 [  9686] By: jhi                                   on 2001/04/11  16:54:25
25177         Log: Subject: [PATCH opcode.pl] Documentation of table format
25178              From: Simon Cozens <simon@netthink.co.uk>
25179              Date: Wed, 11 Apr 2001 12:59:31 +0100
25180              Message-ID: <20010411125931.A25681@netthink.co.uk>
25181      Branch: perl
25182            ! opcode.pl
25183 ____________________________________________________________________________
25184 [  9685] By: jhi                                   on 2001/04/11  16:53:15
25185         Log: Subject: [PATCH] prototype("CORE::recv")
25186              From: Simon Cozens <simon@netthink.co.uk>
25187              Date: Wed, 11 Apr 2001 13:24:35 +0100
25188              Message-ID: <20010411132435.A26169@netthink.co.uk>
25189      Branch: perl
25190            ! pp.c t/comp/proto.t
25191 ____________________________________________________________________________
25192 [  9684] By: jhi                                   on 2001/04/11  16:47:13
25193         Log: FAQ (and AUTHORS) update from Dan Carson: the information
25194              was several years obsolete, Term::Readkey has been updated
25195              to have the functionality.
25196      Branch: perl
25197            ! AUTHORS pod/perlfaq5.pod
25198 ____________________________________________________________________________
25199 [  9683] By: jhi                                   on 2001/04/11  12:15:46
25200         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
25201              From: Calle Dybedahl <calle@lysator.liu.se>
25202              Date: 10 Apr 2001 16:44:16 +0200
25203              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
25204      Branch: perl
25205            ! ext/MIME/Base64/Base64.xs
25206 ____________________________________________________________________________
25207 [  9682] By: jhi                                   on 2001/04/11  12:12:26
25208         Log: A more minimal fix for 20010410.006 from Hugo.
25209      Branch: perl
25210            ! regexec.c
25211 ____________________________________________________________________________
25212 [  9681] By: jhi                                   on 2001/04/11  11:34:23
25213         Log: Integrate changes #9678,9679 from maintline into mainperl.
25214              
25215              addendum to change#9676
25216              
25217              up $File::Glob::VERSION; add a note pointing out the version of
25218              the OpenBSD glob bsd_glob.c resembles
25219      Branch: perl
25220           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25221           !> ext/File/Glob/bsd_glob.h
25222 ____________________________________________________________________________
25223 [  9680] By: jhi                                   on 2001/04/11  11:30:38
25224         Log: Bad test numbering in integrate in #9677.
25225              Fixes ID 20010411.001.
25226      Branch: perl
25227            ! t/op/pat.t
25228 ____________________________________________________________________________
25229 [  9679] By: gsar                                  on 2001/04/11  03:38:40
25230         Log: up $File::Glob::VERSION; add a note pointing out the version of
25231              the OpenBSD glob bsd_glob.c resembles
25232      Branch: maint-5.6/perl
25233            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25234            ! ext/File/Glob/bsd_glob.h
25235 ____________________________________________________________________________
25236 [  9678] By: gsar                                  on 2001/04/11  03:09:48
25237         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
25238              revision 1.8.10.1 found here:
25239              
25240              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
25241      Branch: maint-5.6/perl
25242            ! ext/File/Glob/bsd_glob.c
25243 ____________________________________________________________________________
25244 [  9677] By: jhi                                   on 2001/04/11  02:54:39
25245         Log: Integrate changes #9675,9676 from maintperl into mainline.
25246              
25247              fix for bug 20010410.006, undo change#7115
25248              
25249              port the OpenBSD glob() security patch
25250      Branch: perl
25251           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
25252           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
25253           !> t/op/pat.t
25254 ____________________________________________________________________________
25255 [  9676] By: gsar                                  on 2001/04/11  02:19:02
25256         Log: port the glob() security patch found at:
25257              
25258              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
25259              
25260              CERT advisory for the issue is here:
25261              
25262              http://www.cert.org/advisories/CA-2001-07.html
25263              
25264              Note that the security scare is only relevant for those who are
25265              foolish enough to build suidperl (which is now officially discouraged)
25266      Branch: maint-5.6/perl
25267            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
25268            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
25269 ____________________________________________________________________________
25270 [  9675] By: gsar                                  on 2001/04/10  23:52:11
25271         Log: fix for bug 20010410.006
25272              
25273              undo change#7115 (came into maint-5.6 as change#8156)
25274              
25275              add tests to keep it from coming back
25276      Branch: maint-5.6/perl
25277            ! regexec.c t/op/pat.t
25278 ____________________________________________________________________________
25279 [  9674] By: nick                                  on 2001/04/10  20:39:31
25280         Log: Integrate mainline
25281      Branch: perlio
25282           +> Porting/testall.atom
25283           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
25284           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
25285           !> t/lib/lc-uk.t t/pod/find.t
25286 ____________________________________________________________________________
25287 [  9673] By: nick                                  on 2001/04/10  18:46:14
25288         Log: Integrate against change 9670 aka perl-5.7.1
25289      Branch: perlio
25290           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25291           !> (integrate 53 files)
25292 ____________________________________________________________________________
25293 [  9672] By: jhi                                   on 2001/04/10  13:45:01
25294         Log: Add a script for doing cumulative profile of the test suite.
25295              (Requires ATOM, that is, Tru64.)
25296      Branch: perl
25297            + Porting/testall.atom
25298            ! MANIFEST
25299 ____________________________________________________________________________
25300 [  9671] By: jhi                                   on 2001/04/10  12:38:53
25301         Log: Missing std block.
25302      Branch: perl
25303            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
25304            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
25305            ! t/pod/find.t
25306 ____________________________________________________________________________
25307 [  9670] By: jhi                                   on 2001/04/10  01:25:58
25308         Log: This is 5.7.1.
25309      Branch: perl
25310            ! patchlevel.h
25311 ____________________________________________________________________________
25312 [  9669] By: jhi                                   on 2001/04/10  01:09:14
25313         Log: Update Changes.
25314      Branch: perl
25315            ! Changes patchlevel.h
25316 ____________________________________________________________________________
25317 [  9668] By: jhi                                   on 2001/04/10  01:00:38
25318         Log: Regen toc.
25319      Branch: perl
25320            ! pod/perltoc.pod
25321 ____________________________________________________________________________
25322 [  9667] By: jhi                                   on 2001/04/10  00:52:16
25323         Log: Update perlhist.
25324      Branch: perl
25325            ! pod/perlhist.pod
25326 ____________________________________________________________________________
25327 [  9666] By: jhi                                   on 2001/04/09  23:38:59
25328         Log: Slight wording tweaks from Damian to #9658.
25329      Branch: perl
25330            ! pod/perlobj.pod
25331 ____________________________________________________________________________
25332 [  9665] By: jhi                                   on 2001/04/09  19:56:06
25333         Log: Subject: [PATCH perlutil.pod] Nit
25334              From: Simon Cozens <simon@netthink.co.uk>
25335              Date: Mon, 9 Apr 2001 20:29:44 +0100
25336              Message-ID: <20010409202944.A14796@the.earth.li>
25337      Branch: perl
25338            ! pod/perlutil.pod
25339 ____________________________________________________________________________
25340 [  9664] By: jhi                                   on 2001/04/09  19:54:42
25341         Log: Subject: Re: perl571delta.pod@9631
25342              From: Mike Guy <mjtg@cam.ac.uk>
25343              Date: Mon, 09 Apr 2001 18:09:14 +0100
25344              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
25345      Branch: perl
25346            ! pod/perl571delta.pod
25347 ____________________________________________________________________________
25348 [  9663] By: jhi                                   on 2001/04/09  13:43:35
25349         Log: Update Changes.
25350      Branch: perl
25351            ! Changes patchlevel.h
25352 ____________________________________________________________________________
25353 [  9662] By: jhi                                   on 2001/04/09  13:24:46
25354         Log: tweak tweak.
25355      Branch: perl
25356            ! AUTHORS pod/perl571delta.pod
25357 ____________________________________________________________________________
25358 [  9661] By: jhi                                   on 2001/04/09  13:15:13
25359         Log: Thinko in manual patch applying.
25360      Branch: perl
25361            ! sv.c
25362 ____________________________________________________________________________
25363 [  9660] By: jhi                                   on 2001/04/09  13:07:53
25364         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
25365              From: Robin Barker <rmb1@cise.npl.co.uk> 
25366              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
25367              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
25368              
25369              (This corrects the case where the "isn't numeric" string contains \0s
25370              and is longer than the temporary buffer, and contains \0 at the point
25371              the string would be truncated by "...".) 
25372      Branch: perl
25373            ! sv.c
25374 ____________________________________________________________________________
25375 [  9659] By: jhi                                   on 2001/04/09  12:57:41
25376         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
25377      Branch: perl
25378            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
25379            ! t/lib/cgi-function.t t/lib/cgi-html.t
25380 ____________________________________________________________________________
25381 [  9658] By: jhi                                   on 2001/04/09  12:48:47
25382         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
25383              From: Ilmari Karonen <iltzu@sci.fi>
25384              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
25385              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
25386              
25387              Rearrange and rewrite the Method Invocation section
25388              to explain the concepts in nicer order.
25389      Branch: perl
25390            ! pod/perlobj.pod
25391 ____________________________________________________________________________
25392 [  9657] By: jhi                                   on 2001/04/09  12:35:58
25393         Log: Upgrade to podlators 1.09, from Russ Allbery.
25394      Branch: perl
25395            ! lib/Pod/Man.pm lib/Pod/Text.pm
25396 ____________________________________________________________________________
25397 [  9656] By: jhi                                   on 2001/04/09  12:31:53
25398         Log: perl571delta.
25399      Branch: perl
25400            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
25401 ____________________________________________________________________________
25402 [  9655] By: jhi                                   on 2001/04/09  12:20:09
25403         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
25404              From: Prymmer/Kahn <pvhp@best.com>
25405              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
25406              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
25407      Branch: perl
25408            ! lib/utf8.pm pod/perlunicode.pod
25409 ____________________________________________________________________________
25410 [  9654] By: gsar                                  on 2001/04/09  03:38:33
25411         Log: here lies 5.6.1
25412      Branch: maint-5.6/perl
25413            ! Changes
25414 ____________________________________________________________________________
25415 [  9653] By: jhi                                   on 2001/04/09  03:25:24
25416         Log: Update perlhist.
25417      Branch: perl
25418            ! pod/perlhist.pod
25419 ____________________________________________________________________________
25420 [  9652] By: jhi                                   on 2001/04/09  03:18:49
25421         Log: perl571delta tweaking continues.
25422      Branch: perl
25423            ! pod/perl571delta.pod
25424 ____________________________________________________________________________
25425 [  9651] By: gsar                                  on 2001/04/09  03:11:19
25426         Log: update Changes, patchlevel.h &c.
25427      Branch: maint-5.6/perl
25428            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
25429            ! pod/perltoc.pod
25430 ____________________________________________________________________________
25431 [  9650] By: jhi                                   on 2001/04/09  02:40:24
25432         Log: Integrate the perlfork half of #9513 from maintperl into mainline
25433              (the perlunicode half is obsolete)
25434      Branch: perl
25435            ! pod/perlfork.pod
25436 ____________________________________________________________________________
25437 [  9649] By: gsar                                  on 2001/04/09  02:35:43
25438         Log: tweak perldelta as suggested by Jarkko
25439      Branch: maint-5.6/perl
25440            ! pod/perldelta.pod
25441 ____________________________________________________________________________
25442 [  9648] By: jhi                                   on 2001/04/09  02:13:04
25443         Log: Integrate change #9646 from maintperl into mainline.
25444              
25445              add note about ithreads and Thread.pm
25446      Branch: perl
25447           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
25448 ____________________________________________________________________________
25449 [  9647] By: jhi                                   on 2001/04/09  02:10:18
25450         Log: Bad assumption that shortsize == 2.
25451      Branch: perl
25452            ! t/lib/xs-typemap.t
25453 ____________________________________________________________________________
25454 [  9646] By: gsar                                  on 2001/04/09  00:48:04
25455         Log: add note about ithreads and Thread.pm (too many people are
25456              confused by the fact that Thread.pm is built and installed
25457              under non-5005threads but doesn't work)
25458      Branch: maint-5.6/perl
25459            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
25460 ____________________________________________________________________________
25461 [  9645] By: gsar                                  on 2001/04/09  00:19:03
25462         Log: update perldelta.pod for changes in 5.6.1
25463      Branch: maint-5.6/perl
25464            ! Changes pod/perldelta.pod
25465 ____________________________________________________________________________
25466 [  9644] By: jhi                                   on 2001/04/08  20:37:00
25467         Log: Integrate change #9639 from maintperl into mainline:
25468              on windows, many of the README.* pods were being copied to
25469              the wrong location
25470      Branch: perl
25471           !> win32/Makefile win32/makefile.mk
25472 ____________________________________________________________________________
25473 [  9643] By: jhi                                   on 2001/04/08  20:07:11
25474         Log: Integrate change #9624 from maintperl into mainline:
25475              the pod tests were not okay.  (t/pod/find.t changes ignored)
25476      Branch: perl
25477           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
25478           !> t/pod/include.t t/pod/included.t t/pod/lref.t
25479           !> t/pod/multiline_items.t t/pod/nested_items.t
25480           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25481           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25482 ____________________________________________________________________________
25483 [  9642] By: jhi                                   on 2001/04/08  19:57:17
25484         Log: Integrate change #9638 from maintperl into mainline:
25485              update to latest JPL from the anoncvs repository
25486      Branch: perl
25487           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25488           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25489           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25490 ____________________________________________________________________________
25491 [  9641] By: jhi                                   on 2001/04/08  19:53:30
25492         Log: perl571delta updates.
25493      Branch: perl
25494            ! lib/Filter/Simple.pm pod/perl571delta.pod
25495 ____________________________________________________________________________
25496 [  9640] By: gsar                                  on 2001/04/08  19:20:46
25497         Log: integrate change#9634 from mainline
25498              
25499              Fix the perlmodlib generation (didn't understand separate .pod
25500              files; didn't understand -- as the name-thing separator).
25501              Update the CPAN mirrors list.
25502      Branch: maint-5.6/perl
25503            ! pod/perlmodlib.pod
25504           !> pod/perlmodlib.PL
25505 ____________________________________________________________________________
25506 [  9639] By: gsar                                  on 2001/04/08  18:57:31
25507         Log: on windows, many of the README.* pods were being copied to the wrong
25508              location
25509      Branch: maint-5.6/perl
25510            ! win32/Makefile win32/makefile.mk
25511 ____________________________________________________________________________
25512 [  9638] By: gsar                                  on 2001/04/08  18:38:25
25513         Log: update to latest JPL from the anoncvs repository
25514      Branch: maint-5.6/perl
25515            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25516            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25517            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25518 ____________________________________________________________________________
25519 [  9637] By: jhi                                   on 2001/04/08  17:53:53
25520         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
25521      Branch: perl
25522            ! pod/perl571delta.pod
25523 ____________________________________________________________________________
25524 [  9636] By: jhi                                   on 2001/04/08  17:18:32
25525         Log: Regen toc.
25526      Branch: perl
25527            ! pod/perltoc.pod
25528 ____________________________________________________________________________
25529 [  9635] By: jhi                                   on 2001/04/08  17:16:33
25530         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
25531              From: "Craig A. Berry" <craigberry@mac.com>
25532              Date: Sun, 08 Apr 2001 12:30:16 -0500
25533              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
25534      Branch: perl
25535            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
25536 ____________________________________________________________________________
25537 [  9634] By: jhi                                   on 2001/04/08  17:09:19
25538         Log: Fix the perlmodlib generation (didn't understand separate .pod
25539              files; didn't understand -- as the name-thing separator).
25540              
25541              Update the CPAN mirrors list.
25542      Branch: perl
25543            ! pod/perlmodlib.PL pod/perlmodlib.pod
25544 ____________________________________________________________________________
25545 [  9633] By: jhi                                   on 2001/04/08  16:49:17
25546         Log: Sort MANIFEST.
25547      Branch: perl
25548            ! MANIFEST
25549 ____________________________________________________________________________
25550 [  9632] By: gsar                                  on 2001/04/08  16:36:06
25551         Log: add $Tie::RefHash::VERSION
25552      Branch: maint-5.6/perl
25553            ! lib/Tie/RefHash.pm
25554 ____________________________________________________________________________
25555 [  9631] By: jhi                                   on 2001/04/08  16:10:15
25556         Log: perl571delta updates based on p5p feedback; still needs
25557              lots of examples.
25558      Branch: perl
25559            ! pod/perl571delta.pod
25560 ____________________________________________________________________________
25561 [  9630] By: jhi                                   on 2001/04/08  15:59:13
25562         Log: Update the list of supported platforms to talk about 5.7.1
25563              (and 5.6.1)
25564      Branch: perl
25565            ! pod/perlport.pod
25566 ____________________________________________________________________________
25567 [  9629] By: jhi                                   on 2001/04/08  15:55:41
25568         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
25569              from maintperl into mainline: perlport updates.
25570      Branch: perl
25571            ! pod/perlport.pod
25572 ____________________________________________________________________________
25573 [  9628] By: jhi                                   on 2001/04/08  15:53:17
25574         Log: perlsolaris.pod copied to wrong directory.
25575      Branch: perl
25576            ! win32/makefile.mk
25577 ____________________________________________________________________________
25578 [  9627] By: jhi                                   on 2001/04/08  14:48:18
25579         Log: Subject: Typos in perl571delta.pod
25580              From: "Stephen P. Potter" <spp@spotter.yi.org>
25581              Date: Sat, 07 Apr 2001 20:37:05 -0400
25582              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
25583      Branch: perl
25584            ! pod/perl571delta.pod
25585 ____________________________________________________________________________
25586 [  9626] By: jhi                                   on 2001/04/08  14:39:04
25587         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
25588      Branch: perl
25589            ! gv.c
25590 ____________________________________________________________________________
25591 [  9625] By: nick                                  on 2001/04/08  10:14:23
25592         Log: Integrate mainline
25593      Branch: perlio
25594           +> pod/perl570delta.pod pod/perl571delta.pod
25595           !> (integrate 27 files)
25596 ____________________________________________________________________________
25597 [  9624] By: gsar                                  on 2001/04/08  06:08:17
25598         Log: test in t/pod/* were busted
25599              
25600              these tests are still not enabled in t/{harness,TEST}
25601      Branch: maint-5.6/perl
25602            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
25603            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
25604            ! t/pod/multiline_items.t t/pod/nested_items.t
25605            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25606            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25607 ____________________________________________________________________________
25608 [  9623] By: gsar                                  on 2001/04/08  03:37:01
25609         Log: integrate change#9470 from mainline
25610              
25611              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
25612      Branch: maint-5.6/perl
25613           !> ext/Socket/Socket.xs
25614 ____________________________________________________________________________
25615 [  9622] By: jhi                                   on 2001/04/07  22:40:47
25616         Log: Update Changes.
25617      Branch: perl
25618            ! Changes patchlevel.h
25619 ____________________________________________________________________________
25620 [  9621] By: jhi                                   on 2001/04/07  22:34:16
25621         Log: Update AUTHORS.
25622      Branch: perl
25623            ! AUTHORS
25624 ____________________________________________________________________________
25625 [  9620] By: jhi                                   on 2001/04/07  22:12:47
25626         Log: Forgot to bump the number of tests in #9164.
25627      Branch: perl
25628            ! t/op/array.t
25629 ____________________________________________________________________________
25630 [  9619] By: jhi                                   on 2001/04/07  22:09:50
25631         Log: Bump patchlevel to 5.7.1.
25632      Branch: perl
25633            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25634            ! config_h.SH patchlevel.h
25635 ____________________________________________________________________________
25636 [  9618] By: jhi                                   on 2001/04/07  22:02:41
25637         Log: Populate perl571delta.
25638      Branch: perl
25639            ! pod/perl571delta.pod
25640 ____________________________________________________________________________
25641 [  9617] By: jhi                                   on 2001/04/07  22:01:23
25642         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
25643              to forget it later; do not change patchlevel.h yet or regenerate
25644              Configure yet.
25645      Branch: perl
25646            ! epoc/config.sh win32/Makefile win32/config_H.bc
25647            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25648 ____________________________________________________________________________
25649 [  9616] By: jhi                                   on 2001/04/07  17:46:33
25650         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
25651      Branch: perl
25652            ! pod/perl571delta.pod
25653 ____________________________________________________________________________
25654 [  9615] By: jhi                                   on 2001/04/07  17:33:21
25655         Log: Change the toc configuration.
25656      Branch: perl
25657            ! pod/buildtoc.PL pod/perl.pod
25658 ____________________________________________________________________________
25659 [  9614] By: jhi                                   on 2001/04/07  17:29:47
25660         Log: Subject: PATCH: $[
25661              From: Robin Houston <robin@kitsite.com>
25662              Date: Fri, 6 Apr 2001 18:10:14 +0100
25663              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
25664      Branch: perl
25665            ! op.c t/op/array.t
25666 ____________________________________________________________________________
25667 [  9613] By: jhi                                   on 2001/04/07  17:28:26
25668         Log: Subject: [PATCH perl@9424] isn't numeric warning
25669              From: Robin Barker <rmb1@cise.npl.co.uk>
25670              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
25671              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
25672      Branch: perl
25673            ! sv.c t/pragma/warn/sv
25674 ____________________________________________________________________________
25675 [  9612] By: jhi                                   on 2001/04/07  17:26:45
25676         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
25677              From: Mike Guy <mjtg@cam.ac.uk>
25678              Date: Fri, 06 Apr 2001 12:47:06 +0100
25679              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
25680      Branch: perl
25681            ! dump.c t/lib/peek.t
25682 ____________________________________________________________________________
25683 [  9611] By: jhi                                   on 2001/04/07  17:21:35
25684         Log: Create perl571delta and seed it off with the perldelta changes
25685              since 5.7.0; remove those changes from perldelta and rename it
25686              as perl570delta; recreate perldelta but leave it almost empty.
25687      Branch: perl
25688            + pod/perl570delta.pod pod/perl571delta.pod
25689            ! MANIFEST pod/perldelta.pod
25690 ____________________________________________________________________________
25691 [  9610] By: jhi                                   on 2001/04/07  16:56:32
25692         Log: Denit.
25693      Branch: perl
25694            ! pod/perldelta.pod
25695 ____________________________________________________________________________
25696 [  9609] By: jhi                                   on 2001/04/07  16:38:32
25697         Log: Retract #9523: needs more thought.
25698      Branch: perl
25699            ! Makefile.SH
25700 ____________________________________________________________________________
25701 [  9608] By: jhi                                   on 2001/04/07  14:59:20
25702         Log: atmark() code cleanaup.
25703      Branch: perl
25704            ! ext/IO/IO.xs
25705 ____________________________________________________________________________
25706 [  9607] By: jhi                                   on 2001/04/07  14:48:14
25707         Log: Integrate change #9605 from maintperl into mainline.
25708              
25709              can't optimize away scope entry if tr/// is present
25710      Branch: perl
25711           !> op.c t/op/tr.t
25712 ____________________________________________________________________________
25713 [  9606] By: jhi                                   on 2001/04/07  14:43:59
25714         Log: Integrate perlio.
25715      Branch: perl
25716           +> win32/FindExt.pm
25717           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
25718           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
25719 ____________________________________________________________________________
25720 [  9605] By: gsar                                  on 2001/04/07  11:52:40
25721         Log: can't optimize away scope entry if tr/// is present
25722      Branch: maint-5.6/perl
25723            ! op.c t/op/tr.t
25724 ____________________________________________________________________________
25725 [  9604] By: nick                                  on 2001/04/07  11:39:45
25726         Log: Split out extension finding code from buildext.pl into FindExt.pm
25727              Use it to get Config.pm's idea of available extensions in line
25728              with what is built.
25729      Branch: perlio
25730            + win32/FindExt.pm
25731            ! MANIFEST win32/buildext.pl win32/config_sh.PL
25732            ! win32/makefile.mk
25733 ____________________________________________________________________________
25734 [  9603] By: nick                                  on 2001/04/07  09:11:38
25735         Log: Cleanup correction for failed :Via() layer, also set an error code.
25736      Branch: perlio
25737            ! ext/PerlIO/Via/Via.xs
25738 ____________________________________________________________________________
25739 [  9602] By: nick                                  on 2001/04/07  08:38:04
25740         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
25741              style. So don't use binmode() on the handles so that Win32 etc. see
25742              same sequence and produce same digests.
25743      Branch: perlio
25744            ! t/lib/md5-file.t
25745 ____________________________________________________________________________
25746 [  9601] By: nick                                  on 2001/04/07  08:36:26
25747         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
25748              Else it complains and so crlf layer (say) does not get pushed.
25749      Branch: perlio
25750            ! perlio.c
25751 ____________________________________________________________________________
25752 [  9600] By: jhi                                   on 2001/04/06  23:00:09
25753         Log: Integrate change #9599 from perlio into mainline.
25754      Branch: perl
25755           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25756           !> win32/config_H.vc
25757 ____________________________________________________________________________
25758 [  9599] By: nick                                  on 2001/04/06  21:42:43
25759         Log: Quote $VERSION in Encode.pm.
25760              regen_config_h as requested.
25761      Branch: perlio
25762            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25763            ! win32/config_H.vc
25764 ____________________________________________________________________________
25765 [  9598] By: nick                                  on 2001/04/06  20:34:59
25766         Log: Integrate mainline
25767      Branch: perlio
25768           +> README.macos
25769           !> (integrate 39 files)
25770 ____________________________________________________________________________
25771 [  9597] By: gsar                                  on 2001/04/06  18:06:35
25772         Log: integrate change#9464 from mainline (addendum to change#8313)
25773              
25774              Subject: [PATCH @9452] Better peep()ing for foreach() loops
25775      Branch: maint-5.6/perl
25776           !> op.c
25777 ____________________________________________________________________________
25778 [  9596] By: jhi                                   on 2001/04/06  17:26:03
25779         Log: The d_casti32=undef is good for you even when not use64bitall.
25780      Branch: perl
25781            ! hints/hpux.sh
25782 ____________________________________________________________________________
25783 [  9595] By: gsar                                  on 2001/04/06  14:57:17
25784         Log: add a low-impact fix to accomodate darwin-ism
25785      Branch: maint-5.6/perl
25786            ! ext/Errno/Errno_pm.PL
25787 ____________________________________________________________________________
25788 [  9594] By: jhi                                   on 2001/04/06  14:55:14
25789         Log: Integrate changes #9528,9593 from mainline into maintperl;
25790              tweaking the editor/IDE/shell list.
25791      Branch: maint-5.6/perl
25792           !> pod/perlfaq3.pod
25793 ____________________________________________________________________________
25794 [  9593] By: jhi                                   on 2001/04/06  14:51:39
25795         Log: Make the editor/IDE/shell list a little bit airier.
25796      Branch: perl
25797            ! pod/perlfaq3.pod
25798 ____________________________________________________________________________
25799 [  9592] By: gsar                                  on 2001/04/06  14:45:18
25800         Log: integrate change#9477 from mainline (base.pm doc tweak)
25801              
25802              missing doc entry for fmod()
25803      Branch: maint-5.6/perl
25804            ! lib/Math/BigFloat.pm
25805           !> lib/base.pm
25806 ____________________________________________________________________________
25807 [  9591] By: jhi                                   on 2001/04/06  13:55:48
25808         Log: Regen toc.
25809      Branch: perl
25810            ! pod/perltoc.pod
25811 ____________________________________________________________________________
25812 [  9590] By: jhi                                   on 2001/04/06  13:54:52
25813         Log: Math::BigFloat patches from John Peacock.  The equivalent
25814              of #9586 from maintperl but reworked by John to work with
25815              the bleadperl.
25816      Branch: perl
25817            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25818 ____________________________________________________________________________
25819 [  9589] By: jhi                                   on 2001/04/06  13:42:23
25820         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
25821      Branch: perl
25822            ! ext/Digest/MD5/Makefile.PL
25823 ____________________________________________________________________________
25824 [  9588] By: jhi                                   on 2001/04/06  13:31:45
25825         Log: Integrate changes #9584,9587 from maintperl into mainline.
25826              
25827              keep eval"" CVs alive until the end of the statement in which
25828              they're called
25829              
25830              add README.macos (from Chris Nandor)
25831              
25832              tyop in change#9555
25833      Branch: perl
25834           +> README.macos
25835           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
25836           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
25837           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
25838           !> win32/makefile.mk
25839 ____________________________________________________________________________
25840 [  9587] By: gsar                                  on 2001/04/06  07:31:30
25841         Log: add README.macos (from Chris Nandor)
25842              
25843              tyop in change#9555
25844      Branch: maint-5.6/perl
25845            + README.macos
25846            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
25847            ! win32/Makefile win32/makefile.mk
25848 ____________________________________________________________________________
25849 [  9586] By: gsar                                  on 2001/04/06  07:08:54
25850         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
25851      Branch: maint-5.6/perl
25852            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25853 ____________________________________________________________________________
25854 [  9585] By: gsar                                  on 2001/04/06  06:58:44
25855         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
25856              from mainline
25857              
25858              Subject: [PATCH] Base64 update to perlfaq9.pod
25859              
25860              Subject: [PATCH AUTHORS] Housekeeping
25861              
25862              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
25863              Mac OS X (Darwin) has extra pwent fields.
25864              
25865              Subject: [PATCH B::*] print control-character vars readably
25866              Needs EBCDICification.
25867              
25868              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
25869              
25870              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
25871              
25872              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
25873              
25874              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
25875              
25876              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25877              
25878              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25879              
25880              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25881              
25882              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25883              
25884              FreeBSD hints tweak from Anton Berezin.
25885              
25886              Subject: [PATCH foolperl & bleadperl] README.vms update
25887              
25888              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25889      Branch: maint-5.6/perl
25890           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
25891           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
25892           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
25893 ____________________________________________________________________________
25894 [  9584] By: gsar                                  on 2001/04/06  04:09:00
25895         Log: keep eval"" CVs alive until the end of the statement in which
25896              they're called; this avoids a coredump ensuing from search for
25897              lexicals in code such as:
25898              
25899              sub bug {
25900              my $s = @_;
25901              eval q[sub { eval 'sub { &$s }' }];
25902              }
25903              bug("x")->()->();
25904              
25905              this code still doesn't work as intended (as it has remained
25906              since time immemorial), but it doesn't provoke a coredump anymore
25907      Branch: maint-5.6/perl
25908            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25909            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
25910 ____________________________________________________________________________
25911 [  9583] By: jhi                                   on 2001/04/05  23:52:51
25912         Log: Update Changes.
25913      Branch: perl
25914            ! Changes patchlevel.h
25915 ____________________________________________________________________________
25916 [  9582] By: jhi                                   on 2001/04/05  23:11:23
25917         Log: Slight doc tweak.
25918      Branch: perl
25919            ! pod/perlunicode.pod
25920 ____________________________________________________________________________
25921 [  9581] By: jhi                                   on 2001/04/05  23:04:11
25922         Log: Integrate perlio.
25923      Branch: perl
25924           !> pod/perlunicode.pod
25925 ____________________________________________________________________________
25926 [  9580] By: jhi                                   on 2001/04/05  23:03:29
25927         Log: Test for #9579.
25928      Branch: perl
25929            ! t/op/do.t
25930 ____________________________________________________________________________
25931 [  9579] By: jhi                                   on 2001/04/05  22:54:17
25932         Log: Subject: [PATCH] Propagate calling context for do '...'
25933              From: Gisle Aas <gisle@ActiveState.com>
25934              Date: 04 Apr 2001 20:17:29 -0700
25935              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
25936      Branch: perl
25937            ! pod/perlfunc.pod pp_ctl.c
25938 ____________________________________________________________________________
25939 [  9578] By: jhi                                   on 2001/04/05  22:52:51
25940         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25941              From: Peter Prymmer <pvhp@forte.com>
25942              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
25943              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
25944      Branch: perl
25945            ! README.vms
25946 ____________________________________________________________________________
25947 [  9577] By: jhi                                   on 2001/04/05  22:48:22
25948         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
25949              From: "Craig A. Berry" <craigberry@mac.com>
25950              Date: Thu, 5 Apr 2001 13:43:28 -0500
25951              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
25952      Branch: perl
25953            ! README.vms
25954 ____________________________________________________________________________
25955 [  9576] By: jhi                                   on 2001/04/05  22:31:38
25956         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
25957              From: Michael G Schwern <schwern@pobox.com>
25958              Date: Thu, 5 Apr 2001 21:53:21 +0100
25959              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
25960      Branch: perl
25961            ! lib/base.pm t/lib/fields.t
25962 ____________________________________________________________________________
25963 [  9575] By: jhi                                   on 2001/04/05  22:26:10
25964         Log: FreeBSD hints tweak from Anton Berezin.
25965      Branch: perl
25966            ! hints/freebsd.sh
25967 ____________________________________________________________________________
25968 [  9574] By: jhi                                   on 2001/04/05  22:24:03
25969         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25970              From: David Dyck <dcd@tc.fluke.com>
25971              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
25972              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
25973      Branch: perl
25974            ! t/op/oct.t
25975 ____________________________________________________________________________
25976 [  9573] By: jhi                                   on 2001/04/05  22:23:06
25977         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25978              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
25979              From: David Dyck <dcd@tc.fluke.com>
25980              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
25981      Branch: perl
25982            ! pp.c
25983 ____________________________________________________________________________
25984 [  9572] By: jhi                                   on 2001/04/05  22:14:47
25985         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25986              From: Robin Houston <robin@kitsite.com>
25987              Date: Thu, 5 Apr 2001 20:56:48 +0100
25988              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
25989      Branch: perl
25990            ! ext/B/B/Deparse.pm
25991 ____________________________________________________________________________
25992 [  9571] By: jhi                                   on 2001/04/05  22:12:53
25993         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25994              From: Robin Houston <robin@kitsite.com>
25995              Date: Thu, 5 Apr 2001 19:55:51 +0100
25996              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
25997      Branch: perl
25998            ! ext/B/B/Deparse.pm
25999 ____________________________________________________________________________
26000 [  9570] By: jhi                                   on 2001/04/05  22:11:06
26001         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
26002              From: Robin Houston <robin@kitsite.com>
26003              Date: Thu, 5 Apr 2001 20:16:29 +0100
26004              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
26005      Branch: perl
26006            ! ext/B/B/Deparse.pm
26007 ____________________________________________________________________________
26008 [  9569] By: nick                                  on 2001/04/05  21:32:26
26009         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
26010      Branch: perlio
26011            ! pod/perlunicode.pod
26012 ____________________________________________________________________________
26013 [  9568] By: nick                                  on 2001/04/05  19:38:09
26014         Log: Integrate mainline
26015      Branch: perlio
26016           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
26017           !> (integrate 35 files)
26018 ____________________________________________________________________________
26019 [  9567] By: jhi                                   on 2001/04/05  18:31:45
26020         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
26021              From: Robin Houston <robin@kitsite.com>
26022              Date: Thu, 5 Apr 2001 18:03:23 +0100
26023              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
26024      Branch: perl
26025            ! ext/B/B/Deparse.pm
26026 ____________________________________________________________________________
26027 [  9566] By: jhi                                   on 2001/04/05  18:29:35
26028         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
26029              From: Robin Houston <robin@kitsite.com>
26030              Date: Thu, 5 Apr 2001 16:45:18 +0100
26031              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
26032      Branch: perl
26033            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
26034 ____________________________________________________________________________
26035 [  9565] By: jhi                                   on 2001/04/05  18:24:23
26036         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
26037              From: Robin Houston <robin@kitsite.com>
26038              Date: Thu, 5 Apr 2001 14:50:09 +0100
26039              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
26040      Branch: perl
26041            ! ext/B/B/Deparse.pm
26042 ____________________________________________________________________________
26043 [  9564] By: jhi                                   on 2001/04/05  18:23:03
26044         Log: Subject: [PATCH B::*] print control-character vars readably
26045              From: Robin Houston <robin@kitsite.com>
26046              Date: Thu, 5 Apr 2001 14:27:38 +0100
26047              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
26048              
26049              Needs EBCDICification.
26050      Branch: perl
26051            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
26052            ! ext/B/B/Terse.pm
26053 ____________________________________________________________________________
26054 [  9563] By: jhi                                   on 2001/04/05  18:20:32
26055         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
26056              Date: Thu, 5 Apr 2001 13:21:42 -0400
26057              From: Paul Schinder <schinder@pobox.com>
26058              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
26059              
26060              Mac OS X (Darwin) has extra pwent fields.
26061      Branch: perl
26062            ! t/op/pwent.t
26063 ____________________________________________________________________________
26064 [  9562] By: jhi                                   on 2001/04/05  17:57:51
26065         Log: Regen toc.
26066      Branch: perl
26067            ! pod/perltoc.pod
26068 ____________________________________________________________________________
26069 [  9561] By: jhi                                   on 2001/04/05  17:47:33
26070         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
26071      Branch: metaconfig
26072            ! U/Glossary.patch
26073      Branch: metaconfig/U/perl
26074            + d_u32align.U
26075            ! d_cmsghdr_s.U d_msghdr_s.U
26076 ____________________________________________________________________________
26077 [  9560] By: jhi                                   on 2001/04/05  17:47:01
26078         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
26079              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
26080              Introduce probes for struct msghdr, struct cmsghdr,
26081              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
26082              ualarm, usleep, for possible later extension work.
26083      Branch: perl
26084            + t/lib/md5-align.t
26085            ! Configure MANIFEST Porting/Glossary Porting/config.sh
26086            ! Porting/config_H config_h.SH configure.com epoc/config.sh
26087            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
26088            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26089            ! vos/config.ga.h win32/config.bc win32/config.gc
26090            ! win32/config.vc
26091 ____________________________________________________________________________
26092 [  9559] By: jhi                                   on 2001/04/05  13:03:04
26093         Log: Be traditional in your cpp (for the Errno extension).
26094      Branch: perl
26095            ! hints/darwin.sh
26096 ____________________________________________________________________________
26097 [  9558] By: jhi                                   on 2001/04/05  13:00:05
26098         Log: Add $Config{cppflags} to the gcc incantation.
26099      Branch: perl
26100            ! ext/Errno/Errno_pm.PL
26101 ____________________________________________________________________________
26102 [  9557] By: jhi                                   on 2001/04/05  04:22:39
26103         Log: Introduce Sean Burke's Class::ISA 0.32.
26104      Branch: perl
26105            + lib/Class/ISA.pm t/lib/class-isa.t
26106            ! MANIFEST
26107 ____________________________________________________________________________
26108 [  9556] By: jhi                                   on 2001/04/05  04:09:50
26109         Log: Subject: [PATCH AUTHORS] Housekeeping
26110              From: Paul Johnson <paul@pjcj.net> 
26111              Date: Wed, 4 Apr 2001 22:45:47 +0200
26112              Message-ID: <20010404224547.D9548@pjcj.net>
26113      Branch: perl
26114            ! AUTHORS
26115 ____________________________________________________________________________
26116 [  9555] By: jhi                                   on 2001/04/05  04:06:33
26117         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
26118              From: Gisle Aas <gisle@ActiveState.com>
26119              Date: 04 Apr 2001 14:23:04 -0700
26120              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
26121      Branch: perl
26122            ! pod/perlfaq9.pod
26123 ____________________________________________________________________________
26124 [  9554] By: jhi                                   on 2001/04/05  04:05:49
26125         Log: Downgrade also the "Wide character" diagnostic.
26126      Branch: perl
26127            ! pod/perldiag.pod
26128 ____________________________________________________________________________
26129 [  9553] By: jhi                                   on 2001/04/05  04:00:33
26130         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
26131              maintperl into mainline.
26132              
26133              "double" should be "NV"; standard typemap is missing entry
26134              for NV
26135              
26136              s/djSP/dSP/
26137              
26138              Downgrade "Wide character in print" to a warning.
26139              
26140              B::Deparse fix for ${^FOO} and documentation for PVX() method
26141              (from Robin Houston)
26142              
26143              tr/// doesn't null-terminate the result in some situations
26144              (from Gisle Aas)
26145      Branch: perl
26146           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
26147           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
26148           !> t/io/utf8.t t/op/tr.t
26149 ____________________________________________________________________________
26150 [  9552] By: jhi                                   on 2001/04/05  03:52:50
26151         Log: Retract changes #9542 and #9538 (from maintperl, integrated
26152              at #9540), shouldn't be needed because of the perlio changes.
26153      Branch: perl
26154            ! util.c
26155 ____________________________________________________________________________
26156 [  9551] By: gsar                                  on 2001/04/05  00:18:34
26157         Log: tr/// doesn't null-terminate the result in some situations
26158              (from Gisle Aas)
26159      Branch: maint-5.6/perl
26160            ! doop.c t/op/tr.t
26161 ____________________________________________________________________________
26162 [  9550] By: gsar                                  on 2001/04/04  20:04:17
26163         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
26164              (from Robin Houston)
26165      Branch: maint-5.6/perl
26166            ! ext/B/B.pm ext/B/B/Deparse.pm
26167 ____________________________________________________________________________
26168 [  9549] By: nick                                  on 2001/04/04  18:56:15
26169         Log: Downgrade "Wide character in print" to a warning.
26170      Branch: perlio
26171            ! doio.c t/io/utf8.t
26172 ____________________________________________________________________________
26173 [  9548] By: gsar                                  on 2001/04/04  18:51:49
26174         Log: integrate changes#9460,9462,9482,9521,9522
26175              
26176              Subject: PATCH: B::Debug should show LOOP-specific fields
26177              
26178              Subject: B::Deparse precedence bug. (Patch included.)
26179              
26180              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
26181              
26182              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
26183              
26184              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
26185      Branch: maint-5.6/perl
26186           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
26187           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
26188 ____________________________________________________________________________
26189 [  9547] By: gsar                                  on 2001/04/04  18:49:16
26190         Log: s/djSP/dSP/
26191      Branch: maint-5.6/perl
26192            ! ext/Thread/Thread.xs
26193 ____________________________________________________________________________
26194 [  9546] By: nick                                  on 2001/04/04  18:44:00
26195         Log: Integrate mainline.
26196      Branch: perlio
26197           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
26198           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
26199 ____________________________________________________________________________
26200 [  9545] By: gsar                                  on 2001/04/04  18:38:52
26201         Log: integrate change#8837 from mainline
26202              
26203              Subject: [patch] -Wall cleanup round 2
26204      Branch: maint-5.6/perl
26205           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
26206           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
26207           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
26208           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
26209           !> ext/SDBM_File/SDBM_File.xs
26210 ____________________________________________________________________________
26211 [  9544] By: gsar                                  on 2001/04/04  17:49:57
26212         Log: "double" should be "NV"; standard typemap is missing entry
26213              for NV
26214      Branch: maint-5.6/perl
26215            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
26216 ____________________________________________________________________________
26217 [  9543] By: jhi                                   on 2001/04/04  14:13:18
26218         Log: Thou shalt not (just) match for English error messages.
26219      Branch: perl
26220            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
26221            ! os2/OS2/Process/Process.pm
26222 ____________________________________________________________________________
26223 [  9542] By: jhi                                   on 2001/04/04  13:20:39
26224         Log: Make the stdio tricks of fflush_all() to exist only if
26225              stdio is being used.
26226      Branch: perl
26227            ! util.c
26228 ____________________________________________________________________________
26229 [  9541] By: jhi                                   on 2001/04/04  04:20:24
26230         Log: Subject: Re: [PATCH] Lighten up glob
26231              From: Benjamin Sugars <bsugars@canoe.ca>
26232              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
26233              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
26234      Branch: perl
26235            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
26236            ! util.c
26237 ____________________________________________________________________________
26238 [  9540] By: jhi                                   on 2001/04/04  04:03:57
26239         Log: Integrate changes #9538,9539 from maintperl into mainline.
26240              
26241              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
26242              for use with _fwalk() (fix for change#7705)
26243              
26244              another tweak needed for SunOS 4.1.x build (from Mike Guy)
26245              (cp -f is not portable)
26246      Branch: perl
26247           !> Makefile.SH util.c
26248 ____________________________________________________________________________
26249 [  9539] By: gsar                                  on 2001/04/04  03:01:14
26250         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
26251      Branch: maint-5.6/perl
26252            ! Makefile.SH
26253 ____________________________________________________________________________
26254 [  9538] By: gsar                                  on 2001/04/04  01:00:38
26255         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
26256              for use with _fwalk() (fix for change#7705)
26257      Branch: maint-5.6/perl
26258            ! util.c
26259 ____________________________________________________________________________
26260 [  9537] By: nick                                  on 2001/04/03  19:24:55
26261         Log: Integrate mainline
26262      Branch: perlio
26263           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
26264           +> lib/unicode/PropList.html
26265            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
26266           !> (integrate 69 files)
26267 ____________________________________________________________________________
26268 [  9536] By: jhi                                   on 2001/04/03  18:02:31
26269         Log: Integrate change #9533 from maintperl into mainline.
26270              
26271              better fix for change#9517 to accomodate UNC paths like
26272              \\server\share\foo, and paths with trailing backslash
26273              like c:\this\
26274      Branch: perl
26275           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26276 ____________________________________________________________________________
26277 [  9535] By: jhi                                   on 2001/04/03  17:58:07
26278         Log: Change the push/unshift warning to be of class syntax, not misc.
26279      Branch: perl
26280            ! op.c pod/perldiag.pod t/pragma/warn/op
26281 ____________________________________________________________________________
26282 [  9534] By: jhi                                   on 2001/04/03  15:03:46
26283         Log: Change the push/unshift warning (#9532) to talk about "no values"
26284              instead of "no arguments".
26285      Branch: perl
26286            ! op.c pod/perldiag.pod t/pragma/warn/op
26287 ____________________________________________________________________________
26288 [  9533] By: gsar                                  on 2001/04/03  14:30:07
26289         Log: better fix for change#9517 to accomodate UNC paths like
26290              \\server\share\foo, and paths with trailing backslash
26291              like c:\this\
26292      Branch: maint-5.6/perl
26293            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26294 ____________________________________________________________________________
26295 [  9532] By: jhi                                   on 2001/04/03  13:11:46
26296         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
26297              From: Robin Houston <robin@kitsite.com>
26298              Date: Mon, 2 Apr 2001 15:03:29 +0100
26299              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
26300      Branch: perl
26301            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
26302 ____________________________________________________________________________
26303 [  9531] By: jhi                                   on 2001/04/03  13:06:34
26304         Log: Integrate change #9530 from maintperl into mainline.
26305              
26306              accomodate VMS "mailbox overflow" quirk in testsuite (from
26307              Craig Berry)
26308      Branch: perl
26309           !> t/lib/socket.t
26310 ____________________________________________________________________________
26311 [  9530] By: gsar                                  on 2001/04/03  04:56:41
26312         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
26313              Craig Berry)
26314      Branch: maint-5.6/perl
26315            ! t/lib/socket.t
26316 ____________________________________________________________________________
26317 [  9529] By: jhi                                   on 2001/04/03  02:34:34
26318         Log: Update Changes.
26319      Branch: perl
26320            ! Changes patchlevel.h
26321 ____________________________________________________________________________
26322 [  9528] By: jhi                                   on 2001/04/03  01:27:57
26323         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
26324              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
26325              To: perl5-porters@perl.org
26326              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
26327      Branch: perl
26328            ! pod/perlfaq3.pod
26329 ____________________________________________________________________________
26330 [  9527] By: jhi                                   on 2001/04/03  01:22:09
26331         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
26332              From: Peter Prymmer <pvhp@forte.com>
26333              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
26334              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
26335      Branch: perl
26336            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
26337 ____________________________________________________________________________
26338 [  9526] By: jhi                                   on 2001/04/03  01:18:25
26339         Log: The metaconfig unit changes for #9525.
26340      Branch: metaconfig
26341            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
26342      Branch: metaconfig/U/perl
26343            ! use64bits.U
26344 ____________________________________________________________________________
26345 [  9525] By: jhi                                   on 2001/04/03  01:17:30
26346         Log: Configure sanity checks:
26347              * if use64bitall is attempted but pointers are only 32-bit,
26348              'downgrade' to use64bitint
26349              * if use64bitint is attempted but there's no quad type,
26350              forget about use64bitint (well, the default for it is 'n',
26351              the user can still override this)
26352              * if pointers are 64 bits, do not try to use Perl's malloc
26353      Branch: perl
26354            ! Configure
26355 ____________________________________________________________________________
26356 [  9524] By: gsar                                  on 2001/04/03  01:09:12
26357         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
26358      Branch: maint-5.6/perl
26359            ! pp_sys.c
26360 ____________________________________________________________________________
26361 [  9523] By: jhi                                   on 2001/04/03  00:02:31
26362         Log: (Retracted by #9609)
26363              
26364              Make it harder for parallel makes to enter 'test' before
26365              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
26366              should be unhappy enough, but sometimes parallel makes seem
26367              to sneak past both in Tru64 and AIX.)
26368      Branch: perl
26369            ! Makefile.SH
26370 ____________________________________________________________________________
26371 [  9522] By: jhi                                   on 2001/04/02  22:35:31
26372         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
26373              Date: Mon, 2 Apr 2001 22:54:10 +0100
26374              From: Robin Houston <robin@kitsite.com>
26375              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
26376      Branch: perl
26377            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
26378 ____________________________________________________________________________
26379 [  9521] By: jhi                                   on 2001/04/02  22:32:23
26380         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
26381              From: Robin Houston <robin@kitsite.com>
26382              Date: Mon, 2 Apr 2001 20:24:03 +0100
26383              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
26384      Branch: perl
26385            ! ext/B/B/Concise.pm
26386 ____________________________________________________________________________
26387 [  9520] By: jhi                                   on 2001/04/02  22:30:43
26388         Log: Subject: [PATCH] REALLY pedantic hv.h nit
26389              From: Simon Cozens <simon@netthink.co.uk>
26390              Date: Mon, 2 Apr 2001 15:43:06 +0100
26391              Message-ID: <20010402154306.A21711@netthink.co.uk>
26392      Branch: perl
26393            ! hv.h
26394 ____________________________________________________________________________
26395 [  9519] By: jhi                                   on 2001/04/02  22:28:04
26396         Log: Based on
26397              
26398              Subject: [foolperl] EPOC fix
26399              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26400              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
26401              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
26402      Branch: perl
26403            ! pp_sys.c
26404 ____________________________________________________________________________
26405 [  9518] By: jhi                                   on 2001/04/02  22:22:34
26406         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
26407              
26408              README.win32 tweaks; add a note about alternative location for
26409              getting a gcc-2.95.2 that will build perl properly on windows
26410              
26411              add some notes about gutsy threading matters
26412              
26413              many of the utilities interpolate literal paths within doublequotes
26414              (fails on dosish platforms where path contains backslashes)
26415      Branch: perl
26416           !> README.win32 pod/perlguts.pod utils/perldoc.PL
26417           !> x2p/find2perl.PL x2p/s2p.PL
26418 ____________________________________________________________________________
26419 [  9517] By: gsar                                  on 2001/04/02  19:52:21
26420         Log: many of the utilities interpolate literal paths within doublequotes
26421              (fails on dosish platforms where path contains backslashes)
26422      Branch: maint-5.6/perl
26423            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26424 ____________________________________________________________________________
26425 [  9516] By: gsar                                  on 2001/04/02  05:49:37
26426         Log: a foolish release
26427      Branch: maint-5.6/perl
26428            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
26429            ! pod/perltoc.pod
26430 ____________________________________________________________________________
26431 [  9515] By: gsar                                  on 2001/04/02  05:04:29
26432         Log: add missing changelog summaries
26433      Branch: maint-5.6/perl
26434            ! Changes
26435 ____________________________________________________________________________
26436 [  9514] By: gsar                                  on 2001/04/02  04:07:13
26437         Log: add some notes about gutsy threading matters
26438      Branch: maint-5.6/perl
26439            ! pod/perlguts.pod
26440 ____________________________________________________________________________
26441 [  9513] By: gsar                                  on 2001/04/02  03:25:21
26442         Log: add more prominent caveat notices about experimental features
26443      Branch: maint-5.6/perl
26444            ! pod/perlfork.pod pod/perlunicode.pod
26445 ____________________________________________________________________________
26446 [  9512] By: gsar                                  on 2001/04/02  02:54:33
26447         Log: integrate changes#9479,9509 from mainline
26448              
26449              [PATCH] File::Glob stuff for Mac OS
26450              
26451              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26452      Branch: maint-5.6/perl
26453           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26454           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26455           !> t/lib/glob-taint.t
26456 ____________________________________________________________________________
26457 [  9511] By: gsar                                  on 2001/04/02  02:38:24
26458         Log: README.win32 tweaks; add a note about alternative location for
26459              getting a gcc-2.95.2 that will build perl properly on windows
26460      Branch: maint-5.6/perl
26461            ! README.win32
26462 ____________________________________________________________________________
26463 [  9510] By: jhi                                   on 2001/04/01  20:45:10
26464         Log: An ambiguosity warning.
26465      Branch: perl
26466            ! t/lib/trig.t
26467 ____________________________________________________________________________
26468 [  9509] By: jhi                                   on 2001/04/01  19:53:47
26469         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26470              From: Jonathan Stowe <gellyfish@gellyfish.com>
26471              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
26472              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
26473      Branch: perl
26474            ! ext/File/Glob/bsd_glob.c
26475 ____________________________________________________________________________
26476 [  9508] By: jhi                                   on 2001/04/01  19:35:03
26477         Log: Update Changes.
26478      Branch: perl
26479            ! Changes patchlevel.h
26480 ____________________________________________________________________________
26481 [  9507] By: jhi                                   on 2001/04/01  19:24:01
26482         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
26483              from mainline to maintperl: pod tweaks.
26484      Branch: maint-5.6/perl
26485           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
26486           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
26487           !> pod/perlvar.pod
26488 ____________________________________________________________________________
26489 [  9506] By: jhi                                   on 2001/04/01  19:11:53
26490         Log: Commit Sarathy to April release of 5.6.1 :-)
26491      Branch: perl
26492            ! pod/perlfaq1.pod
26493 ____________________________________________________________________________
26494 [  9505] By: jhi                                   on 2001/04/01  19:03:15
26495         Log: Subject: PATCH 5.6.0 (perldebug.pod)
26496              From: Mark-Jason Dominus <mjd@plover.com>
26497              Date: Sun, 01 Apr 2001 14:25:11 -0400
26498              Message-ID: <20010401182511.9247.qmail@plover.com>
26499      Branch: perl
26500            ! pod/perldebug.pod
26501 ____________________________________________________________________________
26502 [  9504] By: jhi                                   on 2001/04/01  18:43:09
26503         Log: Add great_circle_direction().
26504      Branch: perl
26505            ! lib/Math/Trig.pm t/lib/trig.t
26506 ____________________________________________________________________________
26507 [  9503] By: jhi                                   on 2001/04/01  17:29:12
26508         Log: Unicode ReadMe update for Unicode 3.1.
26509      Branch: perl
26510            ! lib/unicode/ReadMe.txt
26511 ____________________________________________________________________________
26512 [  9502] By: jhi                                   on 2001/04/01  17:18:40
26513         Log: Integrate change #9501 from maintperl into mainline.
26514              
26515              fix the perlembed notes on multiple interpreters
26516              
26517              fix ExtUtils::Embed to work passably on Windows
26518      Branch: perl
26519           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
26520 ____________________________________________________________________________
26521 [  9501] By: gsar                                  on 2001/04/01  07:21:57
26522         Log: fix the perlembed notes on multiple interpreters
26523              
26524              fix ExtUtils::Embed to work passably on Windows
26525      Branch: maint-5.6/perl
26526            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
26527 ____________________________________________________________________________
26528 [  9500] By: jhi                                   on 2001/04/01  05:58:23
26529         Log: Test for #9499.
26530      Branch: perl
26531            ! t/op/tr.t
26532 ____________________________________________________________________________
26533 [  9499] By: jhi                                   on 2001/04/01  05:55:46
26534         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
26535      Branch: perl
26536            ! embed.h embed.pl op.c proto.h
26537 ____________________________________________________________________________
26538 [  9498] By: jhi                                   on 2001/04/01  05:44:34
26539         Log: Protect the workaround hunk more.
26540      Branch: perl
26541            ! toke.c
26542 ____________________________________________________________________________
26543 [  9497] By: jhi                                   on 2001/04/01  00:24:25
26544         Log: Integrate changes #9493,9494,9495,9496 from maintperl
26545              into mainline.
26546              
26547              fix a broken workaround for Borland compiler in change#4739
26548              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26549              
26550              nits spotted by Borland compiler
26551              
26552              avoid redefinition warnings under Borland 5.02
26553              
26554              various nits identified by the Borland 5.5 compiler; remove suppression
26555              of a few warnings
26556      Branch: perl
26557           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
26558           !> win32/win32.h
26559 ____________________________________________________________________________
26560 [  9496] By: gsar                                  on 2001/03/31  23:22:28
26561         Log: various nits identified by the Borland 5.5 compiler; remove suppression
26562              of a few warnings
26563      Branch: maint-5.6/perl
26564            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
26565 ____________________________________________________________________________
26566 [  9495] By: gsar                                  on 2001/03/31  21:03:08
26567         Log: avoid redefinition warnings under Borland 5.02
26568      Branch: maint-5.6/perl
26569            ! win32/makefile.mk
26570 ____________________________________________________________________________
26571 [  9494] By: gsar                                  on 2001/03/31  20:18:59
26572         Log: nits spotted by Borland compiler
26573      Branch: maint-5.6/perl
26574            ! utf8.h win32/win32.h
26575 ____________________________________________________________________________
26576 [  9493] By: gsar                                  on 2001/03/31  20:18:05
26577         Log: fix a broken workaround for Borland compiler in change#4739
26578              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26579      Branch: maint-5.6/perl
26580            ! toke.c
26581 ____________________________________________________________________________
26582 [  9492] By: jhi                                   on 2001/03/31  18:36:24
26583         Log: Integrate change #9491 from maintperl into mainline.
26584              
26585              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26586              directory is relative (need to fetch the full path name *before*
26587              the chdir!)
26588      Branch: perl
26589           !> lib/Cwd.pm
26590 ____________________________________________________________________________
26591 [  9491] By: gsar                                  on 2001/03/31  17:01:56
26592         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26593              directory is relative (need to fetch the full path name *before*
26594              the chdir!)
26595              
26596              this is a followup patch for change#6749
26597      Branch: maint-5.6/perl
26598            ! lib/Cwd.pm
26599 ____________________________________________________________________________
26600 [  9490] By: jhi                                   on 2001/03/31  15:50:18
26601         Log: Subject: Re: [PATCH] av.h cosmetics
26602              From: Simon Cozens <simon@netthink.co.uk>
26603              Date: Sat, 31 Mar 2001 13:09:59 +0100
26604              Message-ID: <20010331130959.A22000@netthink.co.uk>
26605              
26606              Document AvALLOC.
26607      Branch: perl
26608            ! pod/perlguts.pod
26609 ____________________________________________________________________________
26610 [  9489] By: jhi                                   on 2001/03/31  15:48:44
26611         Log: Subject: [PATCH] Re: Math::Big* v1.21
26612              From: Tels <perl_dummy@bloodgate.com>
26613              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
26614              Message-Id: <200103311125.GAA377738@www08.hway.net>
26615      Branch: perl
26616            ! pod/perlop.pod
26617 ____________________________________________________________________________
26618 [  9488] By: jhi                                   on 2001/03/31  03:39:51
26619         Log: Debug output tweak.
26620      Branch: perl
26621            ! t/lib/cwd.t
26622 ____________________________________________________________________________
26623 [  9487] By: jhi                                   on 2001/03/31  03:33:02
26624         Log: OverVMSification.
26625      Branch: perl
26626            ! t/lib/cwd.t
26627 ____________________________________________________________________________
26628 [  9486] By: jhi                                   on 2001/03/31  03:01:40
26629         Log: Missed MANIFESTations in #9483.
26630      Branch: perl
26631            ! MANIFEST
26632 ____________________________________________________________________________
26633 [  9485] By: jhi                                   on 2001/03/31  02:58:17
26634         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
26635              From: Peter Prymmer <pvhp@forte.com>
26636              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
26637              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
26638      Branch: perl
26639            ! regexec.c t/lib/cwd.t
26640 ____________________________________________________________________________
26641 [  9484] By: jhi                                   on 2001/03/31  01:04:41
26642         Log: Obsolete file (see #3938)
26643      Branch: perl
26644            - lib/unicode/README.Ethiopic
26645            ! MANIFEST
26646 ____________________________________________________________________________
26647 [  9483] By: jhi                                   on 2001/03/31  00:52:42
26648         Log: Update to Unicode 3.1.
26649              (Rename Names.txt to NamesList.txt.)
26650      Branch: perl
26651            + lib/unicode/NamesList.txt lib/unicode/PropList.html
26652            - lib/unicode/Names.txt
26653            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26654            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
26655            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
26656            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
26657            ! lib/unicode/UCD.html lib/unicode/Unicode.html
26658            ! lib/unicode/rename lib/unicode/version
26659 ____________________________________________________________________________
26660 [  9482] By: jhi                                   on 2001/03/30  23:33:44
26661         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
26662              From: Robin Houston <robin@kitsite.com>
26663              Date: Fri, 30 Mar 2001 20:07:22 +0100
26664              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
26665      Branch: perl
26666            ! ext/B/B/Deparse.pm
26667 ____________________________________________________________________________
26668 [  9481] By: jhi                                   on 2001/03/30  23:20:25
26669         Log: Subject: Re: [PATCH] CwdXS, Take 2
26670              From: Benjamin Sugars <bsugars@canoe.ca>
26671              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
26672              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
26673      Branch: perl
26674            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
26675            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
26676 ____________________________________________________________________________
26677 [  9480] By: jhi                                   on 2001/03/30  22:52:38
26678         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
26679              From: David Dyck <dcd@tc.fluke.com>
26680              Date: Fri, 30 Mar 2001 14:44:13 -0800
26681              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
26682              
26683              The t/rantests flags file creation was accidentally
26684              removed by #9217.
26685      Branch: perl
26686            ! Makefile.SH
26687 ____________________________________________________________________________
26688 [  9479] By: jhi                                   on 2001/03/30  22:45:45
26689         Log: Subject: [PATCH] File::Glob stuff for Mac OS
26690              From: Chris Nandor <pudge@pobox.com>
26691              Date: Fri, 30 Mar 2001 16:51:00 -0500
26692              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
26693      Branch: perl
26694            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26695            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26696            ! t/lib/glob-taint.t
26697 ____________________________________________________________________________
26698 [  9478] By: jhi                                   on 2001/03/30  22:43:12
26699         Log: Subject: fix for win32/buildext.pl
26700              From: "Vadim Konovalov" <watman@inbox.ru>
26701              Date: Sat, 31 Mar 2001 00:50:36 +0400
26702              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
26703      Branch: perl
26704            ! win32/buildext.pl
26705 ____________________________________________________________________________
26706 [  9477] By: jhi                                   on 2001/03/30  22:41:16
26707         Log: Subject: small base.pm doc patch
26708              From: Leon Brocard <acme@astray.com>
26709              Date: Fri, 30 Mar 2001 21:49:57 +0100
26710              Message-ID: <20010330214957.B8733@ns0.astray.com>
26711      Branch: perl
26712            ! lib/base.pm
26713 ____________________________________________________________________________
26714 [  9476] By: jhi                                   on 2001/03/30  18:16:57
26715         Log: Subject: [PATCH] av.h cosmetics
26716              From: Simon Cozens <simon@netthink.co.uk>
26717              Date: Fri, 30 Mar 2001 18:12:28 +0100
26718              Message-ID: <20010330181228.A9319@netthink.co.uk>
26719      Branch: perl
26720            ! av.h
26721 ____________________________________________________________________________
26722 [  9475] By: jhi                                   on 2001/03/30  18:15:50
26723         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
26724              From: "Philip Newton" <pnewton@gmx.de>
26725              Date: Fri, 30 Mar 2001 19:06:57 +0200
26726              Message-ID: <3AC4D951.14815.1AC7068@localhost>
26727      Branch: perl
26728            ! pod/perlhack.pod
26729 ____________________________________________________________________________
26730 [  9474] By: jhi                                   on 2001/03/30  18:14:02
26731         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
26732              From: Benjamin Sugars <bsugars@canoe.ca>
26733              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
26734              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
26735      Branch: perl
26736            ! t/lib/glob-basic.t
26737 ____________________________________________________________________________
26738 [  9473] By: jhi                                   on 2001/03/30  16:09:24
26739         Log: Update Changes.
26740      Branch: perl
26741            ! Changes patchlevel.h
26742 ____________________________________________________________________________
26743 [  9472] By: jhi                                   on 2001/03/30  15:16:08
26744         Log: Integrate perlio.
26745      Branch: perl
26746           !> t/lib/cwd.t t/lib/glob-basic.t
26747 ____________________________________________________________________________
26748 [  9471] By: nick                                  on 2001/03/30  14:47:10
26749         Log: Should be (^O eq 'MSWin32') not 'Win32'
26750              Fail #12 seems real - chdir is in wrong dir.
26751      Branch: perlio
26752            ! t/lib/cwd.t
26753 ____________________________________________________________________________
26754 [  9470] By: jhi                                   on 2001/03/30  14:41:11
26755         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
26756              From: Radu Greab <radu@netsoft.ro>
26757              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
26758              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
26759              
26760              Replace #9352.
26761      Branch: perl
26762            ! ext/Socket/Socket.xs pp_sys.c
26763 ____________________________________________________________________________
26764 [  9469] By: jhi                                   on 2001/03/30  14:37:51
26765         Log: Subject: PATCH pod/perldiag.pod
26766              From: Robin Houston <robin@kitsite.com>
26767              Date: Fri, 30 Mar 2001 14:10:36 +0100
26768              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
26769      Branch: perl
26770            ! pod/perldiag.pod t/lib/glob-basic.t
26771 ____________________________________________________________________________
26772 [  9468] By: jhi                                   on 2001/03/30  14:36:36
26773         Log: Subject: Better diagnostic in io/fs.t
26774              From: andreas.koenig@anima.de (Andreas J. Koenig)
26775              Date: 30 Mar 2001 10:11:43 +0200
26776              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
26777      Branch: perl
26778            ! t/io/fs.t
26779 ____________________________________________________________________________
26780 [  9467] By: nick                                  on 2001/03/30  14:25:43
26781         Log: Skip order test of glob if case-ignoring system cannot 
26782              create a.test and A.test
26783      Branch: perlio
26784            ! t/lib/glob-basic.t
26785 ____________________________________________________________________________
26786 [  9466] By: nick                                  on 2001/03/30  13:03:12
26787         Log: Integrate mainline.
26788      Branch: perlio
26789            - ext/re/hints/aix.pl
26790           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
26791           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
26792           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
26793           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
26794 ____________________________________________________________________________
26795 [  9465] By: jhi                                   on 2001/03/30  03:53:37
26796         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
26797              the tests sometimes hang, sometimes not.)
26798      Branch: perl
26799            ! t/lib/io_multihomed.t t/lib/io_sock.t
26800 ____________________________________________________________________________
26801 [  9464] By: jhi                                   on 2001/03/30  02:56:04
26802         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
26803              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26804              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
26805              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
26806      Branch: perl
26807            ! op.c
26808 ____________________________________________________________________________
26809 [  9463] By: jhi                                   on 2001/03/30  02:34:48
26810         Log: Test for #9462.
26811      Branch: perl
26812            ! t/lib/b.t
26813 ____________________________________________________________________________
26814 [  9462] By: jhi                                   on 2001/03/30  02:29:37
26815         Log: Subject: B::Deparse precedence bug. (Patch included.)
26816              From: Jeremy Madea <jmadea@inktomi.com>
26817              Date: Thu, 29 Mar 2001 12:05:02 -0800
26818              Message-ID: <20010329120502.A24881@dr.inktomi.com>
26819      Branch: perl
26820            ! ext/B/B/Deparse.pm
26821 ____________________________________________________________________________
26822 [  9461] By: jhi                                   on 2001/03/30  02:18:41
26823         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
26824              From: Peter Prymmer <pvhp@forte.com>
26825              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
26826              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
26827      Branch: perl
26828            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
26829            ! t/lib/md5-file.t
26830 ____________________________________________________________________________
26831 [  9460] By: jhi                                   on 2001/03/30  02:17:07
26832         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
26833              From: Robin Houston <robin@kitsite.com>
26834              Date: Thu, 29 Mar 2001 20:47:56 +0100
26835              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
26836      Branch: perl
26837            ! ext/B/B/Debug.pm
26838 ____________________________________________________________________________
26839 [  9459] By: jhi                                   on 2001/03/30  02:16:05
26840         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
26841              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26842              Date: Wed, 28 Mar 2001 18:02:20 -0600
26843              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
26844      Branch: perl
26845            ! lib/ExtUtils/MM_VMS.pm
26846 ____________________________________________________________________________
26847 [  9458] By: jhi                                   on 2001/03/30  02:07:58
26848         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
26849              From: "Joshua E. Rodd" <jrodd@pbs.org>
26850              Date: Wed, 28 Mar 2001 17:29:12 -0500
26851              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
26852      Branch: perl
26853            ! pod/perlop.pod
26854 ____________________________________________________________________________
26855 [  9457] By: jhi                                   on 2001/03/30  02:04:33
26856         Log: Subject: ext/re/aix.pl can go
26857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26858              Date: Thu, 29 Mar 2001 12:03:28 +0200
26859              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
26860      Branch: perl
26861            - ext/re/hints/aix.pl
26862            ! MANIFEST
26863 ____________________________________________________________________________
26864 [  9456] By: jhi                                   on 2001/03/30  02:03:32
26865         Log: Integrate perlio.
26866      Branch: perl
26867           !> ext/Encode/Encode.xs installperl
26868 ____________________________________________________________________________
26869 [  9455] By: nick                                  on 2001/03/29  21:11:46
26870         Log: DLL name has changed so installperl needs to know
26871              (Why isn't it working it out or passed it?)
26872      Branch: perlio
26873            ! installperl
26874 ____________________________________________________________________________
26875 [  9454] By: nick                                  on 2001/03/29  20:56:12
26876         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
26877              and we don't get undef warnings.
26878      Branch: perlio
26879            ! ext/Encode/Encode.xs
26880 ____________________________________________________________________________
26881 [  9453] By: nick                                  on 2001/03/29  17:58:48
26882         Log: Integrate mainline
26883      Branch: perlio
26884           !> Changes patchlevel.h
26885 ____________________________________________________________________________
26886 [  9452] By: jhi                                   on 2001/03/29  16:44:55
26887         Log: Update Changes.
26888      Branch: perl
26889            ! Changes patchlevel.h
26890 ____________________________________________________________________________
26891 [  9451] By: nick                                  on 2001/03/29  16:31:38
26892         Log: Integrate mainline
26893      Branch: perlio
26894           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
26895           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
26896           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
26897           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
26898           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
26899 ____________________________________________________________________________
26900 [  9450] By: jhi                                   on 2001/03/29  16:29:17
26901         Log: Integrate perlio.
26902      Branch: perl
26903           !> win32/buildext.pl
26904 ____________________________________________________________________________
26905 [  9449] By: jhi                                   on 2001/03/29  15:50:01
26906         Log: Update Changes.
26907      Branch: perl
26908            ! Changes patchlevel.h
26909 ____________________________________________________________________________
26910 [  9448] By: nick                                  on 2001/03/29  15:47:15
26911         Log: Make sure buildext.pl finds Errno.pm
26912      Branch: perlio
26913            ! win32/buildext.pl
26914 ____________________________________________________________________________
26915 [  9447] By: jhi                                   on 2001/03/29  15:39:34
26916         Log: Integrate perlio.
26917      Branch: perl
26918           !> win32/makefile.mk
26919 ____________________________________________________________________________
26920 [  9446] By: nick                                  on 2001/03/29  15:30:03
26921         Log: Integrate win32/makefile.mk with mainline.
26922      Branch: perlio
26923           !> win32/makefile.mk
26924 ____________________________________________________________________________
26925 [  9445] By: nick                                  on 2001/03/29  15:27:32
26926         Log: Fix breakage ... 
26927      Branch: perlio
26928            ! win32/makefile.mk
26929 ____________________________________________________________________________
26930 [  9444] By: jhi                                   on 2001/03/29  15:03:08
26931         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
26932              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26933              Date: Thu, 29 Mar 2001 10:32:59 +0400
26934              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
26935      Branch: perl
26936            ! win32/makefile.mk
26937 ____________________________________________________________________________
26938 [  9443] By: jhi                                   on 2001/03/29  15:02:12
26939         Log: Integrate perlio.
26940      Branch: perl
26941           +> win32/buildext.pl
26942           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
26943           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
26944 ____________________________________________________________________________
26945 [  9442] By: nick                                  on 2001/03/29  14:59:11
26946         Log: Work in progress - determine win32 extensions to build via script.
26947      Branch: perlio
26948            + win32/buildext.pl
26949            ! MANIFEST win32/makefile.mk
26950 ____________________________________________________________________________
26951 [  9441] By: jhi                                   on 2001/03/29  14:51:47
26952         Log: Reintroduce the use of external pwd.
26953      Branch: perl
26954            ! t/lib/cwd.t
26955 ____________________________________________________________________________
26956 [  9440] By: jhi                                   on 2001/03/29  14:42:58
26957         Log: use warnings instead of -w.
26958      Branch: perl
26959            ! utils/h2xs.PL
26960 ____________________________________________________________________________
26961 [  9439] By: jhi                                   on 2001/03/29  14:41:52
26962         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
26963              From: Jonathan Stowe <gellyfish@gellyfish.com>
26964              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
26965              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
26966      Branch: perl
26967            ! utils/h2xs.PL
26968 ____________________________________________________________________________
26969 [  9438] By: jhi                                   on 2001/03/29  14:39:38
26970         Log: Subject: [PATCH perl@9424] minor pod nits
26971              From: Robin Barker <rmb1@cise.npl.co.uk>
26972              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
26973              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
26974      Branch: perl
26975            ! pod/perlhack.pod pod/perliol.pod
26976 ____________________________________________________________________________
26977 [  9437] By: jhi                                   on 2001/03/29  14:29:16
26978         Log: Subject: [PATCH perl@9424] typemap cast warning
26979              From: Robin Barker <rmb1@cise.npl.co.uk>
26980              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
26981              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
26982      Branch: perl
26983            ! lib/ExtUtils/typemap
26984 ____________________________________________________________________________
26985 [  9436] By: jhi                                   on 2001/03/29  14:26:03
26986         Log: Subject: [PATCH perl@9424] printf warning
26987              From: Robin Barker <rmb1@cise.npl.co.uk>
26988              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
26989              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
26990      Branch: perl
26991            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
26992            ! ext/Storable/Storable.xs toke.c
26993 ____________________________________________________________________________
26994 [  9435] By: nick                                  on 2001/03/29  14:23:31
26995         Log: Win32 has name conflict with ERROR
26996      Branch: perlio
26997            ! ext/PerlIO/Via/Via.xs
26998 ____________________________________________________________________________
26999 [  9434] By: jhi                                   on 2001/03/29  14:17:48
27000         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
27001              From: Peter Prymmer <pvhp@forte.com>
27002              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
27003              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
27004      Branch: perl
27005            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
27006 ____________________________________________________________________________
27007 [  9433] By: jhi                                   on 2001/03/29  13:52:44
27008         Log: test-prep target was missing.
27009      Branch: perl
27010            ! Makefile.SH
27011 ____________________________________________________________________________
27012 [  9432] By: nick                                  on 2001/03/29  12:40:03
27013         Log: Make as-shipped compiler default to MSVC6 
27014      Branch: perlio
27015            ! win32/makefile.mk
27016 ____________________________________________________________________________
27017 [  9431] By: nick                                  on 2001/03/29  12:12:16
27018         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
27019              akin to PerlIO::Scalar.
27020      Branch: perlio
27021            ! perlio.c perlio.h
27022 ____________________________________________________________________________
27023 [  9430] By: nick                                  on 2001/03/29  10:56:35
27024         Log: Integrate mainline.
27025      Branch: perlio
27026           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
27027           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
27028           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
27029           !> win32/makefile.mk win32/win32sck.c
27030 ____________________________________________________________________________
27031 [  9429] By: nick                                  on 2001/03/29  09:03:43
27032         Log: Noticed that two tests were skipped as perlio:: package
27033              isn't there any more. Changed the skip condition.
27034              Avoid core-dump if sv_utf8_upgrade() called on something
27035              that does not become SvPOK after SvPV() (e.g. a ref).
27036      Branch: perlio
27037            ! sv.c t/io/utf8.t t/lib/io_scalar.t
27038 ____________________________________________________________________________
27039 [  9428] By: jhi                                   on 2001/03/29  01:31:47
27040         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
27041              From: Benjamin Sugars <bsugars@canoe.ca> 
27042              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
27043              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
27044      Branch: perl
27045            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
27046            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
27047            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
27048 ____________________________________________________________________________
27049 [  9427] By: jhi                                   on 2001/03/29  00:49:30
27050         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
27051              From: "Vadim Konovalov" <watman@inbox.ru>
27052              Date: Thu, 29 Mar 2001 01:50:12 +0400
27053              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
27054      Branch: perl
27055            ! win32/makefile.mk win32/win32sck.c
27056 ____________________________________________________________________________
27057 [  9426] By: gsar                                  on 2001/03/29  00:28:04
27058         Log: dmake can only handle == and != in comparisons; support building
27059              with Borland's VCL libraries (from Vadim Konovalov)
27060      Branch: maint-5.6/perl
27061            ! win32/makefile.mk
27062 ____________________________________________________________________________
27063 [  9425] By: nick                                  on 2001/03/28  19:29:56
27064         Log: Integrate (@snapshot)
27065      Branch: perlio
27066           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
27067 ____________________________________________________________________________
27068 [  9424] By: jhi                                   on 2001/03/28  19:03:16
27069         Log: Update Changes.
27070      Branch: perl
27071            ! Changes patchlevel.h
27072 ____________________________________________________________________________
27073 [  9423] By: jhi                                   on 2001/03/28  18:52:09
27074         Log: Rmdir lib/XS on cleanup.
27075      Branch: perl
27076            ! Makefile.SH
27077 ____________________________________________________________________________
27078 [  9422] By: jhi                                   on 2001/03/28  18:49:34
27079         Log: Integrate perlio.
27080      Branch: perl
27081           !> t/op/utf8decode.t
27082 ____________________________________________________________________________
27083 [  9421] By: nick                                  on 2001/03/28  18:46:44
27084         Log: Loose duplicate chunk.
27085      Branch: perlio
27086            ! t/op/utf8decode.t
27087 ____________________________________________________________________________
27088 [  9420] By: nick                                  on 2001/03/28  18:44:11
27089         Log: Integrate mainline.
27090      Branch: perlio
27091           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
27092           !> vms/vmsish.h
27093 ____________________________________________________________________________
27094 [  9419] By: jhi                                   on 2001/03/28  18:42:05
27095         Log: Can't trust external pwds
27096              (either shell builtins or external programs)
27097      Branch: perl
27098            ! t/lib/cwd.t
27099 ____________________________________________________________________________
27100 [  9418] By: jhi                                   on 2001/03/28  18:34:05
27101         Log: Integrate perlio.
27102      Branch: perl
27103            - lib/perlio.pm
27104           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
27105           !> t/op/utf8decode.t
27106 ____________________________________________________________________________
27107 [  9417] By: nick                                  on 2001/03/28  18:24:02
27108         Log: PerlIO.pm / perlio.pm conflict.
27109              Update some pods.
27110              Make t/op/utf8decode.t a text file.
27111      Branch: perlio
27112            - lib/perlio.pm
27113            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
27114            ! t/op/utf8decode.t
27115 ____________________________________________________________________________
27116 [  9416] By: jhi                                   on 2001/03/28  18:06:07
27117         Log: Integrate change #9409 from mainline to maintperl.
27118              
27119              Yet another tweak on AIX dynaloading.
27120      Branch: maint-5.6/perl
27121           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27122 ____________________________________________________________________________
27123 [  9415] By: gsar                                  on 2001/03/28  17:13:01
27124         Log: integrate changes#9377,9385,9401 from mainline
27125              
27126              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
27127              
27128              If directory entries compare equal case-insensitively,
27129              retry case-sensitively.
27130              
27131              Subject: [PATCH] B::Terse and warnings
27132      Branch: maint-5.6/perl
27133           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
27134           !> t/pragma/warn/perl
27135 ____________________________________________________________________________
27136 [  9414] By: jhi                                   on 2001/03/28  17:11:12
27137         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
27138              From: "Craig A. Berry" <craigberry@mac.com>
27139              Date: Wed, 28 Mar 2001 10:55:20 -0600
27140              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
27141      Branch: perl
27142            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
27143 ____________________________________________________________________________
27144 [  9413] By: jhi                                   on 2001/03/28  17:03:12
27145         Log: Dup hunk.
27146      Branch: perl
27147            ! t/op/utf8decode.t
27148 ____________________________________________________________________________
27149 [  9412] By: jhi                                   on 2001/03/28  17:02:36
27150         Log: Forced integrate from perlio.
27151      Branch: perl
27152           !> t/op/utf8decode.t
27153 ____________________________________________________________________________
27154 [  9411] By: nick                                  on 2001/03/28  16:50:03
27155         Log: Integrate mainline.
27156      Branch: perlio
27157           +> t/lib/cwd.t
27158           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27159           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
27160           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
27161           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
27162           !> t/pragma/warn/perl
27163 ____________________________________________________________________________
27164 [  9410] By: jhi                                   on 2001/03/28  16:44:23
27165         Log: Subject: Re: [PATCH] 9403 cannot be tested
27166              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27167              Date: Wed, 28 Mar 2001 18:33:56 +0200
27168              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
27169      Branch: perl
27170            ! makedef.pl
27171 ____________________________________________________________________________
27172 [  9409] By: jhi                                   on 2001/03/28  16:12:45
27173         Log: Yet another tweak on AIX dynaloading.
27174      Branch: perl
27175            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27176 ____________________________________________________________________________
27177 [  9408] By: jhi                                   on 2001/03/28  15:52:55
27178         Log: Subject: [PATCH] 9403 cannot be tested
27179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27180              Date: Wed, 28 Mar 2001 17:23:00 +0200
27181              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
27182              
27183              A missing symbol.
27184      Branch: perl
27185            ! makedef.pl
27186 ____________________________________________________________________________
27187 [  9407] By: jhi                                   on 2001/03/28  15:47:43
27188         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
27189      Branch: perl
27190            ! t/op/utf8decode.t
27191           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
27192           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
27193 ____________________________________________________________________________
27194 [  9406] By: jhi                                   on 2001/03/28  15:37:08
27195         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
27196              From: Benjamin Sugars <bsugars@canoe.ca> 
27197              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
27198              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
27199      Branch: perl
27200            + t/lib/cwd.t
27201            ! MANIFEST
27202 ____________________________________________________________________________
27203 [  9405] By: jhi                                   on 2001/03/28  15:13:18
27204         Log: pp_ne() needs a CORRECT boolean.
27205      Branch: perl
27206            ! pp.c
27207 ____________________________________________________________________________
27208 [  9404] By: jhi                                   on 2001/03/28  15:09:23
27209         Log: pp_ne() needs a boolean, not an integer.
27210      Branch: perl
27211            ! pp.c
27212 ____________________________________________________________________________
27213 [  9403] By: jhi                                   on 2001/03/28  14:47:43
27214         Log: (Retracted by #9404.)
27215      Branch: perl
27216            ! pp.c
27217 ____________________________________________________________________________
27218 [  9402] By: jhi                                   on 2001/03/28  14:43:59
27219         Log: Subject: Re: [PATCH] Typemap testing
27220              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
27221              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
27222              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
27223      Branch: perl
27224            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27225            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
27226 ____________________________________________________________________________
27227 [  9401] By: jhi                                   on 2001/03/28  14:42:14
27228         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
27229              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27230              Date: Sun, 25 Mar 2001 21:59:15 +0100
27231              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
27232              
27233              A variable will be checked for the "use once" warnings if:
27234              
27235              1. It is in the scope of a use warnings 'once'
27236              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
27237              
27238              Otherwise it won't be checked at all.
27239              
27240              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
27241              
27242              The enclosed patch partially fixes this issue. What I didn't
27243              get to work was the case where the "used once" warning is enabled
27244              in any file other than the main file.
27245      Branch: perl
27246            ! gv.c t/pragma/warn/perl
27247 ____________________________________________________________________________
27248 [  9400] By: nick                                  on 2001/03/28  14:38:24
27249         Log: More EBCDIC tweaks:
27250              - one more swash issue &~(0xA0-1) did not do the right thing,
27251              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
27252              - add "use re 'asciirange'" to make [!-~] etc. work
27253              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
27254              - Choose a key for t/op/each.t test which gets encoded.
27255              - Skip utf8decode if this is UTF-EBCDIC.
27256      Branch: perlio
27257            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
27258            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
27259 ____________________________________________________________________________
27260 [  9399] By: jhi                                   on 2001/03/28  14:21:00
27261         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
27262              Andreas Schwab.
27263      Branch: perl
27264            ! pp.c
27265 ____________________________________________________________________________
27266 [  9398] By: jhi                                   on 2001/03/28  00:55:56
27267         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
27268              From: David Dyck <dcd@tc.fluke.com>
27269              Date: Tue, 27 Mar 2001 15:16:24 -0800
27270              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
27271      Branch: perl
27272            ! ext/IO/lib/IO/Socket.pm
27273 ____________________________________________________________________________
27274 [  9397] By: jhi                                   on 2001/03/27  21:52:49
27275         Log: Integrate perlio.
27276      Branch: perl
27277           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
27278           +> ext/PerlIO/Via/Via.xs
27279           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
27280 ____________________________________________________________________________
27281 [  9396] By: nick                                  on 2001/03/27  21:45:13
27282         Log: Integrate mainline.
27283      Branch: perlio
27284           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
27285           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
27286 ____________________________________________________________________________
27287 [  9395] By: nick                                  on 2001/03/27  21:18:58
27288         Log: Outline docs for PerlIO and PerlIO::Scalar
27289      Branch: perlio
27290            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
27291 ____________________________________________________________________________
27292 [  9394] By: nick                                  on 2001/03/27  20:50:13
27293         Log: PerlIO::Via layer (alpha-ish).
27294      Branch: perlio
27295            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
27296            + ext/PerlIO/Via/Via.xs
27297            ! MANIFEST
27298 ____________________________________________________________________________
27299 [  9393] By: jhi                                   on 2001/03/27  20:49:55
27300         Log: Retract #9329 now that 9390 should take care of the matter.
27301      Branch: perl
27302            ! utils/h2xs.PL
27303 ____________________________________________________________________________
27304 [  9390] By: jhi                                   on 2001/03/27  20:47:50
27305         Log: Subject: Autoloading Errno.pm when %! is encountered
27306              From: Robin Houston <robin@kitsite.com>
27307              Date: Tue, 27 Mar 2001 20:57:11 +0100
27308              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
27309      Branch: perl
27310            ! embed.h embed.pl gv.c proto.h t/op/magic.t
27311 ____________________________________________________________________________
27312 [  9389] By: jhi                                   on 2001/03/27  20:24:31
27313         Log: Integrate perlio.
27314      Branch: perl
27315           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
27316           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
27317           !> utf8.c
27318 ____________________________________________________________________________
27319 [  9388] By: jhi                                   on 2001/03/27  20:21:38
27320         Log: Better have a three-element array if one is going to assign
27321              to the third element of that array. (from Tim Jenness)
27322      Branch: perl
27323            ! ext/XS/Typemap/Typemap.xs
27324 ____________________________________________________________________________
27325 [  9387] By: nick                                  on 2001/03/27  20:15:43
27326         Log: Integrate mainline.
27327      Branch: perlio
27328           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
27329           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27330           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
27331           +> t/lib/xs-typemap.t
27332           !> (integrate 34 files)
27333 ____________________________________________________________________________
27334 [  9386] By: jhi                                   on 2001/03/27  20:04:18
27335         Log: Subject: Re: perl@9359 breaks HTML::Parser
27336              From: Gisle Aas <gisle@ActiveState.com>
27337              Date: 27 Mar 2001 11:30:24 -0800
27338              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
27339              
27340              Clarify the UTF-8 issues of the API docs.
27341              (Slightly reworded and expanded.)
27342      Branch: perl
27343            ! pod/perlapi.pod sv.c sv.h
27344 ____________________________________________________________________________
27345 [  9385] By: jhi                                   on 2001/03/27  19:44:25
27346         Log: If directory entries compare equal case-insensitively,
27347              retry case-sensitively.
27348      Branch: perl
27349            ! ext/File/Glob/bsd_glob.c
27350 ____________________________________________________________________________
27351 [  9384] By: nick                                  on 2001/03/27  19:38:50
27352         Log: Various EBCDIC fixes:
27353              - major revelation that swash code is encoding aware,
27354              (or thought it was) - now it is ;-)
27355              - With that out of the way fix a slab of tr/// cases.
27356              - Fix Encode 'Unicode' to be true Unicode so tests pass.
27357              - As anticipated Base64.xs needed tweaks.
27358              - Until tr/// works right avoid old_encode64 in MIME tests.
27359      Branch: perlio
27360            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
27361            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
27362 ____________________________________________________________________________
27363 [  9383] By: jhi                                   on 2001/03/27  18:34:41
27364         Log: Add the std test suite BEGIN block.
27365      Branch: perl
27366            ! t/lib/xs-typemap.t
27367 ____________________________________________________________________________
27368 [  9382] By: jhi                                   on 2001/03/27  15:16:07
27369         Log: Add debugging output to the test.
27370      Branch: perl
27371            ! t/lib/glob-basic.t
27372 ____________________________________________________________________________
27373 [  9381] By: jhi                                   on 2001/03/27  15:08:10
27374         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
27375      Branch: perl
27376            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
27377            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27378            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
27379            + t/lib/xs-typemap.t
27380            ! MANIFEST
27381 ____________________________________________________________________________
27382 [  9380] By: jhi                                   on 2001/03/27  14:48:34
27383         Log: Subject: [PATCH] Typemap testing
27384              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
27385              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
27386              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
27387              
27388              (The first part of the patch.)
27389      Branch: perl
27390            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
27391 ____________________________________________________________________________
27392 [  9379] By: jhi                                   on 2001/03/27  14:44:56
27393         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
27394              From: Benjamin Sugars <bsugars@canoe.ca> 
27395              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
27396              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
27397      Branch: perl
27398            ! t/lib/glob-basic.t
27399 ____________________________________________________________________________
27400 [  9378] By: jhi                                   on 2001/03/27  14:42:30
27401         Log: Subject: [PATCH] perlvar nit
27402              From: Simon Cozens <simon@netthink.co.uk>
27403              Date: Tue, 27 Mar 2001 01:12:01 +0100
27404              Message-ID: <20010327011201.A19179@netthink.co.uk>
27405      Branch: perl
27406            ! pod/perlvar.pod
27407 ____________________________________________________________________________
27408 [  9377] By: jhi                                   on 2001/03/27  14:36:26
27409         Log: Subject: [PATCH] B::Terse and warnings
27410              From: Benjamin Sugars <ben.sugars@home.com>
27411              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
27412              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
27413      Branch: perl
27414            ! ext/B/B.pm ext/B/B/Terse.pm
27415 ____________________________________________________________________________
27416 [  9376] By: jhi                                   on 2001/03/27  14:31:31
27417         Log: Document sockatmark() some.
27418      Branch: perl
27419            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
27420            ! pod/perltoc.pod
27421 ____________________________________________________________________________
27422 [  9375] By: jhi                                   on 2001/03/27  14:00:24
27423         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
27424              noted by Gisle and fixed by NI-S.
27425      Branch: perl
27426            ! sv.c
27427 ____________________________________________________________________________
27428 [  9374] By: jhi                                   on 2001/03/27  05:50:01
27429         Log: Regen toc.
27430      Branch: perl
27431            ! pod/perltoc.pod
27432 ____________________________________________________________________________
27433 [  9373] By: jhi                                   on 2001/03/27  05:43:51
27434         Log: Pixie documenting.
27435      Branch: perl
27436            ! Makefile.SH pod/perlhack.pod
27437 ____________________________________________________________________________
27438 [  9372] By: jhi                                   on 2001/03/27  05:29:34
27439         Log: Metaconfig unit changes for #9371.
27440      Branch: metaconfig
27441            ! U/modified/myhostname.U
27442      Branch: metaconfig/U/perl
27443            + d_sockatmark.U
27444            ! gccvers.U
27445 ____________________________________________________________________________
27446 [  9371] By: jhi                                   on 2001/03/27  05:29:07
27447         Log: Add sockatmark() probing.
27448      Branch: perl
27449            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27450            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27451            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27452            ! vos/config.ga.h win32/config.bc win32/config.gc
27453            ! win32/config.vc
27454 ____________________________________________________________________________
27455 [  9370] By: jhi                                   on 2001/03/26  22:01:18
27456         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
27457              Really need to benchmark this.
27458      Branch: perl
27459            ! pp.c
27460 ____________________________________________________________________________
27461 [  9369] By: nick                                  on 2001/03/26  21:59:30
27462         Log: Integrate mainline.
27463      Branch: perlio
27464            ! ext/MIME/Base64/QuotedPrint.pm
27465           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27466           !> patchlevel.h pod/perlhack.pod pp_sys.c
27467 ____________________________________________________________________________
27468 [  9368] By: jhi                                   on 2001/03/26  21:47:03
27469         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
27470              
27471              TODO1: perlbench.
27472              TODO2: le, lt, ge, gt?  Yech.
27473      Branch: perl
27474            ! pp.c
27475 ____________________________________________________________________________
27476 [  9367] By: jhi                                   on 2001/03/26  21:34:57
27477         Log: Too much cut-and-paste in #9363.
27478      Branch: perl
27479            ! pp_sys.c
27480 ____________________________________________________________________________
27481 [  9366] By: jhi                                   on 2001/03/26  21:20:53
27482         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
27483              From: Andreas Schwab <schwab@suse.de>
27484              Date: 26 Mar 2001 17:29:04 +0200
27485              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
27486              
27487              (The patch for 5.6.0 or so, this is a guess for bleadperl)
27488      Branch: perl
27489            ! pp_hot.c
27490 ____________________________________________________________________________
27491 [  9365] By: jhi                                   on 2001/03/26  21:07:54
27492         Log: Integrate perlio.
27493      Branch: perl
27494           !> perlio.c
27495 ____________________________________________________________________________
27496 [  9364] By: nick                                  on 2001/03/26  20:30:48
27497         Log: REFCNT botch in layer name cache hash.
27498      Branch: perlio
27499            ! perlio.c
27500 ____________________________________________________________________________
27501 [  9363] By: jhi                                   on 2001/03/26  18:44:32
27502         Log: Subject: [PATCH] socket() leaks file descriptors
27503              From: Benjamin Sugars <bsugars@canoe.ca>
27504              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
27505              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
27506              
27507              Also sockpair() fixed similarly.
27508      Branch: perl
27509            ! pp_sys.c
27510 ____________________________________________________________________________
27511 [  9362] By: jhi                                   on 2001/03/26  18:37:52
27512         Log: Integrate perlio.
27513      Branch: perl
27514           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
27515 ____________________________________________________________________________
27516 [  9361] By: nick                                  on 2001/03/26  17:32:06
27517         Log: Implement flush of linebuffered streams on read of a tty.
27518      Branch: perlio
27519            ! perlio.c perliol.h
27520 ____________________________________________________________________________
27521 [  9360] By: nick                                  on 2001/03/26  17:12:32
27522         Log: Memory tweaks and notes for OEMVS.
27523      Branch: perlio
27524            ! README.os390 miniperlmain.c t/op/pat.t
27525 ____________________________________________________________________________
27526 [  9359] By: jhi                                   on 2001/03/26  02:12:54
27527         Log: Update Changes.
27528      Branch: perl
27529            ! Changes patchlevel.h
27530 ____________________________________________________________________________
27531 [  9358] By: jhi                                   on 2001/03/26  02:05:32
27532         Log: Document the most common pixie options.
27533      Branch: perl
27534            ! pod/perlhack.pod
27535 ____________________________________________________________________________
27536 [  9357] By: jhi                                   on 2001/03/26  01:25:28
27537         Log: For perl.pixie check *before* compiling that optimize is -g,
27538              as for perl.third.
27539      Branch: perl
27540            ! Makefile.SH
27541 ____________________________________________________________________________
27542 [  9356] By: jhi                                   on 2001/03/26  01:13:41
27543         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
27544      Branch: perl
27545            ! Makefile.SH
27546 ____________________________________________________________________________
27547 [  9355] By: jhi                                   on 2001/03/26  01:11:19
27548         Log: Remove t/perl.third.
27549      Branch: perl
27550            ! Makefile.SH
27551 ____________________________________________________________________________
27552 [  9354] By: jhi                                   on 2001/03/26  00:23:38
27553         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
27554              IO::Sockatmark().
27555      Branch: perl
27556            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27557 ____________________________________________________________________________
27558 [  9353] By: jhi                                   on 2001/03/25  22:25:04
27559         Log: Integrate perlio.
27560      Branch: perl
27561           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27562           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
27563           !> pp_hot.c win32/makefile.mk
27564 ____________________________________________________________________________
27565 [  9352] By: jhi                                   on 2001/03/25  22:21:41
27566         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
27567              From: Radu Greab <radu@netsoft.ro>
27568              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
27569              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
27570      Branch: perl
27571            ! pp_sys.c
27572 ____________________________________________________________________________
27573 [  9351] By: nick                                  on 2001/03/25  22:15:02
27574         Log: Fix readline in list mode to tell rest of world that it has
27575              things on the stack. Otherwise if perl code gets invoked
27576              underneath it it scribbles over results-so-far.
27577              (Why TIEHANDLE has not tripped on this is a mystery.)
27578      Branch: perlio
27579            ! pp_hot.c
27580 ____________________________________________________________________________
27581 [  9350] By: nick                                  on 2001/03/25  22:10:13
27582         Log: win32/makefile.mk typos
27583      Branch: perlio
27584            ! win32/makefile.mk
27585 ____________________________________________________________________________
27586 [  9349] By: nick                                  on 2001/03/25  21:31:14
27587         Log: Integrate now-non-binary file.
27588      Branch: perlio
27589           !> t/lib/mimeqp.t
27590 ____________________________________________________________________________
27591 [  9348] By: nick                                  on 2001/03/25  21:27:24
27592         Log: Make it text
27593      Branch: perlio
27594            ! t/lib/mimeqp.t
27595 ____________________________________________________________________________
27596 [  9347] By: nick                                  on 2001/03/25  21:25:37
27597         Log: Integrate mainline.
27598      Branch: perlio
27599           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27600           !> lib/Term/ReadLine.pm t/lib/md5-file.t
27601 ____________________________________________________________________________
27602 [  9346] By: nick                                  on 2001/03/25  20:58:15
27603         Log: Add destruct time hook to PerlIO (for work-in-process implementing
27604              layers in perl code. In such cases layers need to be popped before
27605              we loose the ability to run perl code.)
27606              Also back-out "PerlIO::object" hook - it isn't going to work like that...
27607      Branch: perlio
27608            ! perl.c perlio.c perlio.h perliol.h
27609 ____________________________________________________________________________
27610 [  9345] By: nick                                  on 2001/03/25  20:49:11
27611         Log: Avoid at leasy one of undefined warnings in Encode.
27612      Branch: perlio
27613            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27614 ____________________________________________________________________________
27615 [  9344] By: jhi                                   on 2001/03/25  20:37:43
27616         Log: A workaround for using Term::ReadLine in emacs minibuffer
27617              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
27618              additional tweaks from Ilya Zakharevich.
27619      Branch: perl
27620            ! lib/Term/ReadLine.pm
27621 ____________________________________________________________________________
27622 [  9343] By: nick                                  on 2001/03/25  20:21:14
27623         Log: Missing return value.
27624      Branch: perlio
27625            ! ext/PerlIO/Scalar/Scalar.xs
27626 ____________________________________________________________________________
27627 [  9342] By: jhi                                   on 2001/03/25  16:21:00
27628         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
27629              to equal the CPAN versions since no code changes have been made.
27630      Branch: perl
27631            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27632            ! t/lib/md5-file.t
27633 ____________________________________________________________________________
27634 [  9341] By: jhi                                   on 2001/03/25  16:01:48
27635         Log: Escape 8-bit characters.
27636      Branch: perl
27637            ! t/lib/mimeqp.t
27638 ____________________________________________________________________________
27639 [  9340] By: gsar                                  on 2001/03/25  15:50:53
27640         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
27641              chars)
27642      Branch: perl
27643            + t/lib/mimeqp.t
27644 ____________________________________________________________________________
27645 [  9339] By: gsar                                  on 2001/03/25  15:48:50
27646         Log: delete mimeqp.t for later with text mode set
27647      Branch: perl
27648            - t/lib/mimeqp.t
27649 ____________________________________________________________________________
27650 [  9338] By: nick                                  on 2001/03/25  09:01:57
27651         Log: Integrate mainline.
27652      Branch: perlio
27653           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27654           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27655           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27656           +> t/lib/mimeb64u.t t/lib/mimeqp.t
27657           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
27658           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
27659           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
27660 ____________________________________________________________________________
27661 [  9337] By: jhi                                   on 2001/03/25  04:23:24
27662         Log: Add MIME::Base64 here and there.  Again, a lot of
27663              optimism is in the air.
27664      Branch: perl
27665            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27666            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
27667 ____________________________________________________________________________
27668 [  9336] By: jhi                                   on 2001/03/25  04:12:43
27669         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
27670              this by ear as I do not do Win32 programming.)
27671      Branch: perl
27672            ! win32/Makefile win32/makefile.mk
27673 ____________________________________________________________________________
27674 [  9335] By: jhi                                   on 2001/03/25  04:03:50
27675         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
27676      Branch: perl
27677            ! t/lib/md5-file.t
27678 ____________________________________________________________________________
27679 [  9334] By: jhi                                   on 2001/03/25  03:58:53
27680         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
27681      Branch: perl
27682            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27683            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27684            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27685            + t/lib/mimeb64u.t t/lib/mimeqp.t
27686            ! MANIFEST
27687 ____________________________________________________________________________
27688 [  9333] By: jhi                                   on 2001/03/24  20:14:37
27689         Log: Integrate perlio.
27690      Branch: perl
27691           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
27692 ____________________________________________________________________________
27693 [  9332] By: nick                                  on 2001/03/24  19:40:34
27694         Log: Fix un-init variable leading to spurious "Out of Memory!"
27695      Branch: perlio
27696            ! doio.c
27697 ____________________________________________________________________________
27698 [  9331] By: nick                                  on 2001/03/24  19:09:59
27699         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
27700              and update layers internals doc.
27701      Branch: perlio
27702            ! pod/perlfunc.pod pod/perliol.pod
27703 ____________________________________________________________________________
27704 [  9330] By: jhi                                   on 2001/03/24  18:42:11
27705         Log: The length might be uninitialized garbage if the *svp is the undef.
27706      Branch: perl
27707            ! doio.c
27708 ____________________________________________________________________________
27709 [  9329] By: jhi                                   on 2001/03/24  18:26:57
27710         Log: (Retracted by #9393)
27711
27712              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
27713              From: Simon Cozens <simon@netthink.co.uk>
27714              Date: Sat, 24 Mar 2001 17:13:17 +0000
27715              Message-ID: <20010324171317.A13406@netthink.co.uk>
27716      Branch: perl
27717            ! utils/h2xs.PL
27718 ____________________________________________________________________________
27719 [  9328] By: nick                                  on 2001/03/24  17:22:02
27720         Log: Integrate mainline.
27721      Branch: perlio
27722           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
27723           !> lib/unicode/version
27724 ____________________________________________________________________________
27725 [  9327] By: nick                                  on 2001/03/24  17:16:02
27726         Log: Integrate mainline.
27727      Branch: perlio
27728           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27729           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27730           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27731           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27732           +> t/lib/md5-file.t
27733           !> MANIFEST Makefile.SH configure.com djgpp/config.over
27734           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
27735           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
27736           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
27737           !> win32/makefile.mk
27738 ____________________________________________________________________________
27739 [  9326] By: jhi                                   on 2001/03/24  17:00:42
27740         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
27741      Branch: perl
27742            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
27743            ! lib/unicode/version
27744 ____________________________________________________________________________
27745 [  9325] By: jhi                                   on 2001/03/24  16:22:33
27746         Log: Subject: Re: B::Deparse bug (5.6.0)
27747              From: Robin Houston <robin@kitsite.com>
27748              Date: Sat, 24 Mar 2001 14:33:09 +0000
27749              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
27750      Branch: perl
27751            ! op.c pp.c t/lib/b.t t/op/repeat.t
27752 ____________________________________________________________________________
27753 [  9324] By: jhi                                   on 2001/03/24  16:21:56
27754         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
27755              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
27756              these additions may be too optimistic.
27757      Branch: perl
27758            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27759            ! hints/uwin.sh hints/vmesa.sh
27760 ____________________________________________________________________________
27761 [  9323] By: jhi                                   on 2001/03/24  16:06:01
27762         Log: Integrate perlio.
27763      Branch: perl
27764           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27765           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27766            ! Makefile.SH
27767           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
27768           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
27769           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
27770           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27771           !> win32/makefile.mk win32/perlhost.h win32/win32.c
27772           !> win32/win32iop.h
27773 ____________________________________________________________________________
27774 [  9322] By: nick                                  on 2001/03/24  14:39:12
27775         Log: Routine Win32 regen_config_h - no real changes.
27776      Branch: perlio
27777            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27778 ____________________________________________________________________________
27779 [  9321] By: nick                                  on 2001/03/24  14:31:49
27780         Log: PerlIO fixups for Win32:
27781              - provide win33_popenlist() - non-functional as yet.
27782              - avoid need for aTHX in PerlIO_debug calls - even if not 
27783              enabled args are still evaluated so Win32 has trouble during fork().
27784              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
27785              - Fixup makedef.pl for latest set of symbols.
27786      Branch: perlio
27787            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
27788            ! win32/perlhost.h win32/win32.c win32/win32iop.h
27789 ____________________________________________________________________________
27790 [  9320] By: nick                                  on 2001/03/24  14:26:58
27791         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
27792              was gibberish - broke it on WIn32 at least.
27793      Branch: perlio
27794            ! ext/POSIX/POSIX.xs
27795 ____________________________________________________________________________
27796 [  9319] By: nick                                  on 2001/03/24  11:29:41
27797         Log: Generated files.
27798      Branch: perlio
27799            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27800 ____________________________________________________________________________
27801 [  9318] By: nick                                  on 2001/03/24  10:29:37
27802         Log: Implement:
27803              1.  open($fh,"+<",undef);  # add test to t/io/open.t
27804              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
27805      Branch: perlio
27806            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27807            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27808            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
27809            ! t/io/open.t t/io/utf8.t
27810 ____________________________________________________________________________
27811 [  9317] By: jhi                                   on 2001/03/23  23:41:25
27812         Log: AIX does seems to have optimization problems with its C compilers.
27813      Branch: perl
27814            ! hints/aix.sh
27815 ____________________________________________________________________________
27816 [  9316] By: jhi                                   on 2001/03/23  23:40:46
27817         Log: Integrate perlio.
27818      Branch: perl
27819           +> lib/PerlIO.pm
27820           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
27821           !> perliol.h
27822 ____________________________________________________________________________
27823 [  9315] By: jhi                                   on 2001/03/23  22:16:30
27824         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
27825      Branch: perl
27826            ! t/lib/md5-file.t
27827 ____________________________________________________________________________
27828 [  9314] By: nick                                  on 2001/03/23  20:49:02
27829         Log: Perlio internals re-organized.
27830              - open process creates AV of layer/arg pairs
27831              (appends layers from open() or open.pm to default list).
27832              - push arg is now an SV.
27833              - layer ->Open get passed the AV
27834              - open is no longer mandatory method.
27835              - topmost layer that has ->Open method does the open
27836              - any layers above are pushed once that returns.
27837              - vtable re-ordered so dummy layers need only provide push/pop methods.
27838      Branch: perlio
27839            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27840 ____________________________________________________________________________
27841 [  9313] By: nick                                  on 2001/03/23  16:27:41
27842         Log: Check in a stable (working) version before next round of tweaks.
27843              Changes include:
27844              - Move default layers code out of doio.c and into perlio.c
27845              - Single routine for parsing layer specification strings.
27846              - Skeleton support for demand loading of layers
27847              - Core-dump avoidance if PERLIO environment specifies loadable layer
27848              (does not _work_ as need IO to load and need load to do IO ...)
27849      Branch: perlio
27850            + lib/PerlIO.pm
27851            ! MANIFEST doio.c perlio.c
27852 ____________________________________________________________________________
27853 [  9312] By: gsar                                  on 2001/03/23  16:25:25
27854         Log: add execute bit to files with shebang lines in the repository;
27855              avoid clobbering execute bit in Porting/makerel 
27856      Branch: maint-5.6/perl
27857            ! (edit 144 files)
27858 ____________________________________________________________________________
27859 [  9311] By: jhi                                   on 2001/03/23  14:25:35
27860         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
27861      Branch: perl
27862            ! MANIFEST
27863 ____________________________________________________________________________
27864 [  9310] By: jhi                                   on 2001/03/23  13:45:04
27865         Log: Subject: [PATCH] Net::Ping
27866              From: Colin McMillen <mcmi0037@tc.umn.edu>
27867              Date: Thu, 22 Mar 2001 19:30:31 -0600
27868              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
27869      Branch: perl
27870            ! lib/Net/Ping.pm
27871 ____________________________________________________________________________
27872 [  9309] By: jhi                                   on 2001/03/23  13:39:13
27873         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
27874      Branch: perl
27875            ! t/lib/md5-aaa.t t/lib/md5-file.t
27876 ____________________________________________________________________________
27877 [  9308] By: jhi                                   on 2001/03/23  13:20:34
27878         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
27879              - bump the version to 2.14
27880              - drop the base64 tests since they require MIME::Base64
27881              - drop the rfc1321.txt
27882              - drop the hints/dec_osf.pl since it's only needed for
27883              pre-5.005_03 Perls
27884              Todo:
27885              - the U32 alignment testing is now removed; it needs to
27886              be reintroduced as as a Config variable (meaning also
27887              as a Configure test)
27888              - get the new EBCDIC md5sum for MD5.pm
27889              - test in Win32 to see how badly I botched the makefiles
27890      Branch: perl
27891            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27892            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27893            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27894            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27895            + t/lib/md5-file.t
27896            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27897            ! win32/Makefile win32/makefile.mk
27898 ____________________________________________________________________________
27899 [  9307] By: jhi                                   on 2001/03/23  12:56:14
27900         Log: Integrate change #9306 from maintperl into mainline,
27901              AIX dynaloader for AIXes without <load.h>.
27902      Branch: perl
27903           !> ext/DynaLoader/hints/aix.pl
27904 ____________________________________________________________________________
27905 [  9306] By: jhi                                   on 2001/03/23  12:51:36
27906         Log: There are AIXes without /usr/include/load.h,
27907              patch from H.Merijn Brand.
27908      Branch: maint-5.6/perl
27909            ! ext/DynaLoader/hints/aix.pl
27910 ____________________________________________________________________________
27911 [  9305] By: nick                                  on 2001/03/23  11:00:42
27912         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
27913      Branch: perlio
27914            ! ext/Encode/Encode.xs perlio.c perlio.h
27915 ____________________________________________________________________________
27916 [  9304] By: nick                                  on 2001/03/23  10:20:46
27917         Log: Render -Duseperlio functional again.
27918              - this is "quick fix" which calls PerlIO_apply_layers after opening,
27919              which is what old scheme did. New scheme needs to change that
27920              to make open(...,\$scalar) etc. work but this will do for now.
27921      Branch: perlio
27922            ! perlio.c
27923 ____________________________________________________________________________
27924 [  9303] By: nick                                  on 2001/03/23  09:53:20
27925         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
27926              -Uuseperlio now works again.
27927              -Duseperlio is still poorly. Don't merge yet...
27928      Branch: perlio
27929            ! doio.c perlio.h
27930 ____________________________________________________________________________
27931 [  9302] By: nick                                  on 2001/03/22  22:26:51
27932         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
27933              type code.
27934              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
27935              is its main caller. In particular now has access to "extra" args, and
27936              can tell when an open handle is "reopened" (or duped?).
27937              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
27938              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
27939              PerlIO_open() et. al. (i.e. other way round).
27940              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
27941              with args close to PerlIO_openn().
27942      Branch: perlio
27943            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27944 ____________________________________________________________________________
27945 [  9301] By: jhi                                   on 2001/03/22  20:58:04
27946         Log: Integrate perlio.
27947      Branch: perl
27948           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
27949           !> t/io/open.t util.c
27950 ____________________________________________________________________________
27951 [  9300] By: nick                                  on 2001/03/22  17:36:32
27952         Log: Don't include $@ in not ok message.
27953      Branch: perlio
27954            ! t/io/open.t
27955 ____________________________________________________________________________
27956 [  9299] By: gsar                                  on 2001/03/22  16:53:45
27957         Log: back out changes#7532,7521 for now (appears to have problems
27958              on IRIX)
27959      Branch: maint-5.6/perl
27960            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27961            ! ext/POSIX/typemap pod/perlvar.pod
27962 ____________________________________________________________________________
27963 [  9298] By: nick                                  on 2001/03/22  14:35:46
27964         Log: Give a meaning to '&' in n-arg open case:
27965              open($fh,"<&",$scalar);
27966              $scalar can be:
27967              - an integer which does "fdopen"
27968              open($fh,"<&",2); # like open($fh,"<&2")
27969              - something that will yield a file handle via sv_2io()
27970              useful for dup'ing anonymous handles.
27971              e.g.:
27972              open(my $fh,"<&",\*STDIN);
27973              open(my $dup,"<&",$fh);
27974      Branch: perlio
27975            ! doio.c t/io/open.t
27976 ____________________________________________________________________________
27977 [  9297] By: nick                                  on 2001/03/22  13:34:35
27978         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
27979      Branch: perlio
27980            ! util.c
27981 ____________________________________________________________________________
27982 [  9296] By: nick                                  on 2001/03/22  12:51:20
27983         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
27984      Branch: perlio
27985            ! perl.c
27986 ____________________________________________________________________________
27987 [  9295] By: nick                                  on 2001/03/22  11:59:44
27988         Log: If stdin, stdout or stderr get opened in unexpected read/write state
27989              then warn at time of open not at time of use.
27990      Branch: perlio
27991            ! doio.c pp_hot.c pp_sys.c
27992 ____________________________________________________________________________
27993 [  9294] By: nick                                  on 2001/03/22  10:54:35
27994         Log: Die on n-arg open(...,"",xxx,yyy,...)
27995              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
27996              - die on read/write cases so we can decide what it means later.
27997      Branch: perlio
27998            ! doio.c embed.pl iperlsys.h util.c
27999 ____________________________________________________________________________
28000 [  9293] By: nick                                  on 2001/03/22  09:02:45
28001         Log: perlio tweaks (reported by Nick Clark)
28002              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
28003              error check in Pendinf_read().
28004      Branch: perlio
28005            ! perlio.c
28006 ____________________________________________________________________________
28007 [  9292] By: gsar                                  on 2001/03/22  07:12:00
28008         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
28009              fixes)
28010      Branch: maint-5.6/perl
28011           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
28012 ____________________________________________________________________________
28013 [  9291] By: jhi                                   on 2001/03/22  06:06:44
28014         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
28015      Branch: perl
28016            ! t/op/re_tests
28017 ____________________________________________________________________________
28018 [  9290] By: jhi                                   on 2001/03/22  05:57:01
28019         Log: Move MacOS Classic higher in the list of supported platforms.
28020      Branch: maint-5.6/perl
28021            ! pod/perlport.pod
28022 ____________________________________________________________________________
28023 [  9289] By: gsar                                  on 2001/03/22  05:35:04
28024         Log: revert part of change#6438 for compatibility (av_reify()
28025              appears to be needed to implement av_splice()ish things
28026              in XS)
28027      Branch: maint-5.6/perl
28028            ! embed.pl global.sym objXSUB.h perlapi.c
28029 ____________________________________________________________________________
28030 [  9288] By: gsar                                  on 2001/03/22  03:09:19
28031         Log: update copyright year
28032      Branch: maint-5.6/perl
28033            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28034            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
28035            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
28036            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
28037            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
28038            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
28039            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
28040            ! x2p/walk.c
28041 ____________________________________________________________________________
28042 [  9287] By: jhi                                   on 2001/03/21  20:30:54
28043         Log: Integrate perlio.
28044      Branch: perl
28045           !> ext/Data/Dumper/Dumper.xs
28046 ____________________________________________________________________________
28047 [  9286] By: gsar                                  on 2001/03/21  19:49:54
28048         Log: makefile.mk tweak
28049      Branch: maint-5.6/perl
28050            ! win32/Makefile win32/makefile.mk
28051 ____________________________________________________________________________
28052 [  9285] By: nick                                  on 2001/03/21  19:07:13
28053         Log: Multiplicity fix for Dumper.
28054      Branch: perlio
28055            ! ext/Data/Dumper/Dumper.xs
28056 ____________________________________________________________________________
28057 [  9284] By: nick                                  on 2001/03/21  19:01:07
28058         Log: Integrate mainline - (does not build xTHX issue in Dumper).
28059      Branch: perlio
28060           !> (integrate 27 files)
28061 ____________________________________________________________________________
28062 [  9283] By: jhi                                   on 2001/03/21  17:17:35
28063         Log: Integrate change #9282 from mainline into maintperl,
28064              4-arg UTF-8 substr().
28065      Branch: maint-5.6/perl
28066           !> pp.c
28067 ____________________________________________________________________________
28068 [  9282] By: jhi                                   on 2001/03/21  17:15:43
28069         Log: The #9270 would have leaked a scalar if pp_substr()
28070              returned early.
28071      Branch: perl
28072            ! pp.c
28073 ____________________________________________________________________________
28074 [  9281] By: gsar                                  on 2001/03/21  17:03:14
28075         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
28076      Branch: maint-5.6/perl
28077            ! win32/makefile.mk
28078 ____________________________________________________________________________
28079 [  9280] By: gsar                                  on 2001/03/21  17:01:20
28080         Log: some tweaks to change#9278 (fork() emulation should be enabled
28081              by setting BUILD_FLAVOR instead of changing the defaults)
28082      Branch: maint-5.6/perl
28083            ! win32/makefile.mk
28084 ____________________________________________________________________________
28085 [  9279] By: gsar                                  on 2001/03/21  16:47:19
28086         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
28087      Branch: maint-5.6/perl
28088            ! ext/File/Glob/Glob.pm
28089           !> lib/Cwd.pm
28090 ____________________________________________________________________________
28091 [  9278] By: jhi                                   on 2001/03/21  14:35:10
28092         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
28093              From: "Vadim Konovalov" <watman@inbox.ru>
28094              Date: Wed, 21 Mar 2001 01:53:51 +0300
28095              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
28096      Branch: maint-5.6/perl
28097            ! win32/makefile.mk win32/win32sck.c
28098 ____________________________________________________________________________
28099 [  9277] By: jhi                                   on 2001/03/21  13:58:28
28100         Log: Integrate change #9270 from mainline to maintperl:
28101              continued 4-arg UTF-8 substr() fixing.
28102      Branch: maint-5.6/perl
28103           !> pp.c t/op/substr.t
28104 ____________________________________________________________________________
28105 [  9276] By: jhi                                   on 2001/03/21  13:33:00
28106         Log: More pixie cleaning.
28107      Branch: perl
28108            ! Makefile.SH
28109 ____________________________________________________________________________
28110 [  9275] By: jhi                                   on 2001/03/21  03:54:17
28111         Log: Update Changes.
28112      Branch: perl
28113            ! Changes patchlevel.h
28114 ____________________________________________________________________________
28115 [  9274] By: jhi                                   on 2001/03/21  03:48:24
28116         Log: First stab at making Data::Dumper to grok Unicode.
28117              
28118              TODO: tests, EBCDICify.
28119      Branch: perl
28120            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
28121 ____________________________________________________________________________
28122 [  9273] By: jhi                                   on 2001/03/21  02:23:00
28123         Log: Fix for
28124              
28125              Subject: Memory leak in unquoted print   
28126              From: Benjamin Sugars <bsugars@canoe.ca> 
28127              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
28128              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
28129      Branch: perl
28130            ! perlio.c
28131 ____________________________________________________________________________
28132 [  9272] By: jhi                                   on 2001/03/21  01:33:17
28133         Log: Subject: Re: [PATCH] POSIX::getcwd()
28134              From: Benjamin Sugars <bsugars@canoe.ca> 
28135              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
28136              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
28137      Branch: perl
28138            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28139 ____________________________________________________________________________
28140 [  9271] By: jhi                                   on 2001/03/21  01:22:52
28141         Log: Subject: [PATCH] Cwd.pm docs
28142              From: Benjamin Sugars <bsugars@canoe.ca>
28143              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
28144              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
28145      Branch: perl
28146            ! lib/Cwd.pm
28147 ____________________________________________________________________________
28148 [  9270] By: jhi                                   on 2001/03/21  01:16:29
28149         Log: Continue 4-arg substr() UTF-8 fixage.
28150      Branch: perl
28151            ! pp.c t/op/substr.t
28152 ____________________________________________________________________________
28153 [  9269] By: jhi                                   on 2001/03/21  00:46:14
28154         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
28155              
28156              revert the leak fix in change#9142 (problem needs a more experimental
28157              fix unsuitable for 5.6.1)
28158              
28159              do alphabetical sorting by default (for csh compatibility)
28160              
28161              cut-n-paste goof in change#9264
28162              
28163              VMS piping fixes (from Charles Lane)
28164      Branch: perl
28165           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
28166           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28167           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
28168 ____________________________________________________________________________
28169 [  9268] By: jhi                                   on 2001/03/21  00:37:04
28170         Log: Integrate perlio.
28171      Branch: perl
28172           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
28173           !> utf8.c utf8.h utfebcdic.h
28174 ____________________________________________________________________________
28175 [  9267] By: nick                                  on 2001/03/20  20:04:39
28176         Log: More EBCDIC stuff:
28177              - Loose the extra level of function on ASCII.
28178              - spotted a chr(0) issue in sv.c
28179              - re-work of UTF-X tr/// ranges to work in Unicode
28180              space. Still issues with the "0xff is illegal UTF-8" hack.
28181              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
28182              (why do it once when you can do it all over the place :-(
28183              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
28184              need utf8.pm for swashes.
28185              - Simplified and commented scan_const() in toke.c
28186              Still something wrong regexp and tr (swashes?).
28187      Branch: perlio
28188            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
28189            ! utf8.c utf8.h utfebcdic.h
28190 ____________________________________________________________________________
28191 [  9266] By: gsar                                  on 2001/03/20  19:16:43
28192         Log: VMS piping fixes (from Charles Lane)
28193      Branch: maint-5.6/perl
28194            ! vms/vms.c vms/vmspipe.com
28195 ____________________________________________________________________________
28196 [  9265] By: gsar                                  on 2001/03/20  17:53:52
28197         Log: cut-n-paste goof in change#9264
28198      Branch: maint-5.6/perl
28199            ! ext/File/Glob/Glob.xs
28200 ____________________________________________________________________________
28201 [  9264] By: gsar                                  on 2001/03/20  17:43:47
28202         Log: do alphabetical sorting by default (for csh compatibility);
28203              bsd_glob() does ASCII sort by default as usual, unless
28204              GLOB_ALPHASORT was specified
28205      Branch: maint-5.6/perl
28206            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
28207            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28208            ! ext/File/Glob/bsd_glob.h
28209 ____________________________________________________________________________
28210 [  9263] By: gsar                                  on 2001/03/20  16:40:08
28211         Log: integrate change#9255 from mainline (unicode fix)
28212              
28213              substr($bytestr, i, n, $charstr)
28214      Branch: maint-5.6/perl
28215           !> Todo-5.6 pp.c t/op/substr.t
28216 ____________________________________________________________________________
28217 [  9262] By: gsar                                  on 2001/03/20  15:57:41
28218         Log: revert the leak fix in change#9142 (problem needs a more experimental
28219              fix unsuitable for 5.6.1)
28220      Branch: maint-5.6/perl
28221            ! scope.c
28222 ____________________________________________________________________________
28223 [  9261] By: jhi                                   on 2001/03/20  14:26:25
28224         Log: Integrate changes #9259,9260 from maintperl into mainline.
28225              
28226              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
28227              
28228              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
28229      Branch: perl
28230           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
28231 ____________________________________________________________________________
28232 [  9260] By: jhi                                   on 2001/03/20  14:05:46
28233         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
28234              From: Robin Barker <rmb1@cise.npl.co.uk>
28235              Date: Tue, 20 Mar 2001 10:12:04 GMT
28236              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
28237      Branch: maint-5.6/perl
28238            ! run.c
28239 ____________________________________________________________________________
28240 [  9259] By: jhi                                   on 2001/03/20  14:04:39
28241         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
28242              From: Chris Nandor <pudge@pobox.com>
28243              Date: Tue, 20 Mar 2001 00:40:56 -0500
28244              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
28245      Branch: maint-5.6/perl
28246            ! ext/POSIX/POSIX.xs lib/File/Path.pm
28247 ____________________________________________________________________________
28248 [  9258] By: jhi                                   on 2001/03/20  05:09:34
28249         Log: Update Changes.
28250      Branch: perl
28251            ! Changes patchlevel.h
28252 ____________________________________________________________________________
28253 [  9257] By: jhi                                   on 2001/03/20  05:04:25
28254         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
28255      Branch: perl
28256            ! t/op/tr.t
28257 ____________________________________________________________________________
28258 [  9256] By: jhi                                   on 2001/03/20  04:43:12
28259         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
28260              From: Peter Prymmer <pvhp@forte.com>
28261              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
28262              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
28263      Branch: maint-5.6/perl
28264            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
28265 ____________________________________________________________________________
28266 [  9255] By: jhi                                   on 2001/03/19  23:17:17
28267         Log: substr($bytestr, i, n, $charstr)
28268
28269              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
28270      Branch: perl
28271            ! Todo-5.6 pp.c t/op/substr.t
28272 ____________________________________________________________________________
28273 [  9254] By: jhi                                   on 2001/03/19  22:25:09
28274         Log: Rearrange the make test target prerequisites so that
28275              in a parallel make 'all' is finished before 'test'.
28276      Branch: perl
28277            ! Makefile.SH
28278 ____________________________________________________________________________
28279 [  9253] By: jhi                                   on 2001/03/19  21:48:07
28280         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
28281              From: Robin Houston <robin@kitsite.com>
28282              Date: Mon, 19 Mar 2001 15:48:41 +0000
28283              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
28284      Branch: perl
28285            ! pp_ctl.c
28286 ____________________________________________________________________________
28287 [  9252] By: jhi                                   on 2001/03/19  21:42:27
28288         Log: Integrate perlio.
28289      Branch: perl
28290           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
28291           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
28292           !> utfebcdic.h vms/perly_c.vms
28293 ____________________________________________________________________________
28294 [  9251] By: jhi                                   on 2001/03/19  21:31:28
28295         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
28296              
28297              Dynaloading in 64-bit AIX with vac.
28298      Branch: perl
28299           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28300           !> hints/aix.sh
28301 ____________________________________________________________________________
28302 [  9250] By: jhi                                   on 2001/03/19  21:18:00
28303         Log: A more robust solution for the 64bitall AIX dynaloading
28304              problem, from Jens-Uwe Mager.
28305      Branch: maint-5.6/perl
28306            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28307 ____________________________________________________________________________
28308 [  9249] By: nick                                  on 2001/03/19  20:59:37
28309         Log: Integrate mainline.
28310      Branch: perlio
28311           !> (integrate 42 files)
28312 ____________________________________________________________________________
28313 [  9248] By: nick                                  on 2001/03/19  20:22:07
28314         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
28315              (Building on OS390 uses native YACC and YYDEBUG has other
28316              side effects.)
28317      Branch: perlio
28318            ! perly.c perly.y vms/perly_c.vms
28319 ____________________________________________________________________________
28320 [  9247] By: jhi                                   on 2001/03/19  19:59:53
28321         Log: 64-bit AIX dynaloading problem (see #9244) idea
28322              from Jens-Uwe Mager.
28323      Branch: maint-5.6/perl
28324            ! ext/DynaLoader/dl_aix.xs
28325 ____________________________________________________________________________
28326 [  9246] By: nick                                  on 2001/03/19  19:27:57
28327         Log: More EBCDIC fixes.
28328      Branch: perlio
28329            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
28330            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
28331 ____________________________________________________________________________
28332 [  9245] By: jhi                                   on 2001/03/19  19:05:19
28333         Log: Integrate change #9243 from mainline into maintperl.
28334              
28335              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
28336      Branch: maint-5.6/perl
28337           !> README.vmesa
28338 ____________________________________________________________________________
28339 [  9244] By: jhi                                   on 2001/03/19  19:03:15
28340         Log: Get 64bitall AIX building, but still does not test okay:
28341              dynaloading anything fails, for example for op/defins:
28342              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
28343              (update: fixed by #9247,9250)
28344      Branch: maint-5.6/perl
28345            ! hints/aix.sh
28346 ____________________________________________________________________________
28347 [  9243] By: jhi                                   on 2001/03/19  19:00:16
28348         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
28349              From: Robin Barker <rmb1@cise.npl.co.uk>
28350              Date: Mon, 19 Mar 2001 18:01:57 GMT
28351              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
28352      Branch: perl
28353            ! README.vmesa
28354 ____________________________________________________________________________
28355 [  9242] By: jhi                                   on 2001/03/19  18:58:43
28356         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
28357              
28358              TODO: tests.
28359      Branch: perl
28360            ! doop.c op.c
28361 ____________________________________________________________________________
28362 [  9241] By: gsar                                  on 2001/03/19  17:34:46
28363         Log: VMSify tests (from Charles Lane)
28364      Branch: maint-5.6/perl
28365            ! t/lib/filehand.t t/lib/texttabs.t
28366 ____________________________________________________________________________
28367 [  9240] By: jhi                                   on 2001/03/19  14:24:26
28368         Log: Integrate change #9233 from maintperl into mainline.
28369              
28370              some refcounts were incorrect in perl_clone()
28371      Branch: perl
28372           !> sv.c
28373 ____________________________________________________________________________
28374 [  9239] By: gsar                                  on 2001/03/19  09:23:17
28375         Log: this is 5.6.1-trial3
28376      Branch: maint-5.6/perl
28377            ! Changes
28378 ____________________________________________________________________________
28379 [  9238] By: gsar                                  on 2001/03/19  08:47:04
28380         Log: some new symbols are only available under ithreads
28381      Branch: maint-5.6/perl
28382            ! makedef.pl
28383 ____________________________________________________________________________
28384 [  9237] By: gsar                                  on 2001/03/19  08:42:28
28385         Log: update patchlevel.h, Changes, &c.
28386      Branch: maint-5.6/perl
28387            ! Changes patchlevel.h pod/perlhist.pod
28388           !> AUTHORS
28389 ____________________________________________________________________________
28390 [  9236] By: gsar                                  on 2001/03/19  08:17:49
28391         Log: integrate changes#8068,8717 from mainline
28392              
28393              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
28394              
28395              [PATCH CPAN 1.59_51] warning message (not!)
28396      Branch: maint-5.6/perl
28397           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
28398           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
28399           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
28400           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
28401           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28402 ____________________________________________________________________________
28403 [  9235] By: gsar                                  on 2001/03/19  08:07:09
28404         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
28405              
28406              [PATCH] Add missing CV flags to dump.c
28407              
28408              Re: [patch] Re: PL_ptr_table
28409              
28410              Fixup non-ithread build after 8713
28411              
28412              Generated files form 8713 etc.
28413              
28414              Correct the correction :-(
28415              
28416              Documenting coderef @INC (Re: CPAN "make this script work" feature)
28417              
28418              Subject: Re: sync sync sync: have I missed any patches?
28419              Replace djSP with dSP.
28420      Branch: maint-5.6/perl
28421           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
28422           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
28423           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
28424           !> sv.c sv.h win32/perlhost.h
28425 ____________________________________________________________________________
28426 [  9234] By: gsar                                  on 2001/03/19  07:22:05
28427         Log: revert the change#9090 integrate for now (change looks somewhat
28428              incomplete in that [ha]v_exists() need something similar; lacks
28429              tests; &c.)
28430      Branch: maint-5.6/perl
28431            ! hv.c
28432 ____________________________________________________________________________
28433 [  9233] By: gsar                                  on 2001/03/19  07:10:01
28434         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
28435              destruction when there are unreferenced scalars (SvREFCNT==0)
28436      Branch: maint-5.6/perl
28437            ! sv.c
28438 ____________________________________________________________________________
28439 [  9232] By: jhi                                   on 2001/03/19  05:11:02
28440         Log: Regen api and toc.
28441      Branch: maint-5.6/perl
28442            ! pod/perlapi.pod pod/perltoc.pod
28443 ____________________________________________________________________________
28444 [  9231] By: jhi                                   on 2001/03/19  04:06:03
28445         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
28446              add a lost line in pp.c:pp_chop(), update to new op/chop.
28447              
28448              Clarify the description differentiating for and while; inspired by
28449              
28450              Subject: [ID 20010306.004] || != named unary operator
28451              
28452              The $Is_MacOS needs to be declared.
28453      Branch: maint-5.6/perl
28454            ! pp.c t/op/chop.t
28455           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
28456 ____________________________________________________________________________
28457 [  9230] By: jhi                                   on 2001/03/19  03:48:16
28458         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
28459              9079,9083,9089,9090,9091 from mainline to maintperl.
28460              
28461              Quieten some noise in Win32 builds
28462              
28463              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
28464              
28465              The perlretut was still talking about the old \p and \P
28466              definitions.
28467              
28468              More tweakage on the Unicode character class descriptions.
28469              
28470              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
28471              
28472              Subject: 'no *POSIX' Patch speeding up make on BS2000 
28473              
28474              Subject: [PATCH] perldata.pod here-doc docs
28475              
28476              Add /sbin and /usr/sbin to the list of directories scanned
28477              for setuid programs.  Takes care of bug id 20010309.003.
28478              
28479              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
28480              
28481              In op/stat #35 better to scan all the potential directories
28482              for setuids, not just the first one.
28483      Branch: maint-5.6/perl
28484            ! Makefile.SH
28485           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
28486           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
28487           !> t/op/stat.t toke.c win32/win32.h
28488 ____________________________________________________________________________
28489 [  9229] By: jhi                                   on 2001/03/19  02:31:50
28490         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
28491              From: Chris Nandor <pudge@pobox.com>
28492              Date: Sat, 10 Mar 2001 14:22:19 -0500
28493              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
28494      Branch: maint-5.6/perl
28495            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28496            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
28497            ! t/lib/b.t t/lib/errno.t
28498 ____________________________________________________________________________
28499 [  9228] By: jhi                                   on 2001/03/19  02:29:59
28500         Log: Integrate changes #9113,9122 from mainline into maintperl.
28501              
28502              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?)
28503      Branch: maint-5.6/perl
28504           !> Configure README.os390 hints/os390.sh
28505 ____________________________________________________________________________
28506 [  9227] By: jhi                                   on 2001/03/19  02:22:35
28507         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
28508              into maintperl.
28509              
28510              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28511              
28512              Forgot to check-in the larger part of #9120, duh.
28513              
28514              Subject: Another patch for integer.pm POD 
28515              
28516              h2ph strictness and cleanliness from Kurt Starsinic.
28517              
28518              Borland filename case problem.
28519              
28520              h2ph strictness and cleanliness from Kurt Starsinic.
28521              
28522              Subject: [PATCH] the uncontroversial doc patches
28523      Branch: maint-5.6/perl
28524           +> win32/sncfnmcs.pl
28525           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
28526           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
28527           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
28528           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
28529           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
28530           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
28531           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
28532 ____________________________________________________________________________
28533 [  9226] By: jhi                                   on 2001/03/19  02:10:21
28534         Log: Integrate changes #9207,9214 from mainline into maintperl.
28535              
28536              podchecker relaxations: =over has an *optional* number after it,
28537              and whitespace in L<> is okay.
28538      Branch: maint-5.6/perl
28539           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28540           !> t/pod/poderrs.xr
28541 ____________________________________________________________________________
28542 [  9225] By: jhi                                   on 2001/03/19  02:07:38
28543         Log: Integrate change #9219 from maintperl into mainline.
28544              
28545              remove duplicated tests
28546      Branch: perl
28547           !> t/op/re_tests
28548 ____________________________________________________________________________
28549 [  9224] By: jhi                                   on 2001/03/19  02:06:11
28550         Log: Integrate change #9223 from mainline to maintperl.
28551              
28552              Document -Dmksymlinks.
28553      Branch: maint-5.6/perl
28554           !> INSTALL
28555 ____________________________________________________________________________
28556 [  9223] By: jhi                                   on 2001/03/19  02:01:25
28557         Log: Document -Dmksymlinks.
28558      Branch: perl
28559            ! INSTALL
28560 ____________________________________________________________________________
28561 [  9222] By: jhi                                   on 2001/03/19  01:15:35
28562         Log: The -Dmksymlinks wasn't working for maintperl.
28563      Branch: maint-5.6/perl
28564            ! Configure
28565 ____________________________________________________________________________
28566 [  9221] By: jhi                                   on 2001/03/19  00:49:43
28567         Log: Cleanup pixie residue.
28568      Branch: perl
28569            ! Makefile.SH
28570 ____________________________________________________________________________
28571 [  9220] By: jhi                                   on 2001/03/19  00:44:47
28572         Log: Document the use of pixie/prof; create make targets for it.
28573              
28574              TODO: make t/TEST pixie-aware.
28575      Branch: perl
28576            ! Makefile.SH pod/perlhack.pod
28577 ____________________________________________________________________________
28578 [  9219] By: gsar                                  on 2001/03/19  00:16:55
28579         Log: remove duplicated tests
28580      Branch: maint-5.6/perl
28581            ! t/op/re_tests
28582 ____________________________________________________________________________
28583 [  9218] By: jhi                                   on 2001/03/18  23:59:31
28584         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
28585      Branch: perl
28586            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
28587 ____________________________________________________________________________
28588 [  9217] By: jhi                                   on 2001/03/18  23:25:20
28589         Log: Rewrite the tests section of Makefile to be less redundant
28590              and to allow for more flexible test targets, many recursive
28591              make calls introduced.
28592      Branch: perl
28593            ! Makefile.SH
28594 ____________________________________________________________________________
28595 [  9216] By: jhi                                   on 2001/03/18  22:30:04
28596         Log: Document the use of Third Degree (sparsely).
28597      Branch: perl
28598            ! pod/perlhack.pod t/TEST
28599 ____________________________________________________________________________
28600 [  9215] By: jhi                                   on 2001/03/18  22:10:30
28601         Log: Make targets for testing with Third Degree.
28602      Branch: perl
28603            ! Makefile.SH
28604 ____________________________________________________________________________
28605 [  9214] By: jhi                                   on 2001/03/18  21:08:53
28606         Log: The podchecker relaxations need to mirrored also at the tests.
28607      Branch: perl
28608            ! t/pod/poderrs.xr
28609 ____________________________________________________________________________
28610 [  9213] By: jhi                                   on 2001/03/18  20:56:21
28611         Log: Update Changes.
28612      Branch: perl
28613            ! Changes patchlevel.h
28614 ____________________________________________________________________________
28615 [  9212] By: jhi                                   on 2001/03/18  20:36:59
28616         Log: Looking for config.sh in parent directories isn't
28617              very useful for the toplevel Makefile.
28618      Branch: perl
28619            ! Makefile.SH
28620 ____________________________________________________________________________
28621 [  9211] By: jhi                                   on 2001/03/18  20:33:37
28622         Log: On "make clean" take care of Third Degree droppings.
28623      Branch: perl
28624            ! Makefile.SH
28625 ____________________________________________________________________________
28626 [  9210] By: jhi                                   on 2001/03/18  20:21:34
28627         Log: Add a hook for running the tests under the Third Degree
28628              debugging tool (set $ENV{PERL_3LOG} to non-zero)
28629              
28630              TODO: Document the use of Third Degree.
28631      Branch: perl
28632            ! t/TEST
28633 ____________________________________________________________________________
28634 [  9209] By: jhi                                   on 2001/03/18  20:19:07
28635         Log: Regen toc and api pods.
28636      Branch: perl
28637            ! pod/perlapi.pod pod/perltoc.pod
28638 ____________________________________________________________________________
28639 [  9208] By: jhi                                   on 2001/03/18  20:12:12
28640         Log: Integrate changes #8128,9132 from mainline into maintperl,
28641              Tie::SubstrHash fixes.
28642      Branch: maint-5.6/perl
28643           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28644 ____________________________________________________________________________
28645 [  9207] By: jhi                                   on 2001/03/18  20:07:43
28646         Log: podchecker relaxations from Michael Stevens.
28647      Branch: perl
28648            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28649 ____________________________________________________________________________
28650 [  9206] By: jhi                                   on 2001/03/18  20:04:24
28651         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
28652      Branch: perl
28653            ! lib/Locale/Constants.pm lib/Locale/Country.pm
28654            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
28655            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
28656 ____________________________________________________________________________
28657 [  9205] By: jhi                                   on 2001/03/18  19:54:45
28658         Log: Integrate changes #9161,9162 from maintperl to mainline.
28659              
28660              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28661              results
28662      Branch: perl
28663           !> t/op/magic.t
28664 ____________________________________________________________________________
28665 [  9204] By: jhi                                   on 2001/03/18  19:37:46
28666         Log: Make perl.third checks more understandable to the builder.
28667      Branch: perl
28668            ! Makefile.SH
28669 ____________________________________________________________________________
28670 [  9203] By: jhi                                   on 2001/03/18  19:20:54
28671         Log: Re-integrate #9138 from maintperl to mainline,
28672              the squelching of the unneeded "Scalars leaked" messages.
28673      Branch: perl
28674           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28675           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28676           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28677 ____________________________________________________________________________
28678 [  9202] By: jhi                                   on 2001/03/18  18:48:36
28679         Log: More robust and more paranoid perl.third target.
28680      Branch: perl
28681            ! Makefile.SH
28682 ____________________________________________________________________________
28683 [  9201] By: jhi                                   on 2001/03/18  18:39:21
28684         Log: Integrate change #9197 from maintperl to mainline.
28685              
28686              more thorough cleaning of arenas.
28687      Branch: perl
28688           !> embed.pl perl.c proto.h sv.c t/op/sort.t
28689 ____________________________________________________________________________
28690 [  9200] By: jhi                                   on 2001/03/18  18:25:17
28691         Log: Integrate perlio.
28692      Branch: perl
28693           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
28694           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
28695           !> t/lib/encode.t toke.c universal.c utf8.c
28696 ____________________________________________________________________________
28697 [  9199] By: nick                                  on 2001/03/18  15:23:51
28698         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
28699              is the sense of the test being done. Avoid some magical 127 and 128 values
28700              by using macros.
28701      Branch: perlio
28702            ! doop.c pp_ctl.c sv.c toke.c
28703 ____________________________________________________________________________
28704 [  9198] By: nick                                  on 2001/03/18  14:18:12
28705         Log: UTF-X encoding invariance for Encode:
28706              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
28707              - move the XS code for those to universal.c (so in miniperl)
28708              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
28709              - change ext/Encode/compile to use above.
28710              - Fix t/lib/encode.t for above
28711              - Teach t/lib/b.t to expect -uutf8
28712              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
28713              utf8.pm is needed.
28714      Branch: perlio
28715            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28716            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
28717 ____________________________________________________________________________
28718 [  9197] By: gsar                                  on 2001/03/18  12:15:57
28719         Log: more thorough cleaning of arenas--keep going until no more
28720              SvREFCNT_dec()s occur (this fixes the problem that causes the
28721              pesky "Scalars leaked" warnings)
28722      Branch: maint-5.6/perl
28723            ! embed.pl perl.c proto.h sv.c t/op/sort.t
28724 ____________________________________________________________________________
28725 [  9196] By: nick                                  on 2001/03/18  10:57:29
28726         Log: Fix pragma/utf8.t # 15
28727              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
28728              are SvUTF8 as well.
28729      Branch: perlio
28730            ! toke.c
28731 ____________________________________________________________________________
28732 [  9195] By: nick                                  on 2001/03/18  09:27:06
28733         Log: Integrate mainline
28734      Branch: perlio
28735           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
28736           !> t/op/pat.t
28737 ____________________________________________________________________________
28738 [  9194] By: jhi                                   on 2001/03/18  05:29:59
28739         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
28740              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
28741      Branch: perl
28742            ! op.c op.h t/op/misc.t t/op/pat.t
28743 ____________________________________________________________________________
28744 [  9193] By: jhi                                   on 2001/03/18  05:15:06
28745         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
28746      Branch: perl
28747            ! mg.c t/op/pat.t
28748 ____________________________________________________________________________
28749 [  9192] By: jhi                                   on 2001/03/18  04:22:43
28750         Log: tr/// UTF-8 patches from Inaba Hiroto.
28751      Branch: perl
28752            ! doop.c op.c
28753 ____________________________________________________________________________
28754 [  9191] By: jhi                                   on 2001/03/18  04:21:17
28755         Log: Integrate perlio.
28756      Branch: perl
28757           !> utf8.c utfebcdic.h
28758 ____________________________________________________________________________
28759 [  9190] By: nick                                  on 2001/03/17  20:32:01
28760         Log: Correct #if EBCDIC side typos.
28761              Builds and passes many tests on OS390.
28762      Branch: perlio
28763            ! utf8.c utfebcdic.h
28764 ____________________________________________________________________________
28765 [  9189] By: jhi                                   on 2001/03/17  18:55:49
28766         Log: Add prerequisites for the perl.third target.
28767      Branch: perl
28768            ! Makefile.SH
28769 ____________________________________________________________________________
28770 [  9188] By: jhi                                   on 2001/03/17  18:46:00
28771         Log: Integrate perlio.
28772      Branch: perl
28773           +> utfebcdic.h
28774           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
28775 ____________________________________________________________________________
28776 [  9187] By: jhi                                   on 2001/03/17  18:38:47
28777         Log: Add a make rule for perl.third (the Third Degree memory debugging
28778              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
28779      Branch: perl
28780            ! Makefile.SH
28781 ____________________________________________________________________________
28782 [  9186] By: nick                                  on 2001/03/17  18:34:48
28783         Log: MANIFEST addition :-(
28784      Branch: perlio
28785            ! MANIFEST
28786 ____________________________________________________________________________
28787 [  9185] By: nick                                  on 2001/03/17  18:29:50
28788         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
28789              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
28790              a superset of ASCII are invariant under the encoding. This is EBCDIC
28791              friendly as an encoded string can be looked at as being EBCDIC by lexer
28792              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
28793              ASCII on ASCII machines.
28794              
28795              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
28796              seperate.
28797              - Add some more macros to comprehend different shift amounts and
28798              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
28799              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
28800              and conditionaly #include it.
28801              
28802              EBCDIC build as yet untested.  ASCII still fails the one test.
28803      Branch: perlio
28804            + utfebcdic.h
28805            ! utf8.c utf8.h
28806 ____________________________________________________________________________
28807 [  9184] By: nick                                  on 2001/03/17  17:44:16
28808         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
28809      Branch: perlio
28810            ! doop.c perl.h pp.c utf8.h
28811 ____________________________________________________________________________
28812 [  9183] By: jhi                                   on 2001/03/17  15:55:42
28813         Log: Integrate perlio.
28814      Branch: perl
28815            ! MANIFEST
28816           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
28817 ____________________________________________________________________________
28818 [  9182] By: nick                                  on 2001/03/17  09:16:06
28819         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
28820      Branch: perlio
28821            ! t/op/pat.t
28822 ____________________________________________________________________________
28823 [  9181] By: nick                                  on 2001/03/17  09:15:11
28824         Log: Integrate mainline.
28825      Branch: perlio
28826           +> lib/Locale/Constants.pm lib/Locale/Country.pm
28827           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28828           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28829           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
28830           !> (integrate 83 files)
28831 ____________________________________________________________________________
28832 [  9180] By: nick                                  on 2001/03/16  17:23:21
28833         Log: EBCDIC Fixes.
28834      Branch: perlio
28835            ! perl.h sv.c toke.c utf8.c utf8.h
28836 ____________________________________________________________________________
28837 [  9179] By: jhi                                   on 2001/03/16  14:10:12
28838         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
28839              a change needed to work around an AIX compiler bug.
28840      Branch: perl
28841            ! ext/Storable/Storable.xs
28842 ____________________________________________________________________________
28843 [  9178] By: jhi                                   on 2001/03/16  03:19:59
28844         Log: With Damian's approval synchronize damian's modules'
28845              licensing with Perl's standard module licensing.
28846      Branch: perl
28847            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
28848 ____________________________________________________________________________
28849 [  9177] By: jhi                                   on 2001/03/16  03:15:34
28850         Log: Make the Filter::Util:Call files have their own copies
28851              of the Perl standard module licensing, from Paul Marquess.
28852      Branch: perl
28853            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
28854 ____________________________________________________________________________
28855 [  9176] By: jhi                                   on 2001/03/16  02:56:04
28856         Log: Subject: [PATCH] more pod patches
28857              From: Michael Stevens <michael@etla.org>
28858              Date: Thu, 15 Mar 2001 21:25:18 +0000
28859              Message-ID: <20010315212518.A18870@firedrake.org>
28860      Branch: perl
28861            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
28862            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
28863            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
28864            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
28865            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28866            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
28867            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
28868            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
28869            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
28870            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
28871            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
28872            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
28873            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
28874            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
28875            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
28876            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
28877            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
28878            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
28879            ! lib/Locale/Country.pm lib/Locale/Language.pm
28880            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
28881            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
28882            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
28883            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
28884            ! os2/OS2/Process/Process.pm
28885 ____________________________________________________________________________
28886 [  9175] By: jhi                                   on 2001/03/16  02:53:32
28887         Log: Subject: [PATCH] the uncontroversial doc patches
28888              From: Michael Stevens <michael@etla.org>
28889              Date: Thu, 15 Mar 2001 20:01:12 +0000
28890              Message-ID: <20010315200112.A7636@firedrake.org>
28891      Branch: perl
28892            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
28893            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
28894            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
28895            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
28896            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
28897 ____________________________________________________________________________
28898 [  9174] By: jhi                                   on 2001/03/16  02:50:49
28899         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
28900              From: Paul Lindner <lindner@inuus.com>
28901              Date: Fri, 16 Mar 2001 11:28:03 -0800
28902              Message-ID: <20010316112803.A7577@inuus.com>
28903      Branch: perl
28904            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
28905 ____________________________________________________________________________
28906 [  9173] By: nick                                  on 2001/03/15  20:21:03
28907         Log: 1st day's EBCDIC fixes:
28908              - toke.c's parsing of strings needed attention
28909              needed to conditionally e2a if string was already UTF-8
28910              - e2a/a2e tables where wrong way round.
28911              - new macros in utf8.h
28912      Branch: perlio
28913            ! perl.h toke.c utf8.h
28914 ____________________________________________________________________________
28915 [  9172] By: jhi                                   on 2001/03/15  15:17:17
28916         Log: Update Changes.
28917      Branch: perl
28918            ! Changes patchlevel.h
28919 ____________________________________________________________________________
28920 [  9171] By: jhi                                   on 2001/03/15  15:09:32
28921         Log: Subject: Re: Another Borland C++ problem.
28922              From: "Vadim Konovalov" <watman@inbox.ru>
28923              Date: Sat, 10 Mar 2001 19:26:07 +0300
28924              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
28925              
28926              Borland filename case problem.
28927      Branch: perl
28928            + win32/sncfnmcs.pl
28929            ! MANIFEST README.win32
28930 ____________________________________________________________________________
28931 [  9170] By: jhi                                   on 2001/03/15  14:54:23
28932         Log: Add Locale::Codes 1.06, from Neil Bowers.
28933      Branch: perl
28934            + lib/Locale/Constants.pm lib/Locale/Country.pm
28935            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28936            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28937            + t/lib/lc-language.t t/lib/lc-uk.t
28938            ! MANIFEST
28939 ____________________________________________________________________________
28940 [  9169] By: jhi                                   on 2001/03/15  14:19:01
28941         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
28942      Branch: perl
28943            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28944            ! ext/Storable/Storable.xs
28945 ____________________________________________________________________________
28946 [  9168] By: jhi                                   on 2001/03/15  14:13:22
28947         Log: Integrate changes #9120,9167 from mainline to maintperl.
28948              
28949              Subject: [PATCH 5.6.1] OS/2 docs
28950              
28951              Subject: [PATCH 5.6.1] perldoc
28952      Branch: maint-5.6/perl
28953           !> os2/Changes utils/perldoc.PL
28954 ____________________________________________________________________________
28955 [  9167] By: jhi                                   on 2001/03/15  14:07:42
28956         Log: Subject: [PATCH 5.6.1] perldoc
28957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28958              Date: Wed, 14 Mar 2001 23:46:52 -0500
28959              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
28960      Branch: perl
28961            ! utils/perldoc.PL
28962 ____________________________________________________________________________
28963 [  9166] By: jhi                                   on 2001/03/15  13:53:15
28964         Log: sigaction test condition tweakage.
28965      Branch: perl
28966            ! t/lib/sigaction.t
28967 ____________________________________________________________________________
28968 [  9165] By: alanbur                               on 2001/03/15  03:49:17
28969         Log: Resynchronised with parent
28970      Branch: maint-5.6/pureperl
28971           +> os2/os2add.sym t/op/anonsub.t
28972           !> (integrate 72 files)
28973 ____________________________________________________________________________
28974 [  9164] By: jhi                                   on 2001/03/15  01:05:01
28975         Log: Avoid stomping off the beginning of an array in tr///.
28976      Branch: perl
28977            ! op.c
28978 ____________________________________________________________________________
28979 [  9163] By: jhi                                   on 2001/03/15  00:58:57
28980         Log: h2ph strictness and cleanliness from Kurt Starsinic.
28981      Branch: perl
28982            ! utils/h2ph.PL
28983 ____________________________________________________________________________
28984 [  9162] By: gsar                                  on 2001/03/15  00:56:53
28985         Log: avoid warnings
28986      Branch: maint-5.6/perl
28987            ! t/op/magic.t
28988 ____________________________________________________________________________
28989 [  9161] By: gsar                                  on 2001/03/15  00:52:09
28990         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28991              results
28992      Branch: maint-5.6/perl
28993            ! t/op/magic.t
28994 ____________________________________________________________________________
28995 [  9160] By: jhi                                   on 2001/03/14  22:02:10
28996         Log: Do not use the Perl malloc in IRIX, suggested by
28997              Helmus Jarausch.
28998      Branch: perl
28999            ! hints/irix_6.sh
29000 ____________________________________________________________________________
29001 [  9159] By: nick                                  on 2001/03/14  21:45:59
29002         Log: Integrate mainline
29003      Branch: perlio
29004           +> t/op/loopctl.t
29005           !> (integrate 41 files)
29006 ____________________________________________________________________________
29007 [  9158] By: jhi                                   on 2001/03/14  21:10:09
29008         Log: The Day of the Retractions continues: the #9138
29009              (integrated in #9144) doesn't work well in mainline.
29010      Branch: perl
29011            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29012            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29013            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29014 ____________________________________________________________________________
29015 [  9157] By: jhi                                   on 2001/03/14  20:58:12
29016         Log: The #9145 CANNOT be enabled: the clear_pmop code still
29017              dumps core all over in Tru64.
29018      Branch: perl
29019            ! op.c op.h t/op/pat.t
29020 ____________________________________________________________________________
29021 [  9156] By: jhi                                   on 2001/03/14  20:48:06
29022         Log: Integrate change #9154 from maintperl to mainline.
29023              
29024              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
29025              (caused Storable 1.0.10 to break on windows)
29026      Branch: perl
29027           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
29028           !> perlapi.c proto.h
29029 ____________________________________________________________________________
29030 [  9155] By: jhi                                   on 2001/03/14  20:23:53
29031         Log: Retract #9136: breaks threading (and binary compatibility).
29032      Branch: perl
29033            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
29034 ____________________________________________________________________________
29035 [  9154] By: gsar                                  on 2001/03/14  17:48:18
29036         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
29037              (caused Storable 1.0.10 to break on windows)
29038      Branch: maint-5.6/perl
29039            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
29040            ! perlapi.c proto.h
29041 ____________________________________________________________________________
29042 [  9153] By: jhi                                   on 2001/03/14  13:35:21
29043         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
29044      Branch: perl
29045            ! t/lib/sigaction.t
29046 ____________________________________________________________________________
29047 [  9152] By: gsar                                  on 2001/03/14  07:29:40
29048         Log: back out changes#9012,9010,9009 and parts of change#9016
29049              (causes ABRs under purify, and some prerequisites don't
29050              seem to be there in 5.6.x)
29051      Branch: maint-5.6/perl
29052            ! doop.c op.c t/op/tr.t toke.c
29053 ____________________________________________________________________________
29054 [  9151] By: gsar                                  on 2001/03/14  07:01:29
29055         Log: reenable change#9145 (the test was busted due to a missing
29056              C<print "ok 27\n">)
29057      Branch: perl
29058            ! op.c op.h t/op/pat.t
29059 ____________________________________________________________________________
29060 [  9150] By: jhi                                   on 2001/03/14  06:38:36
29061         Log: Retract #9145.
29062      Branch: perl
29063            ! op.c op.h t/op/pat.t
29064 ____________________________________________________________________________
29065 [  9149] By: jhi                                   on 2001/03/14  06:14:56
29066         Log: Retract #9143.
29067      Branch: perl
29068            ! op.c
29069 ____________________________________________________________________________
29070 [  9148] By: gsar                                  on 2001/03/14  06:13:02
29071         Log: Uninitialized Memory Read in regexec.c
29072      Branch: perl
29073            ! regexec.c
29074 ____________________________________________________________________________
29075 [  9147] By: jhi                                   on 2001/03/14  04:59:54
29076         Log: Subject: PATCH: make goto work in nested eval ""
29077              From: Robin Houston <robin@kitsite.com>
29078              Date: Wed, 14 Mar 2001 04:16:10 +0000
29079              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
29080      Branch: perl
29081            ! pp_ctl.c t/op/goto.t
29082 ____________________________________________________________________________
29083 [  9146] By: jhi                                   on 2001/03/14  04:42:54
29084         Log: Preserve the #ifdef PERL_CORE in perly.h.
29085      Branch: perl
29086            ! perly.fixer
29087 ____________________________________________________________________________
29088 [  9145] By: jhi                                   on 2001/03/14  03:57:41
29089         Log: (Retracted by #9150.)
29090      Branch: perl
29091            ! op.c op.h t/op/pat.t
29092 ____________________________________________________________________________
29093 [  9144] By: jhi                                   on 2001/03/14  03:50:38
29094         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
29095              
29096              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
29097              
29098              remove squelch controls for "Scalars leaked" messages in most places
29099              (these are now cured)
29100              
29101              fix another memory leak reported by purify (tie callbacks that
29102              croak can leak when wiping out magic)
29103      Branch: perl
29104           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
29105           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
29106           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
29107           !> t/pragma/warnings.t
29108 ____________________________________________________________________________
29109 [  9143] By: jhi                                   on 2001/03/14  03:37:53
29110         Log: (Retracted by #9149.)
29111      Branch: perl
29112            ! op.c
29113 ____________________________________________________________________________
29114 [  9142] By: gsar                                  on 2001/03/14  03:20:48
29115         Log: fix another memory leak reported by purify (tie callbacks that
29116              croak can leak when wiping out magic)
29117      Branch: maint-5.6/perl
29118            ! scope.c
29119 ____________________________________________________________________________
29120 [  9141] By: jhi                                   on 2001/03/14  02:55:00
29121         Log: Subject: PATCH for [ID 20010305.003]
29122              From: Robin Houston <robin@kitsite.com>
29123              Date: Wed, 14 Mar 2001 02:45:51 +0000
29124              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
29125      Branch: perl
29126            ! pp_ctl.c t/op/eval.t
29127 ____________________________________________________________________________
29128 [  9140] By: jhi                                   on 2001/03/14  02:41:54
29129         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29130              Date: Wed, 14 Mar 2001 01:52:51 +0000
29131              From: Robin Houston <robin@kitsite.com>
29132              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
29133              
29134              Fix for 2000313.004.
29135      Branch: perl
29136            ! pp_ctl.c t/op/goto.t
29137 ____________________________________________________________________________
29138 [  9139] By: jhi                                   on 2001/03/14  02:40:50
29139         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29140              From: Robin Houston <robin@kitsite.com>
29141              Date: Wed, 14 Mar 2001 00:43:45 +0000
29142              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
29143      Branch: perl
29144            + t/op/loopctl.t
29145            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
29146            ! vms/perly_c.vms
29147 ____________________________________________________________________________
29148 [  9138] By: gsar                                  on 2001/03/14  01:18:00
29149         Log: remove squelch controls for "Scalars leaked" messages in most places
29150              (these are now cured)
29151      Branch: maint-5.6/perl
29152            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29153            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29154            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29155 ____________________________________________________________________________
29156 [  9137] By: gsar                                  on 2001/03/14  00:57:04
29157         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
29158      Branch: maint-5.6/perl
29159            ! regcomp.c
29160 ____________________________________________________________________________
29161 [  9136] By: jhi                                   on 2001/03/13  23:12:24
29162         Log: (Retracted by #9155)
29163              
29164              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
29165              From: Jens-Uwe Mager <jum@helios.de>
29166              Date: Wed, 21 Feb 2001 21:32:04 +0100
29167              Message-ID: <20010221213203.A18340@ans.helios.de>
29168      Branch: perl
29169            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
29170 ____________________________________________________________________________
29171 [  9135] By: jhi                                   on 2001/03/13  22:50:05
29172         Log: Integrate perlio.
29173      Branch: perl
29174           !> pp.c
29175 ____________________________________________________________________________
29176 [  9134] By: jhi                                   on 2001/03/13  22:49:05
29177         Log: Integrate change #9131 from maintperl into mainline.
29178              
29179              make the error text look more consistent in hints/hpux.sh
29180      Branch: perl
29181           !> hints/hpux.sh
29182 ____________________________________________________________________________
29183 [  9133] By: gsar                                  on 2001/03/13  22:46:20
29184         Log: integrate change#9067 from mainline
29185              
29186              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29187      Branch: maint-5.6/perl
29188           !> lib/ExtUtils/MM_Unix.pm
29189 ____________________________________________________________________________
29190 [  9132] By: jhi                                   on 2001/03/13  22:41:21
29191         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29192              From: "John P. Linderman" <jpl@research.att.com>
29193              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
29194              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
29195              
29196              A more correct prime finder.
29197      Branch: perl
29198            ! lib/Tie/SubstrHash.pm
29199 ____________________________________________________________________________
29200 [  9131] By: gsar                                  on 2001/03/13  22:30:42
29201         Log: make the error text look more consistent in hints/hpux.sh
29202      Branch: maint-5.6/perl
29203            ! hints/hpux.sh
29204 ____________________________________________________________________________
29205 [  9130] By: jhi                                   on 2001/03/13  22:23:44
29206         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
29207              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29208              Date: Tue, 13 Mar 2001 18:41:26 +0100
29209              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
29210              
29211              If the test is run non-interactively the default handler
29212              is different.
29213      Branch: perl
29214            ! t/lib/sigaction.t
29215 ____________________________________________________________________________
29216 [  9129] By: jhi                                   on 2001/03/13  22:20:21
29217         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
29218              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29219              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
29220              Date:     Tue, 13 Mar 2001 16:44:32 EST
29221      Branch: perl
29222            ! t/lib/1_compile.t
29223 ____________________________________________________________________________
29224 [  9128] By: jhi                                   on 2001/03/13  22:18:34
29225         Log: Subject: Another patch for integer.pm POD 
29226              From: "John L. Allen" <allen@grumman.com>
29227              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
29228              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
29229      Branch: perl
29230            ! lib/integer.pm
29231 ____________________________________________________________________________
29232 [  9127] By: nick                                  on 2001/03/13  21:26:30
29233         Log: Integrate mainline.
29234      Branch: perlio
29235           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
29236           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
29237           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
29238           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
29239           !> Changes Configure MANIFEST README.os2 README.os390
29240           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
29241           !> os2/Changes patchlevel.h win32/perlhost.h
29242 ____________________________________________________________________________
29243 [  9126] By: nick                                  on 2001/03/13  20:39:51
29244         Log: #ifdef'ed out code to make packed side of pack/unpack
29245              octets. (i.e. pack('U') => encode_utf8).
29246      Branch: perlio
29247            ! pp.c
29248 ____________________________________________________________________________
29249 [  9125] By: jhi                                   on 2001/03/13  15:07:16
29250         Log: Update Changes.
29251      Branch: perl
29252            ! Changes patchlevel.h
29253 ____________________________________________________________________________
29254 [  9124] By: jhi                                   on 2001/03/13  14:22:45
29255         Log: Workaround for the buggy ("internal compiler error")
29256              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
29257              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
29258              of Andreas König.
29259      Branch: perl
29260            ! ext/re/Makefile.PL hints/aix.sh
29261 ____________________________________________________________________________
29262 [  9123] By: jhi                                   on 2001/03/13  03:24:34
29263         Log: Typo in #9114.
29264      Branch: metaconfig
29265            ! U/modified/myhostname.U
29266 ____________________________________________________________________________
29267 [  9122] By: jhi                                   on 2001/03/13  03:24:06
29268         Log: Typo in #9113.
29269      Branch: perl
29270            ! Configure
29271 ____________________________________________________________________________
29272 [  9121] By: jhi                                   on 2001/03/13  01:53:05
29273         Log: Forgot to check-in the larger part of #9120, duh.
29274      Branch: perl
29275            ! README.os2
29276 ____________________________________________________________________________
29277 [  9120] By: jhi                                   on 2001/03/13  01:51:31
29278         Log: Subject: [PATCH 5.6.1] OS/2 docs
29279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29280              Date: Mon, 12 Mar 2001 03:27:32 -0500
29281              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
29282      Branch: perl
29283            ! os2/Changes
29284 ____________________________________________________________________________
29285 [  9119] By: jhi                                   on 2001/03/13  01:49:41
29286         Log: Integrate change #9116 from maintperl into mainline.
29287              
29288              Win32::GetCwd() returns C: instead of C:\ in the root directory
29289              under ithreads
29290      Branch: perl
29291           !> win32/perlhost.h
29292 ____________________________________________________________________________
29293 [  9118] By: jhi                                   on 2001/03/13  01:13:39
29294         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
29295      Branch: perl
29296            + lib/Switch.pm t/lib/switch.t
29297            ! MANIFEST
29298 ____________________________________________________________________________
29299 [  9117] By: jhi                                   on 2001/03/13  01:03:17
29300         Log: Add Text::Balanced 1.83.
29301      Branch: perl
29302            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
29303            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
29304            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
29305            + t/lib/tb-xvari.t
29306            ! MANIFEST
29307 ____________________________________________________________________________
29308 [  9116] By: gsar                                  on 2001/03/13  00:55:53
29309         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
29310              under ithreads
29311      Branch: maint-5.6/perl
29312            ! win32/perlhost.h
29313 ____________________________________________________________________________
29314 [  9115] By: jhi                                   on 2001/03/13  00:54:09
29315         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
29316              From: "John L. Allen" <allen@grumman.com>
29317              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
29318              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
29319              
29320              use integer document clarification.
29321      Branch: perl
29322            ! lib/integer.pm
29323 ____________________________________________________________________________
29324 [  9114] By: jhi                                   on 2001/03/13  00:38:54
29325         Log: Metaconfig unit change for #9113.
29326      Branch: metaconfig
29327            ! U/modified/myhostname.U
29328 ____________________________________________________________________________
29329 [  9113] By: jhi                                   on 2001/03/13  00:38:35
29330         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?)
29331              From: Peter Prymmer <pvhp@forte.com>
29332              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
29333              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
29334      Branch: perl
29335            ! Configure README.os390 hints/os390.sh
29336 ____________________________________________________________________________
29337 [  9112] By: jhi                                   on 2001/03/13  00:29:00
29338         Log: Integrate perlio.
29339      Branch: perl
29340           !> sv.c utf8.h
29341 ____________________________________________________________________________
29342 [  9111] By: nick                                  on 2001/03/12  21:16:33
29343         Log: Integrate mainline.
29344      Branch: perlio
29345           +> t/op/anonsub.t
29346           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29347           !> proto.h sv.c
29348 ____________________________________________________________________________
29349 [  9110] By: nick                                  on 2001/03/12  21:00:13
29350         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
29351      Branch: perlio
29352            ! sv.c utf8.h
29353 ____________________________________________________________________________
29354 [  9109] By: jhi                                   on 2001/03/12  16:04:47
29355         Log: Integrate change #9108 from maintperl to mainline.
29356              
29357              fix memory leak in C<sub X { sub {} }> arising from a refcount
29358              loop between the outer sub and the inner prototype anonsub
29359              
29360              this also enables closures returned by subroutines that
29361              subsequently get redefined to work without generating coredumps :)
29362              
29363              completely removed the free_closures() hack--it shouldn't be
29364              needed anymore
29365      Branch: perl
29366           +> t/op/anonsub.t
29367           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29368           !> proto.h sv.c
29369 ____________________________________________________________________________
29370 [  9108] By: gsar                                  on 2001/03/12  10:21:31
29371         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
29372              loop between the outer sub and the inner prototype anonsub
29373              
29374              this also enables closures returned by subroutines that
29375              subsequently get redefined to work without generating coredumps :)
29376              
29377              completely removed the free_closures() hack--it shouldn't be
29378              needed anymore
29379      Branch: maint-5.6/perl
29380            + t/op/anonsub.t
29381            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29382            ! proto.h sv.c
29383 ____________________________________________________________________________
29384 [  9107] By: jhi                                   on 2001/03/12  05:15:31
29385         Log: Integrate perlio.
29386      Branch: perl
29387           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
29388 ____________________________________________________________________________
29389 [  9106] By: nick                                  on 2001/03/11  20:10:12
29390         Log: regcomp.c is working in native space, not Unicode space (if different)
29391              as it is doing compare against 'W' in \W etc.
29392      Branch: perlio
29393            ! regcomp.c
29394 ____________________________________________________________________________
29395 [  9105] By: nick                                  on 2001/03/11  19:39:34
29396         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
29397              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
29398      Branch: perlio
29399            ! regcomp.c toke.c utf8.c
29400 ____________________________________________________________________________
29401 [  9104] By: nick                                  on 2001/03/11  18:15:44
29402         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
29403      Branch: perlio
29404            ! sv.c
29405 ____________________________________________________________________________
29406 [  9103] By: nick                                  on 2001/03/11  18:03:28
29407         Log: Integrate mainline (for regexp stuff).
29408      Branch: perlio
29409           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29410           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
29411           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
29412           !> t/lib/errno.t t/op/pat.t
29413 ____________________________________________________________________________
29414 [  9102] By: nick                                  on 2001/03/11  17:44:20
29415         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
29416              - exclude layer syms in makedef.pl for sfio
29417              - also inhibit Encode from trying to build ":encode()" layer.
29418      Branch: perlio
29419            ! ext/Encode/Encode.xs makedef.pl
29420 ____________________________________________________________________________
29421 [  9101] By: jhi                                   on 2001/03/10  22:38:13
29422         Log: The $Is_MacOS needs to be declared.
29423      Branch: perl
29424            ! lib/ExtUtils/Manifest.pm
29425 ____________________________________________________________________________
29426 [  9100] By: jhi                                   on 2001/03/10  22:14:29
29427         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
29428              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
29429              pollute the symbolspace if using sfio.
29430      Branch: perl
29431            ! ext/Encode/Encode.xs
29432 ____________________________________________________________________________
29433 [  9099] By: jhi                                   on 2001/03/10  21:58:48
29434         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
29435              Date: Sat, 10 Mar 2001 14:23:55 -0500
29436              From: Chris Nandor <pudge@pobox.com>
29437              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
29438      Branch: perl
29439            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29440            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
29441            ! t/lib/errno.t
29442 ____________________________________________________________________________
29443 [  9098] By: jhi                                   on 2001/03/10  21:38:30
29444         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
29445      Branch: perl
29446            ! regcomp.c regexec.c t/op/pat.t
29447 ____________________________________________________________________________
29448 [  9097] By: jhi                                   on 2001/03/10  14:38:07
29449         Log: Integrate perlio.
29450      Branch: perl
29451           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29452           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29453           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29454 ____________________________________________________________________________
29455 [  9096] By: nick                                  on 2001/03/10  11:55:43
29456         Log: EBCDIC sanity - phase I
29457              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
29458              - use utf8n_xxxx (c.f. pvn) for forms which take length.
29459              - back out vN.N and $^V exceptions to e2a/a2e
29460              - make "locale" isxxx macros be uvchr (may be redundant?)
29461              
29462              Not clear yet that toUPPER_uni et. al. return being handled correctly.
29463              The tr// and rexexp stuff still needs an audit, assumption is they are working
29464              in Unicode space.
29465              
29466              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
29467      Branch: perlio
29468            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29469            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29470            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29471 ____________________________________________________________________________
29472 [  9095] By: jhi                                   on 2001/03/09  22:10:01
29473         Log: Integrate perlio.
29474      Branch: perl
29475           !> dump.c
29476 ____________________________________________________________________________
29477 [  9094] By: nick                                  on 2001/03/09  17:36:38
29478         Log: Builds an passes all tests after integrate and this tweak.
29479      Branch: perlio
29480            ! dump.c
29481 ____________________________________________________________________________
29482 [  9093] By: nick                                  on 2001/03/09  17:16:03
29483         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
29484      Branch: perlio
29485           +> lib/unicode/Scripts.txt t/lib/sigaction.t
29486           !> (integrate 79 files)
29487 ____________________________________________________________________________
29488 [  9092] By: jhi                                   on 2001/03/09  15:28:26
29489         Log: Update Changes.
29490      Branch: perl
29491            ! Changes patchlevel.h
29492 ____________________________________________________________________________
29493 [  9091] By: jhi                                   on 2001/03/09  15:25:05
29494         Log: In op/stat #35 better to scan all the potential directories
29495              for setuids, not just the first one.
29496      Branch: perl
29497            ! t/op/stat.t
29498 ____________________________________________________________________________
29499 [  9090] By: jhi                                   on 2001/03/09  15:01:27
29500         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
29501              From: rspier@pobox.com (Robert Spier)
29502              Date: Fri, 9 Mar 2001 03:30:20 -0500
29503              Message-ID: <15016.38044.381174.160189@rls.cx>
29504              
29505              EXISTS() returning undef mistakenly triggered a FETCH().
29506      Branch: perl
29507            ! hv.c
29508 ____________________________________________________________________________
29509 [  9089] By: jhi                                   on 2001/03/09  14:59:02
29510         Log: Add /sbin and /usr/sbin to the list of directories scanned
29511              for setuid programs.  Takes care of bug id 20010309.003.
29512      Branch: perl
29513            ! t/op/stat.t
29514 ____________________________________________________________________________
29515 [  9088] By: jhi                                   on 2001/03/09  14:48:32
29516         Log: Regen perlapi, perltoc.
29517      Branch: perl
29518            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
29519 ____________________________________________________________________________
29520 [  9087] By: jhi                                   on 2001/03/09  14:38:56
29521         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29522              From: David Mitchell <davem@fdgroup.co.uk>
29523              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
29524              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
29525      Branch: perl
29526            ! dump.c perl.c perl.h pod/perlrun.pod
29527 ____________________________________________________________________________
29528 [  9086] By: jhi                                   on 2001/03/09  01:47:16
29529         Log: A modified version of
29530              
29531              Subject: [ID 20010307.005] POSIX::sigaction has various problems
29532              From: anders@broadcom.com
29533              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
29534              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
29535              
29536              Currently the sigaction.t test #6 fails (and is fudged to look
29537              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
29538              This may well be a genuine bug in Linux sigaction() (since at
29539              least Tru64, Solaris, and HP-UX disagree with Linux).
29540              Anyone with POSIX / SUSv2 tome handy?  The problem is that
29541              the flags of the oldaction don't match with the flags in
29542              the previously installed disposition.
29543      Branch: perl
29544            + t/lib/sigaction.t
29545            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
29546 ____________________________________________________________________________
29547 [  9085] By: jhi                                   on 2001/03/09  01:30:13
29548         Log: Subject: Re: mission impossible for the day
29549              From: Alex Gough <alex@rcon.org>
29550              Date: Thu, 08 Mar 2001 17:18:19 +0000
29551              Message-ID: <3AA7BEDB.8070409@rcon.org>
29552              
29553              If references (are overloaded) and can be directly stringified,
29554              show that instead of "stringified".
29555              
29556              (The problem, infinite mutual recursion caused by overloaded bool
29557              in Switch.pm, tracked by David Mitchell)
29558      Branch: perl
29559            ! lib/Carp/Heavy.pm
29560 ____________________________________________________________________________
29561 [  9084] By: jhi                                   on 2001/03/09  01:20:39
29562         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29563              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
29564              From: David Mitchell <davem@fdgroup.co.uk>
29565              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
29566      Branch: perl
29567            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
29568            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
29569 ____________________________________________________________________________
29570 [  9083] By: jhi                                   on 2001/03/09  01:16:51
29571         Log: Subject: [PATCH] perldata.pod here-doc docs
29572              From: Jeff Pinyan <jeffp@crusoe.net>
29573              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
29574              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
29575      Branch: perl
29576            ! pod/perldata.pod
29577 ____________________________________________________________________________
29578 [  9082] By: jhi                                   on 2001/03/09  01:01:27
29579         Log: Subject: Re: Unicode/EBCDIC
29580              From: Peter Prymmer <pvhp@forte.com>
29581              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
29582              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
29583      Branch: perl
29584            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
29585 ____________________________________________________________________________
29586 [  9081] By: jhi                                   on 2001/03/08  13:41:30
29587         Log: Subject: Ooops, wrong 'no *POSIX' Patch
29588              From: Dorner Thomas <Thomas.Dorner@start.de>
29589              Date: Thu, 8 Mar 2001 08:43:28 +0100
29590              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
29591      Branch: perl
29592            ! hints/posix-bc.sh
29593 ____________________________________________________________________________
29594 [  9080] By: jhi                                   on 2001/03/08  13:11:42
29595         Log: It's Scripts.txt, not Script.txt.
29596      Branch: perl
29597            ! MANIFEST
29598 ____________________________________________________________________________
29599 [  9079] By: jhi                                   on 2001/03/08  12:59:05
29600         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29601              From: Dorner Thomas <Thomas.Dorner@start.de>
29602              Date: Wed, 7 Mar 2001 14:13:31 +0100
29603              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29604      Branch: perl
29605            ! makedepend.SH
29606 ____________________________________________________________________________
29607 [  9078] By: jhi                                   on 2001/03/08  12:57:43
29608         Log: Retract #9069, wrong patch.
29609      Branch: perl
29610            ! Makefile.SH
29611 ____________________________________________________________________________
29612 [  9077] By: jhi                                   on 2001/03/08  01:06:13
29613         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
29614      Branch: perl
29615            + lib/unicode/Scripts.txt
29616            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
29617            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
29618            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
29619            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29620            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29621            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29622            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29623            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29624            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29625            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29626            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29627            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29628            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29629            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29630            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29631            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29632            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
29633            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
29634            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
29635            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
29636            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
29637            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
29638            ! lib/unicode/version
29639 ____________________________________________________________________________
29640 [  9076] By: jhi                                   on 2001/03/07  22:59:39
29641         Log: Integrate change #7784 from mainline into maintperl.
29642              
29643              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
29644      Branch: maint-5.6/perl
29645           !> pp_ctl.c t/op/pat.t
29646 ____________________________________________________________________________
29647 [  9075] By: jhi                                   on 2001/03/07  22:05:11
29648         Log: More UTF-8 test tweaks.
29649      Branch: perl
29650            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
29651 ____________________________________________________________________________
29652 [  9074] By: nick                                  on 2001/03/07  21:39:29
29653         Log: Integrate mainline.
29654      Branch: perlio
29655           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
29656           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
29657           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
29658           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
29659           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
29660 ____________________________________________________________________________
29661 [  9073] By: jhi                                   on 2001/03/07  16:37:09
29662         Log: Update Changes.
29663      Branch: perl
29664            ! Changes patchlevel.h
29665 ____________________________________________________________________________
29666 [  9072] By: jhi                                   on 2001/03/07  16:32:30
29667         Log: Subject: [ID 20010306.004] || != named unary operator
29668              From: abela@geneanet.org
29669              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
29670              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
29671      Branch: perl
29672            ! pod/perlop.pod
29673 ____________________________________________________________________________
29674 [  9071] By: jhi                                   on 2001/03/07  15:14:11
29675         Log: Subject: downgrading to bytes for common functions
29676              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
29677              Date: Wed, 7 Mar 2001 02:36:55 -0500
29678              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
29679      Branch: perl
29680            ! pp_sys.c
29681 ____________________________________________________________________________
29682 [  9070] By: jhi                                   on 2001/03/07  15:04:58
29683         Log: Clarify the description differentiating for and while; inspired by
29684              
29685              Subject: [ID 20010306.002] for/while difference in for definition
29686              From: abela@geneanet.org
29687              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
29688              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
29689      Branch: perl
29690            ! pod/perlsyn.pod
29691 ____________________________________________________________________________
29692 [  9069] By: jhi                                   on 2001/03/07  14:55:30
29693         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29694              From: Dorner Thomas <Thomas.Dorner@start.de>
29695              Date: Wed, 7 Mar 2001 14:13:31 +0100
29696              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29697      Branch: perl
29698            ! Makefile.SH
29699 ____________________________________________________________________________
29700 [  9068] By: jhi                                   on 2001/03/07  14:51:17
29701         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
29702              From: Radu Greab <radu@netsoft.ro>
29703              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
29704              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
29705      Branch: perl
29706            ! pp.c t/op/chop.t
29707 ____________________________________________________________________________
29708 [  9067] By: jhi                                   on 2001/03/07  14:48:57
29709         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29710              From: Simon Cozens <simon@netthink.co.uk>
29711              Date: Wed, 7 Mar 2001 13:59:28 +0000
29712              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
29713              
29714              In order to allow MakeMaker to build correct Makefiles,
29715              you need to change the order of the arguments in MM_Unix.pm
29716              as well. (Unless you have C89_CCMODE set, but we're trying
29717              to be POSIXly correct)
29718              
29719              Thanks to Merijn Broeren for tracking this down.
29720      Branch: perl
29721            ! lib/ExtUtils/MM_Unix.pm
29722 ____________________________________________________________________________
29723 [  9066] By: jhi                                   on 2001/03/07  14:30:02
29724         Log: Floating point too messy.
29725      Branch: perl
29726            ! t/camel-III/vstring.t
29727 ____________________________________________________________________________
29728 [  9065] By: jhi                                   on 2001/03/07  14:17:44
29729         Log: Integrate change #9064 from maintperl into mainline.
29730              
29731              fix memory leak in pack("Bb",...)
29732      Branch: perl
29733           !> perl.c
29734 ____________________________________________________________________________
29735 [  9064] By: gsar                                  on 2001/03/07  06:29:24
29736         Log: fix memory leak in pack("Bb",...)
29737      Branch: maint-5.6/perl
29738            ! perl.c
29739 ____________________________________________________________________________
29740 [  9063] By: jhi                                   on 2001/03/07  00:55:04
29741         Log: Major utf8 test reorganisation and rewrite.
29742              Hopefully no tests were lost in the shuffle.
29743              (The beginning of pragma/utf8 was lost intentionally,
29744              the tests were rather bogus and incomplete.)
29745      Branch: perl
29746            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
29747            ! t/pragma/utf8.t
29748 ____________________________________________________________________________
29749 [  9062] By: jhi                                   on 2001/03/07  00:41:16
29750         Log: More tweakage on the Unicode character class descriptions.
29751      Branch: perl
29752            ! lib/unicode/mktables.PL pod/perlretut.pod
29753 ____________________________________________________________________________
29754 [  9061] By: jhi                                   on 2001/03/06  23:12:38
29755         Log: The perlretut was still talking about the old \p and \P
29756              definitions.
29757      Branch: perl
29758            ! pod/perlretut.pod
29759 ____________________________________________________________________________
29760 [  9060] By: nick                                  on 2001/03/06  20:52:37
29761         Log: Integrate mainline (make test works again now).
29762      Branch: perlio
29763           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
29764 ____________________________________________________________________________
29765 [  9059] By: jhi                                   on 2001/03/06  15:36:14
29766         Log: 0.999... does equal 1.0, doesn't it?
29767      Branch: perl
29768            ! t/camel-III/vstring.t
29769 ____________________________________________________________________________
29770 [  9058] By: jhi                                   on 2001/03/06  15:34:00
29771         Log: Make /x{abcd}/ to work without use utf8.
29772      Branch: perl
29773            ! regcomp.c
29774 ____________________________________________________________________________
29775 [  9057] By: jhi                                   on 2001/03/06  03:02:36
29776         Log: Easier to outcomment all the three reset() tests for now.
29777      Branch: perl
29778            ! t/op/pat.t
29779 ____________________________________________________________________________
29780 [  9056] By: jhi                                   on 2001/03/06  02:30:02
29781         Log: Comment out the deadly reset; until the 20010301.005
29782              is finally fixed.
29783      Branch: perl
29784            ! t/op/pat.t
29785 ____________________________________________________________________________
29786 [  9055] By: jhi                                   on 2001/03/06  02:21:26
29787         Log: Integrate the change #9054 from mainline:
29788              retract the PMOP cleanup patch pending further investigation.
29789      Branch: maint-5.6/perl
29790           !> op.c op.h
29791 ____________________________________________________________________________
29792 [  9054] By: jhi                                   on 2001/03/06  02:19:57
29793         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
29794              with oddly familiar stack traces.
29795      Branch: perl
29796            ! op.c op.h
29797 ____________________________________________________________________________
29798 [  9053] By: jhi                                   on 2001/03/05  23:20:28
29799         Log: Integrate perlio.
29800      Branch: perl
29801           +> ext/Encode/Encode/koi8-r.ucm
29802           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29803           !> makedef.pl
29804 ____________________________________________________________________________
29805 [  9052] By: nick                                  on 2001/03/05  23:08:17
29806         Log: skipping USE_PERLIO symbols correction.
29807      Branch: perlio
29808            ! makedef.pl
29809 ____________________________________________________________________________
29810 [  9051] By: nick                                  on 2001/03/05  22:35:07
29811         Log: More Encode alias tidying.
29812      Branch: perlio
29813            + ext/Encode/Encode/koi8-r.ucm
29814            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29815 ____________________________________________________________________________
29816 [  9050] By: jhi                                   on 2001/03/05  21:44:29
29817         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
29818              Sarathy's fix for ID 20010301.005.
29819      Branch: maint-5.6/perl
29820           !> op.c op.h
29821 ____________________________________________________________________________
29822 [  9049] By: nick                                  on 2001/03/05  19:54:04
29823         Log: Integrate Jarkko's Encode.pm tweak.
29824      Branch: perlio
29825           !> ext/Encode/Encode.pm
29826 ____________________________________________________________________________
29827 [  9048] By: nick                                  on 2001/03/05  19:47:57
29828         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
29829      Branch: perlio
29830           +> os2/os2add.sym
29831           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
29832           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
29833           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
29834           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
29835           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
29836 ____________________________________________________________________________
29837 [  9047] By: jhi                                   on 2001/03/05  19:25:26
29838         Log: Regen perlapi.
29839      Branch: perl
29840            ! pod/perlapi.pod
29841 ____________________________________________________________________________
29842 [  9046] By: jhi                                   on 2001/03/05  19:12:14
29843         Log: Integrate perlio.
29844      Branch: perl
29845           +> t/camel-III/vstring.t
29846           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
29847 ____________________________________________________________________________
29848 [  9045] By: jhi                                   on 2001/03/05  19:10:36
29849         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
29850      Branch: perl
29851            ! ext/Encode/Encode.pm
29852 ____________________________________________________________________________
29853 [  9044] By: jhi                                   on 2001/03/05  18:49:12
29854         Log: Forgot the other half of the PMOP patch (#9033).
29855      Branch: perl
29856            ! op.h
29857 ____________________________________________________________________________
29858 [  9043] By: nick                                  on 2001/03/05  18:14:47
29859         Log: Update MANIFEST for new test.
29860      Branch: perlio
29861            ! MANIFEST
29862 ____________________________________________________________________________
29863 [  9042] By: nick                                  on 2001/03/05  18:12:41
29864         Log: Some tests for Camel 3rd edition features.
29865              Make gethostbyaddr() test in above work.
29866      Branch: perlio
29867            + t/camel-III/vstring.t
29868            ! pp.h pp_sys.c t/TEST t/harness
29869 ____________________________________________________________________________
29870 [  9041] By: jhi                                   on 2001/03/05  17:41:48
29871         Log: Add more ISO 8859 encoding aliases.
29872      Branch: perl
29873            ! ext/Encode/Encode.pm
29874 ____________________________________________________________________________
29875 [  9040] By: jhi                                   on 2001/03/05  17:30:43
29876         Log: Integrate perlio.
29877      Branch: perl
29878           !> MANIFEST sv.c
29879 ____________________________________________________________________________
29880 [  9039] By: nick                                  on 2001/03/05  17:11:36
29881         Log: Missed added file.
29882      Branch: perlio
29883            ! MANIFEST
29884 ____________________________________________________________________________
29885 [  9038] By: jhi                                   on 2001/03/05  15:58:01
29886         Log: Add tr tests for EBCDIC, from Karsten Sperling.
29887      Branch: perl
29888            ! t/op/tr.t
29889 ____________________________________________________________________________
29890 [  9037] By: nick                                  on 2001/03/05  15:56:35
29891         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
29892              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
29893              
29894              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
29895              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
29896              - uses SvPV() rather than sv_2pv() in case it isn't a string.
29897      Branch: perlio
29898            ! sv.c
29899 ____________________________________________________________________________
29900 [  9036] By: jhi                                   on 2001/03/05  15:49:15
29901         Log: Add matching tests currently failing in EBCDIC,
29902              suggested by Karsten Sperling.
29903      Branch: perl
29904            ! t/op/pat.t
29905 ____________________________________________________________________________
29906 [  9035] By: jhi                                   on 2001/03/05  15:36:55
29907         Log: The #9034 needs a MANIFESTation.
29908      Branch: perl
29909            ! MANIFEST
29910 ____________________________________________________________________________
29911 [  9034] By: jhi                                   on 2001/03/05  15:35:14
29912         Log: Integrate perlio.
29913      Branch: perl
29914           +> ext/Encode/Encode/Tcl.pm
29915           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29916           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29917           !> ext/Encode/Encode/iso8859-1.ucm
29918           !> ext/Encode/Encode/iso8859-10.ucm
29919           !> ext/Encode/Encode/iso8859-13.ucm
29920           !> ext/Encode/Encode/iso8859-14.ucm
29921           !> ext/Encode/Encode/iso8859-15.ucm
29922           !> ext/Encode/Encode/iso8859-16.ucm
29923           !> ext/Encode/Encode/iso8859-2.ucm
29924           !> ext/Encode/Encode/iso8859-3.ucm
29925           !> ext/Encode/Encode/iso8859-4.ucm
29926           !> ext/Encode/Encode/iso8859-5.ucm
29927           !> ext/Encode/Encode/iso8859-6.ucm
29928           !> ext/Encode/Encode/iso8859-7.ucm
29929           !> ext/Encode/Encode/iso8859-8.ucm
29930           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29931           !> t/lib/encode.t
29932 ____________________________________________________________________________
29933 [  9033] By: jhi                                   on 2001/03/05  15:33:18
29934         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
29935              From: Gurusamy Sarathy <gsar@ActiveState.com>
29936              Date: Sun, 04 Mar 2001 22:33:15 -0800
29937              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
29938              
29939              PMOPs need to remember their own stash so that they can
29940              gracefully remove themselves from their linked list.
29941      Branch: perl
29942            ! op.c
29943 ____________________________________________________________________________
29944 [  9032] By: nick                                  on 2001/03/05  14:51:50
29945         Log: Encode implementation "completion"
29946              Implement and document define_encoding()
29947              Implement and document encoding aliases including define_alias()
29948              Make Encode::XS use define_encoding() rather than back-door.
29949              Move run-time *.enc to separate Encode::Tcl module.
29950              Make 'compile' honour <codeset_name>
29951              Change canonical names of to iso-8859-* and US-ascii.
29952      Branch: perlio
29953            + ext/Encode/Encode/Tcl.pm
29954            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29955            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29956            ! ext/Encode/Encode/iso8859-1.ucm
29957            ! ext/Encode/Encode/iso8859-10.ucm
29958            ! ext/Encode/Encode/iso8859-13.ucm
29959            ! ext/Encode/Encode/iso8859-14.ucm
29960            ! ext/Encode/Encode/iso8859-15.ucm
29961            ! ext/Encode/Encode/iso8859-16.ucm
29962            ! ext/Encode/Encode/iso8859-2.ucm
29963            ! ext/Encode/Encode/iso8859-3.ucm
29964            ! ext/Encode/Encode/iso8859-4.ucm
29965            ! ext/Encode/Encode/iso8859-5.ucm
29966            ! ext/Encode/Encode/iso8859-6.ucm
29967            ! ext/Encode/Encode/iso8859-7.ucm
29968            ! ext/Encode/Encode/iso8859-8.ucm
29969            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29970            ! t/lib/encode.t
29971 ____________________________________________________________________________
29972 [  9031] By: jhi                                   on 2001/03/05  13:51:17
29973         Log: Integrate change #9030 from maintperl into mainline.
29974              
29975              Subject: [PATCH 5.6.1] OS/2 cleanup
29976      Branch: perl
29977           +> os2/os2add.sym
29978           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29979           !> makedef.pl os2/Changes os2/Makefile.SHs
29980           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29981           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29982           !> os2/os2.sym os2/os2ish.h
29983 ____________________________________________________________________________
29984 [  9030] By: jhi                                   on 2001/03/05  13:46:49
29985         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
29986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29987              Date: Mon, 5 Mar 2001 02:29:44 -0500
29988              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
29989      Branch: maint-5.6/perl
29990            + os2/os2add.sym
29991            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29992            ! makedef.pl os2/Changes os2/Makefile.SHs
29993            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29994            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29995            ! os2/os2.sym os2/os2ish.h
29996 ____________________________________________________________________________
29997 [  9029] By: jhi                                   on 2001/03/05  13:40:35
29998         Log: Integrate change #9028 from maintperl into mainline.
29999              
30000              various nits in MM_Unix.pm found by disabling SelfLoader
30001      Branch: perl
30002           !> lib/ExtUtils/MM_Unix.pm
30003 ____________________________________________________________________________
30004 [  9028] By: gsar                                  on 2001/03/05  09:58:38
30005         Log: various nits in MM_Unix.pm found by disabling SelfLoader
30006      Branch: maint-5.6/perl
30007            ! lib/ExtUtils/MM_Unix.pm
30008 ____________________________________________________________________________
30009 [  9027] By: nick                                  on 2001/03/05  08:35:22
30010         Log: Integrate mainline
30011      Branch: perlio
30012           !> (integrate 28 files)
30013 ____________________________________________________________________________
30014 [  9026] By: jhi                                   on 2001/03/05  02:14:59
30015         Log: Integrate change #9025 from mainline to maintperl,
30016              retract \N{U+HHHH}.
30017      Branch: maint-5.6/perl
30018           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30019           !> t/lib/charnames.t toke.c
30020 ____________________________________________________________________________
30021 [  9025] By: jhi                                   on 2001/03/05  02:13:09
30022         Log: Retracting \N{U+HHHH}.
30023      Branch: perl
30024            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30025            ! t/lib/charnames.t toke.c
30026 ____________________________________________________________________________
30027 [  9024] By: jhi                                   on 2001/03/04  20:51:07
30028         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
30029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30030              Date: Fri, 02 Mar 2001 18:25:26 +0100
30031              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
30032              
30033              Casting problem.
30034      Branch: perl
30035            ! ext/Storable/Storable.xs
30036 ____________________________________________________________________________
30037 [  9023] By: jhi                                   on 2001/03/04  19:46:45
30038         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
30039              From: nick@talking.bollo.cx
30040              Date: Sat, 03 Mar 2001 21:41:33 +0000
30041              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
30042              
30043              Revert the workaround.
30044      Branch: perl
30045            ! perlio.c
30046 ____________________________________________________________________________
30047 [  9022] By: jhi                                   on 2001/03/04  19:36:28
30048         Log: Update Changes.
30049      Branch: perl
30050            ! Changes patchlevel.h
30051 ____________________________________________________________________________
30052 [  9021] By: jhi                                   on 2001/03/04  18:41:00
30053         Log: makedef.pl updates suggested by Chris Nandor; double-checking
30054              the changes in AIX, OS/2 Win32 would be nice.
30055      Branch: perl
30056            ! makedef.pl
30057 ____________________________________________________________________________
30058 [  9020] By: jhi                                   on 2001/03/04  18:23:58
30059         Log: Integrate change #9012 from maintperl into mainline,
30060              quench a compiler warning.
30061      Branch: perl
30062           !> toke.c
30063 ____________________________________________________________________________
30064 [  9019] By: jhi                                   on 2001/03/04  18:18:43
30065         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
30066              
30067              \N{U+HHHH} fix.
30068              
30069              pattern in G_ARRAY context
30070      Branch: maint-5.6/perl
30071           !> pp_hot.c t/op/pat.t toke.c
30072 ____________________________________________________________________________
30073 [  9018] By: jhi                                   on 2001/03/04  18:07:48
30074         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
30075              From: Jeff Pinyan <jeffp@crusoe.net>
30076              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
30077              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
30078      Branch: perl
30079            ! pp_hot.c t/op/pat.t
30080 ____________________________________________________________________________
30081 [  9017] By: jhi                                   on 2001/03/04  18:06:21
30082         Log: I thought I tested the #9014.
30083      Branch: perl
30084            ! toke.c
30085 ____________________________________________________________________________
30086 [  9016] By: jhi                                   on 2001/03/04  17:41:22
30087         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
30088              
30089              Tweak the get*ent() OS/2 prototypes.
30090              
30091              Add the \N{U+HHHH} syntax.
30092              
30093              More tr/// UTF-8 fixes from Inaba Hiroto.
30094      Branch: maint-5.6/perl
30095           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
30096           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
30097 ____________________________________________________________________________
30098 [  9015] By: jhi                                   on 2001/03/04  17:36:04
30099         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
30100      Branch: perl
30101            ! doop.c t/op/tr.t
30102 ____________________________________________________________________________
30103 [  9014] By: jhi                                   on 2001/03/04  17:24:49
30104         Log: Add the \N{U+HHHH} syntax.
30105      Branch: perl
30106            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30107            ! t/lib/charnames.t toke.c
30108 ____________________________________________________________________________
30109 [  9013] By: jhi                                   on 2001/03/04  17:20:45
30110         Log: Tweak the get*ent() OS/2 prototypes.
30111      Branch: perl
30112            ! os2/os2.c
30113 ____________________________________________________________________________
30114 [  9012] By: gsar                                  on 2001/03/04  06:26:14
30115         Log: avoid warning (nit in change#9009)
30116      Branch: maint-5.6/perl
30117            ! toke.c
30118 ____________________________________________________________________________
30119 [  9011] By: gsar                                  on 2001/03/04  06:15:24
30120         Log: lib/charnames.t fails in 5.6.x because of older Unicode
30121              data
30122              
30123              TODO: need to revisit this after updating lib/unicode/...
30124      Branch: maint-5.6/perl
30125            ! t/lib/charnames.t
30126 ____________________________________________________________________________
30127 [  9010] By: gsar                                  on 2001/03/04  06:08:36
30128         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
30129      Branch: maint-5.6/perl
30130            ! toke.c
30131 ____________________________________________________________________________
30132 [  9009] By: jhi                                   on 2001/03/03  19:27:20
30133         Log: Integrate change #9008 from mainline to maintperl,
30134              UTF-8 tr/// fixes from Inaba Hiroto.
30135      Branch: maint-5.6/perl
30136           !> doop.c op.c t/op/tr.t toke.c
30137 ____________________________________________________________________________
30138 [  9008] By: jhi                                   on 2001/03/03  19:19:42
30139         Log: UTF8 tr/// fixes from Inaba Hiroto.
30140      Branch: perl
30141            ! doop.c op.c t/op/tr.t toke.c
30142 ____________________________________________________________________________
30143 [  9007] By: jhi                                   on 2001/03/03  19:00:30
30144         Log: Integrate change #9006 from maintperl to mainline,
30145              more robust quest for the infinite.
30146      Branch: perl
30147           !> lib/Math/Complex.pm
30148 ____________________________________________________________________________
30149 [  9006] By: jhi                                   on 2001/03/03  18:58:06
30150         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
30151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30152              Date: Sat, 3 Mar 2001 12:51:50 -0500
30153              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
30154              
30155              Be more robust in our quest for the infinite.
30156      Branch: maint-5.6/perl
30157            ! lib/Math/Complex.pm
30158 ____________________________________________________________________________
30159 [  9005] By: jhi                                   on 2001/03/03  17:55:50
30160         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
30161      Branch: maint-5.6/perl
30162            ! doio.c
30163 ____________________________________________________________________________
30164 [  9004] By: jhi                                   on 2001/03/03  17:40:14
30165         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
30166              so that picky compilers like IRIX won't get huffy about
30167              "statements without effect" (like 1;).
30168      Branch: perl
30169            ! toke.c
30170 ____________________________________________________________________________
30171 [  9003] By: jhi                                   on 2001/03/03  17:15:52
30172         Log: Integrate change #9002 from mainline to maintperl.
30173              
30174              Subject: [perl-5.6.x, perl-current] accept for EPOC
30175      Branch: maint-5.6/perl
30176           !> pp_sys.c
30177 ____________________________________________________________________________
30178 [  9002] By: jhi                                   on 2001/03/03  17:14:30
30179         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
30180              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30181              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
30182              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
30183      Branch: perl
30184            ! pp_sys.c
30185 ____________________________________________________________________________
30186 [  9001] By: jhi                                   on 2001/03/03  17:13:13
30187         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
30188              From: "Craig A. Berry" <craigberry@mac.com>
30189              Date: Fri, 02 Mar 2001 17:44:40 -0600
30190              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
30191      Branch: perl
30192            ! t/pod/find.t
30193 ____________________________________________________________________________
30194 [  9000] By: jhi                                   on 2001/03/03  17:11:55
30195         Log: Integrate changes #8997,8999 from maintperl.
30196              
30197              Subject: [PATCH 5.6.1] compiling on OS/2
30198              (Better error message from hints/os2.sh)
30199              
30200              Subject: [PATCH 5.6.1] syslog.t
30201      Branch: perl
30202           !> hints/os2.sh t/lib/syslog.t
30203 ____________________________________________________________________________
30204 [  8999] By: jhi                                   on 2001/03/03  17:09:28
30205         Log: Subject: [PATCH 5.6.1] syslog.t
30206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30207              Date: Sat, 3 Mar 2001 02:11:17 -0500
30208              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
30209      Branch: maint-5.6/perl
30210            ! t/lib/syslog.t
30211 ____________________________________________________________________________
30212 [  8998] By: jhi                                   on 2001/03/03  17:07:50
30213         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
30214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30215              Date: Sat, 3 Mar 2001 01:53:52 -0500
30216              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
30217      Branch: maint-5.6/perl
30218            ! opcode.pl os2/os2.c
30219 ____________________________________________________________________________
30220 [  8997] By: jhi                                   on 2001/03/03  17:03:30
30221         Log: Subject: [PATCH 5.6.1] compiling on OS/2
30222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30223              Date: Sat, 3 Mar 2001 01:59:59 -0500
30224              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
30225      Branch: maint-5.6/perl
30226            ! hints/os2.sh
30227 ____________________________________________________________________________
30228 [  8996] By: jhi                                   on 2001/03/03  00:55:58
30229         Log: Regen files for mainline.
30230      Branch: perl
30231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30232            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
30233 ____________________________________________________________________________
30234 [  8995] By: jhi                                   on 2001/03/03  00:35:22
30235         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
30236              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
30237              to maintperl.
30238              
30239              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
30240              
30241              Add Configure option -Dmksymlinks which will create a symlink
30242              forest if the current/build differs from the source directory.
30243              (8218,8220,8221,8317,8318,8971)
30244              
30245              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
30246              (Document APPLLIB_EXP in INSTALL.)
30247              
30248              If running byacc write-enable also perly.h.
30249              
30250              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
30251              
30252              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
30253              
30254              Sanity check for conflicting thread flavours.
30255              
30256              Fix the sys/fcntl.h problem reported by Peter Prymmer.
30257              
30258              Add few CPUs/architectures to the Cppsym scan,
30259              add -perlio to archname if so selected (modified 8890)
30260              
30261              Be more helpful for devel builders, suggested by John L. Allen.
30262              (admittedly pointless change for maintperl, but the usedevel
30263              code is there already)
30264      Branch: maint-5.6/perl
30265           !> Configure INSTALL Makefile.SH Porting/Glossary
30266           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
30267           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
30268           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
30269           !> win32/config.bc win32/config.gc win32/config.vc
30270 ____________________________________________________________________________
30271 [  8994] By: jhi                                   on 2001/03/02  23:31:41
30272         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
30273      Branch: metaconfig/U/perl
30274            ! gccvers.U
30275 ____________________________________________________________________________
30276 [  8993] By: jhi                                   on 2001/03/02  23:22:12
30277         Log: Regenerate various files for maint.
30278      Branch: maint-5.6/perl
30279            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
30280            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
30281 ____________________________________________________________________________
30282 [  8992] By: alanbur                               on 2001/03/02  22:48:34
30283         Log: Resync wuth parent
30284      Branch: maint-5.6/pureperl
30285           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
30286           !> (integrate 60 files)
30287 ____________________________________________________________________________
30288 [  8991] By: jhi                                   on 2001/03/02  21:00:08
30289         Log: Retract the #8742 part of #8986, backward compat.
30290      Branch: maint-5.6/perl
30291            ! embed.pl
30292 ____________________________________________________________________________
30293 [  8990] By: jhi                                   on 2001/03/02  20:40:07
30294         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
30295      Branch: maint-5.6/perl
30296            ! hv.c
30297 ____________________________________________________________________________
30298 [  8989] By: jhi                                   on 2001/03/02  19:59:56
30299         Log: Update Changes.
30300      Branch: perl
30301            ! Changes patchlevel.h
30302 ____________________________________________________________________________
30303 [  8988] By: jhi                                   on 2001/03/02  19:57:08
30304         Log: Integrate perlio.
30305      Branch: perl
30306           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30307           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30308           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30309           !> ext/Encode/Encode/iso8859-10.ucm
30310           !> ext/Encode/Encode/iso8859-13.ucm
30311           !> ext/Encode/Encode/iso8859-14.ucm
30312           !> ext/Encode/Encode/iso8859-15.ucm
30313           !> ext/Encode/Encode/iso8859-16.ucm
30314           !> ext/Encode/Encode/iso8859-2.ucm
30315           !> ext/Encode/Encode/iso8859-3.ucm
30316           !> ext/Encode/Encode/iso8859-4.ucm
30317           !> ext/Encode/Encode/iso8859-5.ucm
30318           !> ext/Encode/Encode/iso8859-6.ucm
30319           !> ext/Encode/Encode/iso8859-7.ucm
30320           !> ext/Encode/Encode/iso8859-8.ucm
30321           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30322           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
30323 ____________________________________________________________________________
30324 [  8987] By: jhi                                   on 2001/03/02  19:43:40
30325         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
30326              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
30327              8950,8952,8955 from mainline to maintperl.
30328              
30329              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
30330              
30331              Put to rest the 20010205.001, the email address checking (not) regex.
30332              
30333              fork() not everywhere, cleanup temp files.
30334              
30335              The #8843 wasn't quite right: %Config needs to imported.
30336              
30337              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
30338              (#8849: the glob-basic hunk needed massaging as it depended
30339              on Schwern's large-scale (unintegrated) patches)
30340              
30341              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
30342              
30343              Upgrade to CGI.pm 2.752, from Lincoln Stein.
30344              (Note: there were some conflicts due to EBCDIC and EPOC
30345              patches, in general I preferred the repository code.)
30346              (When 2.753 comes out, we need to synchronize.)
30347              
30348              Subject: [PATCH] fix for charnames above FFFF
30349              
30350              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
30351              
30352              If no sfio, no -lsfio.
30353              
30354              Run run/*.t also in minitest.
30355              
30356              Subject:  [PATCH perl 5.7.0] malloc message address offset
30357              
30358              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
30359              
30360              Subject: fix for parameter -Dm (for perl@8867)
30361              
30362              Subject: [PATCH: perl@8892] was Re: hashing order difference?
30363              (make the test more portable)
30364              
30365              Subject: Re: [PATCH] fix for charnames above FFFF
30366              
30367              Subject: Re: I'm losing the war...
30368              (hv_store() not working correctly in ENV_IS_CASELESS case.)
30369              
30370              Subject: Modified README.bs2000 
30371              
30372              Subject: [PATCH: perl@8935] -Dt padsv($var)
30373              
30374              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30375              
30376              Subject: PATCH: extra tests to check on negative float to unsigned cast
30377              
30378              Subject: [PATCH] XPUSH[insp] was Re: progress
30379              
30380              Subject: Re: Compile with perlcc..
30381      Branch: maint-5.6/perl
30382           !> (integrate 36 files)
30383 ____________________________________________________________________________
30384 [  8986] By: jhi                                   on 2001/03/02  18:51:25
30385         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
30386              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
30387              to maintperl.
30388              
30389              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30390              
30391              Subject: [DOC PATCH] overload.pm nits
30392              
30393              Add header for LIB$ prototypes (C. Berry)
30394              
30395              Convert fwrite()s to sockets to write()s, since some socket stacks
30396              don't take kindly to stdio.
30397              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30398              (for often optional LNMs)
30399              Correct a few typos
30400              (C. Bailey)
30401              
30402              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
30403              
30404              De-cut-and-pasto.
30405              
30406              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30407              
30408              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
30409              
30410              Upgrade to CPAN 1.59_54, from Andreas König.
30411              
30412              Bogus shebang.
30413              
30414              Subject: [PATCH] Document makepatch in Porting/patching
30415              
30416              UTF-8 documentation.
30417              
30418              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30419              
30420              Sort the MANIFEST.
30421              
30422              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
30423              
30424              Subject: [PATCH @8807] toke.c cleanup: scan_str()
30425              
30426              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
30427              
30428              Add run/*.t to testables.
30429              
30430              TODO: integrate #8784.
30431      Branch: maint-5.6/perl
30432           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
30433           !> (integrate 28 files)
30434 ____________________________________________________________________________
30435 [  8985] By: nick                                  on 2001/03/02  18:15:45
30436         Log: Integrate mainline
30437      Branch: perlio
30438           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
30439           !> vms/vms.c
30440 ____________________________________________________________________________
30441 [  8984] By: jhi                                   on 2001/03/02  16:00:17
30442         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
30443              
30444              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
30445              5.004_05, and mention the suidperl August 2000 security problem.
30446              (#8978,#8981)
30447              
30448              Subject: [ID 20010301.004] Technically speaking in perldata
30449              
30450              Subject: [PATCH] File::Copy for bleadperl, maintperl
30451              
30452              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30453              
30454              (The #8982, fix for 20010221.005 and 20010221.008,
30455              would be nice too but it didn't integrate cleanly.)
30456      Branch: maint-5.6/perl
30457           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
30458 ____________________________________________________________________________
30459 [  8983] By: jhi                                   on 2001/03/02  15:51:16
30460         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30462              Date:     Thu, 1 Mar 2001 15:54:09 EST
30463              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
30464      Branch: perl
30465            ! vms/vms.c
30466 ____________________________________________________________________________
30467 [  8982] By: jhi                                   on 2001/03/02  15:43:31
30468         Log: Subject: Re: sync sync sync: have I missed any patches?
30469              From: Radu Greab <radu@netsoft.ro> 
30470              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
30471              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
30472              
30473              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
30474              was checking argv[0] regardless of whether a different pathname
30475              will actually be executed."  Test case not supplied because 
30476              drafting that, ironically enough, revealed another bug
30477              (or a feature).
30478      Branch: perl
30479            ! doio.c
30480 ____________________________________________________________________________
30481 [  8981] By: jhi                                   on 2001/03/02  15:28:03
30482         Log: Misdate in #8978.
30483      Branch: perl
30484            ! pod/perlfaq1.pod
30485 ____________________________________________________________________________
30486 [  8980] By: jhi                                   on 2001/03/02  15:24:20
30487         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
30488              From: Chris Nandor <pudge@pobox.com>
30489              Date: Wed, 28 Feb 2001 22:10:15 -0500
30490              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
30491      Branch: perl
30492            ! lib/File/Copy.pm
30493 ____________________________________________________________________________
30494 [  8979] By: jhi                                   on 2001/03/02  15:17:16
30495         Log: Subject: [ID 20010301.004] Technically speaking in perldata
30496              From: abela@geneanet.org
30497              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
30498              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
30499      Branch: perl
30500            ! pod/perldata.pod
30501 ____________________________________________________________________________
30502 [  8978] By: jhi                                   on 2001/03/02  15:15:27
30503         Log: Subject: [ID 20010301.003] ref to 5.004
30504              From: abela@geneanet.org
30505              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
30506              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
30507              
30508              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
30509              and mention the suidperl August 2000 security problem.
30510      Branch: perl
30511            ! pod/perlfaq1.pod
30512 ____________________________________________________________________________
30513 [  8977] By: alanbur                               on 2001/03/02  14:17:45
30514         Log: Resynchronised with parent
30515      Branch: maint-5.6/pureperl
30516           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
30517           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
30518           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
30519           !> vms/descrip_mms.template win32/win32.c win32/win32.h
30520           !> win32/win32iop.h
30521 ____________________________________________________________________________
30522 [  8976] By: nick                                  on 2001/03/01  23:25:30
30523         Log: Integrate mainline.
30524      Branch: perlio
30525            - t/op/qu.t
30526           !> (integrate 55 files)
30527 ____________________________________________________________________________
30528 [  8975] By: jhi                                   on 2001/03/01  16:51:34
30529         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
30530      Branch: perl
30531           !> toke.c
30532 ____________________________________________________________________________
30533 [  8974] By: gsar                                  on 2001/03/01  16:28:21
30534         Log: fix for bugid 20010226.008
30535              
30536              the problem was that some of the pointers (PL_last_lop and
30537              PL_last_uni specifically) into the lex buffers weren't correctly
30538              being invalidated when the buffer changed; this would leave the
30539              pointers pointing at an arbitrary location in the buffer if
30540              the buffer didn't need to be reallocated, or point into freed
30541              memory if the buffer had to be realloced
30542              
30543              TODO item for bugdb maintainers: check other seemingly random
30544              parser-related bugs--they might be cured by this
30545      Branch: maint-5.6/perl
30546            ! toke.c
30547 ____________________________________________________________________________
30548 [  8973] By: jhi                                   on 2001/03/01  02:23:25
30549         Log: Retract #8970 because of a completely mysterious core dump:
30550              adding the tests 241..244 causes op/pat dump core at test #25.
30551              The test needs a lot of whittling down before the bug can be solved.
30552      Branch: perl
30553            ! t/op/pat.t
30554 ____________________________________________________________________________
30555 [  8972] By: jhi                                   on 2001/03/01  01:58:38
30556         Log: Regen perlapi.
30557      Branch: perl
30558            ! pod/perlapi.pod
30559 ____________________________________________________________________________
30560 [  8971] By: jhi                                   on 2001/03/01  01:34:09
30561         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))
30562              From: Nicholas Clark <nick@ccl4.org>
30563              Date: Wed, 28 Feb 2001 23:28:49 +0000
30564              Message-ID: <20010228232849.A55187@plum.flirble.org>
30565              
30566              Allow a completely write protected source code tree
30567              when using the Configure -Dmksymlinks.
30568      Branch: perl
30569            ! embed.pl warnings.pl
30570 ____________________________________________________________________________
30571 [  8970] By: jhi                                   on 2001/03/01  01:32:04
30572         Log: Add back the EBCDIC character range tests (for matching).
30573      Branch: perl
30574            ! t/op/pat.t
30575 ____________________________________________________________________________
30576 [  8969] By: nick                                  on 2001/02/28  18:18:01
30577         Log: Add charname comments to .ucm files writen by 'compile',
30578              also order charmaps in those files by source encoding.
30579              regenerate distrubuted .ucm files
30580      Branch: perlio
30581            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30582            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30583            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30584            ! ext/Encode/Encode/iso8859-10.ucm
30585            ! ext/Encode/Encode/iso8859-13.ucm
30586            ! ext/Encode/Encode/iso8859-14.ucm
30587            ! ext/Encode/Encode/iso8859-15.ucm
30588            ! ext/Encode/Encode/iso8859-16.ucm
30589            ! ext/Encode/Encode/iso8859-2.ucm
30590            ! ext/Encode/Encode/iso8859-3.ucm
30591            ! ext/Encode/Encode/iso8859-4.ucm
30592            ! ext/Encode/Encode/iso8859-5.ucm
30593            ! ext/Encode/Encode/iso8859-6.ucm
30594            ! ext/Encode/Encode/iso8859-7.ucm
30595            ! ext/Encode/Encode/iso8859-8.ucm
30596            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30597            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
30598 ____________________________________________________________________________
30599 [  8968] By: jhi                                   on 2001/02/28  16:26:37
30600         Log: Expand usemorebits early if d_casti32 needs to be undefined.
30601      Branch: perl
30602            ! hints/hpux.sh hints/irix_6.sh
30603 ____________________________________________________________________________
30604 [  8967] By: jhi                                   on 2001/02/28  16:22:26
30605         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
30606              retract toke.c/qu parts of #8583, retract #8485, retract
30607              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
30608              op/length.t, and MANIFEST, and delete t/op/qu.t.
30609      Branch: perl
30610            - t/op/qu.t
30611            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30612            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
30613            ! t/op/length.t toke.c
30614 ____________________________________________________________________________
30615 [  8966] By: jhi                                   on 2001/02/28  15:00:27
30616         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
30617              by not changing from pre-Unicode days into being Unicode-aware.
30618              Sniff.
30619      Branch: perl
30620            ! pp.c t/op/pack.t t/op/qu.t
30621 ____________________________________________________________________________
30622 [  8965] By: jhi                                   on 2001/02/28  14:37:55
30623         Log: Subject: Re: Errors in core PODs
30624              From: Michael Stevens <michael@etla.org> 
30625              Date: Fri, 23 Feb 2001 15:47:56 +0000
30626              Message-ID: <20010223154756.A7723@firedrake.org> 
30627      Branch: perl
30628            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
30629            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
30630            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
30631            ! x2p/a2p.pod
30632 ____________________________________________________________________________
30633 [  8964] By: jhi                                   on 2001/02/28  14:35:35
30634         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
30635              (The #8961 was too bold.)
30636      Branch: perl
30637            ! hints/hpux.sh hints/irix_6.sh
30638 ____________________________________________________________________________
30639 [  8963] By: jhi                                   on 2001/02/28  14:33:39
30640         Log: Subject: Re: sync sync sync: have I missed any patches?
30641              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30642              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
30643              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
30644              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
30645              
30646              Replace djSP with dSP.
30647      Branch: perl
30648            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
30649            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
30650            ! win32/perlhost.h
30651 ____________________________________________________________________________
30652 [  8962] By: jhi                                   on 2001/02/27  23:21:14
30653         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
30654      Branch: perl
30655            ! lib/Filter/Simple.pm
30656 ____________________________________________________________________________
30657 [  8961] By: jhi                                   on 2001/02/27  22:55:26
30658         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
30659              and this would be it.
30660      Branch: perl
30661            ! hints/hpux.sh hints/irix_6.sh
30662 ____________________________________________________________________________
30663 [  8960] By: jhi                                   on 2001/02/27  22:51:33
30664         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30665              From: "Craig A. Berry" <craigberry@mac.com>
30666              Date: Tue, 27 Feb 2001 16:11:44 -0600
30667              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30668      Branch: maint-5.6/perl
30669            ! configure.com vms/descrip_mms.template
30670 ____________________________________________________________________________
30671 [  8959] By: jhi                                   on 2001/02/27  22:47:23
30672         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30673              From: "Craig A. Berry" <craigberry@mac.com>
30674              Date: Tue, 27 Feb 2001 16:11:44 -0600
30675              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30676      Branch: perl
30677            ! configure.com vms/descrip_mms.template
30678 ____________________________________________________________________________
30679 [  8958] By: jhi                                   on 2001/02/27  15:16:42
30680         Log: Update Changes.
30681      Branch: perl
30682            ! Changes patchlevel.h
30683 ____________________________________________________________________________
30684 [  8957] By: jhi                                   on 2001/02/27  06:15:07
30685         Log: Subject: [5.6.x] EPOC additions
30686              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30687              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
30688              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
30689      Branch: maint-5.6/perl
30690            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
30691 ____________________________________________________________________________
30692 [  8956] By: jhi                                   on 2001/02/27  06:12:11
30693         Log: Subject: [perl-current] EPOC 
30694              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30695              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
30696              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
30697      Branch: perl
30698            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
30699            ! epoc/epocish.c epoc/epocish.h pp_sys.c
30700 ____________________________________________________________________________
30701 [  8955] By: jhi                                   on 2001/02/27  05:59:50
30702         Log: Subject: Re: Compile with perlcc..
30703              From: Edward Peschko <edwardp@excitehome.net>
30704              Date: Mon, 26 Feb 2001 18:51:58 -0800
30705              Message-ID: <20010226185158.A9871@excitehome.net>
30706              
30707              plus add a simple usage message if no arguments given.
30708      Branch: perl
30709            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
30710            ! utils/Makefile utils/perlcc.PL win32/pod.mak
30711 ____________________________________________________________________________
30712 [  8954] By: nick                                  on 2001/02/26  21:02:59
30713         Log: Integrate mainline
30714      Branch: perlio
30715           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
30716           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
30717           !> t/op/sprintf.t
30718 ____________________________________________________________________________
30719 [  8953] By: jhi                                   on 2001/02/26  14:43:54
30720         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
30721              From: Nicholas Clark <nick@ccl4.org>
30722              Date: Mon, 26 Feb 2001 00:42:07 +0000
30723              Message-ID: <20010226004207.F23333@plum.flirble.org>
30724      Branch: perl
30725            ! pp_ctl.c
30726 ____________________________________________________________________________
30727 [  8952] By: jhi                                   on 2001/02/26  14:42:13
30728         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
30729              From: Simon Cozens <simon@netthink.co.uk>
30730              Date: Mon, 26 Feb 2001 12:23:48 +0000
30731              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
30732      Branch: perl
30733            ! pod/perlguts.pod
30734 ____________________________________________________________________________
30735 [  8951] By: jhi                                   on 2001/02/26  14:39:15
30736         Log: Subject: [PATCH] perlio - unknown layer
30737              From: Nicholas Clark <nick@ccl4.org>
30738              Date: Mon, 26 Feb 2001 00:27:19 +0000
30739              Message-ID: <20010226002719.E23333@plum.flirble.org>
30740      Branch: perl
30741            ! perlio.c
30742 ____________________________________________________________________________
30743 [  8950] By: jhi                                   on 2001/02/26  14:38:04
30744         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
30745              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
30746              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
30747              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
30748      Branch: perl
30749            ! t/op/bop.t
30750 ____________________________________________________________________________
30751 [  8949] By: jhi                                   on 2001/02/26  14:37:07
30752         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
30753              From: Peter Prymmer <pvhp@forte.com>
30754              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
30755              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
30756      Branch: perl
30757            ! lib/Test.pm
30758 ____________________________________________________________________________
30759 [  8948] By: jhi                                   on 2001/02/26  14:35:53
30760         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30761              From: Radu Greab <radu@netsoft.ro>
30762              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
30763              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
30764      Branch: perl
30765            ! pod/perlop.pod
30766 ____________________________________________________________________________
30767 [  8947] By: jhi                                   on 2001/02/26  14:34:46
30768         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
30769              From: David Mitchell <davem@fdgroup.co.uk>
30770              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
30771              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
30772      Branch: perl
30773            ! run.c
30774 ____________________________________________________________________________
30775 [  8946] By: jhi                                   on 2001/02/26  14:32:37
30776         Log: Subject: Modified README.bs2000 
30777              From: Dorner Thomas <Thomas.Dorner@start.de>
30778              Date: Mon, 26 Feb 2001 09:22:17 +0100
30779              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
30780      Branch: perl
30781            ! README.bs2000
30782 ____________________________________________________________________________
30783 [  8945] By: jhi                                   on 2001/02/26  14:19:53
30784         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
30785              to maintperl, listing the known failures on the tests 129 and 130.
30786      Branch: maint-5.6/perl
30787           !> t/op/sprintf.t
30788 ____________________________________________________________________________
30789 [  8944] By: jhi                                   on 2001/02/26  14:14:15
30790         Log: Add more known sprintf failures.
30791      Branch: perl
30792            ! t/op/sprintf.t
30793 ____________________________________________________________________________
30794 [  8943] By: jhi                                   on 2001/02/26  13:56:22
30795         Log: perlglob.exe needs to be found in Win32, patch from
30796              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
30797              which needs external glob at mini-perl time."
30798      Branch: perl
30799            ! ext/Encode/compile
30800 ____________________________________________________________________________
30801 [  8942] By: jhi                                   on 2001/02/26  13:52:19
30802         Log: A missing dTHX from Vadim Konovalov.
30803      Branch: perl
30804            ! perlio.c
30805 ____________________________________________________________________________
30806 [  8941] By: jhi                                   on 2001/02/26  13:37:05
30807         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
30808      Branch: perl
30809            ! op.c
30810 ____________________________________________________________________________
30811 [  8940] By: jhi                                   on 2001/02/26  13:35:40
30812         Log: Integrate perlio.
30813      Branch: perl
30814           !> ext/Encode/Encode.pm
30815 ____________________________________________________________________________
30816 [  8939] By: nick                                  on 2001/02/25  23:47:09
30817         Log: Integrate mainline.
30818      Branch: perlio
30819           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
30820           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
30821 ____________________________________________________________________________
30822 [  8938] By: nick                                  on 2001/02/25  19:36:28
30823         Log: Encode implementations docs.
30824      Branch: perlio
30825            ! ext/Encode/Encode.pm
30826 ____________________________________________________________________________
30827 [  8937] By: jhi                                   on 2001/02/25  19:26:16
30828         Log: Script wasn't aligned with reality.
30829      Branch: perl
30830            ! t/pod/find.t
30831 ____________________________________________________________________________
30832 [  8936] By: jhi                                   on 2001/02/25  18:54:55
30833         Log: Update Changes.
30834      Branch: perl
30835            ! Changes patchlevel.h
30836 ____________________________________________________________________________
30837 [  8935] By: jhi                                   on 2001/02/25  18:46:36
30838         Log: Retract #8929,8930,8932,8933 for now.
30839      Branch: perl
30840            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
30841 ____________________________________________________________________________
30842 [  8934] By: jhi                                   on 2001/02/25  17:34:35
30843         Log: Integrate perlio.
30844      Branch: perl
30845           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30846           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
30847           !> t/lib/encode.t
30848 ____________________________________________________________________________
30849 [  8933] By: jhi                                   on 2001/02/25  17:33:12
30850         Log: (Retracted by #8395.)
30851              
30852              Slight tweaks in scan_const(), not fixes yet, it seems like
30853              lots of work remains to be done...
30854      Branch: perl
30855            ! toke.c
30856 ____________________________________________________________________________
30857 [  8932] By: jhi                                   on 2001/02/25  17:27:11
30858         Log: (Retracted by #8395.)
30859              
30860              Missing from #8930.
30861      Branch: perl
30862            ! perl.h
30863 ____________________________________________________________________________
30864 [  8931] By: jhi                                   on 2001/02/25  17:26:19
30865         Log: A comment tweak.
30866      Branch: perl
30867            ! utf8.c
30868 ____________________________________________________________________________
30869 [  8930] By: jhi                                   on 2001/02/25  17:25:47
30870         Log: (Retracted by #8395.)
30871              
30872              Attempt to fix the EBCDIC character range problwm with //.
30873      Branch: perl
30874            ! regcomp.c
30875 ____________________________________________________________________________
30876 [  8929] By: jhi                                   on 2001/02/25  17:23:45
30877         Log: (Retracted by #8395.)
30878              
30879              Expand the EBCDIC character range tests, and add few nasty
30880              tr tests from Karsten Sperling.
30881      Branch: perl
30882            ! t/op/pat.t t/op/tr.t
30883 ____________________________________________________________________________
30884 [  8928] By: jhi                                   on 2001/02/25  17:18:49
30885         Log: Missing check-in.
30886      Branch: perl
30887            ! lib/Pod/Find.pm
30888 ____________________________________________________________________________
30889 [  8927] By: nick                                  on 2001/02/25  11:30:22
30890         Log: Change method names in Encode implementation classes to something
30891              less confusing (preparing to "go public").
30892      Branch: perlio
30893            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
30894 ____________________________________________________________________________
30895 [  8926] By: nick                                  on 2001/02/25  10:53:24
30896         Log: GCC __atribute__ / printf fix
30897      Branch: perlio
30898            ! perl.h
30899 ____________________________________________________________________________
30900 [  8925] By: nick                                  on 2001/02/25  10:52:25
30901         Log: Checked in the wrong one ...
30902      Branch: perlio
30903            ! ext/Encode/Encode.pm
30904 ____________________________________________________________________________
30905 [  8924] By: nick                                  on 2001/02/24  18:46:51
30906         Log: Integrate mainline - to see what Jarkko has in ...
30907      Branch: perlio
30908           +> t/pod/testpods/lib/Pod/Stuff.pm
30909           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
30910 ____________________________________________________________________________
30911 [  8923] By: nick                                  on 2001/02/24  17:05:23
30912         Log: Encode API documentation nd tidy up.
30913              Minor additions to test.
30914              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
30915              Adds STRLEN to standard typemap.
30916      Branch: perlio
30917            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30918            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
30919 ____________________________________________________________________________
30920 [  8922] By: jhi                                   on 2001/02/24  16:38:12
30921         Log: Add a test for the "character range should match in EBCDIC
30922              if specified using explicit numerics" bug found by Karsten
30923              Sperling.
30924      Branch: perl
30925            ! t/op/pat.t
30926 ____________________________________________________________________________
30927 [  8921] By: jhi                                   on 2001/02/24  16:30:16
30928         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
30929              From: schwern@pobox.com
30930              Date: Fri, 23 Feb 2001 03:21:37 -0500
30931              Message-ID: <20010223032137.A26022@magnonel.guild.net>
30932              
30933              plus Charles Lane's fixes, plus tweaks.
30934      Branch: perl
30935            + t/pod/testpods/lib/Pod/Stuff.pm
30936            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
30937 ____________________________________________________________________________
30938 [  8920] By: nick                                  on 2001/02/24  10:30:11
30939         Log: Integrate mainline
30940      Branch: perlio
30941           !> (integrate 33 files)
30942 ____________________________________________________________________________
30943 [  8919] By: jhi                                   on 2001/02/24  00:23:35
30944         Log: Subject: Re: I'm losing the war...
30945              From: "Vadim Konovalov" <watman@inbox.ru>
30946              Date: Sat, 24 Feb 2001 00:10:14 +0300
30947              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
30948              
30949              hv_store() not working correctly in ENV_IS_CASELESS case.
30950      Branch: perl
30951            ! hv.c
30952 ____________________________________________________________________________
30953 [  8918] By: jhi                                   on 2001/02/24  00:20:09
30954         Log: Subject: Re: [PATCH] fix for charnames above FFFF
30955              From: andreas.koenig@anima.de (Andreas J. Koenig)
30956              Date: 23 Feb 2001 02:39:03 +0100
30957              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
30958              
30959              A further efficiency tweak.
30960      Branch: perl
30961            ! lib/charnames.pm
30962 ____________________________________________________________________________
30963 [  8917] By: jhi                                   on 2001/02/23  20:27:51
30964         Log: Integrate change #8916 from mainline,
30965              do away with USE_WIN32_RTL_ENV.
30966      Branch: maint-5.6/perl
30967           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30968 ____________________________________________________________________________
30969 [  8916] By: jhi                                   on 2001/02/23  20:02:25
30970         Log: Abolish USE_WIN32_RTL_ENV.
30971      Branch: perl
30972            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30973 ____________________________________________________________________________
30974 [  8915] By: jhi                                   on 2001/02/23  19:36:00
30975         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
30976              later protected by some #define.
30977      Branch: perl
30978            ! gv.c
30979 ____________________________________________________________________________
30980 [  8914] By: jhi                                   on 2001/02/23  19:31:38
30981         Log: Retract #8902 for now, requested by Charles Lane, the correct
30982              fix will be something else.
30983      Branch: perl
30984            ! op.c
30985 ____________________________________________________________________________
30986 [  8913] By: jhi                                   on 2001/02/23  19:11:36
30987         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
30988              From: Peter Prymmer <pvhp@forte.com>
30989              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
30990              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
30991      Branch: perl
30992            ! t/op/lex_assign.t
30993 ____________________________________________________________________________
30994 [  8912] By: jhi                                   on 2001/02/23  18:38:20
30995         Log: Subject: [patch] perlio + useithreads
30996              From: Doug MacEachern <dougm@covalent.net>
30997              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
30998              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
30999              
31000              Gets things running but not complete.
31001      Branch: perl
31002            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
31003 ____________________________________________________________________________
31004 [  8911] By: jhi                                   on 2001/02/23  04:20:02
31005         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
31006              
31007              Duplicated environment freeing, File::Temp 0.12,
31008              op/append portability (EBCDIC) tweak.
31009      Branch: maint-5.6/perl
31010           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31011           !> t/op/append.t
31012 ____________________________________________________________________________
31013 [  8910] By: jhi                                   on 2001/02/23  02:07:33
31014         Log: Integrate change #8909 from mainline, a better Borland
31015              putenv() workaround.
31016      Branch: maint-5.6/perl
31017           !> perl.c
31018 ____________________________________________________________________________
31019 [  8909] By: jhi                                   on 2001/02/23  02:05:46
31020         Log: A better workaround for Borland putenv() brokenness from Sarathy.
31021      Branch: perl
31022            ! perl.c
31023 ____________________________________________________________________________
31024 [  8908] By: jhi                                   on 2001/02/23  02:04:14
31025         Log: Subject: fix for parameter -Dm (for perl@8867)
31026              From: "Vadim Konovalov" <watman@inbox.ru>
31027              Date: Thu, 22 Feb 2001 17:30:12 +0300
31028              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
31029      Branch: perl
31030            ! perl.h
31031 ____________________________________________________________________________
31032 [  8907] By: jhi                                   on 2001/02/23  01:58:20
31033         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
31034              From: Peter Prymmer <pvhp@forte.com>
31035              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
31036              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
31037      Branch: perl
31038            ! t/op/append.t
31039 ____________________________________________________________________________
31040 [  8906] By: jhi                                   on 2001/02/23  01:48:34
31041         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
31042      Branch: perl
31043            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31044 ____________________________________________________________________________
31045 [  8905] By: jhi                                   on 2001/02/23  01:43:30
31046         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
31047              From: Peter Prymmer <pvhp@forte.com>
31048              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
31049              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
31050      Branch: perl
31051            ! t/lib/st-06compat.t
31052 ____________________________________________________________________________
31053 [  8904] By: jhi                                   on 2001/02/23  01:42:39
31054         Log: Metaconfig unit change for #8903.
31055      Branch: metaconfig/U/perl
31056            ! Devel.U
31057 ____________________________________________________________________________
31058 [  8903] By: jhi                                   on 2001/02/23  01:42:12
31059         Log: Be more helpful for devel builders, suggested by John L. Allen.
31060      Branch: perl
31061            ! Configure
31062 ____________________________________________________________________________
31063 [  8902] By: jhi                                   on 2001/02/23  01:37:41
31064         Log: (Retracted by #8914)
31065              (Wrongly, reinstated by #8941)             
31066
31067              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
31068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31069              Date:     Thu, 22 Feb 2001 09:43:57 EST
31070              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
31071      Branch: perl
31072            ! op.c
31073 ____________________________________________________________________________
31074 [  8901] By: jhi                                   on 2001/02/23  01:20:32
31075         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
31076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31077              Date:     Thu, 22 Feb 2001 08:01:35 EST
31078              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
31079      Branch: perl
31080            ! malloc.c
31081 ____________________________________________________________________________
31082 [  8900] By: jhi                                   on 2001/02/23  01:18:02
31083         Log: Integrate changes #8898,8899 from mainline, environ handling.
31084      Branch: maint-5.6/perl
31085           !> perl.c
31086 ____________________________________________________________________________
31087 [  8899] By: jhi                                   on 2001/02/23  01:16:25
31088         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
31089              putenv() is not to be relied on, they are either broken or leaky
31090              or both.)
31091      Branch: perl
31092            ! perl.c
31093 ____________________________________________________________________________
31094 [  8898] By: jhi                                   on 2001/02/22  23:36:59
31095         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
31096              and safesysfree() must be used.
31097      Branch: perl
31098            ! perl.c
31099 ____________________________________________________________________________
31100 [  8897] By: jhi                                   on 2001/02/22  23:25:45
31101         Log: With environ one must use safesysmalloc()/safesysfree().
31102      Branch: perl
31103            ! perl.c
31104 ____________________________________________________________________________
31105 [  8896] By: jhi                                   on 2001/02/22  22:13:18
31106         Log: If we have a duplicated environment free it
31107              if PERL_DESTRUCT_LEVEL.
31108      Branch: perl
31109            ! perl.c
31110 ____________________________________________________________________________
31111 [  8895] By: alanbur                               on 2001/02/22  19:31:57
31112         Log: Synchronised with parent
31113      Branch: maint-5.6/pureperl
31114           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
31115 ____________________________________________________________________________
31116 [  8894] By: gsar                                  on 2001/02/22  19:06:18
31117         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
31118              
31119              fix memory leak in method call optimization (change#3768);
31120              made C<eval "$x->foo()"> leak
31121              
31122              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
31123      Branch: maint-5.6/perl
31124           !> op.c
31125 ____________________________________________________________________________
31126 [  8893] By: jhi                                   on 2001/02/22  18:35:27
31127         Log: (Retracted by #8915.)
31128              
31129              Third Degree finding:
31130              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
31131      Branch: perl
31132            ! gv.c
31133 ____________________________________________________________________________
31134 [  8892] By: jhi                                   on 2001/02/22  14:28:32
31135         Log: Update Changes.
31136      Branch: perl
31137            ! Changes patchlevel.h
31138 ____________________________________________________________________________
31139 [  8891] By: jhi                                   on 2001/02/22  13:22:45
31140         Log: Metaconfig unit changes for #8890.
31141      Branch: metaconfig
31142            ! U/modified/Cppsym.U U/threads/archname.U
31143 ____________________________________________________________________________
31144 [  8890] By: jhi                                   on 2001/02/22  13:22:12
31145         Log: Add -stdio to the archname if no perlio selected,
31146              no -perlio added since that is now the default.
31147              
31148              Add few CPUs/architectures to the Cppsym scan.
31149      Branch: perl
31150            ! Configure config_h.SH
31151 ____________________________________________________________________________
31152 [  8889] By: jhi                                   on 2001/02/22  13:05:59
31153         Log: Metaconfig unit change for #8888.
31154      Branch: metaconfig/U/perl
31155            ! useperlio.U
31156 ____________________________________________________________________________
31157 [  8888] By: jhi                                   on 2001/02/22  13:05:28
31158         Log: *drum roll*  Make perlio the default.
31159      Branch: perl
31160            ! Configure config_h.SH
31161 ____________________________________________________________________________
31162 [  8887] By: jhi                                   on 2001/02/22  12:50:52
31163         Log: Integrate change #8665 from maintperl to mainline,
31164              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
31165      Branch: perl
31166           !> ext/POSIX/POSIX.xs
31167 ____________________________________________________________________________
31168 [  8886] By: jhi                                   on 2001/02/22  12:49:24
31169         Log: Integrate changes #8883,8884 from mainline to maintperl.
31170              
31171              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
31172              Subject: Re: File::Temp::_gettemp warning
31173      Branch: maint-5.6/perl
31174           !> embed.h embed.pl lib/File/Temp.pm
31175 ____________________________________________________________________________
31176 [  8885] By: jhi                                   on 2001/02/22  12:43:59
31177         Log: Based on
31178              
31179              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
31180              From: schwab@suse.de
31181              Date: Thu, 22 Feb 2001 13:08:09 +0100
31182              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
31183              
31184              but the fix done slightly differently because the other
31185              half was already done in #8664.
31186      Branch: maint-5.6/perl
31187            ! ext/POSIX/POSIX.xs
31188 ____________________________________________________________________________
31189 [  8884] By: jhi                                   on 2001/02/22  12:37:15
31190         Log: Subject: Re: File::Temp::_gettemp warning
31191              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31192              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
31193              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
31194              
31195              This patch to File::Temp does two things:
31196              
31197              1. Fixes the problem with CGI::Carp when determining
31198              the Fcntl constants
31199              
31200              2. Removes most of the carps and consolidates them so that all the
31201              reasons are included in a single die that is caught by the test. This
31202              means that the correct skipping behaviour is displayed by the test.
31203      Branch: perl
31204            ! lib/File/Temp.pm
31205 ____________________________________________________________________________
31206 [  8883] By: jhi                                   on 2001/02/22  12:29:19
31207         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
31208              From: Peter Prymmer <pvhp@forte.com>
31209              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
31210              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
31211      Branch: perl
31212            ! embed.h embed.pl
31213 ____________________________________________________________________________
31214 [  8882] By: jhi                                   on 2001/02/21  19:41:33
31215         Log: Integrate change #8881 from mainlin to maintperl.
31216              
31217              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
31218      Branch: maint-5.6/perl
31219           !> op.c
31220 ____________________________________________________________________________
31221 [  8881] By: jhi                                   on 2001/02/21  19:38:57
31222         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
31223              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31224              Date:     Wed, 21 Feb 2001 13:08:03 EST
31225              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
31226      Branch: perl
31227            ! op.c
31228 ____________________________________________________________________________
31229 [  8880] By: jhi                                   on 2001/02/21  19:34:34
31230         Log: Retract #8875, cannot let go of the old semantics of unpack U
31231              without rethinking utf8decode.t.
31232      Branch: perl
31233            ! pp.c t/op/pack.t
31234 ____________________________________________________________________________
31235 [  8879] By: jhi                                   on 2001/02/21  19:08:02
31236         Log: Run run/*.t also in minitest.
31237      Branch: perl
31238            ! Makefile.SH
31239 ____________________________________________________________________________
31240 [  8878] By: nick                                  on 2001/02/21  18:55:37
31241         Log: Integrate mainline
31242      Branch: perlio
31243           !> (integrate 76 files)
31244 ____________________________________________________________________________
31245 [  8877] By: jhi                                   on 2001/02/21  15:09:33
31246         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
31247      Branch: metaconfig
31248            ! U/compline/nblock_io.U
31249      Branch: perl
31250            ! Configure config_h.SH
31251 ____________________________________________________________________________
31252 [  8876] By: jhi                                   on 2001/02/21  14:54:45
31253         Log: If no sfio, no -lsfio.
31254      Branch: metaconfig/U/perl
31255            ! d_sfio.U
31256      Branch: perl
31257            ! Configure config_h.SH
31258 ____________________________________________________________________________
31259 [  8875] By: jhi                                   on 2001/02/21  14:54:00
31260         Log: Make unpack C and unpack C truly equivalent.
31261      Branch: perl
31262            ! pp.c t/op/pack.t
31263 ____________________________________________________________________________
31264 [  8874] By: jhi                                   on 2001/02/21  14:26:02
31265         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
31266              From: Peter Prymmer <pvhp@forte.com>
31267              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
31268              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
31269      Branch: perl
31270            ! pod/perlport.pod
31271 ____________________________________________________________________________
31272 [  8873] By: jhi                                   on 2001/02/21  14:24:31
31273         Log: Subject: [PATCH] fix for charnames above FFFF
31274              From: andreas.koenig@anima.de (Andreas J. Koenig)
31275              Date: 21 Feb 2001 07:05:45 +0100
31276              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
31277      Branch: perl
31278            ! lib/charnames.pm t/lib/charnames.t
31279 ____________________________________________________________________________
31280 [  8872] By: jhi                                   on 2001/02/21  14:15:25
31281         Log: Integrate change #8868 from pureperl to mainline.
31282              
31283              Fixed reference count loop caused by sv_magic.
31284      Branch: perl
31285           !> sv.c
31286 ____________________________________________________________________________
31287 [  8871] By: jhi                                   on 2001/02/21  14:07:29
31288         Log: Integrate change #8868 from pureperl to maintperl.
31289              
31290              Fixed reference count loop caused by sv_magic.
31291      Branch: maint-5.6/perl
31292           !> sv.c
31293 ____________________________________________________________________________
31294 [  8870] By: jhi                                   on 2001/02/21  14:04:41
31295         Log: Put back the #8840, it was innocent.
31296      Branch: perl
31297            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31298            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
31299 ____________________________________________________________________________
31300 [  8869] By: jhi                                   on 2001/02/21  14:00:03
31301         Log: unpack("C", ...) was left slightly unfinished by #8865.
31302      Branch: perl
31303            ! pp.c t/op/pack.t
31304 ____________________________________________________________________________
31305 [  8868] By: alanbur                               on 2001/02/21  01:33:45
31306         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
31307              from gv_fetchpv to create single-character magic variables (e.g. $!),
31308              and it is passed a sv and the gv that contains the sv as the mg_obj
31309              value.  When sv_magic stores the mg_obj pointer it increments the gv
31310              refcount, thus causing a sv-gv pair that can't be freed.  There is
31311              already a check for sv == obj which is used to prevent such reference
31312              loops.  This change extends the check to cover the case described above.
31313      Branch: maint-5.6/pureperl
31314            ! sv.c
31315 ____________________________________________________________________________
31316 [  8867] By: jhi                                   on 2001/02/21  00:52:39
31317         Log: Update Changes.
31318      Branch: perl
31319            ! Changes patchlevel.h
31320 ____________________________________________________________________________
31321 [  8866] By: jhi                                   on 2001/02/21  00:34:20
31322         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
31323              (Note: there were some conflicts due to EBCDIC and EPOC
31324              patches, in general I preferred the repository code.)
31325              (When 2.753 comes out, we need to synchronize.)
31326      Branch: perl
31327            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
31328            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
31329            ! t/lib/cgi-html.t
31330 ____________________________________________________________________________
31331 [  8865] By: jhi                                   on 2001/02/21  00:24:22
31332         Log: Make pack("C", 0x100) to create Unicode, unless under the
31333              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
31334              will understand Unicode, unless you under know what.
31335      Branch: perl
31336            ! pp.c t/op/pack.t t/op/qu.t
31337 ____________________________________________________________________________
31338 [  8864] By: alanbur                               on 2001/02/20  22:35:34
31339         Log: Resynchronised with parent
31340      Branch: maint-5.6/pureperl
31341           !> README.win32 ext/GDBM_File/GDBM_File.pm
31342           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31343           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
31344           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
31345           !> t/lib/sdbm.t util.c
31346 ____________________________________________________________________________
31347 [  8863] By: jhi                                   on 2001/02/20  20:55:11
31348         Log: Integrate change #8860,8861 from mainline into maintperl.
31349              
31350              "pseudo-literal j"
31351              
31352              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
31353      Branch: maint-5.6/perl
31354           !> lib/Test.pm pod/perlop.pod
31355 ____________________________________________________________________________
31356 [  8862] By: jhi                                   on 2001/02/20  20:30:07
31357         Log: Don't do casting between pointers pointing to differently sized
31358              integers.
31359      Branch: perl
31360            ! hv.c sv.c
31361 ____________________________________________________________________________
31362 [  8861] By: jhi                                   on 2001/02/20  19:53:44
31363         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
31364              From: Peter Prymmer <pvhp@forte.com>
31365              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
31366              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
31367      Branch: perl
31368            ! lib/Test.pm
31369 ____________________________________________________________________________
31370 [  8860] By: jhi                                   on 2001/02/20  19:48:02
31371         Log: "pseudo-literal j", a documentation glitch reported to Debian.
31372              The text recovered from Perl 5.005_03, and pseudo-literal replaced
31373              by "backtick string".
31374      Branch: perl
31375            ! pod/perlop.pod
31376 ____________________________________________________________________________
31377 [  8859] By: jhi                                   on 2001/02/20  19:15:46
31378         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
31379              from Chris Nandor.
31380      Branch: perl
31381            ! makedef.pl
31382 ____________________________________________________________________________
31383 [  8858] By: jhi                                   on 2001/02/20  17:36:53
31384         Log: Integrate pureperl changes #8844,8845,8850 to mainline
31385              (via maintperl #8855).
31386              
31387              Fixed %^H scoping bug
31388              
31389              Removed GV <-> CV refcount loop
31390              
31391              Removed %ENV refcount loop
31392      Branch: perl
31393           !> gv.c op.c perl.c pp.c scope.c
31394 ____________________________________________________________________________
31395 [  8857] By: jhi                                   on 2001/02/20  17:34:32
31396         Log: Integrate changes #8853,8854 from maintperl to mainline.
31397              
31398              EBDIC fixes, README.win32 Borland update.
31399      Branch: perl
31400           !> README.win32 handy.h util.c
31401 ____________________________________________________________________________
31402 [  8856] By: jhi                                   on 2001/02/20  17:33:16
31403         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
31404      Branch: maint-5.6/perl
31405           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31406           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31407           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31408 ____________________________________________________________________________
31409 [  8855] By: jhi                                   on 2001/02/20  17:32:13
31410         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
31411              
31412              Fixed %^H scoping bug
31413              
31414              Removed GV <-> CV refcount loop
31415              
31416              Removed %ENV refcount loop
31417      Branch: maint-5.6/perl
31418           !> gv.c op.c perl.c pp.c scope.c
31419 ____________________________________________________________________________
31420 [  8854] By: jhi                                   on 2001/02/20  17:25:06
31421         Log: Subject: Addition to readme.win32 for Borland C++ compilers
31422              Date: Tue, 20 Feb 2001 02:15:25 +0300
31423              From: "Vadim Konovalov" <watman@inbox.ru>
31424              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
31425              
31426              Document Borland compiler misbehaviour.
31427      Branch: maint-5.6/perl
31428            ! README.win32
31429 ____________________________________________________________________________
31430 [  8853] By: jhi                                   on 2001/02/20  17:22:25
31431         Log: The assimilation of ebcdic.c didn't quite work at the first try,
31432              patches from Thomas Dorner.
31433      Branch: maint-5.6/perl
31434            ! handy.h util.c
31435 ____________________________________________________________________________
31436 [  8852] By: jhi                                   on 2001/02/20  17:20:15
31437         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
31438              From: Chris Nandor <pudge@pobox.com>
31439              Date: Tue, 20 Feb 2001 08:32:45 -0500
31440              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
31441      Branch: maint-5.6/perl
31442            ! makedef.pl mg.c
31443 ____________________________________________________________________________
31444 [  8851] By: jhi                                   on 2001/02/20  17:15:52
31445         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
31446      Branch: perl
31447            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
31448            ! t/lib/filter-util.t
31449 ____________________________________________________________________________
31450 [  8850] By: alanbur                               on 2001/02/20  17:12:40
31451         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
31452              and the magic pointer points back to the GV that contains the
31453              %ENV hash.  This creates a refcount loop that prevents members
31454              of %ENV from being freed correctly.  This change removes the
31455              refcount loop - the magic pointer was never used anyway, the
31456              only use of the magic was to check the type ('E') so that the
31457              appropriate environment manipulation code is called when %ENV
31458              is modified.
31459      Branch: maint-5.6/pureperl
31460            ! perl.c
31461 ____________________________________________________________________________
31462 [  8849] By: jhi                                   on 2001/02/20  17:12:20
31463         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
31464              From: "Craig A. Berry" <craigberry@mac.com>
31465              Date: Mon, 19 Feb 2001 23:36:12 -0600
31466              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
31467              
31468              Case-forgiving systems match TestInit.pm with TES*.
31469      Branch: perl
31470            ! t/lib/glob-basic.t
31471 ____________________________________________________________________________
31472 [  8848] By: jhi                                   on 2001/02/20  17:10:02
31473         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
31474      Branch: perl
31475            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31476            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31477            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31478 ____________________________________________________________________________
31479 [  8847] By: jhi                                   on 2001/02/20  15:34:41
31480         Log: The #8843 wasn't quite right: %Config needs to imported.
31481      Branch: perl
31482            ! t/run/runenv.t
31483 ____________________________________________________________________________
31484 [  8846] By: jhi                                   on 2001/02/20  15:31:50
31485         Log: Retract the #8838 and #8840 for now because of
31486              the DB_File tie problem.
31487      Branch: perl
31488            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
31489            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
31490            ! proto.h sv.c
31491 ____________________________________________________________________________
31492 [  8845] By: alanbur                               on 2001/02/20  14:25:41
31493         Log: Removed GV <-> CV refcount loop
31494              CvGV(mycv) points to the parent GV of the CV, and was previously
31495              refcounted.  The pointer remains, but the refcounting has been removed
31496              as it causes a refcount loop between the CV and GV that means the CV
31497              can't ever be deleted.
31498      Branch: maint-5.6/pureperl
31499            ! gv.c op.c pp.c
31500 ____________________________________________________________________________
31501 [  8844] By: alanbur                               on 2001/02/20  14:23:13
31502         Log: Fixed %^H scoping bug
31503      Branch: maint-5.6/pureperl
31504            ! scope.c
31505 ____________________________________________________________________________
31506 [  8843] By: jhi                                   on 2001/02/19  13:38:08
31507         Log: fork() not everywhere, cleanup temp files.
31508      Branch: perl
31509            ! t/run/runenv.t
31510 ____________________________________________________________________________
31511 [  8842] By: alanbur                               on 2001/02/19  12:42:07
31512         Log: Resynchronised with parent
31513      Branch: maint-5.6/pureperl
31514           !> pod/perlfaq4.pod sv.c utf8.c
31515 ____________________________________________________________________________
31516 [  8841] By: jhi                                   on 2001/02/19  03:35:51
31517         Log: Update Changes.
31518      Branch: perl
31519            ! Changes patchlevel.h
31520 ____________________________________________________________________________
31521 [  8840] By: jhi                                   on 2001/02/19  00:23:41
31522         Log: Subject: [patch] add sv_setref_uv
31523              From: Doug MacEachern <dougm@covalent.net>
31524              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
31525              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
31526      Branch: perl
31527            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31528            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
31529 ____________________________________________________________________________
31530 [  8839] By: jhi                                   on 2001/02/19  00:01:38
31531         Log: Put to rest the 20010205.001, the email address checking (not) regex.
31532      Branch: perl
31533            ! pod/perlfaq9.pod
31534 ____________________________________________________________________________
31535 [  8838] By: jhi                                   on 2001/02/18  22:17:54
31536         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
31537              From: Doug MacEachern <dougm@covalent.net>
31538              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
31539              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
31540      Branch: perl
31541            ! lib/ExtUtils/xsubpp
31542 ____________________________________________________________________________
31543 [  8837] By: jhi                                   on 2001/02/18  22:16:50
31544         Log: Subject: [patch] -Wall cleanup round 2
31545              From: Doug MacEachern <dougm@covalent.net>
31546              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
31547              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
31548      Branch: perl
31549            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
31550            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
31551            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
31552            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
31553            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
31554            ! ext/SDBM_File/SDBM_File.xs
31555 ____________________________________________________________________________
31556 [  8836] By: jhi                                   on 2001/02/18  22:11:20
31557         Log: Misapplied regex optimizations when \C is present.
31558              Fixes 20001230.002.
31559              
31560              What still remains broken is that the submatches that
31561              have \C in them get their UTF8 flag on because their
31562              parent SV has it on.  This will result in malformed
31563              UTF8 if a \C happened to match a non-ASCII byte.
31564      Branch: perl
31565            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31566            ! t/pragma/utf8.t
31567 ____________________________________________________________________________
31568 [  8835] By: jhi                                   on 2001/02/18  20:12:02
31569         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
31570              
31571              The hash key got wrongly UTF8fied.
31572      Branch: perl
31573            ! pod/perlapi.pod toke.c utf8.c
31574 ____________________________________________________________________________
31575 [  8834] By: jhi                                   on 2001/02/18  19:44:25
31576         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
31577              don't warn on magical or overloaded things.
31578      Branch: perl
31579            ! pp_hot.c
31580 ____________________________________________________________________________
31581 [  8833] By: nick                                  on 2001/02/18  19:31:22
31582         Log: Integrate mainline
31583      Branch: perlio
31584           +> t/TestInit.pm t/run/runenv.t
31585            - t/UTEST
31586           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
31587           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
31588           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
31589           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
31590           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
31591           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
31592           !> utf8.c
31593 ____________________________________________________________________________
31594 [  8832] By: jhi                                   on 2001/02/18  19:21:18
31595         Log: Integrate perlio.
31596      Branch: perl
31597           !> perlio.c pod/perldiag.pod
31598 ____________________________________________________________________________
31599 [  8831] By: jhi                                   on 2001/02/18  19:14:20
31600         Log: Integrate change #8827 from mainline.
31601              
31602              UTF8 tweaks.
31603      Branch: maint-5.6/perl
31604           !> sv.c utf8.c
31605 ____________________________________________________________________________
31606 [  8830] By: nick                                  on 2001/02/18  19:10:34
31607         Log: Apply the spirit of patch from Nick Clark:
31608              Subject: [PATCH] Re: extensions that provide layers
31609              From: Nicholas Clark <nick@ccl4.org>
31610              Date: Mon, 12 Feb 2001 16:43:51 +0000
31611              Message-Id: <20010212164350.Q3652@plum.flirble.org>
31612      Branch: perlio
31613            ! perlio.c pod/perldiag.pod
31614 ____________________________________________________________________________
31615 [  8829] By: jhi                                   on 2001/02/18  19:03:25
31616         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
31617              From: schwern@pobox.com 
31618              Date: Sun, 18 Feb 2001 13:44:35 -0500
31619              Message-ID: <20010218134435.A17544@magnonel.guild.net>
31620              
31621              Applied, but as t/TestInit.pm.
31622      Branch: perl
31623            + t/TestInit.pm
31624            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
31625            ! t/op/subst_wamp.t
31626 ____________________________________________________________________________
31627 [  8828] By: jhi                                   on 2001/02/18  18:43:52
31628         Log: Integrate perlio.
31629      Branch: perl
31630           !> perlio.c
31631 ____________________________________________________________________________
31632 [  8827] By: jhi                                   on 2001/02/18  18:41:33
31633         Log: UTF-8 tweaks.
31634      Branch: perl
31635            ! sv.c utf8.c
31636 ____________________________________________________________________________
31637 [  8826] By: nick                                  on 2001/02/18  17:40:59
31638         Log: Fix [ID 20010217.002]
31639              open FOO, "<:raw:perlio", ...
31640              :raw now inserts default base layer below itself.
31641              Also
31642              open FOO, "<:unix", ...
31643              works as well - but leaves buffer layer on stack under the unix layer.
31644      Branch: perlio
31645            ! perlio.c
31646 ____________________________________________________________________________
31647 [  8825] By: jhi                                   on 2001/02/18  17:15:39
31648         Log: Integrate perlio.
31649      Branch: perl
31650           !> perlio.c perliol.h
31651 ____________________________________________________________________________
31652 [  8824] By: jhi                                   on 2001/02/18  17:10:53
31653         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
31654              From: schwern@pobox.com
31655              Date: Sun, 18 Feb 2001 01:48:50 -0500
31656              Message-ID: <20010218014850.C19957@magnonel.guild.net>
31657      Branch: perl
31658            ! lib/Test/Harness.pm t/TEST t/op/chop.t
31659 ____________________________________________________________________________
31660 [  8823] By: jhi                                   on 2001/02/18  17:01:06
31661         Log: Add run/*.t to testables.
31662      Branch: perl
31663            ! t/TEST
31664 ____________________________________________________________________________
31665 [  8822] By: jhi                                   on 2001/02/18  16:58:58
31666         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
31667              From: schwern@pobox.com
31668              Date: Sun, 18 Feb 2001 01:11:35 -0500
31669              Message-ID: <20010218011135.A19957@magnonel.guild.net>
31670              
31671              Revive mjd's and Simon's PERL5OPT fix.
31672      Branch: perl
31673            + t/run/runenv.t
31674            ! MANIFEST perl.c
31675 ____________________________________________________________________________
31676 [  8821] By: jhi                                   on 2001/02/18  16:53:46
31677         Log: Subject: Re: Why t/TEST and not Test::Harness?
31678              From: schwern@pobox.com
31679              Date: Sat, 17 Feb 2001 22:44:44 -0500
31680              Message-ID: <20010217224444.A6679@magnonel.guild.net>
31681              
31682              Replace UTEST with TEST -utf8.
31683      Branch: perl
31684            - t/UTEST
31685            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
31686            ! t/lib/glob-basic.t
31687 ____________________________________________________________________________
31688 [  8820] By: nick                                  on 2001/02/18  13:06:16
31689         Log: Clean up a few core dumps when layers are used in unexpected ways.
31690              (Still not "right"...)
31691      Branch: perlio
31692            ! perlio.c perliol.h
31693 ____________________________________________________________________________
31694 [  8819] By: jhi                                   on 2001/02/18  02:25:55
31695         Log: Integrate change #8818 from maintperl, a FAQ nit.
31696      Branch: perl
31697           !> pod/perlfaq4.pod
31698 ____________________________________________________________________________
31699 [  8818] By: jhi                                   on 2001/02/18  02:24:50
31700         Log: FAQ nit from Chris Fedde.
31701      Branch: maint-5.6/perl
31702            ! pod/perlfaq4.pod
31703 ____________________________________________________________________________
31704 [  8817] By: nick                                  on 2001/02/17  18:20:14
31705         Log: Integrate mainline
31706      Branch: perlio
31707           +> lib/unicode/UCD.html lib/unicode/Unicode.html
31708           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
31709           +> pod/perlclib.pod
31710            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31711            - lib/unicode/Unicode.301
31712           !> (integrate 324 files)
31713 ____________________________________________________________________________
31714 [  8816] By: jhi                                   on 2001/02/17  16:56:58
31715         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
31716      Branch: perl
31717            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31718            ! ext/Storable/Storable.xs t/lib/st-06compat.t
31719            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
31720 ____________________________________________________________________________
31721 [  8815] By: jhi                                   on 2001/02/17  16:40:07
31722         Log: Subject: [patch] -Wall
31723              From: Doug MacEachern <dougm@covalent.net>
31724              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
31725              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
31726      Branch: perl
31727            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
31728            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
31729 ____________________________________________________________________________
31730 [  8814] By: jhi                                   on 2001/02/16  19:27:18
31731         Log: Document qu better.
31732      Branch: perl
31733            ! pod/perlop.pod
31734 ____________________________________________________________________________
31735 [  8813] By: jhi                                   on 2001/02/15  13:54:37
31736         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
31737              From: Hugo <hv@crypt.compulink.co.uk>
31738              Date: Thu, 15 Feb 2001 13:39:49 +0000
31739              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
31740      Branch: perl
31741            ! toke.c
31742 ____________________________________________________________________________
31743 [  8812] By: alanbur                               on 2001/02/15  13:52:16
31744         Log: Resynchronised with parent
31745      Branch: maint-5.6/pureperl
31746            - ebcdic.c
31747           !> (integrate 36 files)
31748 ____________________________________________________________________________
31749 [  8811] By: jhi                                   on 2001/02/15  13:51:16
31750         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
31751              
31752              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31753              From: Jan Dubois <JanD@ActiveState.com>
31754              Date: Wed, 31 Jan 2001 21:17:03 -0800
31755              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31756              
31757              tweak change#8659 to keep it simple
31758              
31759              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31760              From: Russ Allbery <rra@stanford.edu>
31761              Date: 14 Feb 2001 10:15:41 -0800
31762              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31763              
31764              (8809 empty)
31765
31766              Upgrade to podlators 1.08, from Russ Allbery.
31767      Branch: perl
31768           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
31769           !> utils/perldoc.PL
31770 ____________________________________________________________________________
31771 [  8810] By: jhi                                   on 2001/02/15  13:35:08
31772         Log: Upgrade to podlators 1.08, from Russ Allbery.
31773      Branch: maint-5.6/perl
31774            ! lib/Pod/Man.pm lib/Pod/Text.pm
31775 ____________________________________________________________________________
31776 [  8809] By: jhi                                   on 2001/02/15  13:26:38
31777         Log: (accidentally empty check-in)
31778      Branch: maint-5.6/perl
31779            ! lib/Test/Harness.pm
31780 ____________________________________________________________________________
31781 [  8808] By: jhi                                   on 2001/02/15  13:23:47
31782         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31783              From: Russ Allbery <rra@stanford.edu>
31784              Date: 14 Feb 2001 10:15:41 -0800
31785              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31786              
31787              perldoc was hardcoding $Config{installscript}, which breaks
31788              when install* isn't where Perl ends up (such as with AFS).
31789              
31790              Use $Config{scriptdir} instead.
31791      Branch: maint-5.6/perl
31792            ! utils/perldoc.PL
31793 ____________________________________________________________________________
31794 [  8807] By: jhi                                   on 2001/02/14  14:37:27
31795         Log: Update Changes.
31796      Branch: perl
31797            ! Changes patchlevel.h
31798 ____________________________________________________________________________
31799 [  8806] By: jhi                                   on 2001/02/14  14:25:31
31800         Log: Integrate changes #8803,8804,8805 from mainline.
31801              
31802              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31803              
31804              Don't skip too much of the locale error message if no environ array,
31805              from Chris Nandor.
31806              
31807              More MacOS Classic fixes from Chris Nandor.
31808      Branch: maint-5.6/perl
31809           !> doop.c lib/Cwd.pm perl.c perl.h util.c
31810 ____________________________________________________________________________
31811 [  8805] By: jhi                                   on 2001/02/14  03:29:01
31812         Log: More MacOS Classic fixes from Chris Nandor.
31813      Branch: perl
31814            ! doop.c lib/Cwd.pm
31815 ____________________________________________________________________________
31816 [  8804] By: jhi                                   on 2001/02/14  03:18:35
31817         Log: Don't skip too much of the locale error message if no environ array,
31818              from Chris Nandor.
31819      Branch: perl
31820            ! util.c
31821 ____________________________________________________________________________
31822 [  8803] By: jhi                                   on 2001/02/14  03:14:14
31823         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31824      Branch: perl
31825            ! perl.c perl.h
31826 ____________________________________________________________________________
31827 [  8802] By: jhi                                   on 2001/02/13  18:31:33
31828         Log: AUTHORS update.
31829      Branch: perl
31830            ! AUTHORS
31831 ____________________________________________________________________________
31832 [  8801] By: jhi                                   on 2001/02/13  17:55:19
31833         Log: Integrate change #8792 from mainline.
31834              
31835              Subject: buncha MacPerl patches for bleadperl
31836              From: Chris Nandor <pudge@pobox.com>
31837              Date: Tue, 13 Feb 2001 00:02:43 -0500
31838              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31839      Branch: maint-5.6/perl
31840           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31841           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31842           !> t/lib/basename.t toke.c util.h
31843 ____________________________________________________________________________
31844 [  8800] By: jhi                                   on 2001/02/13  17:46:43
31845         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
31846              to be forced to Off_t.
31847              
31848              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
31849              From: nick@ccl4.org
31850              Date: Thu, 1 Feb 2001 12:01:04 +0000
31851              Message-Id: <20010201120103.E11401@plum.flirble.org>
31852      Branch: maint-5.6/perl
31853            ! iperlsys.h perlio.c
31854 ____________________________________________________________________________
31855 [  8799] By: jhi                                   on 2001/02/13  16:52:51
31856         Log: Duplex duplex hunk hunk.
31857      Branch: maint-5.6/perl
31858            ! Makefile.SH
31859 ____________________________________________________________________________
31860 [  8797] By: jhi                                   on 2001/02/13  14:52:04
31861         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
31862              From: "Craig A. Berry" <craigberry@mac.com>
31863              Date: Mon, 12 Feb 2001 11:05:25 -0600
31864              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
31865      Branch: perl
31866            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
31867 ____________________________________________________________________________
31868 [  8796] By: jhi                                   on 2001/02/13  14:36:47
31869         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
31870              From: simon.cozens@pembroke.oxford.ac.uk 
31871              Date: Sat, 10 Feb 2001 17:57:02 +0000
31872              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
31873              
31874              Now it does include.
31875      Branch: perl
31876            ! pod/perldiag.pod
31877 ____________________________________________________________________________
31878 [  8795] By: jhi                                   on 2001/02/13  14:30:11
31879         Log: Sort the MANIFEST.
31880      Branch: perl
31881            ! MANIFEST
31882 ____________________________________________________________________________
31883 [  8794] By: jhi                                   on 2001/02/13  14:26:51
31884         Log: Integrate change #8793 from mainline, FAQ updates.
31885      Branch: maint-5.6/perl
31886           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31887 ____________________________________________________________________________
31888 [  8793] By: jhi                                   on 2001/02/13  14:25:13
31889         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
31890      Branch: perl
31891            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31892 ____________________________________________________________________________
31893 [  8792] By: jhi                                   on 2001/02/13  14:22:50
31894         Log: Subject: buncha MacPerl patches for bleadperl
31895              From: Chris Nandor <pudge@pobox.com>
31896              Date: Tue, 13 Feb 2001 00:02:43 -0500
31897              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31898      Branch: perl
31899            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31900            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31901            ! t/lib/basename.t toke.c util.h
31902 ____________________________________________________________________________
31903 [  8791] By: jhi                                   on 2001/02/13  14:10:39
31904         Log: Integrate change #8790 from mainline.
31905              
31906              environ array wrongly assumed in Perl_init_i18nl10n(),
31907      Branch: maint-5.6/perl
31908           !> util.c
31909 ____________________________________________________________________________
31910 [  8790] By: jhi                                   on 2001/02/13  14:06:15
31911         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
31912              noticed by Chris Nandor in MacOS Classic.
31913      Branch: perl
31914            ! util.c
31915 ____________________________________________________________________________
31916 [  8789] By: jhi                                   on 2001/02/13  13:58:07
31917         Log: Integrate changes #8373,8487,8544,8783 from mainline.
31918              
31919              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
31920              hints files, the dynaloading, assimilate ebcdic into util.c.
31921      Branch: maint-5.6/perl
31922            - ebcdic.c
31923            ! MANIFEST hints/posix-bc.sh
31924           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
31925           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
31926           !> perlapi.c proto.h util.c
31927 ____________________________________________________________________________
31928 [  8788] By: alanbur                               on 2001/02/13  10:33:13
31929         Log: Integrated changes from maint-5.6
31930      Branch: maint-5.6/pureperl
31931           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
31932           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
31933           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31934           !> vos/config.ga.h vos/configure_perl.cm
31935 ____________________________________________________________________________
31936 [  8787] By: jhi                                   on 2001/02/13  05:56:36
31937         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
31938      Branch: perl
31939           !> Makefile.SH
31940 ____________________________________________________________________________
31941 [  8786] By: jhi                                   on 2001/02/13  05:54:34
31942         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
31943              From: Dorner Thomas <Thomas.Dorner@start.de>
31944              Date: Mon, 12 Feb 2001 15:06:26 +0100
31945              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
31946      Branch: maint-5.6/perl
31947            ! Makefile.SH
31948 ____________________________________________________________________________
31949 [  8785] By: jhi                                   on 2001/02/13  05:29:04
31950         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
31951      Branch: perl
31952           !> hints/openbsd.sh
31953 ____________________________________________________________________________
31954 [  8784] By: jhi                                   on 2001/02/13  02:25:24
31955         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
31956              From: Peter Prymmer <pvhp@forte.com>
31957              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
31958              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
31959      Branch: perl
31960            ! pod/perlclib.pod
31961 ____________________________________________________________________________
31962 [  8783] By: jhi                                   on 2001/02/13  02:22:36
31963         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
31964      Branch: perl
31965            - ebcdic.c
31966            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
31967            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
31968            ! util.c
31969 ____________________________________________________________________________
31970 [  8782] By: jhi                                   on 2001/02/13  02:00:07
31971         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
31972      Branch: maint-5.6/perl
31973            ! pod/perlport.pod
31974 ____________________________________________________________________________
31975 [  8781] By: jhi                                   on 2001/02/13  01:58:44
31976         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
31977      Branch: maint-5.6/perl
31978            ! hints/openbsd.sh
31979 ____________________________________________________________________________
31980 [  8780] By: jhi                                   on 2001/02/13  01:57:33
31981         Log: Synchronize the regexp tests between maintperl and mainline.
31982      Branch: maint-5.6/perl
31983           !> t/op/re_tests
31984 ____________________________________________________________________________
31985 [  8779] By: jhi                                   on 2001/02/13  01:49:35
31986         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
31987              From: Hugo <hv@crypt.compulink.co.uk>
31988              Date: Tue, 13 Feb 2001 00:11:11 +0000
31989              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
31990      Branch: perl
31991            ! regcomp.c t/op/re_tests
31992 ____________________________________________________________________________
31993 [  8778] By: jhi                                   on 2001/02/13  00:23:10
31994         Log: Comments do not nest.
31995      Branch: perl
31996            ! perl.h
31997 ____________________________________________________________________________
31998 [  8777] By: jhi                                   on 2001/02/13  00:17:54
31999         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
32000              From: Hugo <hv@crypt.compulink.co.uk>
32001              Date: Tue, 13 Feb 2001 00:11:11 +0000
32002              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
32003      Branch: maint-5.6/perl
32004            ! regcomp.c t/op/re_tests
32005 ____________________________________________________________________________
32006 [  8776] By: jhi                                   on 2001/02/12  23:25:52
32007         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
32008      Branch: maint-5.6/perl
32009            ! pod/perlport.pod
32010 ____________________________________________________________________________
32011 [  8775] By: jhi                                   on 2001/02/12  23:04:28
32012         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
32013      Branch: maint-5.6/perl
32014            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
32015            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32016            ! vos/configure_perl.cm
32017 ____________________________________________________________________________
32018 [  8774] By: jhi                                   on 2001/02/12  22:59:11
32019         Log: Subject: Re: [patch] context for 'U' magic functions
32020              From: Doug MacEachern <dougm@covalent.net>
32021              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
32022              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
32023              
32024              plus the suggestion by Nick Ing-Simmons to name the macro
32025              as PERL_MG_UFUNC to avoid namespace pollution, plus add
32026              the advice by Doug for XS writers to perl.h
32027      Branch: perl
32028            ! mg.c perl.h
32029 ____________________________________________________________________________
32030 [  8773] By: jhi                                   on 2001/02/11  20:14:12
32031         Log: Update Changes.
32032      Branch: perl
32033            ! Changes patchlevel.h
32034 ____________________________________________________________________________
32035 [  8772] By: jhi                                   on 2001/02/11  18:47:52
32036         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
32037              From: Simon Cozens <simon@cozens.net>
32038              Date: Wed, 31 Jan 2001 16:31:43 +0000
32039              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
32040      Branch: perl
32041            + pod/perlclib.pod
32042            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
32043            ! pod/perltoc.pod
32044 ____________________________________________________________________________
32045 [  8771] By: jhi                                   on 2001/02/11  18:36:48
32046         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
32047              
32048              Blocks-4d3.beta.txt
32049              CaseFolding-3d4.beta.txt
32050              CompositionExclusions-3d6.beta.txt
32051              EastAsianWidth-4d4.beta.txt
32052              LineBreak-6d3.beta.txt
32053              NamesList-3.1.0d1.beta.txt
32054              PropList-3.1.0d4.beta.txt
32055              SpecialCasing-4d1.beta.txt
32056              UnicodeData-3.1.0d6.beta.txt
32057      Branch: perl
32058            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
32059           +> lib/unicode/UCD.html lib/unicode/Unicode.html
32060            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32061            - lib/unicode/Unicode.301
32062            ! (edit 257 files)
32063 ____________________________________________________________________________
32064 [  8770] By: jhi                                   on 2001/02/11  17:26:22
32065         Log: UTF-8 documentation.
32066      Branch: perl
32067            ! utf8.h
32068 ____________________________________________________________________________
32069 [  8769] By: jhi                                   on 2001/02/11  17:12:49
32070         Log: Retract #8762.
32071      Branch: perl
32072            ! regexec.c
32073 ____________________________________________________________________________
32074 [  8768] By: jhi                                   on 2001/02/11  16:54:45
32075         Log: Subject: [PATCH] Test::Harness
32076              From: andreas.koenig@anima.de (Andreas J. Koenig)
32077              Date: 11 Feb 2001 14:37:00 +0100
32078              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
32079      Branch: perl
32080            ! lib/Test/Harness.pm
32081 ____________________________________________________________________________
32082 [  8767] By: jhi                                   on 2001/02/11  16:53:52
32083         Log: Subject: [PATCH] Document makepatch in Porting/patching
32084              From: andreas.koenig@anima.de (Andreas J. Koenig)
32085              Date: 11 Feb 2001 16:46:28 +0100
32086              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
32087      Branch: perl
32088            ! Porting/patching.pod
32089 ____________________________________________________________________________
32090 [  8766] By: jhi                                   on 2001/02/11  06:30:23
32091         Log: Subject: Re: [patch] GvSHARED
32092              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
32093              From: Doug MacEachern <dougm@covalent.net>
32094              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
32095              
32096              Subject: Re: [patch] GvSHARED
32097              From: Doug MacEachern <dougm@covalent.net>
32098              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
32099              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
32100              
32101              Subject: [patch] attributes.pm support for `shared'
32102              From: Doug MacEachern <dougm@covalent.net>
32103              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
32104              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
32105              
32106              our() attributes were ignored, our :shared pieces missing,
32107              allow attributes.pm to turn on shared.
32108      Branch: perl
32109            ! op.c t/op/attrs.t toke.c xsutils.c
32110 ____________________________________________________________________________
32111 [  8765] By: alanbur                               on 2001/02/10  23:11:19
32112         Log: Resync with parent (hopefully sucessfully this time)
32113      Branch: maint-5.6/pureperl
32114           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
32115           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
32116           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32117           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32118           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32119           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32120           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
32121 ____________________________________________________________________________
32122 [  8764] By: jhi                                   on 2001/02/10  22:54:38
32123         Log: Make TEST and UTEST more verbose in case something goes
32124              wrong in running/compiling a script, suggested by Doug
32125              MacEachern.
32126      Branch: perl
32127            ! t/TEST t/UTEST
32128 ____________________________________________________________________________
32129 [  8763] By: jhi                                   on 2001/02/10  22:11:34
32130         Log: Bogus shebang.
32131      Branch: perl
32132            ! t/lib/texttabs.t
32133 ____________________________________________________________________________
32134 [  8762] By: jhi                                   on 2001/02/10  21:56:02
32135         Log: (Retracted by #8769)
32136      Branch: perl
32137            ! regexec.c
32138 ____________________________________________________________________________
32139 [  8761] By: jhi                                   on 2001/02/10  21:26:15
32140         Log: Subject: Re: [patch] GvSHARED 
32141              From: Doug MacEachern <dougm@covalent.net>
32142              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
32143              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
32144              
32145              our @EXPORT : shared = (...);
32146      Branch: perl
32147            ! toke.c
32148 ____________________________________________________________________________
32149 [  8760] By: jhi                                   on 2001/02/10  21:25:07
32150         Log: Subject: [patch] GvSHARED
32151              From: Doug MacEachern <dougm@covalent.net>
32152              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
32153              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
32154      Branch: perl
32155            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
32156 ____________________________________________________________________________
32157 [  8759] By: alanbur                               on 2001/02/10  21:24:27
32158         Log: Backed out mismerge.
32159      Branch: maint-5.6/pureperl
32160            ! MANIFEST README.hpux README.vmesa gv.c installhtml
32161            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
32162            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32163            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32164            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32165            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32166            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
32167 ____________________________________________________________________________
32168 [  8758] By: jhi                                   on 2001/02/10  18:01:17
32169         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
32170              
32171              Fixed UMRs and leak in Perl_pmtrans()
32172              
32173              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32174              associated UTFied tr/// code.  Also fixed scoping leak of
32175              PL_reg_start_tmp.
32176              
32177              newATTRSUB leaks when an attempt to redefine the active sort sub is
32178              made.
32179      Branch: maint-5.6/perl
32180           !> op.c regcomp.c
32181 ____________________________________________________________________________
32182 [  8757] By: alanbur                               on 2001/02/10  17:56:46
32183         Log: Resynchronised with parent
32184      Branch: maint-5.6/pureperl
32185           +> README.bs2000
32186            - README.posix-bc
32187            ! gv.c perl.c sv.c
32188           !> MANIFEST README.hpux README.vmesa installhtml
32189           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
32190           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32191           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32192           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32193           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32194           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
32195 ____________________________________________________________________________
32196 [  8756] By: alanbur                               on 2001/02/10  17:51:15
32197         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
32198              made.
32199      Branch: maint-5.6/pureperl
32200            ! op.c
32201 ____________________________________________________________________________
32202 [  8755] By: jhi                                   on 2001/02/09  22:41:35
32203         Log: Upgrade to CPAN 1.59_54, from Andreas König.
32204      Branch: perl
32205            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32206 ____________________________________________________________________________
32207 [  8754] By: jhi                                   on 2001/02/09  22:29:20
32208         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
32209              
32210              Didn't upgrade the fill.t since it has a dependency to File::Slurp
32211              purely for debugging purposes, the actual test hasn't changed.
32212      Branch: perl
32213            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
32214            ! t/lib/textwrap.t
32215 ____________________________________________________________________________
32216 [  8753] By: jhi                                   on 2001/02/09  20:17:50
32217         Log: Integrate change #8682 from maintperl.
32218              
32219              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
32220              to work correctly.
32221      Branch: perl
32222           !> hints/irix_6.sh
32223 ____________________________________________________________________________
32224 [  8752] By: jhi                                   on 2001/02/09  20:00:46
32225         Log: Update Changes.
32226      Branch: perl
32227            ! Changes patchlevel.h
32228 ____________________________________________________________________________
32229 [  8751] By: nick                                  on 2001/02/09  19:48:37
32230         Log: Integrate mainline
32231      Branch: perlio
32232           +> README.bs2000 t/lib/cgi-esc.t
32233            - README.posix-bc
32234           !> (integrate 53 files)
32235 ____________________________________________________________________________
32236 [  8750] By: nick                                  on 2001/02/09  19:25:16
32237         Log: Subject: RE: Biannual Competition to Improve Hashing Function
32238              From: Fisher Mark <fisherm@tce.com>
32239              Date: Thu, 8 Feb 2001 10:44:00 -0500
32240              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
32241              Date: Thu, 8 Feb 2001 15:02:47 -0500
32242              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
32243      Branch: perl
32244            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
32245 ____________________________________________________________________________
32246 [  8749] By: jhi                                   on 2001/02/09  19:02:35
32247         Log: Forgotten fragment.
32248      Branch: perl
32249            ! pod/perlapi.pod
32250 ____________________________________________________________________________
32251 [  8748] By: jhi                                   on 2001/02/09  18:31:34
32252         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
32253              plus manual tweakage.
32254              
32255              Sync the perlfaq2 between mainline and maintperl.
32256      Branch: maint-5.6/perl
32257            ! pod/perlfaq2.pod
32258      Branch: perl
32259           !> pod/perlfaq2.pod
32260 ____________________________________________________________________________
32261 [  8747] By: jhi                                   on 2001/02/09  18:12:04
32262         Log: Subject: versiononly and installperl
32263              From: abigail@foad.org
32264              Date: Wed, 7 Feb 2001 22:43:12 +0100
32265              Message-ID: <20010207214312.7045.qmail@foad.org>    
32266              
32267              Add +v flag to force a normal install of the perl binary
32268              and the utilities.
32269              
32270              Subject: [PATCH] installperl
32271              From: Nicholas Clark <nick@ccl4.org>
32272              Date: Fri, 9 Feb 2001 16:28:57 +0000
32273              Message-ID: <20010209162857.B10931@plum.flirble.org>
32274              
32275              Add -A flag which also hardlinks the binary with
32276              the full architecture name.
32277      Branch: perl
32278            ! installperl
32279 ____________________________________________________________________________
32280 [  8746] By: jhi                                   on 2001/02/09  18:03:43
32281         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
32282              
32283              Subject: perlfaq2, re: perlmongers
32284              
32285              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
32286              
32287              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
32288              
32289              Subject: [ID 20010205.001] typo in perlfaq9
32290              
32291              Subject: [ID 20010208.002] unordered explanation in perlcall
32292      Branch: maint-5.6/perl
32293           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32294           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
32295           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
32296 ____________________________________________________________________________
32297 [  8745] By: jhi                                   on 2001/02/09  17:59:09
32298         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
32299              From: abela@geneanet.org
32300              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
32301              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
32302      Branch: perl
32303            ! pod/perlcall.pod
32304 ____________________________________________________________________________
32305 [  8744] By: jhi                                   on 2001/02/09  17:48:16
32306         Log: Subject: [ID 20010205.001] typo in perlfaq9
32307              From: eserte@vran.herceg.de
32308              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
32309              Message-Id: <200102042244.XAA21926@vran.herceg.de>
32310      Branch: perl
32311            ! pod/perlfaq9.pod
32312 ____________________________________________________________________________
32313 [  8743] By: jhi                                   on 2001/02/09  17:25:12
32314         Log: Integrate change #8695 from maintperl.
32315              
32316              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
32317      Branch: perl
32318           !> thread.h
32319 ____________________________________________________________________________
32320 [  8742] By: jhi                                   on 2001/02/09  17:21:22
32321         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
32322              From: Andy Dougherty <doughera@lafayette.edu>
32323              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
32324              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
32325      Branch: perl
32326            ! embed.pl
32327 ____________________________________________________________________________
32328 [  8741] By: jhi                                   on 2001/02/09  17:05:19
32329         Log: Integrate changes #8738,8739,8740 from maintperl.
32330              
32331              Html files will be installed in a more logical and easier to
32332              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
32333              
32334              Html files will be generated with a header to make them look
32335              a little less bare.
32336              
32337              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
32338      Branch: perl
32339           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
32340 ____________________________________________________________________________
32341 [  8740] By: jhi                                   on 2001/02/09  17:03:46
32342         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
32343              From: "Brendan O'Dea" <bod@compusol.com.au>
32344              Date: Sun, 4 Feb 2001 11:17:56 +1100
32345              Message-ID: <20010204111756.A16301@compusol.com.au>
32346      Branch: maint-5.6/perl
32347            ! pod/perlfaq3.pod
32348 ____________________________________________________________________________
32349 [  8739] By: jhi                                   on 2001/02/09  17:01:59
32350         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
32351              From: "Indy Singh" <indy@nusphere.com>
32352              Date: Fri, 2 Feb 2001 15:09:59 -0500
32353              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
32354              
32355              Html files will be generated with a header to make them look
32356              a little less bare.
32357      Branch: maint-5.6/perl
32358            ! installhtml
32359 ____________________________________________________________________________
32360 [  8738] By: jhi                                   on 2001/02/09  16:58:48
32361         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
32362              From: "Indy Singh" <indy@nusphere.com>
32363              Date: Fri, 2 Feb 2001 15:08:23 -0500
32364              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
32365              
32366              Html files will be installed in a more logical and easier to
32367              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
32368      Branch: maint-5.6/perl
32369            ! win32/Makefile win32/makefile.mk
32370 ____________________________________________________________________________
32371 [  8737] By: jhi                                   on 2001/02/09  16:46:54
32372         Log: Integrate changes #8687,8736 from maintperl.
32373              
32374              HP-UX thread patches from Merijn H. Brand.
32375              
32376              Latin nit from Philip Newton.
32377      Branch: perl
32378           !> README.hpux hints/hpux.sh
32379 ____________________________________________________________________________
32380 [  8736] By: jhi                                   on 2001/02/09  16:42:31
32381         Log: Latin nit from Philip Newton.
32382      Branch: maint-5.6/perl
32383            ! README.hpux
32384 ____________________________________________________________________________
32385 [  8735] By: jhi                                   on 2001/02/09  16:24:03
32386         Log: Integrate changes #8704,8710 from pureperl.
32387              
32388              Fixed UMRs and leak in Perl_pmtrans()
32389              
32390              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32391              associated UTFied tr/// code.  Also fixed scoping leak of
32392              PL_reg_start_tmp.
32393      Branch: perl
32394           !> op.c regcomp.c
32395 ____________________________________________________________________________
32396 [  8734] By: jhi                                   on 2001/02/09  15:40:21
32397         Log: Integrate change #8733 from maintperl.
32398              
32399              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32400      Branch: perl
32401           !> pod/perlre.pod
32402 ____________________________________________________________________________
32403 [  8733] By: jhi                                   on 2001/02/09  15:35:47
32404         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32405              From: Prymmer/Kahn <pvhp@best.com>
32406              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
32407              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
32408      Branch: maint-5.6/perl
32409            ! pod/perlre.pod
32410 ____________________________________________________________________________
32411 [  8732] By: jhi                                   on 2001/02/09  15:26:17
32412         Log: Rename README.posix-bc to README.bs2000 (to avoid the
32413              confusion of a "perlposix-bc.pod"), add a few missing
32414              arch pods, regen toc.
32415      Branch: maint-5.6/perl
32416           +> README.bs2000
32417            - README.posix-bc
32418            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32419            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32420 ____________________________________________________________________________
32421 [  8731] By: jhi                                   on 2001/02/09  15:23:39
32422         Log: De-cut-and-pasto.
32423      Branch: perl
32424            ! pod/perl.pod
32425 ____________________________________________________________________________
32426 [  8730] By: jhi                                   on 2001/02/09  15:11:13
32427         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
32428              when people think that perlposix-bc.pod tells anything about
32429              Perl and POSIX.  Regen toc.
32430      Branch: perl
32431           +> README.bs2000
32432            - README.posix-bc
32433            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32434            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32435 ____________________________________________________________________________
32436 [  8729] By: jhi                                   on 2001/02/09  14:52:28
32437         Log: The README.vmesa part of #8712 from maintperl.
32438      Branch: perl
32439            ! README.vmesa
32440 ____________________________________________________________________________
32441 [  8728] By: jhi                                   on 2001/02/09  14:46:06
32442         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
32443              From: Peter Prymmer <pvhp@forte.com>
32444              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
32445              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
32446      Branch: maint-5.6/perl
32447            ! README.vmesa win32/Makefile win32/makefile.mk
32448 ____________________________________________________________________________
32449 [  8727] By: jhi                                   on 2001/02/09  14:33:25
32450         Log: Integrate change #8712 from mainline.
32451              
32452              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
32453      Branch: maint-5.6/perl
32454           !> lib/Pod/Find.pm
32455 ____________________________________________________________________________
32456 [  8726] By: jhi                                   on 2001/02/09  14:30:28
32457         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32458              From: Peter Prymmer <pvhp@forte.com>
32459              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
32460              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
32461      Branch: perl
32462            + t/lib/cgi-esc.t
32463            ! MANIFEST lib/CGI/Util.pm
32464 ____________________________________________________________________________
32465 [  8725] By: jhi                                   on 2001/02/09  04:56:47
32466         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
32467      Branch: maint-5.6/perl
32468            ! pod/perlport.pod
32469 ____________________________________________________________________________
32470 [  8724] By: jhi                                   on 2001/02/09  04:40:59
32471         Log: Integrate changes 7819,7820 from vmsperl into mainline.
32472              
32473              Add header for LIB$ prototypes (C. Berry)
32474              
32475              Convert fwrite()s to sockets to write()s, since some socket stacks
32476              don't take kindly to stdio.
32477              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32478              (for often optional LNMs)
32479              Correct a few typos
32480              (C. Bailey)
32481      Branch: perl
32482           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
32483 ____________________________________________________________________________
32484 [  8723] By: jhi                                   on 2001/02/09  03:29:29
32485         Log: Integrate change #8722 from mainline.
32486              
32487              The Im() function wasn't returning zero for non-Math::Complex
32488              arguments.  The bug reported by John Gamble.
32489      Branch: maint-5.6/perl
32490           !> lib/Math/Complex.pm
32491 ____________________________________________________________________________
32492 [  8722] By: jhi                                   on 2001/02/09  03:28:33
32493         Log: The Im() function wasn't returning zero for non-Math::Complex
32494              arguments.  The bug reported by John Gamble.
32495      Branch: perl
32496            ! lib/Math/Complex.pm
32497 ____________________________________________________________________________
32498 [  8721] By: nick                                  on 2001/02/08  22:11:35
32499         Log: Correct the correction :-(
32500      Branch: perl
32501            ! perl.c
32502 ____________________________________________________________________________
32503 [  8720] By: bailey                                on 2001/02/08  20:59:22
32504         Log: Convert frwite()s to sockets to write()s, since some socket stacks
32505              don't take kindly to stdio.
32506              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32507              (for often optional LNMs)
32508              Correct a few typos
32509              (C. Bailey)
32510      Branch: vmsperl
32511            ! vms/vms.c vms/vmsish.h
32512 ____________________________________________________________________________
32513 [  8719] By: bailey                                on 2001/02/08  20:51:02
32514         Log: Add header for LIB$ prototypes (C. Berry)
32515      Branch: vmsperl
32516            ! ext/Devel/DProf/DProf.xs
32517 ____________________________________________________________________________
32518 [  8718] By: bailey                                on 2001/02/08  20:49:00
32519         Log: SYN SYN
32520      Branch: vmsperl
32521           +> pod/perliol.pod t/lib/sample-tests/bailout
32522           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
32523           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
32524           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
32525           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
32526           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
32527           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
32528            - lib/unicode/Is/DCinital.pl
32529           !> (integrate 101 files)
32530 ____________________________________________________________________________
32531 [  8717] By: nick                                  on 2001/02/08  19:38:48
32532         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
32533              From: Robin Barker <rmb1@cise.npl.co.uk>
32534              Date: Thu, 8 Feb 2001 14:38:07 GMT
32535              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
32536      Branch: perl
32537            ! lib/CPAN.pm
32538 ____________________________________________________________________________
32539 [  8716] By: nick                                  on 2001/02/08  19:29:07
32540         Log: Generated files form 8713 etc.
32541      Branch: perl
32542            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32543 ____________________________________________________________________________
32544 [  8715] By: nick                                  on 2001/02/08  19:26:08
32545         Log: Fixup non-ithread build after 8713
32546      Branch: perl
32547            ! perl.c
32548 ____________________________________________________________________________
32549 [  8714] By: nick                                  on 2001/02/08  19:17:45
32550         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
32551              From: nick@ccl4.org
32552              Date: Wed, 7 Feb 2001 00:27:47 +0000
32553              Message-Id: <20010207002747.B63724@plum.flirble.org>
32554      Branch: perl
32555            ! sv.c toke.c
32556 ____________________________________________________________________________
32557 [  8713] By: nick                                  on 2001/02/08  19:15:58
32558         Log: Subject: Re: [patch] Re: PL_ptr_table
32559              From: Doug Maceachern <dougm@covalent.net>
32560              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
32561              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
32562      Branch: perl
32563            ! embed.pl perl.c sv.c sv.h
32564 ____________________________________________________________________________
32565 [  8712] By: nick                                  on 2001/02/08  19:12:47
32566         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
32567              From: Peter Prymmer <pvhp@forte.com>
32568              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
32569              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
32570      Branch: perl
32571            ! lib/Pod/Find.pm
32572 ____________________________________________________________________________
32573 [  8711] By: nick                                  on 2001/02/07  21:06:11
32574         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
32575              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
32576              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32577              Date: Tue, 06 Feb 2001 23:37:01 +0000
32578              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
32579      Branch: perl
32580            ! regcomp.c
32581 ____________________________________________________________________________
32582 [  8710] By: alanbur                               on 2001/02/07  00:22:04
32583         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32584              associated UTFied tr/// code.  Also fixed scoping leak of
32585              PL_reg_start_tmp.
32586      Branch: maint-5.6/pureperl
32587            ! op.c regcomp.c
32588 ____________________________________________________________________________
32589 [  8709] By: nick                                  on 2001/02/06  21:16:49
32590         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
32591              From: Michael G Schwern <schwern@pobox.com>
32592              Date: Sun, 4 Feb 2001 19:47:14 -0500
32593              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
32594      Branch: perl
32595            ! pod/perlapi.pod pod/perlmodlib.PL
32596 ____________________________________________________________________________
32597 [  8708] By: nick                                  on 2001/02/06  20:41:20
32598         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
32599              From: Michael G Schwern <schwern@pobox.com>
32600              Date: Sun, 4 Feb 2001 21:17:49 -0500
32601              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
32602      Branch: perl
32603            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
32604            ! pod/perltootc.pod
32605 ____________________________________________________________________________
32606 [  8707] By: nick                                  on 2001/02/06  20:29:11
32607         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
32608              From: Michael G Schwern <schwern@pobox.com>
32609              Date: Tue, 6 Feb 2001 05:54:30 -0500
32610              Message-Id: <20010206055430.A951@blackrider.aocn.com>
32611      Branch: perl
32612            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
32613 ____________________________________________________________________________
32614 [  8706] By: nick                                  on 2001/02/06  20:21:40
32615         Log: Subject: RE: some win32 fixes
32616              Date: Tue, 6 Feb 2001 09:23:20 +0300
32617              From: Vadim Konovalov <vkonovalov@lucent.com>
32618              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
32619      Branch: perl
32620            ! toke.c win32/Makefile win32/config.bc win32/config.gc
32621            ! win32/config.vc win32/config_H.bc win32/makefile.mk
32622 ____________________________________________________________________________
32623 [  8705] By: alanbur                               on 2001/02/06  15:00:03
32624         Log: Synchronised with parent
32625      Branch: maint-5.6/pureperl
32626            ! regexec.c
32627           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32628           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
32629 ____________________________________________________________________________
32630 [  8704] By: alanbur                               on 2001/02/06  14:55:24
32631         Log: Fixed UMRs and leak in Perl_pmtrans()
32632      Branch: maint-5.6/pureperl
32633            ! op.c
32634 ____________________________________________________________________________
32635 [  8703] By: gsar                                  on 2001/02/06  02:29:37
32636         Log: $(MAKE) distclean doesn't clean up properly on windows
32637      Branch: maint-5.6/perl
32638            ! win32/Makefile win32/makefile.mk
32639 ____________________________________________________________________________
32640 [  8702] By: gsar                                  on 2001/02/06  01:00:46
32641         Log: tweak change#8659 to keep it simple
32642      Branch: maint-5.6/perl
32643            ! utils/perldoc.PL
32644 ____________________________________________________________________________
32645 [  8701] By: gsar                                  on 2001/02/05  22:45:41
32646         Log: change#8693 was missing testsuite changes
32647      Branch: maint-5.6/perl
32648           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32649 ____________________________________________________________________________
32650 [  8700] By: nick                                  on 2001/02/05  20:32:52
32651         Log: Integrate mainline
32652      Branch: perlio
32653           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
32654           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32655           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32656           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32657           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32658           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32659           +> t/lib/test-harness.t
32660           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
32661           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
32662           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
32663           !> pod/perlutil.pod t/TEST utils/h2xs.PL
32664 ____________________________________________________________________________
32665 [  8699] By: nick                                  on 2001/02/05  19:41:07
32666         Log: Subject: perlfaq2, re: perlmongers
32667              From: David H. Adler <dha@panix.com>
32668              Date: Sun, 4 Feb 2001 23:48:23 -0500
32669              Message-Id: <20010204234823.A13429@panix.com>
32670      Branch: perl
32671            ! pod/perlfaq2.pod
32672 ____________________________________________________________________________
32673 [  8698] By: nick                                  on 2001/02/05  19:39:31
32674         Log: Missed file f#rom the testharness mess.
32675      Branch: perl
32676            + t/lib/test-harness.t
32677 ____________________________________________________________________________
32678 [  8697] By: nick                                  on 2001/02/05  19:37:21
32679         Log: Subject: [DOC PATCH] overload.pm nits
32680              From: John Tobey <jtobey@john-edwin-tobey.org>
32681              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
32682              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
32683      Branch: perl
32684            ! lib/overload.pm
32685 ____________________________________________________________________________
32686 [  8696] By: alanbur                               on 2001/02/05  11:56:00
32687         Log: Sync with parent
32688      Branch: maint-5.6/pureperl
32689           !> thread.h
32690 ____________________________________________________________________________
32691 [  8695] By: gsar                                  on 2001/02/05  03:27:34
32692         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
32693      Branch: maint-5.6/perl
32694            ! thread.h
32695 ____________________________________________________________________________
32696 [  8694] By: alanbur                               on 2001/02/05  00:07:47
32697         Log: Initial branch creation from //depot/maint-5.6/perl
32698      Branch: maint-5.6/pureperl
32699           +> (branch 1719 files)
32700 ____________________________________________________________________________
32701 [  8693] By: gsar                                  on 2001/02/04  22:38:49
32702         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
32703              changes)
32704      Branch: maint-5.6/perl
32705           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
32706           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32707           !> ext/DB_File/version.c
32708 ____________________________________________________________________________
32709 [  8692] By: nick                                  on 2001/02/04  18:15:57
32710         Log: The missed t/TEST part of the grand testharness upgrade.
32711      Branch: perl
32712            ! t/TEST
32713 ____________________________________________________________________________
32714 [  8691] By: nick                                  on 2001/02/04  18:05:17
32715         Log: New improved test harness
32716              Subject: Re: [PATCH Test::Harness] Third time's a charm?
32717              From: Michael G Schwern <schwern@pobox.com>
32718              Date: Sun, 4 Feb 2001 08:01:20 -0500
32719              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
32720      Branch: perl
32721            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
32722            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32723            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32724            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32725            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32726            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32727            ! MANIFEST lib/Test/Harness.pm
32728 ____________________________________________________________________________
32729 [  8690] By: nick                                  on 2001/02/04  17:57:51
32730         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
32731              From: Jonathan Stowe <gellyfish@gellyfish.com>
32732              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
32733              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
32734      Branch: perl
32735            ! utils/h2xs.PL
32736 ____________________________________________________________________________
32737 [  8689] By: nick                                  on 2001/02/04  17:55:24
32738         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32739              From: Michael G Schwern <schwern@pobox.com>
32740              Date: Sat, 3 Feb 2001 22:46:38 -0500
32741              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
32742      Branch: perl
32743            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
32744            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
32745 ____________________________________________________________________________
32746 [  8688] By: nick                                  on 2001/02/04  17:43:55
32747         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
32748              length byfailing to spot lack of closing )
32749              From: nick@talking.bollo.cx
32750              Date: Sat, 03 Feb 2001 23:53:16 +0000
32751              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
32752      Branch: perl
32753            ! perlio.c pod/perldiag.pod
32754 ____________________________________________________________________________
32755 [  8687] By: jhi                                   on 2001/02/03  17:11:42
32756         Log: HP-UX thread patches from Merijn H. Brand.
32757      Branch: maint-5.6/perl
32758            ! README.hpux hints/hpux.sh
32759 ____________________________________________________________________________
32760 [  8686] By: jhi                                   on 2001/02/03  16:40:12
32761         Log: Metaconfig changes for #8685.
32762      Branch: metaconfig
32763            ! U/installdirs/instubperl.U
32764      Branch: metaconfig/U/perl
32765            ! Devel.U versiononly.U
32766 ____________________________________________________________________________
32767 [  8685] By: jhi                                   on 2001/02/03  16:39:49
32768         Log: For -Dusedevel builds turn off installusrbinperl and turn on
32769              versiononly, a combined idea of Richard Soderberg and Merijn
32770              H. Brand.  You can still override both of these from the command
32771              line if you need to, -Dinstallusrbinperl and -Uversiononly.
32772      Branch: perl
32773            ! Configure
32774 ____________________________________________________________________________
32775 [  8684] By: jhi                                   on 2001/02/03  16:16:34
32776         Log: Metaconfig unit fix for #8683.
32777      Branch: metaconfig
32778            ! U/compline/nblock_io.U
32779 ____________________________________________________________________________
32780 [  8683] By: jhi                                   on 2001/02/03  16:16:12
32781         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
32782              reported by Peter Prymmer for 5.6-TRIAL1.
32783      Branch: perl
32784            ! Configure
32785 ____________________________________________________________________________
32786 [  8682] By: jhi                                   on 2001/02/03  05:52:11
32787         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
32788              to work correctly.
32789      Branch: maint-5.6/perl
32790            ! hints/irix_6.sh
32791 ____________________________________________________________________________
32792 [  8681] By: jhi                                   on 2001/02/03  05:47:33
32793         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
32794      Branch: maint-5.6/perl
32795            ! pod/perlport.pod
32796 ____________________________________________________________________________
32797 [  8680] By: jhi                                   on 2001/02/02  21:39:49
32798         Log: perlport update from Peter Prymmer.
32799      Branch: maint-5.6/perl
32800            ! pod/perlport.pod
32801 ____________________________________________________________________________
32802 [  8679] By: nick                                  on 2001/02/02  20:50:48
32803         Log: Integrate mainline
32804      Branch: perlio
32805           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32806           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
32807           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32808 ____________________________________________________________________________
32809 [  8678] By: gsar                                  on 2001/02/02  16:02:12
32810         Log: note about bincompat, slightly modified (from Lupe Christoph)
32811      Branch: maint-5.6/perl
32812            ! README.solaris
32813 ____________________________________________________________________________
32814 [  8677] By: jhi                                   on 2001/02/02  15:46:20
32815         Log: Supported platforms updates.
32816      Branch: maint-5.6/perl
32817            ! pod/perlport.pod
32818 ____________________________________________________________________________
32819 [  8676] By: jhi                                   on 2001/02/02  03:41:26
32820         Log: A couple more perlfaq2 tweaks.
32821      Branch: maint-5.6/perl
32822            ! pod/perlfaq2.pod
32823 ____________________________________________________________________________
32824 [  8675] By: jhi                                   on 2001/02/02  03:17:44
32825         Log: Misedit in #8661.
32826      Branch: maint-5.6/perl
32827            ! Configure
32828 ____________________________________________________________________________
32829 [  8674] By: jhi                                   on 2001/02/02  03:14:38
32830         Log: Damien again.
32831      Branch: maint-5.6/perl
32832            ! pod/perlfaq2.pod
32833 ____________________________________________________________________________
32834 [  8673] By: jhi                                   on 2001/02/02  03:12:40
32835         Log: perlfaq update from Elaine Ashton.
32836      Branch: maint-5.6/perl
32837            ! pod/perlfaq2.pod
32838 ____________________________________________________________________________
32839 [  8672] By: jhi                                   on 2001/02/02  03:07:08
32840         Log: UTF-8 s/// patch from Inaba Hiroto.
32841      Branch: maint-5.6/perl
32842            ! pp_ctl.c pp_hot.c
32843 ____________________________________________________________________________
32844 [  8671] By: jhi                                   on 2001/02/01  22:34:31
32845         Log: Update Changes.
32846      Branch: perl
32847            ! Changes patchlevel.h
32848 ____________________________________________________________________________
32849 [  8670] By: jhi                                   on 2001/02/01  22:15:29
32850         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
32851              from maintperl.
32852              
32853              Upgrade to Getopt::Long 2.25, from Johan Vromans.
32854              
32855              more files need to be writable in the source distribution
32856              
32857              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
32858              
32859              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32860              
32861              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32862              
32863              Allow the float to be fuzzier.
32864              
32865              need to use INT2PTR instead of a straight cast or ia64 fails
32866              
32867              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32868              
32869              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32870      Branch: perl
32871           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32872           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
32873           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32874 ____________________________________________________________________________
32875 [  8669] By: jhi                                   on 2001/02/01  21:57:02
32876         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32877              From: Robin Barker <rmb1@cise.npl.co.uk>
32878              Date: Thu, 1 Feb 2001 16:59:05 GMT
32879              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
32880      Branch: maint-5.6/perl
32881            ! pod/perlmodlib.PL
32882 ____________________________________________________________________________
32883 [  8668] By: nick                                  on 2001/02/01  19:41:40
32884         Log: Integrate mainline
32885      Branch: perlio
32886           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
32887           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
32888           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
32889 ____________________________________________________________________________
32890 [  8667] By: gsar                                  on 2001/02/01  16:59:11
32891         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32892      Branch: maint-5.6/perl
32893            ! embed.pl embedvar.h
32894 ____________________________________________________________________________
32895 [  8666] By: gsar                                  on 2001/02/01  16:34:51
32896         Log: add missing entries to win32/config.?c
32897      Branch: maint-5.6/perl
32898            ! win32/config.bc win32/config.gc win32/config.vc
32899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32900 ____________________________________________________________________________
32901 [  8665] By: jhi                                   on 2001/02/01  14:58:51
32902         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32903              From: "Stephen P. Potter" <spp@spotter.yi.org>
32904              Date: Thu, 01 Feb 2001 10:45:46 -0500
32905              Message-Id: <200102011545.KAA31479@spotter.yi.org>
32906      Branch: maint-5.6/perl
32907            ! pod/perlfunc.pod
32908 ____________________________________________________________________________
32909 [  8664] By: gsar                                  on 2001/02/01  14:52:37
32910         Log: need to use INT2PTR instead of a straight cast or ia64 fails
32911              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
32912      Branch: maint-5.6/perl
32913            ! ext/POSIX/POSIX.xs
32914 ____________________________________________________________________________
32915 [  8663] By: jhi                                   on 2001/02/01  14:09:13
32916         Log: Allow the float to be fuzzier.
32917      Branch: maint-5.6/perl
32918            ! t/lib/peek.t
32919 ____________________________________________________________________________
32920 [  8662] By: jhi                                   on 2001/02/01  13:59:00
32921         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32922              From: Robin Barker <rmb1@cise.npl.co.uk>
32923              Date: Thu, 1 Feb 2001 13:05:39 GMT
32924              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
32925      Branch: maint-5.6/perl
32926            ! pod/perlmodlib.pod
32927 ____________________________________________________________________________
32928 [  8661] By: jhi                                   on 2001/02/01  13:57:38
32929         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
32930              Date: Thu, 01 Feb 2001 14:15:41 +0100
32931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32932              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
32933              
32934              Have the $ccflags in the gcc version test (strange, this change
32935              is claimed to be have been integrated already)
32936      Branch: maint-5.6/perl
32937            ! Configure
32938 ____________________________________________________________________________
32939 [  8660] By: jhi                                   on 2001/02/01  13:44:10
32940         Log: Integrate changes #7950,7964,7962 from mainline.
32941              
32942              Find the stdchar signedness using cpp, should fix some of
32943              the Solaris compiler warnings reported by Alan Burlison.
32944      Branch: maint-5.6/perl
32945           !> Configure config_h.SH
32946 ____________________________________________________________________________
32947 [  8659] By: jhi                                   on 2001/02/01  05:35:32
32948         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
32949              From: Jan Dubois <JanD@ActiveState.com>
32950              Date: Wed, 31 Jan 2001 21:17:03 -0800
32951              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
32952      Branch: maint-5.6/perl
32953            ! utils/perldoc.PL
32954 ____________________________________________________________________________
32955 [  8658] By: jhi                                   on 2001/02/01  04:33:17
32956         Log: Integrate the README.os390 and README.posix-bc parts of mainline
32957              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
32958              installperl parts were taken care of by #8657.)
32959      Branch: maint-5.6/perl
32960           !> README.os390 README.posix-bc
32961 ____________________________________________________________________________
32962 [  8657] By: jhi                                   on 2001/02/01  04:29:21
32963         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32964              From: Peter Prymmer <pvhp@forte.com>
32965              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
32966              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
32967      Branch: maint-5.6/perl
32968            + ext/DynaLoader/dl_dllload.xs
32969            ! MANIFEST Makefile.SH hints/os390.sh installperl
32970 ____________________________________________________________________________
32971 [  8656] By: jhi                                   on 2001/02/01  04:25:45
32972         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
32973              From: Peter Prymmer <pvhp@forte.com>
32974              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
32975              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
32976      Branch: maint-5.6/perl
32977            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
32978 ____________________________________________________________________________
32979 [  8655] By: jhi                                   on 2001/02/01  04:14:47
32980         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
32981              From: troc@netrus.net
32982              Date: Wed, 31 Jan 2001 22:31:26 -0500
32983              Message-Id: <200102010331.WAA117.85@rocco.homenet>
32984      Branch: maint-5.6/perl
32985            ! os2/os2.c
32986 ____________________________________________________________________________
32987 [  8654] By: jhi                                   on 2001/02/01  04:12:52
32988         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32989              as reported by Alan Burlison.
32990      Branch: maint-5.6/perl
32991            ! pp.h
32992 ____________________________________________________________________________
32993 [  8653] By: jhi                                   on 2001/02/01  04:05:12
32994         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
32995              From: dsugalski@northernlight.com
32996              Date: Wed, 31 Jan 2001 18:54:11 -0500
32997              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
32998      Branch: maint-5.6/perl
32999            ! configure.com
33000 ____________________________________________________________________________
33001 [  8652] By: jhi                                   on 2001/02/01  04:03:11
33002         Log: Misplaced #endif.
33003              
33004              Subject: [perl-5-6-1-trial2] patches for EPOC
33005              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33006              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33007              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33008      Branch: maint-5.6/perl
33009            ! epoc/epocish.c
33010 ____________________________________________________________________________
33011 [  8651] By: jhi                                   on 2001/02/01  04:00:25
33012         Log: Integrate changes #8647,8648,8650 from mainline.
33013              
33014              Macrofy a magic UTF-8 test.
33015              
33016              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
33017              
33018              Watch out for cross compiling for EPOC (usually done on linux).
33019      Branch: maint-5.6/perl
33020           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
33021 ____________________________________________________________________________
33022 [  8650] By: jhi                                   on 2001/02/01  03:56:20
33023         Log: Watch out for cross compiling for EPOC (usually done on linux)
33024              
33025              Subject: [perl-5-6-1-trial2] patches for EPOC
33026              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33027              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33028              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33029      Branch: perl
33030            ! ext/Errno/Errno_pm.PL
33031 ____________________________________________________________________________
33032 [  8649] By: gsar                                  on 2001/02/01  00:46:00
33033         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
33034      Branch: maint-5.6/perl
33035            ! sv.c
33036 ____________________________________________________________________________
33037 [  8648] By: jhi                                   on 2001/01/31  23:35:36
33038         Log: All the uses of PL_numeric_radix must be protected by
33039              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
33040              
33041              Subject: [perl-5-6-1-trial2] patches for EPOC
33042              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33043              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33044              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33045      Branch: perl
33046            ! sv.c
33047 ____________________________________________________________________________
33048 [  8647] By: jhi                                   on 2001/01/31  22:56:16
33049         Log: Macrofy a magic UTF-8 test.
33050      Branch: perl
33051            ! utf8.c utf8.h
33052 ____________________________________________________________________________
33053 [  8646] By: gsar                                  on 2001/01/31  15:55:12
33054         Log: update Changes
33055      Branch: maint-5.6/perl
33056            ! Changes
33057 ____________________________________________________________________________
33058 [  8645] By: gsar                                  on 2001/01/31  15:10:14
33059         Log: Configure tweak suggested by Peter Prymmer
33060      Branch: maint-5.6/perl
33061            ! Configure
33062 ____________________________________________________________________________
33063 [  8644] By: gsar                                  on 2001/01/31  15:06:32
33064         Log: more files need to be writable in the source distribution
33065      Branch: maint-5.6/perl
33066            ! Porting/makerel
33067 ____________________________________________________________________________
33068 [  8643] By: jhi                                   on 2001/01/31  14:59:46
33069         Log: Integrate changes #8258,8278,8279 from mainline.
33070              
33071              Make the large file tests more robust/talkative.
33072      Branch: maint-5.6/perl
33073           !> t/lib/syslfs.t t/op/lfs.t
33074 ____________________________________________________________________________
33075 [  8642] By: gsar                                  on 2001/01/31  14:53:48
33076         Log: integrate changes#8311,8334 from mainline
33077              
33078              Add a new MakeMaker variable PM_FILTER that defines a Unix
33079              filter to be run on each .pm during the pm_to_blib() phase,
33080              a fixed version of
33081              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
33082              
33083              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
33084              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
33085              accurate reading of the "atime".  
33086      Branch: maint-5.6/perl
33087           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
33088           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33089           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
33090 ____________________________________________________________________________
33091 [  8641] By: jhi                                   on 2001/01/31  14:46:37
33092         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
33093      Branch: maint-5.6/perl
33094            ! lib/Getopt/Long.pm
33095 ____________________________________________________________________________
33096 [  8640] By: gsar                                  on 2001/01/31  14:40:24
33097         Log: make regen_all
33098      Branch: maint-5.6/perl
33099            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
33100 ____________________________________________________________________________
33101 [  8639] By: gsar                                  on 2001/01/31  14:37:25
33102         Log: refresh windows config files
33103      Branch: maint-5.6/perl
33104            ! win32/Makefile win32/config_H.bc win32/config_H.gc
33105            ! win32/config_H.vc win32/makefile.mk
33106 ____________________________________________________________________________
33107 [  8638] By: gsar                                  on 2001/01/31  14:28:10
33108         Log: makefile tweaks for windows: introduce a bulk-switch to enable
33109              same options as ActivePerl; sync changes with makefile.mk
33110      Branch: maint-5.6/perl
33111            ! win32/Makefile win32/makefile.mk
33112 ____________________________________________________________________________
33113 [  8637] By: jhi                                   on 2001/01/31  04:41:30
33114         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
33115              From: Nicholas Clark <nick@ccl4.org>
33116              Date: Tue, 30 Jan 2001 19:51:05 +0000
33117              Message-ID: <20010130195105.R76607@plum.flirble.org> 
33118              
33119              op/inc cure.
33120      Branch: perl
33121            ! pp.c pp.h pp_hot.c t/op/arith.t
33122 ____________________________________________________________________________
33123 [  8636] By: jhi                                   on 2001/01/31  02:38:32
33124         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
33125              no perlio],8257,8380,8479,8515 from mainline.
33126              
33127              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
33128              
33129              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
33130              Subject: [PATCH perl@8133] fix-up for VMS extensions
33131              
33132              In VMS embedded perls couldn't access the statically built Socket.
33133              
33134              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
33135              
33136              Further VMS piping fixes from Charles Lane.
33137              
33138              Subject:  [PATCH] make t/op/misc.t work on VMS
33139              
33140              Add tracing for debugging extensions builds in VMS.
33141              
33142              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
33143      Branch: maint-5.6/perl
33144           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
33145           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33146           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
33147 ____________________________________________________________________________
33148 [  8635] By: jhi                                   on 2001/01/31  01:46:41
33149         Log: Integrate change #7732 from mainline.
33150              
33151              Sparc 64-bit pack() fix from Jens Hamisch.
33152      Branch: maint-5.6/perl
33153           !> pp.c
33154 ____________________________________________________________________________
33155 [  8634] By: jhi                                   on 2001/01/31  01:41:16
33156         Log: One spot missing from #8626.
33157      Branch: maint-5.6/perl
33158            ! sv.c
33159 ____________________________________________________________________________
33160 [  8633] By: jhi                                   on 2001/01/31  00:49:17
33161         Log: Integrate change #7495 from mainline.
33162              
33163              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33164      Branch: maint-5.6/perl
33165           !> MANIFEST ext/re/Makefile.PL
33166 ____________________________________________________________________________
33167 [  8632] By: jhi                                   on 2001/01/30  23:38:49
33168         Log: Integrate change #8396 from mainline.
33169              
33170              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
33171              better multicast support (resend)
33172      Branch: maint-5.6/perl
33173           !> ext/Socket/Socket.pm
33174 ____________________________________________________________________________
33175 [  8631] By: jhi                                   on 2001/01/30  23:28:03
33176         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
33177              
33178              More AIX lore. (7514, ext/re/hints/aix.pl)
33179              
33180              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
33181              
33182              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)
33183              
33184              Subject: [ID 20001214.002] Net::Ping patch
33185              
33186              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
33187              
33188              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
33189              
33190              Add ReuseAddr as a (preferred) alias for Reuse as we now
33191              also have ReusePort.
33192              
33193              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
33194      Branch: maint-5.6/perl
33195           +> ext/re/hints/aix.pl
33196           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
33197           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
33198 ____________________________________________________________________________
33199 [  8630] By: jhi                                   on 2001/01/30  23:03:59
33200         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
33201              
33202              read() documentation tweak for 20001121.004.
33203              
33204              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
33205      Branch: maint-5.6/perl
33206           !> pod/perlfunc.pod pod/perlre.pod
33207 ____________________________________________________________________________
33208 [  8629] By: jhi                                   on 2001/01/30  22:41:57
33209         Log: Integrate change #8098 from mainline.
33210              
33211              fastgetcwd is defined using a glob alias on a $^O dependent basis
33212              and there was no default assignment or perl subroutine.
33213      Branch: maint-5.6/perl
33214           !> lib/Cwd.pm
33215 ____________________________________________________________________________
33216 [  8628] By: jhi                                   on 2001/01/30  21:58:52
33217         Log: Integrate change #7866 from mainline.
33218              
33219              File::Temp 0.11.
33220      Branch: maint-5.6/perl
33221           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
33222 ____________________________________________________________________________
33223 [  8627] By: jhi                                   on 2001/01/30  21:39:44
33224         Log: Integrate changes #8075,8086,8228 from mainline.  
33225              
33226              Darwin is not Windows. (8075,8086)
33227              
33228              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
33229      Branch: maint-5.6/perl
33230           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
33231           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
33232           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
33233           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
33234 ____________________________________________________________________________
33235 [  8626] By: jhi                                   on 2001/01/30  21:22:11
33236         Log: Integrate with tweakery the change #8625 from mainline,
33237              the multibyte decimal separator fix ("fa_IR locale failure").
33238      Branch: maint-5.6/perl
33239            ! embedvar.h perlapi.h
33240           !> intrpvar.h perl.c perl.h sv.c util.c
33241 ____________________________________________________________________________
33242 [  8625] By: jhi                                   on 2001/01/30  20:26:33
33243         Log: Fix for the fa_IR locale failure.  The reason for the failure
33244              was that Perl was assuming the decimal separator aka the radix
33245              separator is one character.  The Farsi-Iranian locale crushed
33246              that bad assumption since there the separator is 'Momayyez',
33247              glyphwise looking somewhat like a slash, and in Unicode UTF-8
33248              encoded in two bytes, 0xd9 0xab.
33249      Branch: perl
33250            ! intrpvar.h perl.c perl.h sv.c util.c
33251 ____________________________________________________________________________
33252 [  8624] By: gsar                                  on 2001/01/30  20:17:03
33253         Log: regen_headers
33254      Branch: maint-5.6/perl
33255            ! Makefile.SH pod/perlintern.pod
33256 ____________________________________________________________________________
33257 [  8623] By: gsar                                  on 2001/01/30  19:42:34
33258         Log: backout change#7431 and its dependents (causes spurious rebuilds
33259              of autogenerated files)
33260              
33261              fix benign b.t failure
33262      Branch: maint-5.6/perl
33263            ! Makefile.SH t/lib/b.t
33264 ____________________________________________________________________________
33265 [  8622] By: jhi                                   on 2001/01/30  19:41:41
33266         Log: Microperl sync.
33267      Branch: perl
33268            ! mg.c perl.h
33269 ____________________________________________________________________________
33270 [  8621] By: gsar                                  on 2001/01/30  19:24:47
33271         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
33272              from mainline
33273              
33274              Subject: podlators 1.06 released
33275              
33276              Subject: [PATCH @8436] Eliminate op_children
33277              
33278              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
33279              
33280              (Replaced by #8448)  More op_children traces (cleanup of #8442).
33281              
33282              Subject: [PATCH #3 @8436] Re: Eliminate op_children
33283              Replace #8444 and #8445.
33284              
33285              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
33286              at the setting of the ofs_sv in new_struct_thread() as the
33287              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
33288              uninitialized fields are, uh, initialized with),
33289              SvREFCNT_inc()ing that invited a core dump.
33290              
33291              podlators 1.07, from Russ Allbery.
33292              
33293              Subject: [PATCH] regcomp.c old feature removal
33294              From: mjd@plover.com
33295              Date: 16 Jan 2001 14:43:18 -0000 
33296              Message-ID: <20010116144318.7140.qmail@plover.com> 
33297      Branch: maint-5.6/perl
33298           +> lib/Pod/Text/Overstrike.pm
33299           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
33300           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
33301           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
33302           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
33303           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
33304           !> util.c
33305 ____________________________________________________________________________
33306 [  8620] By: gsar                                  on 2001/01/30  18:48:32
33307         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
33308              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
33309              now fails one test)
33310              
33311              Subject: [PATCH] lvalue AUTOLOAD. No, really.
33312              
33313              Subject: [PATCH] Interesting syntax idea
33314              Make opens + bareword assigns do typeglob assigns.
33315              
33316              Tests for #8254.
33317              
33318              Subject: [PATCH @8269] Continue blocks and B::Deparse
33319              Make the peephole optimizer to bypass more null ops and
33320              and rewrite the deparse handling of continue blocks.
33321              
33322              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
33323              Doc tweak on #8313.
33324              
33325              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
33326              
33327              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
33328              
33329              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
33330              
33331              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
33332              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
33333              according to the platform.
33334              
33335              Subject: [PATCH @8404] Consolidated lvalue sub changes
33336              
33337              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
33338              
33339              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
33340              
33341              Subject: B::Concise -- an improved replacement for B::Terse 
33342              
33343              The B::Terse drop-in replacement wasn't quite drop-in.
33344              
33345              The LVRET macro needed an aTHX.
33346              
33347              Use the /^Perl_/-less form of is_lvalue_sub().
33348              
33349              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
33350      Branch: maint-5.6/perl
33351           +> ext/B/B/Concise.pm
33352           !> (integrate 27 files)
33353 ____________________________________________________________________________
33354 [  8619] By: nick                                  on 2001/01/30  18:40:28
33355         Log: Integrate mainline
33356      Branch: perlio
33357           !> (integrate 40 files)
33358 ____________________________________________________________________________
33359 [  8618] By: jhi                                   on 2001/01/30  18:37:18
33360         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
33361              Date: Mon, 29 Jan 2001 22:51:29 -0600
33362              From: "Craig A. Berry" <craigberry@mac.com>
33363              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
33364      Branch: perl
33365            ! vms/test.com
33366 ____________________________________________________________________________
33367 [  8617] By: jhi                                   on 2001/01/30  18:34:53
33368         Log: Subject: [PATCH] Add missing CV flags to dump.c
33369              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33370              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
33371              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
33372      Branch: perl
33373            ! dump.c
33374 ____________________________________________________________________________
33375 [  8616] By: jhi                                   on 2001/01/30  18:20:58
33376         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
33377              part isn't applicable to maintperl.
33378              
33379              UTF-8 nit from Inaba Hiroto.
33380      Branch: maint-5.6/perl
33381           !> pod/perlapi.pod utf8.c
33382 ____________________________________________________________________________
33383 [  8615] By: jhi                                   on 2001/01/30  18:18:51
33384         Log: UTF-8 nit from Inaba Hiroto.
33385      Branch: perl
33386            ! pod/perlapi.pod t/op/each.t utf8.c
33387 ____________________________________________________________________________
33388 [  8614] By: jhi                                   on 2001/01/30  18:13:38
33389         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
33390              
33391              perl's internal variables are not for public consumption,
33392              move their docs from perlapi.pod to perlintern.pod
33393              
33394              support for -Dusethreads build under HP-UX 10.20 and DCE threads
33395              library (11.0 and later have pthreads but 10.x don't)
33396              
33397              avoid uninitialized value warnings
33398              
33399              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33400              gets weird results)
33401              
33402              perldoc nit on windows
33403              
33404              make it possible to run the tests outside the source tree
33405              (there's still a dependency on ../lib being the library
33406              location)
33407      Branch: perl
33408           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
33409           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
33410           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
33411           !> win32/bin/search.pl win32/vdir.h
33412 ____________________________________________________________________________
33413 [  8613] By: gsar                                  on 2001/01/30  16:39:59
33414         Log: make it possible to run the tests outside the source tree
33415              (there's still a dependency on ../lib being the library
33416              location)
33417      Branch: maint-5.6/perl
33418            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
33419 ____________________________________________________________________________
33420 [  8612] By: gsar                                  on 2001/01/30  16:31:12
33421         Log: perldoc nit on windows
33422      Branch: maint-5.6/perl
33423            ! utils/perldoc.PL
33424 ____________________________________________________________________________
33425 [  8611] By: gsar                                  on 2001/01/30  16:22:54
33426         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33427              gets weird results)
33428      Branch: maint-5.6/perl
33429            ! win32/vdir.h
33430 ____________________________________________________________________________
33431 [  8610] By: gsar                                  on 2001/01/30  16:12:45
33432         Log: avoid uninitialized value warnings
33433      Branch: maint-5.6/perl
33434            ! win32/bin/search.pl
33435 ____________________________________________________________________________
33436 [  8609] By: gsar                                  on 2001/01/30  16:08:01
33437         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
33438              library (11.0 and later have pthreads but 10.x don't)
33439      Branch: maint-5.6/perl
33440            ! hints/hpux.sh thread.h
33441 ____________________________________________________________________________
33442 [  8608] By: gsar                                  on 2001/01/30  15:48:55
33443         Log: perl's internal variables are not for public consumption,
33444              move their docs from perlapi.pod to perlintern.pod
33445      Branch: maint-5.6/perl
33446            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
33447            ! thrdvar.h
33448 ____________________________________________________________________________
33449 [  8607] By: gsar                                  on 2001/01/30  15:44:27
33450         Log: mistakenly branched perl56delta.pod, revert
33451      Branch: maint-5.6/perl
33452            - pod/perl56delta.pod
33453           !> pod/perldelta.pod
33454 ____________________________________________________________________________
33455 [  8606] By: gsar                                  on 2001/01/30  14:20:24
33456         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
33457              dTHR which has been a noop for a while now, except for the
33458              compatibility definition in thread.h)
33459      Branch: maint-5.6/perl
33460           !> (integrate 45 files)
33461 ____________________________________________________________________________
33462 [  8605] By: jhi                                   on 2001/01/30  05:43:58
33463         Log: Mark the UTF-8 APIs as experimental.
33464      Branch: maint-5.6/perl
33465            ! embed.pl pod/perlapi.pod
33466 ____________________________________________________________________________
33467 [  8604] By: jhi                                   on 2001/01/30  05:38:40
33468         Log: Nits from earlier integrates.
33469      Branch: maint-5.6/perl
33470            ! lib/Carp/Heavy.pm
33471           !> sv.c
33472 ____________________________________________________________________________
33473 [  8603] By: jhi                                   on 2001/01/30  05:27:26
33474         Log: Regenerate Porting files.
33475      Branch: maint-5.6/perl
33476            ! Porting/Glossary Porting/config.sh Porting/config_H
33477 ____________________________________________________________________________
33478 [  8602] By: jhi                                   on 2001/01/30  05:14:59
33479         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
33480              8310,8339,8447,8492,8493,8505,8525: documentation changes.
33481              
33482              Subject: Re: perlfaq style changes
33483              
33484              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33485              
33486              Subject: [PATCH] docs on NaN
33487              
33488              Subject: [patch] perlfaq7
33489              
33490              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
33491              
33492              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
33493              
33494              Subject: [PATCH] open() example in perlfunc.pod
33495              
33496              Podify README.mpeix (a new version from the web)
33497              
33498              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33499              
33500              Subject: [PATCH] format and rewording in perlfaq.pod
33501              
33502              Subject: [PATCH] API Variable documentation   
33503              
33504              Memory management calls documentation.
33505              
33506              Subject: [PATCH: perl@8482] README.vms URL updates
33507              
33508              Subject: Minor typos in perlfaq2.pod
33509              
33510              Subject: [PATCH] pod/perlvar.pod
33511      Branch: maint-5.6/perl
33512           +> pod/perl56delta.pod
33513            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33514           !> README.amiga README.epoc README.mpeix README.vms
33515           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
33516           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
33517           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
33518           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
33519           !> pod/perlvar.pod thrdvar.h
33520 ____________________________________________________________________________
33521 [  8601] By: jhi                                   on 2001/01/30  04:38:35
33522         Log: Integrate changes #8036,8096,8253 from mainline:
33523              hints changes.
33524              
33525              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33526              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
33527              
33528              Output the (apparent) version of gcc in Tru64.
33529      Branch: maint-5.6/perl
33530           +> ext/POSIX/hints/svr4.pl
33531           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
33532           !> hints/svr4.sh t/lib/bigfltpm.t
33533 ____________________________________________________________________________
33534 [  8600] By: jhi                                   on 2001/01/30  04:04:01
33535         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
33536              locale fixes.
33537              
33538              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
33539              
33540              Debian allows /usr/bin/locale to exist without any locales. (7868)
33541              
33542              Allow the locale test needing POSIX and the taint test
33543              needing IPC::SysV to run under 'minitest' (basically,
33544              bail out if loading the extension fails). (8384)
33545              
33546              Cleanup the locale.t output  (8480)
33547      Branch: maint-5.6/perl
33548           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
33549           !> t/pragma/locale.t
33550 ____________________________________________________________________________
33551 [  8599] By: jhi                                   on 2001/01/30  03:51:04
33552         Log: Missing generated files from #8598.
33553      Branch: maint-5.6/perl
33554            ! embed.h global.sym objXSUB.h perlapi.c proto.h
33555 ____________________________________________________________________________
33556 [  8598] By: jhi                                   on 2001/01/30  03:41:54
33557         Log: Integrate change #8555 from mainline, manually integrate parts
33558              of changes 8452 and 8583.
33559              
33560              Subject: [PATCH] utf8.c documentation (8452)
33561              
33562              No point in checking the length if the pointer is bogus. (8555)
33563              
33564              Introduce bytes_from_utf8() and implement sv_eq() using it,
33565              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
33566              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
33567              was malformed. (8583)
33568      Branch: maint-5.6/perl
33569            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
33570           !> pod/perlapi.pod sv.c utf8.c
33571 ____________________________________________________________________________
33572 [  8597] By: gsar                                  on 2001/01/30  02:37:26
33573         Log: get PERL_OBJECT build going again on windows
33574      Branch: maint-5.6/perl
33575            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33576            ! pod/perlapi.pod proto.h sv.c
33577 ____________________________________________________________________________
33578 [  8596] By: jhi                                   on 2001/01/30  02:16:17
33579         Log: Signedness nit.
33580      Branch: perl
33581            ! sv.c
33582 ____________________________________________________________________________
33583 [  8595] By: jhi                                   on 2001/01/30  02:11:07
33584         Log: EBCDIC patch for Storable, from Peter Prymmer.
33585      Branch: perl
33586            ! t/lib/st-06compat.t
33587 ____________________________________________________________________________
33588 [  8594] By: jhi                                   on 2001/01/30  01:04:48
33589         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
33590              From: Peter Prymmer <pvhp@forte.com>
33591              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
33592              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
33593      Branch: perl
33594            ! t/lib/b.t
33595 ____________________________________________________________________________
33596 [  8593] By: jhi                                   on 2001/01/30  00:56:47
33597         Log: Subject: [PATCH: perl@8585] pod problems in io
33598              From: Peter Prymmer <pvhp@forte.com>
33599              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
33600              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
33601      Branch: perl
33602            ! pod/perlapio.pod pod/perliol.pod
33603 ____________________________________________________________________________
33604 [  8592] By: jhi                                   on 2001/01/30  00:48:20
33605         Log: Integrate perlio.
33606      Branch: perl
33607           !> pod/perlapio.pod pod/perliol.pod
33608 ____________________________________________________________________________
33609 [  8591] By: nick                                  on 2001/01/29  22:02:28
33610         Log: GNU 'merge' Simon's copy of perliol.pod with version
33611              patched by Craig's patch.
33612      Branch: perlio
33613            ! pod/perliol.pod
33614 ____________________________________________________________________________
33615 [  8590] By: nick                                  on 2001/01/29  21:55:10
33616         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
33617      Branch: perlio
33618            ! pod/perlapio.pod pod/perliol.pod
33619 ____________________________________________________________________________
33620 [  8589] By: jhi                                   on 2001/01/29  15:35:33
33621         Log: Integrate change #8586 from maint-5.6/perl.
33622              
33623              make the BOM detection code not call tell() until it has to
33624              (meant to fix esoteric compatibility issues where PL_rsfp
33625              is overridden)
33626      Branch: perl
33627           !> toke.c
33628 ____________________________________________________________________________
33629 [  8588] By: jhi                                   on 2001/01/29  15:29:11
33630         Log: Subject: MAking Solaris malloc() the default
33631              From: Lupe Christoph <lupe@lupe-christoph.de>
33632              Date: Mon, 29 Jan 2001 12:59:36 +0100
33633              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
33634              
33635              The README.solaris part slightly tweaked.
33636      Branch: perl
33637            ! README.solaris hints/solaris_2.sh
33638 ____________________________________________________________________________
33639 [  8587] By: jhi                                   on 2001/01/29  15:17:34
33640         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
33641              From: root@ak-75.mind.de
33642              Date: Sun, 28 Jan 2001 20:32:29 +0100
33643              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
33644      Branch: perl
33645            ! pod/perlre.pod
33646 ____________________________________________________________________________
33647 [  8586] By: gsar                                  on 2001/01/29  13:43:44
33648         Log: make the BOM detection code not call tell() until it has to
33649              (meant to fix esoteric compatibility issues where PL_rsfp
33650              is overridden)
33651      Branch: maint-5.6/perl
33652            ! toke.c
33653 ____________________________________________________________________________
33654 [  8585] By: jhi                                   on 2001/01/28  20:05:45
33655         Log: Update Changes.
33656      Branch: perl
33657            ! Changes patchlevel.h
33658 ____________________________________________________________________________
33659 [  8584] By: jhi                                   on 2001/01/28  19:30:02
33660         Log: Integrate perlio.
33661      Branch: perl
33662           +> pod/perliol.pod
33663           !> MANIFEST pod/perlapio.pod
33664 ____________________________________________________________________________
33665 [  8583] By: jhi                                   on 2001/01/28  19:28:40
33666         Log: Patch from Inaba Hiroto:
33667              - canonical UTF-8 hash keys: if a key string for a hash is
33668              UTF8-on, try downgrade the string and use it if
33669              unicode::distinct is not in effect.
33670              For the task, I added a function bytes_from_utf8() to utf8.c.
33671              It might resemble utf8_to_bytes() but it is not convenient
33672              to the task.
33673              Made a test for it and added to t/op/each.t
33674              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
33675              the mortal copy of the argument SV.
33676              And changed t/io/utf8.t test 18 which expects print() to
33677              upgrade its argument.
33678              - re-implement sv_eq with bytes_from_utf8()
33679              - some bug fixes
33680              - tr/// does not handle UTF8 range (\x{}-\x{})
33681              - \ before raw UTF8 character produced
33682              "Malformed UTF-8 character" warning.
33683              - "\x{100}\N{CENT SIGN}" is Malformed.
33684              Added tests for these 3.
33685              - and one silly bug (by me) with qu operator.
33686      Branch: perl
33687            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
33688            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
33689            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
33690 ____________________________________________________________________________
33691 [  8582] By: nick                                  on 2001/01/28  19:25:04
33692         Log: Add pod/perliol.pod to MANIFEST :-(
33693      Branch: perlio
33694            ! MANIFEST
33695 ____________________________________________________________________________
33696 [  8581] By: nick                                  on 2001/01/28  19:22:40
33697         Log: PerlIO documentation. Proofing and sub-editing requested.
33698      Branch: perlio
33699            + pod/perliol.pod
33700            ! pod/perlapio.pod
33701 ____________________________________________________________________________
33702 [  8580] By: jhi                                   on 2001/01/28  05:16:25
33703         Log: Revert the change to sv_2pv() done by #8054: Someone who
33704              did SvNV_set() on a scalar that also happened to be POK,
33705              followed by sv_2pv() won't get the right coercion anymore.
33706              [Sarathy]
33707      Branch: maint-5.6/perl
33708            ! sv.c
33709 ____________________________________________________________________________
33710 [  8579] By: jhi                                   on 2001/01/28  05:15:04
33711         Log: Remove the #8084 effect: do not allow -Q to be interpreted
33712              as -&Q(), this is too much wiggle room.
33713      Branch: maint-5.6/perl
33714            ! toke.c
33715 ____________________________________________________________________________
33716 [  8578] By: jhi                                   on 2001/01/28  05:12:45
33717         Log: Needed bits of #8439 (should have been in #8576),
33718              mainly for lval substr().
33719      Branch: maint-5.6/perl
33720            ! mg.c pp.c pp_hot.c
33721 ____________________________________________________________________________
33722 [  8577] By: jhi                                   on 2001/01/28  05:02:46
33723         Log: A missing check-in.
33724      Branch: maint-5.6/perl
33725            ! utf8.c
33726 ____________________________________________________________________________
33727 [  8576] By: jhi                                   on 2001/01/28  04:26:18
33728         Log: Integrate changes #8425,8436,8439,8517 from mainline.
33729              The 8439 was not truly integrated because it had too many
33730              dependencies on the development branch and because it introduced
33731              concepts too bold for a maintenance branch (such as the qu operator).
33732              
33733              Subject: [PATCH perl@8342] -Wformat
33734              
33735              Tighten some of the UTF-8 tests a bit.
33736              
33737              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
33738              - The substr lval was still not okay.
33739              - Now pp_stringify and sv_setsv copies source's UTF8 flag
33740              even if IN_BYTE.  pp_stringify is called from fold_constants
33741              at optimization phase and "\x{100}" was made SvUTF8_off under
33742              use bytes (the bytes pragma is for "byte semantics" and not
33743              for "do not produce UTF8 data")
33744      Branch: maint-5.6/perl
33745            ! t/lib/charnames.t t/op/substr.t toke.c
33746           !> sv.c t/pragma/utf8.t
33747 ____________________________________________________________________________
33748 [  8575] By: jhi                                   on 2001/01/28  04:01:51
33749         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
33750              
33751              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
33752              
33753              Subject: [ID 20001230.003] UTF-8 tr still hurts
33754              
33755              Test cases for #8385 (from Simon's "torture.pl")
33756              
33757              Start fixing UTF-8 lval substr() (8405)
33758      Branch: maint-5.6/perl
33759           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
33760           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
33761 ____________________________________________________________________________
33762 [  8574] By: jhi                                   on 2001/01/28  03:09:06
33763         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
33764              from mainline.
33765              
33766              UTF-8 cleanup.
33767              
33768              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33769              
33770              "\x{FF}\xFF" was broken.
33771              
33772              Tests for #8329 and #8330.
33773              
33774              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33775              
33776              IRIX compiler noticed that the bof initialization might be
33777              bypassed by control flow.
33778              
33779              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
33780      Branch: maint-5.6/perl
33781           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33782           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
33783 ____________________________________________________________________________
33784 [  8573] By: jhi                                   on 2001/01/28  02:06:12
33785         Log: Retract #8552.
33786      Branch: perl
33787            ! lib/Text/Wrap.pm t/lib/textwrap.t
33788 ____________________________________________________________________________
33789 [  8572] By: jhi                                   on 2001/01/28  02:04:49
33790         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
33791              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
33792              not really integrated but instead salvaged by hand
33793              (they had too many dependencies on the development release
33794              to be cleanly integratable).
33795              
33796              Subject: more UTF8 test suites and an UTF8 patch
33797              
33798              Tweak for MULTIPLICITY/USE_PERLIO
33799              
33800              Signedness nit.
33801              
33802              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33803              
33804              Use the UTF8_XXX macros in is_utf8_char().
33805              
33806              Rewrite pp_concat() in terms of sv_catsv().  The . operator
33807              should now be UTF-8-proof.
33808              
33809              Subject: [PATCH perl@8269] scanning two hex-constants
33810              fails on EBCDIC environment (script length.t)
33811              
33812              Add some Unicode chop() tests.
33813      Branch: maint-5.6/perl
33814            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
33815           !> sv.c t/op/chop.t utf8.h
33816 ____________________________________________________________________________
33817 [  8571] By: jhi                                   on 2001/01/28  00:35:59
33818         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
33819              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
33820              
33821              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
33822              
33823              The maxiters upper limit sanity check (guarding against
33824              non-progress) assumed bytes instead of characters in s///
33825              and split().
33826              
33827              Signedness nit.
33828              
33829              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
33830              join() should now be UTF-8-proof.
33831              
33832              More split // UTF-8 tests. (8250)
33833      Branch: maint-5.6/perl
33834           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
33835           !> util.c
33836 ____________________________________________________________________________
33837 [  8570] By: jhi                                   on 2001/01/27  22:15:46
33838         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
33839              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
33840              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
33841              8084,8204,8244,8333 from mainline.
33842              
33843              For -Q where Q might be a one-letter sub name one does no more
33844              get a warning about an unknown filetest (7941,7943,7944,8084).
33845              
33846              Subject: Re: [ID 20001130.011] expression parsing bug ?
33847              
33848              Make uv_to_utf8() to zero-terminate its output buffer.
33849              
33850              Split off t/op/length.t (7995)
33851              
33852              Split off t/op/utf8decode.t (7996)
33853              
33854              Remove an unnecessary 'use utf8' from the utf8.t (7998)
33855              
33856              Split off t/op/concat.t (8004)
33857              
33858              Split off t/op/ver.t (8005)
33859              
33860              Document utf8_length(), utf8_distance(), and utf8_hop().
33861              
33862              Document utf8_to_uv() better.
33863              
33864              Introduce macros for UTF8 decoding (8028,8033).
33865              
33866              Add test for reverse() (8030,8031).
33867              
33868              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
33869              
33870              Do not return the Unicode replacement character    on UTF-8
33871              decoding failure.
33872              
33873              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
33874              not this_utf8 i.e. the output string has one, but don't mess
33875              with source assumption. (8052,8053)
33876              
33877              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
33878              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
33879              was not expecting to be called with something that was already
33880              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
33881              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
33882              (8054)
33883              
33884              Recode the naughty binary bytes in utf8decode.t using the \xHH.
33885              
33886              Make some panic messages a bit more logical.
33887      Branch: maint-5.6/perl
33888           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
33889           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
33890           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
33891           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
33892           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
33893           !> utf8.c utf8.h
33894 ____________________________________________________________________________
33895 [  8569] By: jhi                                   on 2001/01/27  19:16:43
33896         Log: Integrate changes #7750 from perlio and #8566 from mainline.
33897      Branch: maint-5.6/perl
33898           !> regexec.c sv.c
33899 ____________________________________________________________________________
33900 [  8568] By: jhi                                   on 2001/01/27  18:06:51
33901         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
33902              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
33903              7935[-perlio.c],7936,7959,7965 from mainline.
33904              
33905              Change the "big byte" error message to "Wide character".
33906              (7355, the croak-if-wide-chars-in-print part ignored)
33907              
33908              Use UINT64_C().
33909              
33910              Introduce Perl_utf8_length().
33911              
33912              diff -se shows these as different (7753, forgotten check-ins)
33913              
33914              Subject: [PATCH] doop.c - UTF8 tr///
33915              
33916              If we use (aTHX_ ...) then put Perl_ on the front.
33917              
33918              Make utf8_length() and utf8_distance() to be less forgiving
33919              about bad UTF-8.
33920              
33921              Test line numbers are different with utf8.
33922              
33923              No need to scan till infinity, 13 is enough. (7872,7911)
33924              
33925              Subject: [PATCH] Tokeniser debugging
33926              
33927              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33928              
33929              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
33930              
33931              Be more careful in Perl_sv_utf8_downgrade().
33932              
33933              Use DO_UTF8().
33934              
33935              Raw zero bytes in text files confuse at least GNU patch 2.1.
33936      Branch: maint-5.6/perl
33937           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
33938           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
33939           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
33940           !> t/pragma/utf8.t toke.c utf8.c utf8.h
33941 ____________________________________________________________________________
33942 [  8567] By: nick                                  on 2001/01/27  11:10:38
33943         Log: Integrate mainline
33944      Branch: perlio
33945           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
33946           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
33947           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
33948           !> toke.c
33949 ____________________________________________________________________________
33950 [  8566] By: jhi                                   on 2001/01/27  06:22:48
33951         Log: More documentation for the regexp context stack.
33952      Branch: perl
33953            ! regexec.c
33954 ____________________________________________________________________________
33955 [  8565] By: jhi                                   on 2001/01/27  05:21:57
33956         Log: Update Changes.
33957      Branch: perl
33958            ! Changes patchlevel.h
33959 ____________________________________________________________________________
33960 [  8564] By: jhi                                   on 2001/01/27  04:44:04
33961         Log: Threadedness patch for #8562 from Doug MacEachern.
33962      Branch: perl
33963            ! toke.c
33964 ____________________________________________________________________________
33965 [  8563] By: jhi                                   on 2001/01/27  04:26:24
33966         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
33967              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33968              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
33969              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
33970      Branch: perl
33971            ! op.c
33972 ____________________________________________________________________________
33973 [  8562] By: jhi                                   on 2001/01/27  04:20:30
33974         Log: Subject: Re: Announce : Tokener reporting patch
33975              From: Simon Cozens <simon@cozens.net>
33976              Date: Mon, 22 Jan 2001 02:17:22 +0000
33977              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
33978      Branch: perl
33979            ! embed.h embed.pl proto.h toke.c
33980 ____________________________________________________________________________
33981 [  8561] By: jhi                                   on 2001/01/27  04:17:24
33982         Log: Forgot from #8545.  Oops.
33983      Branch: perl
33984            ! pp.c t/pragma/overload.t
33985 ____________________________________________________________________________
33986 [  8560] By: jhi                                   on 2001/01/27  03:01:47
33987         Log: A better module compilation test, use MANIFEST as suggested
33988              by Spider.
33989      Branch: perl
33990            ! t/lib/1_compile.t
33991 ____________________________________________________________________________
33992 [  8559] By: jhi                                   on 2001/01/27  02:50:48
33993         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
33994              From: Peter Prymmer <pvhp@forte.com>
33995              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
33996              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
33997      Branch: perl
33998            ! t/lib/b.t
33999 ____________________________________________________________________________
34000 [  8558] By: jhi                                   on 2001/01/27  02:27:05
34001         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
34002              From: Peter Prymmer <pvhp@forte.com>
34003              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
34004              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
34005      Branch: perl
34006            ! t/pragma/sub_lval.t
34007 ____________________________________________________________________________
34008 [  8557] By: jhi                                   on 2001/01/27  02:26:03
34009         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
34010              From: Peter Prymmer <pvhp@forte.com>
34011              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
34012              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
34013      Branch: perl
34014            ! t/lib/st-06compat.t
34015 ____________________________________________________________________________
34016 [  8556] By: jhi                                   on 2001/01/27  02:24:33
34017         Log: Subject: [PATCH: perl@8531] minor update to README.os390
34018              From: Peter Prymmer <pvhp@forte.com>
34019              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
34020              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
34021      Branch: perl
34022            ! README.os390
34023 ____________________________________________________________________________
34024 [  8555] By: jhi                                   on 2001/01/27  00:35:47
34025         Log: No point in checking the length before we know whether the pointer
34026              is bogus or not, fixes Abigail's odbm failures in Linux.
34027      Branch: perl
34028            ! sv.c
34029 ____________________________________________________________________________
34030 [  8554] By: nick                                  on 2001/01/26  19:01:31
34031         Log: Integrate mainline
34032      Branch: perlio
34033           !> lib/Text/Wrap.pm t/lib/textwrap.t
34034 ____________________________________________________________________________
34035 [  8553] By: jhi                                   on 2001/01/26  15:19:39
34036         Log: Integrate change #7792 from perlio (multiplicity fix),
34037              fix the AV leak in regex DEBUGGING (tiny part of the
34038              polymorphic regexp patch #8143).
34039      Branch: maint-5.6/perl
34040            ! regcomp.c
34041           !> scope.h
34042 ____________________________________________________________________________
34043 [  8552] By: jhi                                   on 2001/01/26  15:03:23
34044         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
34045              From: Michael G Schwern <schwern@pobox.com>
34046              Date: Fri, 26 Jan 2001 09:28:31 -0500
34047              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
34048      Branch: perl
34049            ! lib/Text/Wrap.pm t/lib/textwrap.t
34050 ____________________________________________________________________________
34051 [  8551] By: jhi                                   on 2001/01/26  02:33:19
34052         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
34053              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
34054              
34055              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
34056              
34057              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
34058              
34059              Message nit.
34060              
34061              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
34062              
34063              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
34064              
34065              (the cleanup of unused submatches in regtry() and regcppop())
34066              
34067              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
34068              stored and restored, and thusly was trounced by the utf8 swash
34069              routines.
34070              
34071              use utf8 not required to use \x{}.
34072              
34073              Removed two more tests that make no sense in UTF-8 since the test
34074              data is not in UTF-8.
34075              
34076              Get the three different space character classes right under utf8.
34077              
34078              Implement ANYOFUTF8 regprop() dumping.
34079              
34080              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
34081              
34082              Document the regex context pushing/popping a bit better.
34083      Branch: maint-5.6/perl
34084           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
34085           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
34086           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
34087           !> t/op/regmesg.t utf8.c
34088 ____________________________________________________________________________
34089 [  8550] By: nick                                  on 2001/01/25  19:42:30
34090         Log: Integrate mainline
34091      Branch: perlio
34092           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
34093           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
34094           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
34095           !> t/lib/bigint.t t/lib/bigintpm.t
34096 ____________________________________________________________________________
34097 [  8549] By: jhi                                   on 2001/01/25  15:22:28
34098         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
34099      Branch: maint-5.6/perl
34100            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
34101 ____________________________________________________________________________
34102 [  8548] By: jhi                                   on 2001/01/25  15:02:55
34103         Log: Integrate changes #7997,8063,8492,8547 from mainline.
34104              
34105              Subject: Re: STRLEN - what?
34106              
34107              Subject: [PATCH] perlguts.pod
34108              
34109              Memory management calls documentation.
34110              
34111              Layout using tabulator is not a good idea in a pod.
34112      Branch: maint-5.6/perl
34113           !> pod/perlguts.pod
34114 ____________________________________________________________________________
34115 [  8547] By: jhi                                   on 2001/01/25  14:49:05
34116         Log: Layout using tabulator is not a good idea in a pod.
34117      Branch: perl
34118            ! pod/perlguts.pod
34119 ____________________________________________________________________________
34120 [  8546] By: jhi                                   on 2001/01/25  14:31:12
34121         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
34122              from mainline.
34123              
34124              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34125              
34126              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
34127              
34128              More Win32 editor/IDE/shell hints.
34129              
34130              More Win32 Perling.
34131              
34132              Yet another editor edit.
34133              
34134              Edit edit edit.
34135              
34136              IDE/editor section tweaking.
34137              
34138              Few more IDE/editor nits from p5p.
34139      Branch: maint-5.6/perl
34140           !> pod/perlfaq3.pod
34141 ____________________________________________________________________________
34142 [  8545] By: jhi                                   on 2001/01/25  04:16:32
34143         Log: Subject: [PATCH 5.7.0] overload int()
34144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34145              Date: Wed, 24 Jan 2001 19:06:57 -0500
34146              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
34147      Branch: perl
34148            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
34149            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
34150            ! t/lib/bigintpm.t
34151 ____________________________________________________________________________
34152 [  8544] By: jhi                                   on 2001/01/25  04:15:11
34153         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
34154              From: Peter Prymmer <pvhp@forte.com>
34155              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
34156              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
34157      Branch: perl
34158            ! Makefile.SH README.os390 hints/os390.sh installperl
34159 ____________________________________________________________________________
34160 [  8543] By: jhi                                   on 2001/01/25  03:52:08
34161         Log: Integrate change #8462,8469 from mainline.
34162              
34163              In VMS Perl subversion (perl -V) is undef.
34164      Branch: maint-5.6/perl
34165           !> configure.com
34166 ____________________________________________________________________________
34167 [  8542] By: jhi                                   on 2001/01/25  03:44:55
34168         Log: Integrate changes #7835,7850,8315,8316 from mainline.
34169              
34170              Solaris hints.
34171      Branch: maint-5.6/perl
34172           !> hints/solaris_2.sh
34173 ____________________________________________________________________________
34174 [  8541] By: jhi                                   on 2001/01/25  03:39:28
34175         Log: Integrate #8336 from mainline.
34176      Branch: maint-5.6/perl
34177           !> hv.c
34178 ____________________________________________________________________________
34179 [  8540] By: jhi                                   on 2001/01/25  03:23:50
34180         Log: Retract #8539.
34181      Branch: maint-5.6/perl
34182            ! pod/perlfaq3.pod
34183 ____________________________________________________________________________
34184 [  8539] By: jhi                                   on 2001/01/25  03:21:55
34185         Log: (Retracted by #5940.)
34186      Branch: maint-5.6/perl
34187            ! pod/perlfaq3.pod
34188 ____________________________________________________________________________
34189 [  8538] By: jhi                                   on 2001/01/25  03:14:07
34190         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
34191              From: Peter Prymmer <pvhp@forte.com>
34192              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
34193              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
34194              
34195              The VMS bits.
34196      Branch: maint-5.6/perl
34197            ! configure.com vms/descrip_mms.template
34198 ____________________________________________________________________________
34199 [  8537] By: jhi                                   on 2001/01/25  03:06:09
34200         Log: Integrate #7710,7824,7973 from mainline.
34201      Branch: maint-5.6/perl
34202           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34203           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
34204           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
34205           !> vos/config.ga.def vos/config.ga.h win32/config.bc
34206           !> win32/config.gc win32/config.vc
34207 ____________________________________________________________________________
34208 [  8536] By: jhi                                   on 2001/01/24  13:50:20
34209         Log: Revert the edits made by me so far to the 5.6 branch since
34210              the TRIAL1 since I did edits when I should have been using
34211              integrates.  Bad programmer.   (Will integrate them properly later.)
34212              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
34213              The #8353 will not be reapplied at least for now since
34214              the UTF-8 hash keys need more thinking.
34215              (The patches #8347, #8354, #8454, #8473 were okay since they
34216              were original edits made specifically for the 5.6.1-TRIAL1.)
34217      Branch: maint-5.6/perl
34218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34219            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
34220            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
34221            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
34222            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
34223            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34224            ! win32/config.bc win32/config.gc win32/config.vc
34225 ____________________________________________________________________________
34226 [  8535] By: bailey                                on 2001/01/24  06:37:02
34227         Log: SYN SYN
34228      Branch: vmsperl
34229           +> (branch 26 files)
34230           !> (integrate 130 files)
34231 ____________________________________________________________________________
34232 [  8534] By: nick                                  on 2001/01/23  19:30:57
34233         Log: Integrate mainline.
34234      Branch: perlio
34235           !> Changes Configure Porting/Glossary Porting/config.sh
34236           !> Porting/config_H embed.h embed.pl ext/Encode/compile
34237           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
34238           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
34239           !> pod/perlvar.pod proto.h t/lib/1_compile.t
34240 ____________________________________________________________________________
34241 [  8533] By: jhi                                   on 2001/01/23  16:15:46
34242         Log: Forgotten from #8501.
34243      Branch: perl
34244            ! Porting/Glossary Porting/config.sh Porting/config_H
34245 ____________________________________________________________________________
34246 [  8532] By: jhi                                   on 2001/01/23  16:13:27
34247         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
34248              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34249              Date: Mon, 22 Jan 2001 17:51:58 +0100
34250              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
34251      Branch: perl
34252            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
34253 ____________________________________________________________________________
34254 [  8531] By: jhi                                   on 2001/01/23  15:46:01
34255         Log: Update Changes.
34256      Branch: perl
34257            ! Changes patchlevel.h
34258 ____________________________________________________________________________
34259 [  8530] By: jhi                                   on 2001/01/23  15:38:39
34260         Log: De-cut-and-pasto.
34261      Branch: perl
34262            ! t/lib/1_compile.t
34263 ____________________________________________________________________________
34264 [  8529] By: jhi                                   on 2001/01/23  15:11:04
34265         Log: Document the mkdir trailing slashes case.
34266      Branch: perl
34267            ! pod/perlfunc.pod
34268 ____________________________________________________________________________
34269 [  8528] By: jhi                                   on 2001/01/23  15:08:28
34270         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
34271              get installed:
34272              
34273              Subject: lib/lib.pm
34274              From: <abigail@foad.org>
34275              Date: Mon, 28 Aug 2000 20:35:08 -0400
34276              Message-ID: <20000829003508.21281.qmail@foad.org>
34277      Branch: perl
34278            ! installperl
34279 ____________________________________________________________________________
34280 [  8527] By: jhi                                   on 2001/01/23  14:44:04
34281         Log: Metaconfig unit change for #8526.
34282      Branch: metaconfig
34283            ! U/threads/archname.U
34284 ____________________________________________________________________________
34285 [  8526] By: jhi                                   on 2001/01/23  14:43:19
34286         Log: Attach -perlio to the archname if so selected.
34287      Branch: perl
34288            ! Configure
34289 ____________________________________________________________________________
34290 [  8525] By: jhi                                   on 2001/01/23  14:24:01
34291         Log: Subject: [PATCH] pod/perlvar.pod
34292              From: abigail@foad.org
34293              Date: Tue, 23 Jan 2001 01:41:10 +0100
34294              Message-ID: <20010123004110.22259.qmail@foad.org>
34295      Branch: perl
34296            ! pod/perlvar.pod
34297 ____________________________________________________________________________
34298 [  8524] By: jhi                                   on 2001/01/23  14:22:32
34299         Log: A bug introduced in #8217 (the undefined variable in the
34300              lib/safe1_t #3) fixed, by Charles Lane:
34301              
34302              The earlier patch made it so that stuff running in Safe
34303              compartments could do a "caller" and see "main".  That
34304              little change in name is done right before the code in
34305              the compartment is run, and apparantly the parser
34306              was picking up the stash name before it got changed.
34307              
34308              (why it was threaded vs. unthreaded Perl that was sensitive to this
34309              I still don't know...and it probably doesn't matter).
34310              
34311              I tryed removing the stash name-change and saw that threaded Perl
34312              did indeed pass the lib/safe1.t tests.
34313              
34314              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
34315              do the name change (and to connect _ in the compartment to the global
34316              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
34317              to call _safe_pkg_prep when creating a new compartment.
34318              
34319              Passes all tests with threaded perl on linux; passes all tests
34320              with unthreaded perl on VMS.
34321              
34322              At some point I'll probably want to revisit Safe and Opcode to
34323              provide more sensible handling of global variables...and to get
34324              formats working in Safe compartments, which they don't do currently.
34325      Branch: perl
34326            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
34327 ____________________________________________________________________________
34328 [  8523] By: jhi                                   on 2001/01/23  14:11:58
34329         Log: Also the lib/Thread.pm itself needs to be ignored if
34330              the Thread extension hasn't been built.
34331      Branch: perl
34332            ! t/lib/1_compile.t
34333 ____________________________________________________________________________
34334 [  8522] By: jhi                                   on 2001/01/23  13:51:28
34335         Log: print() instead of warn() so that stderr doesn't get
34336              unncessarily polluted.
34337      Branch: perl
34338            ! ext/Encode/compile
34339 ____________________________________________________________________________
34340 [  8521] By: jhi                                   on 2001/01/23  13:49:48
34341         Log: Integrate perlio.
34342      Branch: perl
34343           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
34344           !> ext/Encode/encode.h
34345 ____________________________________________________________________________
34346 [  8520] By: nick                                  on 2001/01/22  21:44:00
34347         Log: More messing with Encode:
34348              Extra fields in header to allow multiple names and to record
34349              other things "compile" knows.
34350              Re-organise compile to factor out common output routines.
34351      Branch: perlio
34352            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
34353 ____________________________________________________________________________
34354 [  8519] By: nick                                  on 2001/01/22  20:33:50
34355         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
34356      Branch: perlio
34357            ! ext/Encode/Makefile.PL ext/Encode/compile
34358 ____________________________________________________________________________
34359 [  8518] By: nick                                  on 2001/01/22  20:28:13
34360         Log: Integrate mainline
34361      Branch: perlio
34362           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
34363           !> vos/config.alpha.def vos/config.alpha.h
34364 ____________________________________________________________________________
34365 [  8517] By: jhi                                   on 2001/01/22  15:37:17
34366         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
34367              by Inaba Hiroto.
34368      Branch: perl
34369            ! sv.c
34370 ____________________________________________________________________________
34371 [  8516] By: jhi                                   on 2001/01/22  14:55:15
34372         Log: More SIG_SIZE fixes.
34373      Branch: perl
34374            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
34375 ____________________________________________________________________________
34376 [  8515] By: jhi                                   on 2001/01/22  14:50:27
34377         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
34378              From: "Craig A. Berry" <craigberry@mac.com>
34379              Date: Mon, 22 Jan 2001 00:42:24 -0600
34380              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
34381      Branch: perl
34382            ! configure.com
34383 ____________________________________________________________________________
34384 [  8514] By: jhi                                   on 2001/01/22  14:31:17
34385         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
34386              From: "Craig A. Berry" <craigberry@mac.com>
34387              Date: Sun, 21 Jan 2001 23:03:25 -0600
34388              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
34389      Branch: perl
34390            ! configure.com
34391 ____________________________________________________________________________
34392 [  8513] By: jhi                                   on 2001/01/22  14:14:00
34393         Log: Add the .ucm encoding tables to the MANIFEST.
34394      Branch: perl
34395            ! MANIFEST
34396 ____________________________________________________________________________
34397 [  8512] By: jhi                                   on 2001/01/22  13:43:33
34398         Log: Integrate perlio.
34399      Branch: perl
34400           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34401           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34402           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34403           +> ext/Encode/Encode/iso8859-10.ucm
34404           +> ext/Encode/Encode/iso8859-13.ucm
34405           +> ext/Encode/Encode/iso8859-14.ucm
34406           +> ext/Encode/Encode/iso8859-15.ucm
34407           +> ext/Encode/Encode/iso8859-16.ucm
34408           +> ext/Encode/Encode/iso8859-2.ucm
34409           +> ext/Encode/Encode/iso8859-3.ucm
34410           +> ext/Encode/Encode/iso8859-4.ucm
34411           +> ext/Encode/Encode/iso8859-5.ucm
34412           +> ext/Encode/Encode/iso8859-6.ucm
34413           +> ext/Encode/Encode/iso8859-7.ucm
34414           +> ext/Encode/Encode/iso8859-8.ucm
34415           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34416           +> ext/Encode/Encode/symbol.ucm
34417           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
34418           !> perliol.h
34419 ____________________________________________________________________________
34420 [  8511] By: nick                                  on 2001/01/21  23:44:47
34421         Log: Make "real" layers of ":utf8" and ":raw".
34422              So now PERLIO=utf8 perl ...
34423              does what Andreas wanted.
34424              Fix arg passing in open.pm (still have a Carp issue).
34425      Branch: perlio
34426            ! lib/open.pm perlio.c perliol.h
34427 ____________________________________________________________________________
34428 [  8510] By: jhi                                   on 2001/01/21  22:56:53
34429         Log: Document the regex context pushing/popping a bit better.
34430      Branch: perl
34431            ! regexec.c
34432 ____________________________________________________________________________
34433 [  8509] By: jhi                                   on 2001/01/21  22:55:44
34434         Log: Tweak the mkdir trailing slash code some more.
34435              
34436              TO DO: the same handling should probably be done for
34437              all the other filesystem functions that can have directories
34438              as their arguments.
34439      Branch: perl
34440            ! pp_sys.c
34441 ____________________________________________________________________________
34442 [  8508] By: nick                                  on 2001/01/21  21:37:43
34443         Log: Switch "compiled in" encodings to .ucm format.
34444              (Leave others as .enc till we can run-time load .ucm,
34445              or find some other way to load them.)
34446      Branch: perlio
34447            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34448            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34449            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34450            + ext/Encode/Encode/iso8859-10.ucm
34451            + ext/Encode/Encode/iso8859-13.ucm
34452            + ext/Encode/Encode/iso8859-14.ucm
34453            + ext/Encode/Encode/iso8859-15.ucm
34454            + ext/Encode/Encode/iso8859-16.ucm
34455            + ext/Encode/Encode/iso8859-2.ucm
34456            + ext/Encode/Encode/iso8859-3.ucm
34457            + ext/Encode/Encode/iso8859-4.ucm
34458            + ext/Encode/Encode/iso8859-5.ucm
34459            + ext/Encode/Encode/iso8859-6.ucm
34460            + ext/Encode/Encode/iso8859-7.ucm
34461            + ext/Encode/Encode/iso8859-8.ucm
34462            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34463            + ext/Encode/Encode/symbol.ucm
34464            ! ext/Encode/Makefile.PL ext/Encode/compile
34465 ____________________________________________________________________________
34466 [  8507] By: nick                                  on 2001/01/21  21:02:03
34467         Log: Integrate (partial) mainline.
34468      Branch: perlio
34469           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
34470           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
34471           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34472 ____________________________________________________________________________
34473 [  8506] By: jhi                                   on 2001/01/21  20:09:30
34474         Log: Update Changes.
34475      Branch: perl
34476            ! Changes patchlevel.h
34477 ____________________________________________________________________________
34478 [  8505] By: jhi                                   on 2001/01/21  19:39:59
34479         Log: Subject: Minor typos in perlfaq2.pod
34480              From: "Stephen P. Potter" <spp@spotter.yi.org>
34481              Message-Id: <200101192101.QAA11911@spotter.yi.org>
34482              Date: Fri, 19 Jan 2001 16:01:13 -0500
34483              
34484              with a nit from Philip Netwon.
34485      Branch: perl
34486            ! pod/perlfaq2.pod
34487 ____________________________________________________________________________
34488 [  8504] By: jhi                                   on 2001/01/21  19:33:05
34489         Log: Metaconfig change for #8503.
34490      Branch: metaconfig
34491            ! U/threads/usethreads.U
34492 ____________________________________________________________________________
34493 [  8503] By: jhi                                   on 2001/01/21  19:32:21
34494         Log: Sanity check for conflicting thread flavours.
34495      Branch: perl
34496            ! Configure config_h.SH
34497 ____________________________________________________________________________
34498 [  8502] By: jhi                                   on 2001/01/21  19:23:00
34499         Log: Metaconfig change for #8501.
34500      Branch: metaconfig
34501            ! U/modified/sig_name.U
34502 ____________________________________________________________________________
34503 [  8501] By: jhi                                   on 2001/01/21  19:22:26
34504         Log: The SIG_SIZE is the number of the elements *excluding*
34505              the terminating NULL.
34506      Branch: perl
34507            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
34508            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
34509            ! win32/config_H.vc
34510 ____________________________________________________________________________
34511 [  8500] By: jhi                                   on 2001/01/21  18:31:31
34512         Log: Integrate perlio.
34513      Branch: perl
34514           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
34515           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
34516           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
34517           !> pp_sys.c proto.h sv.c
34518 ____________________________________________________________________________
34519 [  8499] By: jhi                                   on 2001/01/21  17:43:57
34520         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
34521              From: Hugo <hv@crypt.compulink.co.uk>
34522              Date: Sun, 21 Jan 2001 13:34:05 +0000
34523              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
34524              
34525              In sprintf UTF8ize only if necessary.
34526      Branch: perl
34527            ! sv.c
34528 ____________________________________________________________________________
34529 [  8498] By: nick                                  on 2001/01/21  16:25:32
34530         Log: Encode cleanup.
34531              Add command line control over "compile" so that Makefile.PL
34532              needs can be combined with other uses.
34533              Use command line options in Makefile.PL.
34534              Fix multi-byte parsing in .ucm files.
34535      Branch: perlio
34536            ! ext/Encode/Makefile.PL ext/Encode/compile
34537 ____________________________________________________________________________
34538 [  8497] By: nick                                  on 2001/01/21  12:56:27
34539         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
34540      Branch: perlio
34541            ! ext/Encode/Encode.xs
34542 ____________________________________________________________________________
34543 [  8496] By: nick                                  on 2001/01/21  12:18:45
34544         Log: Fixup after integrate:
34545              missed the .sym files that are changed by regen_headers
34546              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
34547      Branch: perlio
34548            ! global.sym pp.sym sv.c
34549 ____________________________________________________________________________
34550 [  8495] By: nick                                  on 2001/01/21  11:51:07
34551         Log: Integrate mainline.
34552      Branch: perlio
34553           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
34554           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
34555           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
34556           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
34557           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
34558           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
34559           !> win32/Makefile win32/makefile.mk
34560 ____________________________________________________________________________
34561 [  8494] By: jhi                                   on 2001/01/20  23:12:11
34562         Log: Forgot the expect_number() prototype.
34563      Branch: perl
34564            ! embed.h embed.pl proto.h
34565 ____________________________________________________________________________
34566 [  8493] By: jhi                                   on 2001/01/20  22:56:39
34567         Log: Subject: [PATCH: perl@8482] README.vms URL updates
34568              From: Peter Prymmer <pvhp@forte.com>
34569              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
34570              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
34571              
34572              Plus Craig A. Berry's suggestion to use compaq.com instead
34573              of digital.com.
34574      Branch: perl
34575            ! README.vms
34576 ____________________________________________________________________________
34577 [  8492] By: jhi                                   on 2001/01/20  22:50:05
34578         Log: Memory management calls documentation.
34579      Branch: perl
34580            ! pod/perlguts.pod
34581 ____________________________________________________________________________
34582 [  8491] By: jhi                                   on 2001/01/20  22:38:33
34583         Log: Signedness nit plus few memcpy/Copy nits.
34584      Branch: perl
34585            ! sv.c
34586 ____________________________________________________________________________
34587 [  8490] By: jhi                                   on 2001/01/20  22:25:53
34588         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
34589              From: Peter Prymmer <pvhp@forte.com>
34590              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
34591              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
34592      Branch: perl
34593            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
34594 ____________________________________________________________________________
34595 [  8489] By: jhi                                   on 2001/01/20  22:24:41
34596         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
34597              From: Peter Prymmer <pvhp@forte.com>
34598              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
34599              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
34600      Branch: perl
34601            ! win32/Makefile win32/makefile.mk
34602 ____________________________________________________________________________
34603 [  8488] By: jhi                                   on 2001/01/20  22:22:27
34604         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
34605              From: Peter Prymmer <pvhp@forte.com>
34606              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
34607              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
34608      Branch: perl
34609            ! Makefile.SH
34610 ____________________________________________________________________________
34611 [  8487] By: jhi                                   on 2001/01/20  22:21:18
34612         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
34613              From: Peter Prymmer <pvhp@forte.com>
34614              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
34615              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
34616      Branch: perl
34617            + ext/DynaLoader/dl_dllload.xs
34618            ! MANIFEST Makefile.SH hints/os390.sh
34619 ____________________________________________________________________________
34620 [  8486] By: jhi                                   on 2001/01/20  22:17:53
34621         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
34622              From: Peter Prymmer <pvhp@forte.com>
34623              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
34624              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
34625      Branch: perl
34626            ! README.os390 README.posix-bc
34627 ____________________________________________________________________________
34628 [  8485] By: jhi                                   on 2001/01/20  20:15:30
34629         Log: Document and test the new qu operator.
34630      Branch: perl
34631            + t/op/qu.t
34632            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
34633            ! pod/perlretut.pod pod/perlunicode.pod
34634 ____________________________________________________________________________
34635 [  8484] By: nick                                  on 2001/01/20  19:42:30
34636         Log: Infrastructure to allow:
34637              open($fh,"|-",@array);
34638              to be implemented
34639              i.e. mark pp_open as needing a stack mark, and make pp_open
34640              process its args in that style (and pass them _all_ to tied handles OPEN).
34641              Invent do_openn() which takes SV ** at allow it to see multiple args.
34642              Note this does not _do_ anything yet.
34643      Branch: perlio
34644            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
34645            ! perlapi.c pp_proto.h pp_sys.c proto.h
34646 ____________________________________________________________________________
34647 [  8483] By: nick                                  on 2001/01/20  17:23:14
34648         Log: Integrate mainline.
34649      Branch: perlio
34650           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
34651           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
34652 ____________________________________________________________________________
34653 [  8482] By: jhi                                   on 2001/01/19  15:37:49
34654         Log: Update Changes.
34655      Branch: perl
34656            ! Changes patchlevel.h
34657 ____________________________________________________________________________
34658 [  8481] By: jhi                                   on 2001/01/19  14:41:24
34659         Log: Subject: Re: new feature: s?printf parameter reordering 
34660              From: Hugo <hv@crypt.compulink.co.uk>
34661              Date: Thu, 11 Jan 2001 17:09:03 +0000
34662              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
34663              
34664              - support reordering for all parameters: %, *v, *, .*
34665              - lay down that the reordering specification must immediately
34666              follow that parameter: %3$, *v3$, *3$, .*3$
34667              - fix vectorisation of a zero-length string
34668              - factor out the code choosing the argument to format
34669              
34670              Possibly unwanted side-effects:
34671              - the special format specifiers ' +-0' must now precede any
34672              vectorisation specifier. Tests in op/sprintf and op/ver
34673              have been changed to reflect this.
34674              - sprintf.t test #214 changed its expectations because in many
34675              cases, the next parameter has already been consumed when an
34676              invalid type letter is detected.
34677              
34678              Probably wanted side-effects:
34679              - attempts to format a non-existent parameter will warn as if C<undef>
34680              - attempt to write to non-existent parameter with '%n' will complain
34681              of "attempt to modify read-only value" instead of being silent
34682      Branch: perl
34683            ! sv.c t/op/sprintf.t t/op/ver.t
34684 ____________________________________________________________________________
34685 [  8480] By: jhi                                   on 2001/01/19  14:08:37
34686         Log: Subject: PATCH pragma/locale.t
34687              From: andreas.koenig@anima.de (Andreas J. Koenig)
34688              Date: 18 Jan 2001 09:45:37 +0100
34689              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
34690      Branch: perl
34691            ! t/pragma/locale.t
34692 ____________________________________________________________________________
34693 [  8479] By: jhi                                   on 2001/01/19  13:19:58
34694         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
34695      Branch: perl
34696            ! configure.com
34697 ____________________________________________________________________________
34698 [  8478] By: jhi                                   on 2001/01/19  02:12:35
34699         Log: Automate 1_compile.t.
34700      Branch: perl
34701            ! t/lib/1_compile.t
34702 ____________________________________________________________________________
34703 [  8477] By: jhi                                   on 2001/01/19  01:49:56
34704         Log: Integrate perlio.
34705      Branch: perl
34706           !> sv.c win32/config.bc win32/config.gc win32/config.vc
34707           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34708 ____________________________________________________________________________
34709 [  8476] By: nick                                  on 2001/01/18  21:51:52
34710         Log: Integrate mainline
34711      Branch: perlio
34712           +> t/lib/1_compile.t t/lib/compmod.pl
34713           !> MANIFEST configure.com lib/unicode/distinct.pm
34714 ____________________________________________________________________________
34715 [  8475] By: nick                                  on 2001/01/18  21:48:02
34716         Log: Win32 "safe signals" co-existance fix.
34717              Fix SIG_SIZE value.
34718              Clear PL_sig_pending when cloning (fork).
34719      Branch: perlio
34720            ! sv.c win32/config.bc win32/config.gc win32/config.vc
34721            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34722 ____________________________________________________________________________
34723 [  8474] By: jhi                                   on 2001/01/18  14:40:57
34724         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
34725      Branch: perl
34726            ! t/lib/1_compile.t
34727 ____________________________________________________________________________
34728 [  8473] By: gsar                                  on 2001/01/18  11:42:31
34729         Log: unsubmitted trial1 change
34730      Branch: maint-5.6/perl
34731            ! Changes
34732 ____________________________________________________________________________
34733 [  8472] By: jhi                                   on 2001/01/18  04:30:24
34734         Log: The first bug found by 1_compile.t.
34735      Branch: perl
34736            ! lib/unicode/distinct.pm
34737 ____________________________________________________________________________
34738 [  8471] By: jhi                                   on 2001/01/18  04:29:42
34739         Log: Add Schwern's 1_compile test.  The compile_module script renamed
34740              to be a bit shorter for the 8.3 people.
34741      Branch: perl
34742            + t/lib/1_compile.t t/lib/compmod.pl
34743            ! MANIFEST
34744 ____________________________________________________________________________
34745 [  8470] By: jhi                                   on 2001/01/18  04:16:00
34746         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)
34747              From: Peter Prymmer <pvhp@forte.com>
34748              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34749              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34750              Replace #8463.
34751      Branch: maint-5.6/perl
34752            ! configure.com
34753 ____________________________________________________________________________
34754 [  8469] By: jhi                                   on 2001/01/18  04:13:02
34755         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)
34756              From: Peter Prymmer <pvhp@forte.com>
34757              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34758              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34759              Replace #8462.
34760      Branch: perl
34761            ! configure.com
34762 ____________________________________________________________________________
34763 [  8468] By: jhi                                   on 2001/01/18  03:42:08
34764         Log: Integrate perlio.
34765      Branch: perl
34766           !> gv.c mg.c perlio.c util.c
34767 ____________________________________________________________________________
34768 [  8467] By: nick                                  on 2001/01/17  22:41:10
34769         Log: "Safe" signals - trial implementation.
34770              gv.c tweaked to zero PL_sig_pend array
34771              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
34772              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
34773              Odd thing is that it "works" with PERLIO=stdio as well (linux).
34774      Branch: perlio
34775            ! gv.c mg.c perlio.c util.c
34776 ____________________________________________________________________________
34777 [  8466] By: nick                                  on 2001/01/17  20:40:20
34778         Log: Integrate mainline.
34779      Branch: perlio
34780           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34781           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34782           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
34783           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34784           !> vos/config.ga.h win32/config.bc win32/config.gc
34785           !> win32/config.vc
34786 ____________________________________________________________________________
34787 [  8465] By: jhi                                   on 2001/01/17  18:37:13
34788         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34789              From: Nicholas Clark <nick@ccl4.org>
34790              Date: Wed, 17 Jan 2001 17:31:33 +0000
34791              Message-ID: <20010117173133.I2633@plum.flirble.org>
34792      Branch: perl
34793            ! t/op/int.t
34794 ____________________________________________________________________________
34795 [  8464] By: jhi                                   on 2001/01/17  14:43:17
34796         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34797              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34798              Date: Wed, 17 Jan 2001 15:16:43 +0100
34799              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
34800              
34801              pp_int() was dropping an NV to the floor,
34802              int(279964589018079/59) either returned not an integer
34803              4745162525730.15, or one got "Attempt to free unreferenced scalar."
34804      Branch: perl
34805            ! pp.c
34806 ____________________________________________________________________________
34807 [  8463] By: jhi                                   on 2001/01/17  06:12:42
34808         Log: (Replaced by #8470)
34809              
34810              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)
34811              From: "Craig A. Berry" <craigberry@mac.com>
34812              Date: Tue, 16 Jan 2001 23:38:46 -0600
34813              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34814      Branch: maint-5.6/perl
34815            ! configure.com
34816 ____________________________________________________________________________
34817 [  8462] By: jhi                                   on 2001/01/17  06:11:31
34818         Log: (Replaced by #8469)
34819              
34820              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)
34821              From: "Craig A. Berry" <craigberry@mac.com>
34822              Date: Tue, 16 Jan 2001 23:38:46 -0600
34823              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34824      Branch: perl
34825            ! configure.com
34826 ____________________________________________________________________________
34827 [  8461] By: jhi                                   on 2001/01/17  05:56:12
34828         Log: Allow for one trailing slash in the directory of mkdir().
34829      Branch: perl
34830            ! pp_sys.c
34831 ____________________________________________________________________________
34832 [  8460] By: jhi                                   on 2001/01/17  03:26:01
34833         Log: Metaconfig unit changes for #8459.
34834      Branch: metaconfig
34835            ! U/modified/Loc.U U/modified/sig_name.U
34836 ____________________________________________________________________________
34837 [  8459] By: jhi                                   on 2001/01/17  03:24:48
34838         Log: Define SIG_SIZE, the number of elements in the sig_name and
34839              sig_num arrays, including the final NULL entry.
34840      Branch: perl
34841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34842            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34843            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
34844            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34845            ! win32/config.bc win32/config.gc win32/config.vc
34846 ____________________________________________________________________________
34847 [  8458] By: jhi                                   on 2001/01/17  01:41:33
34848         Log: Integrate perlio.
34849      Branch: perl
34850           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34851           !> perlapi.h proto.h sv.c
34852 ____________________________________________________________________________
34853 [  8457] By: nick                                  on 2001/01/16  22:07:26
34854         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
34855              Provides all the "cost" but no benefit yet - it is to allow cost
34856              to be measured, and implementation experiments (just in mg.c?).
34857      Branch: perlio
34858            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34859            ! perlapi.h proto.h sv.c
34860 ____________________________________________________________________________
34861 [  8456] By: nick                                  on 2001/01/16  21:07:07
34862         Log: Integrate mainline.
34863      Branch: perlio
34864           !> (integrate 51 files)
34865 ____________________________________________________________________________
34866 [  8455] By: jhi                                   on 2001/01/16  18:13:43
34867         Log: Subject: [PATCH] regcomp.c old feature removal
34868              From: mjd@plover.com
34869              Date: 16 Jan 2001 14:43:18 -0000 
34870              Message-ID: <20010116144318.7140.qmail@plover.com> 
34871      Branch: perl
34872            ! regcomp.c
34873 ____________________________________________________________________________
34874 [  8454] By: jhi                                   on 2001/01/16  16:12:39
34875         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
34876              From: "Indy Singh" <indy@nusphere.com>
34877              Date: Wed, 10 Jan 2001 20:17:49 -0500
34878              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
34879      Branch: maint-5.6/perl
34880            ! win32/Makefile
34881 ____________________________________________________________________________
34882 [  8453] By: jhi                                   on 2001/01/16  16:09:33
34883         Log: Update Changes.
34884      Branch: perl
34885            ! Changes patchlevel.h
34886 ____________________________________________________________________________
34887 [  8452] By: jhi                                   on 2001/01/16  15:42:04
34888         Log: Subject: Re: API Cleanup
34889              To: perl5-porters@perl.org
34890              Date: Tue, 16 Jan 2001 13:42:30 +0000
34891              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
34892              
34893              Subject: [PATCH] utf8.c documentation
34894              From: Simon Cozens <simon@cozens.net>
34895              Date: Tue, 16 Jan 2001 13:52:48 +0000
34896              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
34897              
34898              Subject: Re: API Cleanup
34899              From: Simon Cozens <simon@cozens.net>
34900              Date: Tue, 16 Jan 2001 14:58:55 +0000
34901              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
34902              
34903              UTF-8 doc patches.
34904      Branch: perl
34905            ! embed.pl pod/perlapi.pod utf8.c
34906 ____________________________________________________________________________
34907 [  8451] By: jhi                                   on 2001/01/16  14:41:39
34908         Log: podlators 1.07, from Russ Allbery.
34909      Branch: perl
34910            ! lib/Pod/Man.pm
34911 ____________________________________________________________________________
34912 [  8450] By: jhi                                   on 2001/01/16  14:24:19
34913         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
34914              From: "Indy Singh" <indy@nusphere.com>
34915              Date: Mon, 15 Jan 2001 20:59:40 -0500
34916              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
34917      Branch: perl
34918            ! win32/Makefile
34919 ____________________________________________________________________________
34920 [  8449] By: jhi                                   on 2001/01/16  03:42:55
34921         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
34922              at the setting of the ofs_sv in new_struct_thread() as the
34923              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
34924              that invited a core dump.
34925      Branch: perl
34926            ! util.c
34927 ____________________________________________________________________________
34928 [  8448] By: jhi                                   on 2001/01/16  01:49:07
34929         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
34930              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34931              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
34932              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
34933              
34934              Replace #8444 and #8445.
34935      Branch: perl
34936            ! ext/B/B.xs ext/B/B/Debug.pm
34937 ____________________________________________________________________________
34938 [  8447] By: jhi                                   on 2001/01/15  21:05:35
34939         Log: Subject: [PATCH] API Variable documentation   
34940              From: Simon Cozens <simon@cozens.net>
34941              Date: Mon, 15 Jan 2001 19:35:54 +0000
34942              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
34943      Branch: perl
34944            ! pod/perlapi.pod thrdvar.h
34945 ____________________________________________________________________________
34946 [  8446] By: jhi                                   on 2001/01/15  20:49:20
34947         Log: Signedness nit.
34948      Branch: perl
34949            ! pp_ctl.c
34950 ____________________________________________________________________________
34951 [  8445] By: jhi                                   on 2001/01/15  20:28:48
34952         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
34953      Branch: perl
34954            ! ext/B/B/Debug.pm
34955 ____________________________________________________________________________
34956 [  8444] By: jhi                                   on 2001/01/15  13:09:10
34957         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
34958      Branch: perl
34959            ! ext/B/B.xs
34960 ____________________________________________________________________________
34961 [  8443] By: jhi                                   on 2001/01/15  13:06:26
34962         Log: Missing from #8439.
34963      Branch: perl
34964            ! keywords.h mg.c
34965 ____________________________________________________________________________
34966 [  8442] By: jhi                                   on 2001/01/15  13:02:38
34967         Log: Subject: [PATCH @8436] Eliminate op_children
34968              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34969              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
34970              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
34971              
34972              Subject: [PATCH @8436] Re: Eliminate op_children
34973              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34974              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
34975              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
34976      Branch: perl
34977            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
34978            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
34979            ! op.c op.h
34980 ____________________________________________________________________________
34981 [  8441] By: jhi                                   on 2001/01/15  12:57:08
34982         Log: Use the /^Perl_/-less form of is_lvalue_sub().
34983      Branch: perl
34984            ! pp.h
34985 ____________________________________________________________________________
34986 [  8440] By: jhi                                   on 2001/01/15  05:13:09
34987         Log: Revert #8437 and #8438, the Linux large files story is more complex.
34988      Branch: metaconfig/U/perl
34989            ! d_fpos64_t.U d_off64_t.U
34990      Branch: perl
34991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34992            ! config_h.SH configure.com epoc/config.sh perl.h
34993            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34994            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34995            ! win32/config.bc win32/config.gc win32/config.vc
34996 ____________________________________________________________________________
34997 [  8439] By: jhi                                   on 2001/01/15  05:02:24
34998         Log: More UTF-8 patches from Inaba Hiroto.
34999              - The substr lval was still not okay.
35000              - Now pp_stringify and sv_setsv copies source's UTF8 flag
35001              even if IN_BYTE.  pp_stringify is called from fold_constants
35002              at optimization phase and "\x{100}" was made SvUTF8_off under
35003              use bytes (the bytes pragma is for "byte semantics" and not
35004              for "do not produce UTF8 data")
35005              - New `qu' operator to generate UTF8 string explicitly.
35006              Though I agree with the policy "0x00-0xff always produce bytes",
35007              sometimes want to such a string to be coded in UTF8.
35008              I can use pack"U0a*" but it requires more typing and has
35009              runtime overhead.
35010              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
35011              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
35012              string is not UTF8_on and has char 0x80-0xff.
35013              
35014              TODO: document and test qu.
35015      Branch: perl
35016            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
35017            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
35018            ! toke.c
35019 ____________________________________________________________________________
35020 [  8438] By: jhi                                   on 2001/01/14  05:10:23
35021         Log: Metaconfig unit changes for #8437.
35022      Branch: metaconfig/U/perl
35023            ! d_fpos64_t.U d_off64_t.U
35024 ____________________________________________________________________________
35025 [  8437] By: jhi                                   on 2001/01/14  04:55:34
35026         Log: Add <features.h> probing, seems to be needed for (some?)
35027              Linux largefileness.
35028      Branch: perl
35029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35030            ! config_h.SH configure.com epoc/config.sh perl.h
35031            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35032            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35033            ! win32/config.bc win32/config.gc win32/config.vc
35034 ____________________________________________________________________________
35035 [  8436] By: jhi                                   on 2001/01/13  17:47:21
35036         Log: Tighten some of the tests a bit.
35037      Branch: perl
35038            ! t/pragma/utf8.t
35039 ____________________________________________________________________________
35040 [  8435] By: jhi                                   on 2001/01/13  17:31:54
35041         Log: Integrate perlio.
35042      Branch: perl
35043           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
35044           !> win32/config_H.gc win32/config_H.vc
35045 ____________________________________________________________________________
35046 [  8434] By: nick                                  on 2001/01/13  11:36:53
35047         Log: Run dmake regen_config_h for Win32
35048      Branch: perlio
35049            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35050 ____________________________________________________________________________
35051 [  8433] By: nick                                  on 2001/01/13  11:31:55
35052         Log: VMS friendly patch to Encode compile process
35053      Branch: perlio
35054            ! ext/Encode/Makefile.PL ext/Encode/compile
35055 ____________________________________________________________________________
35056 [  8432] By: nick                                  on 2001/01/13  11:06:44
35057         Log: Integrate mainline
35058      Branch: perlio
35059           +> ext/B/B/Concise.pm
35060           !> (integrate 52 files)
35061 ____________________________________________________________________________
35062 [  8431] By: jhi                                   on 2001/01/13  05:55:55
35063         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
35064              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35065              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
35066              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
35067      Branch: perl
35068            ! ext/B/B/Concise.pm
35069 ____________________________________________________________________________
35070 [  8430] By: jhi                                   on 2001/01/13  04:24:18
35071         Log: The LVRET macro needed an aTHX.
35072      Branch: perl
35073            ! pp.h
35074 ____________________________________________________________________________
35075 [  8429] By: jhi                                   on 2001/01/13  02:12:42
35076         Log: Update Changes.
35077      Branch: perl
35078            ! Changes patchlevel.h
35079 ____________________________________________________________________________
35080 [  8428] By: jhi                                   on 2001/01/13  02:08:50
35081         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
35082              From: Peter Prymmer <pvhp@forte.com>
35083              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
35084              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
35085              
35086              Add a BEGIN guard for sloppy floating point division.
35087      Branch: perl
35088            ! lib/Math/BigInt.pm lib/bigint.pl
35089 ____________________________________________________________________________
35090 [  8427] By: jhi                                   on 2001/01/13  01:47:16
35091         Log: The B::Terse drop-in replacement wasn't quite drop-in.
35092      Branch: perl
35093            ! ext/B/B/Terse.pm
35094 ____________________________________________________________________________
35095 [  8426] By: jhi                                   on 2001/01/12  21:20:43
35096         Log: Use UVXf.
35097      Branch: perl
35098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35099            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
35100            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35101            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35102            ! win32/config.gc win32/config.vc
35103 ____________________________________________________________________________
35104 [  8425] By: jhi                                   on 2001/01/12  20:20:14
35105         Log: Subject: [PATCH perl@8342] -Wformat
35106              From: Robin Barker <rmb1@cise.npl.co.uk>
35107              Date: Fri, 12 Jan 2001 20:03:14 GMT
35108              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
35109      Branch: perl
35110            ! ext/Encode/Encode.xs mg.c sv.c toke.c
35111 ____________________________________________________________________________
35112 [  8424] By: jhi                                   on 2001/01/12  20:01:48
35113         Log: Subject: B::Concise -- an improved replacement for B::Terse 
35114              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35115              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
35116              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
35117      Branch: perl
35118            + ext/B/B/Concise.pm
35119            ! MANIFEST ext/B/B/Terse.pm
35120 ____________________________________________________________________________
35121 [  8423] By: jhi                                   on 2001/01/12  19:24:02
35122         Log: The new metaconfig unit from the #8421.
35123      Branch: metaconfig/U/perl
35124            + d_sigprocmask.U
35125 ____________________________________________________________________________
35126 [  8422] By: jhi                                   on 2001/01/12  19:23:43
35127         Log: Forgot the microperl config from the #8421.
35128      Branch: perl
35129            ! uconfig.h uconfig.sh
35130 ____________________________________________________________________________
35131 [  8421] By: jhi                                   on 2001/01/12  19:05:27
35132         Log: Add sigprocmask() probe, regen Configure, regen toc.
35133      Branch: perl
35134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35135            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
35136            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35137            ! vos/config.ga.h win32/config.bc win32/config.gc
35138            ! win32/config.vc
35139 ____________________________________________________________________________
35140 [  8420] By: jhi                                   on 2001/01/12  18:34:31
35141         Log: Add sockatmark() to the todo list.
35142      Branch: perl
35143            ! Todo-5.6
35144 ____________________________________________________________________________
35145 [  8419] By: jhi                                   on 2001/01/12  18:09:46
35146         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
35147      Branch: perl
35148            ! op.c
35149 ____________________________________________________________________________
35150 [  8418] By: jhi                                   on 2001/01/12  18:05:30
35151         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
35152              From: Radu Greab <radu@netsoft.ro>
35153              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
35154              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
35155      Branch: perl
35156            ! op.c t/pragma/sub_lval.t
35157 ____________________________________________________________________________
35158 [  8417] By: jhi                                   on 2001/01/12  16:09:09
35159         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
35160              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
35161              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
35162              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
35163      Branch: perl
35164            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
35165            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
35166            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
35167            ! t/pragma/sub_lval.t toke.c
35168 ____________________________________________________________________________
35169 [  8416] By: jhi                                   on 2001/01/12  15:42:06
35170         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
35171              From: "Richard Soderberg" <rs@crystalflame.net>
35172              Date: Fri, 12 Jan 2001 04:49:35 -0800
35173              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
35174              
35175              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
35176              according to the platform.
35177      Branch: perl
35178            ! op.c
35179 ____________________________________________________________________________
35180 [  8415] By: jhi                                   on 2001/01/12  15:33:41
35181         Log: One more UTF-8 fix from Inaba Hiroto.
35182      Branch: perl
35183            ! pp.c regexec.c t/pragma/utf8.t
35184 ____________________________________________________________________________
35185 [  8414] By: jhi                                   on 2001/01/12  15:30:18
35186         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
35187      Branch: perl
35188            ! regexec.c
35189 ____________________________________________________________________________
35190 [  8413] By: jhi                                   on 2001/01/12  15:22:10
35191         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
35192              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35193              Date: Thu, 11 Jan 2001 12:53:36 +0100
35194              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
35195      Branch: perl
35196            ! toke.c
35197 ____________________________________________________________________________
35198 [  8412] By: jhi                                   on 2001/01/12  15:20:25
35199         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
35200              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35201              Date: Fri, 12 Jan 2001 14:37:55 +0100
35202              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
35203      Branch: perl
35204            ! hints/posix-bc.sh
35205 ____________________________________________________________________________
35206 [  8411] By: jhi                                   on 2001/01/12  15:14:14
35207         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
35208              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35209              Date: Fri, 12 Jan 2001 10:42:21 +0100
35210              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
35211      Branch: perl
35212            ! t/op/regmesg.t
35213 ____________________________________________________________________________
35214 [  8410] By: jhi                                   on 2001/01/12  05:48:55
35215         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
35216              From: Nicholas Clark <nick@ccl4.org> 
35217              Date: Sun, 7 Jan 2001 19:47:14 +0000
35218              Message-ID: <20010107194714.B1048@plum.flirble.org>
35219      Branch: perl
35220            ! t/op/numconvert.t
35221 ____________________________________________________________________________
35222 [  8409] By: jhi                                   on 2001/01/12  05:41:28
35223         Log: Integrate perlio.
35224      Branch: perl
35225           !> mg.c scope.h
35226 ____________________________________________________________________________
35227 [  8408] By: nick                                  on 2001/01/11  22:43:28
35228         Log: Remove variables that were used in experiments.
35229      Branch: perlio
35230            ! mg.c
35231 ____________________________________________________________________________
35232 [  8407] By: nick                                  on 2001/01/11  20:57:44
35233         Log: Catch die in %SIG handler and unblock the signal before re-dying.
35234              This make Linux work _without_ sigsetjmp().
35235              Turn off sigsetjmp() to see what else it does.
35236              May need Configure probe for sigprocmask() if anything has sigaction()
35237              but not sigprocmask().
35238      Branch: perlio
35239            ! mg.c scope.h
35240 ____________________________________________________________________________
35241 [  8406] By: nick                                  on 2001/01/11  19:32:07
35242         Log: Integrate mainline
35243      Branch: perlio
35244           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
35245           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
35246           !> t/op/substr.t
35247 ____________________________________________________________________________
35248 [  8405] By: jhi                                   on 2001/01/11  17:11:01
35249         Log: Fix UTF-8 lval substr().
35250      Branch: perl
35251            ! mg.c t/op/substr.t
35252 ____________________________________________________________________________
35253 [  8404] By: jhi                                   on 2001/01/11  05:13:58
35254         Log: Update Changes.
35255      Branch: perl
35256            ! Changes patchlevel.h
35257 ____________________________________________________________________________
35258 [  8403] By: jhi                                   on 2001/01/11  04:38:24
35259         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
35260              From: Hugo <hv@crypt.compulink.co.uk>
35261              Date: Mon, 30 Oct 2000 01:33:26 +0000
35262              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
35263      Branch: perl
35264            ! regexec.c t/op/re_tests
35265 ____________________________________________________________________________
35266 [  8402] By: jhi                                   on 2001/01/11  04:26:12
35267         Log: Integrate perlio.
35268      Branch: perl
35269           !> scope.h util.c
35270 ____________________________________________________________________________
35271 [  8401] By: nick                                  on 2001/01/10  22:52:55
35272         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
35273              (So Alan and Ilya can try setting via hints.)
35274              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
35275              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
35276              doing the save everywhere seems to restart read() correctly, but just
35277              doing it once "round" the handler does not.
35278      Branch: perlio
35279            ! scope.h
35280 ____________________________________________________________________________
35281 [  8400] By: jhi                                   on 2001/01/10  21:57:54
35282         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
35283              of IRIX, HP-UX is unaffected.
35284      Branch: perl
35285            ! perl.h
35286 ____________________________________________________________________________
35287 [  8399] By: nick                                  on 2001/01/10  21:29:19
35288         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
35289      Branch: perlio
35290            ! util.c
35291 ____________________________________________________________________________
35292 [  8398] By: jhi                                   on 2001/01/10  20:55:31
35293         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
35294              also have ReusePort.
35295      Branch: perl
35296            ! ext/IO/lib/IO/Socket/INET.pm
35297 ____________________________________________________________________________
35298 [  8397] By: jhi                                   on 2001/01/10  20:50:57
35299         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
35300              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
35301              Date: Wed, 10 Jan 2001 01:38:13 -0800
35302              Message-ID: <20010110013813.B41744@yahoo-inc.com>
35303      Branch: perl
35304            ! ext/IO/lib/IO/Socket/INET.pm
35305 ____________________________________________________________________________
35306 [  8396] By: jhi                                   on 2001/01/10  20:49:30
35307         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
35308              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
35309              Date: Wed, 10 Jan 2001 01:37:32 -0800
35310              Message-ID: <20010110013732.A41744@yahoo-inc.com>
35311      Branch: perl
35312            ! ext/Socket/Socket.pm
35313 ____________________________________________________________________________
35314 [  8395] By: jhi                                   on 2001/01/10  20:41:37
35315         Log: Test for bug id 20010105.016 (fixed by #8378).
35316      Branch: perl
35317            ! t/op/split.t
35318 ____________________________________________________________________________
35319 [  8394] By: jhi                                   on 2001/01/10  20:26:32
35320         Log: Integrate perlio.
35321      Branch: perl
35322            ! util.c
35323 ____________________________________________________________________________
35324 [  8393] By: nick                                  on 2001/01/10  19:34:30
35325         Log: Back out Simon's pid hackery for now.
35326      Branch: perlio
35327            ! util.c
35328 ____________________________________________________________________________
35329 [  8392] By: nick                                  on 2001/01/10  19:23:13
35330         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
35331      Branch: perlio
35332           !> (integrate 29 files)
35333 ____________________________________________________________________________
35334 [  8391] By: jhi                                   on 2001/01/10  18:43:15
35335         Log: Subject: [PATCH] Fix my_pclose segfault
35336              From: Simon Cozens <simon@cozens.net>
35337              Date: Wed, 10 Jan 2001 18:39:35 +0000
35338              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
35339      Branch: perl
35340            ! util.c
35341 ____________________________________________________________________________
35342 [  8390] By: jhi                                   on 2001/01/10  18:42:08
35343         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
35344              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35345              Date:     Wed, 10 Jan 2001 13:23:02 EST
35346              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
35347      Branch: perl
35348            ! ext/Opcode/Opcode.xs
35349 ____________________________________________________________________________
35350 [  8389] By: jhi                                   on 2001/01/10  15:16:07
35351         Log: Turn off the integer preservation for now.
35352      Branch: perl
35353            ! perl.h
35354 ____________________________________________________________________________
35355 [  8388] By: jhi                                   on 2001/01/10  15:01:25
35356         Log: Few more IDE/editor nits from p5p.
35357      Branch: perl
35358            ! pod/perlfaq3.pod
35359 ____________________________________________________________________________
35360 [  8387] By: jhi                                   on 2001/01/10  06:53:16
35361         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
35362              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
35363              Date: Tue, 9 Jan 2001 23:16:02 +0000
35364              Message-ID: <20010109231602.A81101@plum.flirble.org>
35365      Branch: perl
35366            ! sv.c
35367 ____________________________________________________________________________
35368 [  8386] By: jhi                                   on 2001/01/10  03:17:54
35369         Log: Test cases for #8385 (from Simon's "torture.pl")
35370      Branch: perl
35371            ! t/op/tr.t
35372 ____________________________________________________________________________
35373 [  8385] By: jhi                                   on 2001/01/10  03:17:11
35374         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
35375              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
35376              Date: Wed, 10 Jan 2001 11:39:39 +0900
35377              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
35378              
35379              Some more UTF-8 tr cases fixed.
35380      Branch: perl
35381            ! doop.c
35382 ____________________________________________________________________________
35383 [  8384] By: jhi                                   on 2001/01/09  22:45:40
35384         Log: Allow the locale test needing POSIX and the taint test
35385              needing IPC::SysV to run under 'minitest' (basically,
35386              bail out if loading the extension fails)
35387      Branch: perl
35388            ! t/op/misc.t t/op/taint.t
35389 ____________________________________________________________________________
35390 [  8383] By: jhi                                   on 2001/01/09  21:36:04
35391         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35392              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35393              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
35394              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
35395      Branch: perl
35396            ! t/io/openpid.t
35397 ____________________________________________________________________________
35398 [  8382] By: jhi                                   on 2001/01/09  21:06:08
35399         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
35400              Should finish up the bug id 20001205.022.
35401      Branch: perl
35402            ! pp.c pp_hot.c scope.c
35403 ____________________________________________________________________________
35404 [  8381] By: jhi                                   on 2001/01/09  18:27:43
35405         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
35406              From: Andy Dougherty <doughera@lafayette.edu>
35407              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
35408              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
35409              
35410              More robust yacc/bison error detection.
35411      Branch: perl
35412            ! t/comp/proto.t
35413 ____________________________________________________________________________
35414 [  8380] By: jhi                                   on 2001/01/09  15:21:38
35415         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
35416              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35417              Date:     Tue, 9 Jan 2001 07:53:55 EST
35418              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
35419      Branch: perl
35420            ! t/op/misc.t vms/test.com
35421 ____________________________________________________________________________
35422 [  8379] By: jhi                                   on 2001/01/09  15:20:38
35423         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
35424              From: jhi@cc.hut.fi
35425              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
35426              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
35427              
35428              The #8378 fixed this.
35429      Branch: perl
35430            ! t/op/tr.t
35431 ____________________________________________________________________________
35432 [  8378] By: jhi                                   on 2001/01/09  15:05:32
35433         Log: Subject: One more patch for UTF8 
35434              From: Inaba Hiroto <inaba@st.rim.or.jp>
35435              Date: Tue, 09 Jan 2001 01:04:32 +0900
35436              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
35437              
35438              UTF-8 fixes for 'x' and tr///.
35439      Branch: perl
35440            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
35441            ! regcomp.c regexec.c toke.c utf8.c
35442 ____________________________________________________________________________
35443 [  8377] By: jhi                                   on 2001/01/09  14:32:17
35444         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
35445      Branch: perl
35446            ! t/op/length.t
35447 ____________________________________________________________________________
35448 [  8376] By: jhi                                   on 2001/01/09  04:32:32
35449         Log: integrate changes #7775, #8316, #8316 from mainline
35450      Branch: maint-5.6/perl
35451            ! hints/solaris_2.sh
35452 ____________________________________________________________________________
35453 [  8375] By: jhi                                   on 2001/01/09  04:26:43
35454         Log: Update Changes.
35455      Branch: perl
35456            ! Changes patchlevel.h
35457 ____________________________________________________________________________
35458 [  8374] By: jhi                                   on 2001/01/09  04:14:32
35459         Log: IDE/editor section tweaking.
35460      Branch: perl
35461            ! pod/perlfaq3.pod
35462 ____________________________________________________________________________
35463 [  8373] By: jhi                                   on 2001/01/09  02:38:26
35464         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
35465              From: Peter Prymmer <pvhp@forte.com>
35466              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
35467              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
35468              
35469              In preparation os OS/390 dynamic loading.
35470      Branch: perl
35471            ! README.os390 hints/os390.sh
35472 ____________________________________________________________________________
35473 [  8372] By: jhi                                   on 2001/01/09  00:24:30
35474         Log: Integrate with perlio.
35475      Branch: perl
35476           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35477 ____________________________________________________________________________
35478 [  8371] By: nick                                  on 2001/01/08  23:54:33
35479         Log: Fix "scalars leaked" bugs caused by overload magic
35480              (Highlighted by Ilya's DESTROY optimization.)
35481      Branch: perlio
35482            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35483 ____________________________________________________________________________
35484 [  8370] By: nick                                  on 2001/01/08  20:19:41
35485         Log: Integrate mainline
35486      Branch: perlio
35487           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
35488           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
35489           !> t/op/64bitint.t
35490 ____________________________________________________________________________
35491 [  8369] By: jhi                                   on 2001/01/08  17:30:52
35492         Log: save_delete() Safefree() doesn't (anymore?) work with shared
35493              strings, one test failure in op/misc and almost all of lib/b.
35494              (Outcomments #8369.)
35495      Branch: perl
35496            ! scope.c
35497 ____________________________________________________________________________
35498 [  8368] By: jhi                                   on 2001/01/08  14:47:10
35499         Log: (Outcommented by #8369.)
35500              
35501              Subject: Re: Perl BugID 20001205.022 ---- save_delete
35502              From: Simon Cozens <simon@cozens.net>
35503              Date: Sat, 6 Jan 2001 11:48:40 +0000
35504              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
35505              
35506              The save_delete() does need the Safefree.
35507      Branch: perl
35508            ! scope.c
35509 ____________________________________________________________________________
35510 [  8367] By: bailey                                on 2001/01/08  08:53:52
35511         Log: Once again syncing after too long an absence
35512      Branch: vmsperl
35513           +> (branch 55 files)
35514            - MAINTAIN fix_pl vos/config.def vos/config.h
35515            - vos/config_h.SH_orig
35516           !> (integrate 498 files)
35517 ____________________________________________________________________________
35518 [  8366] By: jhi                                   on 2001/01/08  02:42:59
35519         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
35520              From: nick@ccl4.org
35521              Date: Sun, 7 Jan 2001 21:07:18 +0000
35522              Message-Id: <20010107210717.D1048@plum.flirble.org>
35523      Branch: perl
35524            ! sv.c t/op/64bitint.t
35525 ____________________________________________________________________________
35526 [  8365] By: jhi                                   on 2001/01/08  02:35:16
35527         Log: Subject: [PATCH] environ nit
35528              From: Simon Cozens <simon@cozens.net>
35529              Date: Sun, 7 Jan 2001 17:57:07 +0000
35530              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
35531              
35532              Use environ only if we have it.
35533      Branch: perl
35534            ! mg.c
35535 ____________________________________________________________________________
35536 [  8364] By: jhi                                   on 2001/01/08  02:24:51
35537         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
35538      Branch: perl
35539            ! ext/GDBM_File/GDBM_File.xs
35540 ____________________________________________________________________________
35541 [  8363] By: jhi                                   on 2001/01/08  02:19:24
35542         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35543              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35544              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
35545              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
35546      Branch: perl
35547            ! dump.c op.c
35548 ____________________________________________________________________________
35549 [  8362] By: jhi                                   on 2001/01/08  02:17:43
35550         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
35551              From: Doug MacEachern <dougm@covalent.net>
35552              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
35553              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
35554              
35555              Allow AUTOLOAD to be an xsub and allow such xsubs
35556              to avoid use of $AUTOLOAD.
35557      Branch: perl
35558            ! gv.c
35559 ____________________________________________________________________________
35560 [  8361] By: jhi                                   on 2001/01/08  02:16:07
35561         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35562              From: Radu Greab <radu@netsoft.ro>
35563              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
35564              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
35565              
35566              No need for the potentially unportable $SIG{CHLD}.
35567      Branch: perl
35568            ! t/io/pipe.t
35569 ____________________________________________________________________________
35570 [  8360] By: jhi                                   on 2001/01/08  01:58:23
35571         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
35572      Branch: perl
35573            ! lib/Getopt/Long.pm
35574 ____________________________________________________________________________
35575 [  8359] By: jhi                                   on 2001/01/08  01:55:44
35576         Log: Integrate perlio.
35577      Branch: perl
35578           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
35579           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
35580           !> utf8.c win32/Makefile
35581 ____________________________________________________________________________
35582 [  8358] By: jhi                                   on 2001/01/07  21:16:50
35583         Log: Update the EPOC cross SDK URL.
35584      Branch: perl
35585            ! README.epoc
35586 ____________________________________________________________________________
35587 [  8357] By: jhi                                   on 2001/01/07  21:16:09
35588         Log: Update the EPOC cross SDK URL.
35589      Branch: maint-5.6/perl
35590            ! README.epoc
35591 ____________________________________________________________________________
35592 [  8356] By: nick                                  on 2001/01/06  21:47:52
35593         Log: FILE * in XS code for PerlIO world:
35594              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
35595              - Add FILE * T_STDIO typemap.
35596              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
35597      Branch: perlio
35598            ! lib/ExtUtils/typemap perlio.c perlio.h
35599 ____________________________________________________________________________
35600 [  8355] By: jhi                                   on 2001/01/06  20:27:15
35601         Log: integrate change #8336 from mainline
35602              
35603              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
35604      Branch: maint-5.6/perl
35605            ! hv.c
35606 ____________________________________________________________________________
35607 [  8354] By: jhi                                   on 2001/01/06  20:24:29
35608         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35609              From: Robin Barker <rmb1@cise.npl.co.uk>
35610              Date: Fri, 22 Dec 2000 12:17:38 GMT
35611              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
35612              
35613              The patch reformats some long =item lines so they give
35614              correct output via pod2man | nroff -man
35615              
35616              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35617              From: Robin Barker <rmb1@cise.npl.co.uk>
35618              Date: Tue, 2 Jan 2001 15:35:03 GMT
35619              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35620              
35621              Here is a _further_ patch which corrects a few more errors:
35622              * an empty C<=item> in CPAN.pm
35623              * patching the wrong file (pod/perlamiga.pod not README.amiga)
35624              * leaving empty C<=item>s which formatted incorrectly
35625              * over long C<=item>s revealed by latest patch to Pod::Man
35626      Branch: maint-5.6/perl
35627            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35628            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35629            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
35630            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
35631            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
35632            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
35633 ____________________________________________________________________________
35634 [  8353] By: jhi                                   on 2001/01/06  20:21:10
35635         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
35636              
35637              UTF-8 hash keys.
35638      Branch: maint-5.6/perl
35639            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
35640 ____________________________________________________________________________
35641 [  8352] By: jhi                                   on 2001/01/06  20:18:44
35642         Log: Forgotten from #8438.
35643      Branch: maint-5.6/perl
35644            ! epoc/epocish.h
35645 ____________________________________________________________________________
35646 [  8351] By: jhi                                   on 2001/01/06  20:18:12
35647         Log: Forgotten from #8347.
35648      Branch: maint-5.6/perl
35649            ! config_h.SH
35650 ____________________________________________________________________________
35651 [  8350] By: jhi                                   on 2001/01/06  20:00:19
35652         Log: Thinko in #8347.
35653      Branch: maint-5.6/perl
35654            ! regcomp.c
35655 ____________________________________________________________________________
35656 [  8349] By: jhi                                   on 2001/01/06  18:05:30
35657         Log: Copy the FAQ3 IDE section from the development branch,
35658              changes originally by Peter Prymmer.
35659      Branch: maint-5.6/perl
35660            ! pod/perlfaq3.pod
35661 ____________________________________________________________________________
35662 [  8348] By: jhi                                   on 2001/01/06  18:03:02
35663         Log: EPOC updates for TRIAL1.
35664              
35665              Subject: [5.6.1 trial1] EPOC update
35666              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35667              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
35668              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
35669              
35670              Subject: epoc patch2 for perl-5.6.1-trial1
35671              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35672              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
35673              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
35674      Branch: maint-5.6/perl
35675            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
35676            ! epoc/epocish.c
35677 ____________________________________________________________________________
35678 [  8347] By: jhi                                   on 2001/01/06  17:29:10
35679         Log: integrate changes #7710,7824,7973 from mainline,
35680              plus VMS nits from Peter Prymmer and Dan Sugalski.
35681              
35682              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35683              library (getprotobyname and getprotobynumber are outversioned by
35684              the same calls in libc, at least for xlc version 3.
35685              
35686              Add HAS_SBRK_PROTO.
35687              
35688              Fixes for signedness warnings noticed by VMSperlers.
35689      Branch: maint-5.6/perl
35690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35691            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
35692            ! sv.c vms/descrip_mms.template vos/config.alpha.def
35693            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35694            ! win32/config.bc win32/config.gc win32/config.vc
35695 ____________________________________________________________________________
35696 [  8346] By: nick                                  on 2001/01/06  14:36:01
35697         Log: Fixup accumulated integrate muddles (perlio == devperl again)
35698      Branch: perlio
35699            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
35700 ____________________________________________________________________________
35701 [  8345] By: nick                                  on 2001/01/06  14:24:58
35702         Log: Integrate mainline
35703      Branch: perlio
35704           !> (integrate 55 files)
35705 ____________________________________________________________________________
35706 [  8344] By: jhi                                   on 2001/01/06  02:24:02
35707         Log: Subject: [patch] PerlIO_cleanup() prototype
35708              From: Doug MacEachern <dougm@covalent.net>
35709              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
35710              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
35711      Branch: perl
35712            ! perlio.h
35713 ____________________________________________________________________________
35714 [  8343] By: jhi                                   on 2001/01/06  01:04:09
35715         Log: IRIX compiler noticed that the bof initialization might be
35716              bypassed by control flow.
35717      Branch: perl
35718            ! toke.c
35719 ____________________________________________________________________________
35720 [  8342] By: jhi                                   on 2001/01/06  00:10:48
35721         Log: Update Changes.
35722      Branch: perl
35723            ! Changes patchlevel.h
35724 ____________________________________________________________________________
35725 [  8341] By: jhi                                   on 2001/01/05  23:52:33
35726         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
35727      Branch: perl
35728            ! toke.c
35729 ____________________________________________________________________________
35730 [  8340] By: jhi                                   on 2001/01/05  22:44:08
35731         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35732              From: Radu Greab <radu@netsoft.ro>
35733              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
35734              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
35735      Branch: perl
35736            ! t/io/pipe.t util.c
35737 ____________________________________________________________________________
35738 [  8339] By: jhi                                   on 2001/01/05  22:35:17
35739         Log: Subject: [PATCH] format and rewording in perlfaq.pod
35740              From: Robin Barker <rmb1@cise.npl.co.uk>
35741              Date: Fri, 5 Jan 2001 18:51:20 GMT
35742              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
35743      Branch: perl
35744            ! pod/perlfaq.pod
35745 ____________________________________________________________________________
35746 [  8338] By: jhi                                   on 2001/01/05  22:31:17
35747         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
35748              From: Peter Prymmer <pvhp@forte.com>
35749              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
35750              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
35751      Branch: perl
35752            ! utils/perlbug.PL
35753 ____________________________________________________________________________
35754 [  8337] By: jhi                                   on 2001/01/05  18:15:11
35755         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
35756              From: Robin Barker <rmb1@cise.npl.co.uk>
35757              Date: Tue, 2 Jan 2001 15:24:07 GMT
35758              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
35759              
35760              If you call configure as C<./Configure> or C<sh ./Configure>,
35761              $src is set to the absolute path name, not '.'.
35762              
35763              This, in turn, means -Dmksymlink tries to do its stuff because
35764              it does not think it is in the src directory.
35765              
35766              (plus a metaconfig nitfix)
35767      Branch: metaconfig
35768            ! U/compline/ccflags.U U/modified/src.U
35769      Branch: perl
35770            ! Configure config_h.SH
35771 ____________________________________________________________________________
35772 [  8336] By: jhi                                   on 2001/01/05  17:48:32
35773         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
35774              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35775              Message-ID: <3A5606C4.473D2226@uk.sun.com>
35776              Date: Fri, 05 Jan 2001 17:39:16 +0000
35777      Branch: perl
35778            ! hv.c
35779 ____________________________________________________________________________
35780 [  8335] By: jhi                                   on 2001/01/05  16:05:44
35781         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
35782      Branch: perl
35783            ! lib/Getopt/Long.pm
35784 ____________________________________________________________________________
35785 [  8334] By: jhi                                   on 2001/01/05  16:00:51
35786         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
35787              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35788              Date: Fri, 05 Jan 2001 13:46:51 +0100
35789              Message-ID: <13693.978698811@nice.ram.loc>
35790              
35791              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
35792              accurate reading of the "atime".  
35793      Branch: perl
35794            ! t/io/fs.t
35795 ____________________________________________________________________________
35796 [  8333] By: jhi                                   on 2001/01/05  15:57:37
35797         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
35798              From: Simon Cozens <simon@cozens.net>
35799              Date: Fri, 8 Dec 2000 13:33:31 +0000
35800              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
35801              
35802              A lost patch fragment.
35803      Branch: perl
35804            ! doop.c
35805 ____________________________________________________________________________
35806 [  8332] By: jhi                                   on 2001/01/05  15:40:42
35807         Log: Do away with strncpy() and a fixed length buffer.
35808      Branch: perl
35809            ! utf8.c
35810 ____________________________________________________________________________
35811 [  8331] By: jhi                                   on 2001/01/05  15:03:07
35812         Log: Tests for #8329 and #8330.
35813      Branch: perl
35814            ! t/op/bop.t
35815 ____________________________________________________________________________
35816 [  8330] By: jhi                                   on 2001/01/05  15:02:38
35817         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
35818              raw 8-bit form to the UTF-8 string.
35819      Branch: perl
35820            ! toke.c
35821 ____________________________________________________________________________
35822 [  8329] By: jhi                                   on 2001/01/05  14:55:13
35823         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35824              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35825              Date: Fri, 5 Jan 2001 12:28:52 +0100
35826              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
35827              
35828              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
35829              no effect.  (changed the strncpy() to Copy())
35830      Branch: perl
35831            ! toke.c
35832 ____________________________________________________________________________
35833 [  8328] By: jhi                                   on 2001/01/05  06:44:27
35834         Log: UTF-8 cleanup.
35835      Branch: perl
35836            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35837            ! regexec.c sv.c toke.c
35838 ____________________________________________________________________________
35839 [  8327] By: jhi                                   on 2001/01/05  01:11:29
35840         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')
35841              From: Radu Greab <radu@netsoft.ro>
35842              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
35843              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
35844              
35845              Cleans up Harness to not use FileHandle, which uses IO.
35846      Branch: perl
35847            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35848 ____________________________________________________________________________
35849 [  8326] By: jhi                                   on 2001/01/05  00:56:37
35850         Log: Update Changes.
35851      Branch: perl
35852            ! Changes patchlevel.h
35853 ____________________________________________________________________________
35854 [  8325] By: jhi                                   on 2001/01/05  00:53:18
35855         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
35856              From: Peter Prymmer <pvhp@forte.com>
35857              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
35858              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
35859              
35860              plus a couple more tailing whitespace removals.
35861      Branch: perl
35862            ! win32/Makefile
35863 ____________________________________________________________________________
35864 [  8324] By: jhi                                   on 2001/01/05  00:47:39
35865         Log: Add some Unicode chop() tests.
35866      Branch: perl
35867            ! t/op/chop.t
35868 ____________________________________________________________________________
35869 [  8323] By: jhi                                   on 2001/01/05  00:47:23
35870         Log: Unify UTF-8 malformedness handling.
35871      Branch: perl
35872            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
35873 ____________________________________________________________________________
35874 [  8322] By: jhi                                   on 2001/01/04  22:21:54
35875         Log: The new $issymlink was unknown to Mksymlinks.
35876      Branch: metaconfig/U/perl
35877            ! Mksymlinks.U issymlink.U
35878      Branch: perl
35879            ! Configure config_h.SH
35880 ____________________________________________________________________________
35881 [  8321] By: jhi                                   on 2001/01/04  21:51:05
35882         Log: The test didn't work under the core test framework.
35883      Branch: perl
35884            ! t/lib/st-lock.t
35885 ____________________________________________________________________________
35886 [  8320] By: jhi                                   on 2001/01/04  21:14:22
35887         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
35888      Branch: perl
35889            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
35890 ____________________________________________________________________________
35891 [  8319] By: jhi                                   on 2001/01/04  20:46:17
35892         Log: Typo in #8312 when manually appying a problematic patch fragment.
35893      Branch: perl
35894            ! ext/Storable/Storable.xs
35895 ____________________________________________________________________________
35896 [  8318] By: jhi                                   on 2001/01/04  20:43:01
35897         Log: The $sh_c didn't fly.
35898      Branch: metaconfig
35899            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35900            ! U/modified/Loc.U U/modified/myhostname.U
35901            ! U/modified/spitshell.U
35902      Branch: metaconfig/U/perl
35903            ! issymlink.U
35904      Branch: perl
35905            ! Configure config_h.SH
35906 ____________________________________________________________________________
35907 [  8317] By: jhi                                   on 2001/01/04  19:58:01
35908         Log: AIX builtin test -h is broken, changes based on
35909              
35910              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
35911              Date: Tue, 02 Jan 2001 11:24:39 +0100
35912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35913              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
35914      Branch: metaconfig
35915            + U/modified/spitshell.U
35916            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35917            ! U/modified/Loc.U U/modified/myhostname.U
35918      Branch: metaconfig/U/perl
35919            ! Mksymlinks.U issymlink.U
35920      Branch: perl
35921            ! Configure
35922 ____________________________________________________________________________
35923 [  8316] By: jhi                                   on 2001/01/04  19:02:22
35924         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
35925              From: Andy Dougherty <doughera@lafayette.edu>
35926              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
35927              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
35928              
35929              Beware of GNU ld.
35930      Branch: perl
35931            ! hints/solaris_2.sh
35932 ____________________________________________________________________________
35933 [  8315] By: jhi                                   on 2001/01/04  18:56:48
35934         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
35935              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
35936              Date: Wed, 3 Jan 2001 07:58:51 +0100
35937              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
35938      Branch: perl
35939            ! hints/solaris_2.sh
35940 ____________________________________________________________________________
35941 [  8314] By: jhi                                   on 2001/01/04  18:54:07
35942         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35943              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35944              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
35945              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
35946              
35947              Doc tweak on #8313.
35948      Branch: perl
35949            ! ext/B/B/Deparse.pm
35950 ____________________________________________________________________________
35951 [  8313] By: jhi                                   on 2001/01/04  18:52:27
35952         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
35953              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
35954              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35955              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
35956              
35957              Make the peephole optimizer to bypass more null ops and
35958              and rewrite the deparse handling of continue blocks.
35959      Branch: perl
35960            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
35961 ____________________________________________________________________________
35962 [  8312] By: jhi                                   on 2001/01/04  18:47:39
35963         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
35964      Branch: perl
35965            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
35966            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
35967            ! t/lib/st-lock.t
35968 ____________________________________________________________________________
35969 [  8311] By: jhi                                   on 2001/01/04  18:36:08
35970         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
35971              filter to be run on each .pm during the pm_to_blib() phase,
35972              a fixed version of
35973              
35974              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
35975              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35976              Date: Wed, 03 Jan 2001 22:01:30 +0100
35977              Message-ID: <5296.978555690@nice.ram.loc>
35978      Branch: perl
35979            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
35980            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
35981            ! lib/ExtUtils/MakeMaker.pm
35982 ____________________________________________________________________________
35983 [  8310] By: jhi                                   on 2001/01/04  18:32:54
35984         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35985              From: Robin Barker <rmb1@cise.npl.co.uk>
35986              Date: Tue, 2 Jan 2001 15:35:03 GMT
35987              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35988      Branch: perl
35989            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
35990            ! pod/perlrequick.pod
35991 ____________________________________________________________________________
35992 [  8309] By: jhi                                   on 2001/01/04  18:29:07
35993         Log: Subject: Re: [patch] static-ize XS()
35994              From: Doug MacEachern <dougm@covalent.net>
35995              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
35996              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
35997              
35998              Provide prototypes for the XS functions.
35999      Branch: perl
36000            ! lib/ExtUtils/xsubpp
36001 ____________________________________________________________________________
36002 [  8308] By: jhi                                   on 2001/01/04  18:27:44
36003         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
36004              From: Doug MacEachern <dougm@covalent.net>
36005              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
36006              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
36007      Branch: perl
36008            ! lib/ExtUtils/typemap
36009 ____________________________________________________________________________
36010 [  8307] By: jhi                                   on 2001/01/04  18:25:25
36011         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
36012              From: Doug MacEachern <dougm@covalent.net>
36013              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
36014              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
36015              
36016              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
36017      Branch: perl
36018            ! lib/ExtUtils/MM_Unix.pm
36019 ____________________________________________________________________________
36020 [  8306] By: jhi                                   on 2001/01/04  18:23:00
36021         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
36022              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36023              Date: Thu, 4 Jan 2001 12:47:10 +0100 
36024              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
36025              
36026              The toke.c part only, patching embed.h and proto.h is futile.
36027      Branch: perl
36028            ! toke.c
36029 ____________________________________________________________________________
36030 [  8305] By: jhi                                   on 2001/01/04  18:05:51
36031         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
36032              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36033              Date: Thu, 4 Jan 2001 17:50:12 +0100 
36034              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
36035      Branch: perl
36036            ! toke.c
36037 ____________________________________________________________________________
36038 [  8304] By: jhi                                   on 2001/01/04  18:03:26
36039         Log: Subject: [PATCH perl@8269]
36040              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36041              Date: Thu, 4 Jan 2001 12:53:39 +0100 
36042              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
36043              
36044              If running byacc write-enable also perly.h.
36045      Branch: perl
36046            ! Makefile.SH
36047 ____________________________________________________________________________
36048 [  8303] By: jhi                                   on 2001/01/04  15:40:49
36049         Log: Rewrite pp_concat() in terms of sv_catsv().
36050      Branch: perl
36051            ! pp_hot.c
36052 ____________________________________________________________________________
36053 [  8302] By: nick                                  on 2001/01/03  22:43:22
36054         Log: Integrate mainline.
36055      Branch: perlio
36056           !> ext/Encode/Encode.xs sv.c utf8.c
36057 ____________________________________________________________________________
36058 [  8301] By: jhi                                   on 2001/01/02  23:40:26
36059         Log: Variable naming tweak.
36060      Branch: perl
36061            ! sv.c
36062 ____________________________________________________________________________
36063 [  8300] By: jhi                                   on 2001/01/02  23:40:02
36064         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
36065              in is_utf8_string().
36066      Branch: perl
36067            ! utf8.c
36068 ____________________________________________________________________________
36069 [  8299] By: jhi                                   on 2001/01/02  22:14:40
36070         Log: Integrate perlio.
36071      Branch: perl
36072           !> pp.c pp_hot.c win32/Makefile
36073 ____________________________________________________________________________
36074 [  8298] By: nick                                  on 2001/01/02  22:03:06
36075         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
36076      Branch: perlio
36077            ! pp.c pp_hot.c
36078 ____________________________________________________________________________
36079 [  8297] By: jhi                                   on 2001/01/02  04:26:28
36080         Log: Signedness nit.
36081      Branch: perl
36082            ! ext/Encode/Encode.xs
36083 ____________________________________________________________________________
36084 [  8296] By: nick                                  on 2001/01/01  23:49:36
36085         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
36086      Branch: perlio
36087            ! win32/Makefile
36088 ____________________________________________________________________________
36089 [  8295] By: jhi                                   on 2001/01/01  23:05:48
36090         Log: Integrate perlio.
36091      Branch: perl
36092           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
36093           !> t/lib/encode.t
36094 ____________________________________________________________________________
36095 [  8294] By: nick                                  on 2001/01/01  22:48:34
36096         Log: Integrate mainline
36097      Branch: perlio
36098            ! pp_hot.c t/lib/encode.t
36099           !> (integrate 65 files)
36100 ____________________________________________________________________________
36101 [  8293] By: nick                                  on 2001/01/01  21:58:50
36102         Log: More rigor in UTF-8-ness of Encode's toUnicode
36103              XS export some of the utf8 internal functions.
36104              Test some of the functions.
36105              Fix pp_concat() bug shown by said tests.
36106      Branch: perlio
36107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
36108            ! t/lib/encode.t
36109 ____________________________________________________________________________
36110 [  8292] By: jhi                                   on 2001/01/01  18:11:44
36111         Log: Integrate perlio.
36112      Branch: perl
36113           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36114           !> ext/Encode/encengine.c ext/Encode/encode.h
36115 ____________________________________________________________________________
36116 [  8291] By: jhi                                   on 2001/01/01  18:10:58
36117         Log: Podify README.mpeix (a new version from the web),
36118              add a dummy NAME to Carp::Heavy, regen toc.
36119      Branch: perl
36120            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
36121            ! pod/perltoc.pod
36122 ____________________________________________________________________________
36123 [  8290] By: nick                                  on 2001/01/01  17:43:47
36124         Log: Loose the "Loading..." warning.
36125              Another bug in fallback support
36126      Branch: perlio
36127            ! ext/Encode/Encode.pm ext/Encode/encengine.c
36128 ____________________________________________________________________________
36129 [  8289] By: jhi                                   on 2001/01/01  00:01:57
36130         Log: Bump up Larry's copyright.
36131      Branch: perl
36132            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
36133            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
36134            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
36135            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
36136            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
36137            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
36138            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
36139            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
36140 ____________________________________________________________________________
36141 [  8288] By: nick                                  on 2000/12/31  21:27:53
36142         Log: Fix .ucm reading - forgot a chr()
36143              Start of .ucm write (for .enc to .ucm)
36144      Branch: perlio
36145            ! ext/Encode/compile
36146 ____________________________________________________________________________
36147 [  8287] By: jhi                                   on 2000/12/31  18:15:56
36148         Log: Comment away a diagnostic message as noted by Craig A. Berry
36149              (the unexpected message was confusing testing)
36150      Branch: perl
36151            ! ext/Encode/Encode.pm
36152 ____________________________________________________________________________
36153 [  8286] By: jhi                                   on 2000/12/31  18:14:51
36154         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
36155              Date: Sun, 31 Dec 2000 11:17:37 -0600
36156              From: "Craig A. Berry" <craigberry@mac.com>
36157              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
36158      Branch: perl
36159            ! ext/Encode/Makefile.PL
36160 ____________________________________________________________________________
36161 [  8285] By: nick                                  on 2000/12/31  18:11:54
36162         Log: Start of support of ICU-style .ucm files:
36163              - teach compile how to read a .ucm file
36164              - first guess at how to represent fallbacks in "tries".
36165              - use fallbacks if check == 0
36166              - new return code to indicate we used one.
36167      Branch: perlio
36168            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36169            ! ext/Encode/encengine.c ext/Encode/encode.h
36170 ____________________________________________________________________________
36171 [  8284] By: jhi                                   on 2000/12/31  18:04:41
36172         Log: Pacify picky VMS compiler.
36173              
36174              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
36175              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36176              Date: Sat, 30 Dec 2000 18:10:02 -0600
36177              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
36178      Branch: perl
36179            ! sv.c
36180 ____________________________________________________________________________
36181 [  8283] By: jhi                                   on 2000/12/31  16:11:47
36182         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
36183      Branch: perl
36184            ! t/lib/glob-basic.t
36185 ____________________________________________________________________________
36186 [  8282] By: jhi                                   on 2000/12/31  15:26:11
36187         Log: Integrate perlio.
36188      Branch: perl
36189           !> makedef.pl opcode.pl os2/os2.c perlio.c
36190 ____________________________________________________________________________
36191 [  8281] By: nick                                  on 2000/12/31  10:06:15
36192         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
36193              is available to be exported
36194      Branch: perlio
36195            ! makedef.pl perlio.c
36196 ____________________________________________________________________________
36197 [  8280] By: nick                                  on 2000/12/31  09:41:26
36198         Log: Ilya's OS2 patch (testing for damage on Win32)
36199      Branch: perlio
36200            ! makedef.pl opcode.pl os2/os2.c
36201 ____________________________________________________________________________
36202 [  8279] By: jhi                                   on 2000/12/30  21:52:07
36203         Log: Test nits.
36204      Branch: perl
36205            ! t/lib/syslfs.t t/op/lfs.t
36206 ____________________________________________________________________________
36207 [  8278] By: jhi                                   on 2000/12/30  21:47:49
36208         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
36209              From: andreas.koenig@anima.de (Andreas J. Koenig)
36210              Date: 30 Dec 2000 22:35:37 +0100
36211              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
36212              
36213              The 32-bit wraparound test wasn't quite right.
36214      Branch: perl
36215            ! t/lib/syslfs.t t/op/lfs.t
36216 ____________________________________________________________________________
36217 [  8277] By: jhi                                   on 2000/12/30  21:33:44
36218         Log: Subject: [PATCH] open() example in perlfunc.pod 
36219              From: Karsten Sperling <s_sperli@ira.uka.de>
36220              Date: Sat, 30 Dec 2000 22:27:09 +0100
36221              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
36222      Branch: perl
36223            ! pod/perlfunc.pod
36224 ____________________________________________________________________________
36225 [  8276] By: jhi                                   on 2000/12/30  20:32:40
36226         Log: Not quite that many tests yet.
36227      Branch: perl
36228            ! t/op/pat.t
36229 ____________________________________________________________________________
36230 [  8275] By: jhi                                   on 2000/12/30  20:26:58
36231         Log: Integrate perlio.
36232      Branch: perl
36233           !> toke.c
36234 ____________________________________________________________________________
36235 [  8274] By: jhi                                   on 2000/12/30  20:24:56
36236         Log: Signedness nit.
36237      Branch: perl
36238            ! utf8.c
36239 ____________________________________________________________________________
36240 [  8273] By: jhi                                   on 2000/12/30  20:15:46
36241         Log: Add a test case for 20000731.001 which was fixed by the #8267.
36242      Branch: perl
36243            ! t/op/pat.t
36244 ____________________________________________________________________________
36245 [  8272] By: nick                                  on 2000/12/30  19:47:51
36246         Log: Tweak for MULTIPLICITY/USE_PERLIO
36247      Branch: perlio
36248            ! toke.c
36249 ____________________________________________________________________________
36250 [  8271] By: nick                                  on 2000/12/30  19:46:45
36251         Log: Integrate mainline
36252      Branch: perlio
36253           +> lib/unicode/distinct.pm
36254           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
36255           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
36256           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
36257 ____________________________________________________________________________
36258 [  8270] By: jhi                                   on 2000/12/30  19:39:50
36259         Log: Subject: RE: perl@8269
36260              From: "Richard Soderberg" <rs@crystalflame.net>
36261              Date: Sat, 30 Dec 2000 11:36:27 -0800
36262              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
36263              
36264              A missing aTHX_.
36265      Branch: perl
36266            ! toke.c
36267 ____________________________________________________________________________
36268 [  8269] By: jhi                                   on 2000/12/30  18:55:48
36269         Log: Update Changes.
36270      Branch: perl
36271            ! Changes patchlevel.h
36272 ____________________________________________________________________________
36273 [  8268] By: jhi                                   on 2000/12/30  17:18:40
36274         Log: Add a test for Unicode split //.  The #8267 was the cure.
36275      Branch: perl
36276            ! t/op/split.t
36277 ____________________________________________________________________________
36278 [  8267] By: jhi                                   on 2000/12/30  17:14:19
36279         Log: Subject: more UTF8 test suites and an UTF8 patch
36280              From: Inaba Hiroto <inaba@st.rim.or.jp>
36281              Date: Sat, 30 Dec 2000 14:27:10 +0900
36282              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
36283              
36284              Just the patch part for now, and the pragma renamed
36285              as unicode::distinct.
36286      Branch: perl
36287            + lib/unicode/distinct.pm
36288            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
36289            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
36290            ! regcomp.h regexec.c sv.c toke.c utf8.c
36291 ____________________________________________________________________________
36292 [  8266] By: nick                                  on 2000/12/30  16:40:49
36293         Log: Integrate mainline
36294      Branch: perlio
36295           +> lib/Pod/Text/Overstrike.pm
36296           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
36297           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
36298           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
36299           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
36300           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
36301 ____________________________________________________________________________
36302 [  8265] By: jhi                                   on 2000/12/30  07:28:55
36303         Log: The sv_catsv() fix, take two.
36304      Branch: perl
36305            ! sv.c t/op/join.t
36306 ____________________________________________________________________________
36307 [  8264] By: jhi                                   on 2000/12/30  06:19:18
36308         Log: Undo all the join-related changes since #8248: relevant
36309              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
36310              The new sv_catsv() doesn't fly so it must go back to
36311              the drawing board.
36312      Branch: perl
36313            ! sv.c t/op/join.t t/pragma/utf8.t
36314 ____________________________________________________________________________
36315 [  8263] By: jhi                                   on 2000/12/30  01:08:32
36316         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
36317      Branch: perl
36318            ! sv.c
36319 ____________________________________________________________________________
36320 [  8262] By: jhi                                   on 2000/12/30  00:45:14
36321         Log: Retract #8261.
36322      Branch: perl
36323            ! hv.c util.c
36324 ____________________________________________________________________________
36325 [  8261] By: jhi                                   on 2000/12/30  00:38:32
36326         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
36327      Branch: perl
36328            ! hv.c util.c
36329 ____________________________________________________________________________
36330 [  8260] By: jhi                                   on 2000/12/29  22:51:33
36331         Log: (Retracted by #8264)  More fixing for #8251.
36332      Branch: perl
36333            ! sv.c
36334 ____________________________________________________________________________
36335 [  8259] By: jhi                                   on 2000/12/29  18:27:30
36336         Log: Subject: podlators 1.06 released
36337              From: Russ Allbery <rra@stanford.edu>
36338              Date: 25 Dec 2000 05:09:30 -0800
36339              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
36340      Branch: perl
36341            + lib/Pod/Text/Overstrike.pm
36342            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
36343            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
36344 ____________________________________________________________________________
36345 [  8258] By: jhi                                   on 2000/12/29  18:20:45
36346         Log: Make the large file tests more robust/talkative as suggested by
36347              
36348              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
36349              From: andreas.koenig@anima.de (Andreas J. Koenig)
36350              Date: 29 Dec 2000 14:23:01 +0100
36351              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
36352      Branch: perl
36353            ! t/lib/syslfs.t t/op/lfs.t
36354 ____________________________________________________________________________
36355 [  8257] By: jhi                                   on 2000/12/29  17:48:04
36356         Log: Further VMS piping fixes from Charles Lane:
36357              
36358              In summary, error messages produced when a subprocess terminated
36359              abnormally were being sent not just to the parent process, but to
36360              grandparents, because of default values for error output that were
36361              not completely overridden when the subprocess was started.
36362              
36363              This patch fixes this behavior by defining user-mode (i.e., temporary
36364              for the duration of the program) logical names for SYS$OUTPUT and
36365              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
36366              changes to make it so that the user-mode logicals are the ones that
36367              control where Perl's error messages go if it terminates abnormally.
36368              
36369              I also added some gratuitous fixes to the indentation of braces in
36370              the piping code.  It just looked ugly, before.
36371      Branch: perl
36372            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
36373 ____________________________________________________________________________
36374 [  8256] By: jhi                                   on 2000/12/29  17:45:12
36375         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
36376              From: "Casey R. Tweten" <crt@kiski.net>
36377              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
36378              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
36379              
36380              Tests for for #8240.
36381      Branch: perl
36382            ! t/pragma/constant.t
36383 ____________________________________________________________________________
36384 [  8255] By: jhi                                   on 2000/12/29  17:43:07
36385         Log: Subject: Re: [PATCH] Interesting syntax idea
36386              From: Simon Cozens <simon@cozens.net>
36387              Date: Fri, 29 Dec 2000 14:34:04 +0000
36388              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
36389              
36390              Tests for #8254.
36391      Branch: perl
36392            ! t/pragma/sub_lval.t
36393 ____________________________________________________________________________
36394 [  8254] By: jhi                                   on 2000/12/29  17:42:11
36395         Log: Subject: [PATCH] Interesting syntax idea
36396              From: Simon Cozens <simon@cozens.net>
36397              Date: Wed, 27 Dec 2000 05:08:57 +0000
36398              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
36399              
36400              Make opens + bareword assigns do typeglob assigns.
36401      Branch: perl
36402            ! op.c
36403 ____________________________________________________________________________
36404 [  8253] By: jhi                                   on 2000/12/29  17:36:45
36405         Log: Output the (apparent) version of gcc, as suggested by
36406              
36407              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
36408              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
36409              Date: 26 Dec 2000 04:29:17 -0500
36410              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
36411              
36412              (The patch as such didn't any more apply as the misparsing had
36413              already been addressed in #6474.)  Also change the wording about
36414              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
36415      Branch: perl
36416            ! hints/dec_osf.sh
36417 ____________________________________________________________________________
36418 [  8252] By: nick                                  on 2000/12/29  12:14:31
36419         Log: Integrate mainline
36420      Branch: perlio
36421           !> (integrate 27 files)
36422 ____________________________________________________________________________
36423 [  8251] By: jhi                                   on 2000/12/29  08:45:46
36424         Log: (Retracted by #8264)
36425              
36426              (Fixed by #8260.)
36427              
36428              sv_catsv() needs one more byte space than seems reasonable.
36429              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
36430              Curiouser and curiouser.
36431      Branch: perl
36432            ! sv.c
36433 ____________________________________________________________________________
36434 [  8250] By: jhi                                   on 2000/12/29  07:57:52
36435         Log: More split // UTF-8 tests.
36436      Branch: perl
36437            ! t/pragma/utf8.t
36438 ____________________________________________________________________________
36439 [  8249] By: jhi                                   on 2000/12/29  07:54:51
36440         Log: (Retracted by #8264)  More join() testing which was good because
36441              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
36442      Branch: perl
36443            ! pp.c t/op/join.t utf8.c utf8.h
36444 ____________________________________________________________________________
36445 [  8248] By: jhi                                   on 2000/12/29  07:08:32
36446         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
36447              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
36448              that the only cases to care about are byte+byte and byte+character.
36449              
36450              TODO: See how well pp_concat() could be implemented in terms
36451              of sv_catsv().
36452      Branch: perl
36453            ! doop.c sv.c t/op/join.t utf8.h
36454 ____________________________________________________________________________
36455 [  8247] By: jhi                                   on 2000/12/29  06:35:23
36456         Log: Signedness nit.
36457      Branch: perl
36458            ! pp_hot.c
36459 ____________________________________________________________________________
36460 [  8246] By: jhi                                   on 2000/12/29  01:23:31
36461         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
36462              From: Lupe Christoph <lupe@lupe-christoph.de>
36463              Date: Thu, 28 Dec 2000 23:00:00 +0100
36464              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
36465              
36466              Suggest rsync --delete --dry-run.
36467      Branch: perl
36468            ! pod/perlhack.pod
36469 ____________________________________________________________________________
36470 [  8245] By: jhi                                   on 2000/12/28  23:57:05
36471         Log: The maxiters upper limit sanity check (guarding against
36472              non-progress) assumed bytes instead of characters in s///
36473              and split().
36474      Branch: perl
36475            ! pp.c pp_hot.c
36476 ____________________________________________________________________________
36477 [  8244] By: jhi                                   on 2000/12/28  23:34:08
36478         Log: Make some panic messages a bit more logical.
36479      Branch: perl
36480            ! doop.c pod/perldiag.pod pp.c pp_hot.c
36481 ____________________________________________________________________________
36482 [  8243] By: jhi                                   on 2000/12/28  22:59:16
36483         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
36484              From: Simon Cozens <simon@cozens.net>
36485              Date: Wed, 27 Dec 2000 02:30:03 +0000
36486              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
36487      Branch: perl
36488            ! pp.c t/pragma/sub_lval.t
36489 ____________________________________________________________________________
36490 [  8242] By: jhi                                   on 2000/12/28  22:56:53
36491         Log: Subject: [PATCH blead] Fix B::Terse indentation
36492              From: Daniel Chetlin <daniel@chetlin.com>
36493              Date: Wed, 27 Dec 2000 06:43:30 -0800
36494              Message-ID: <20001227064329.B9573@darkstar>
36495      Branch: perl
36496            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
36497 ____________________________________________________________________________
36498 [  8241] By: jhi                                   on 2000/12/28  22:48:59
36499         Log: The latter patch from the
36500              
36501              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
36502              From: Peter Prymmer <pvhp@forte.com> 
36503              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
36504              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
36505              
36506              (the former patch from the above should have been
36507              taken care of by Nick I-S)
36508      Branch: perl
36509            ! win32/Makefile
36510 ____________________________________________________________________________
36511 [  8240] By: jhi                                   on 2000/12/28  22:45:22
36512         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
36513              From: "Casey R. Tweten" <crt@kiski.net>
36514              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
36515              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
36516      Branch: perl
36517            ! lib/constant.pm
36518 ____________________________________________________________________________
36519 [  8239] By: jhi                                   on 2000/12/28  22:37:45
36520         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
36521              From: Simon Cozens <simon@cozens.net>
36522              Date: Wed, 27 Dec 2000 14:12:44 +0000
36523              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
36524      Branch: perl
36525            ! t/op/method.t t/op/sort.t toke.c
36526 ____________________________________________________________________________
36527 [  8238] By: jhi                                   on 2000/12/28  22:30:32
36528         Log: Subject: [PATCH perl@8229] Call.pm
36529              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36530              Date: Mon, 25 Dec 2000 10:47:15 -0000
36531              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
36532      Branch: perl
36533            ! ext/Filter/Util/Call/Call.pm
36534 ____________________________________________________________________________
36535 [  8237] By: jhi                                   on 2000/12/28  22:19:21
36536         Log: Subject: [PATCH blead] Fix problem with `&' prototype
36537              From: Daniel Chetlin <daniel@chetlin.com>
36538              Date: Wed, 27 Dec 2000 15:55:32 -0800
36539              Message-ID: <20001227155532.D9573@darkstar>
36540      Branch: perl
36541            ! op.c t/comp/proto.t
36542 ____________________________________________________________________________
36543 [  8236] By: jhi                                   on 2000/12/28  22:09:25
36544         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
36545              From: Daniel Chetlin <daniel@chetlin.com>
36546              Date: Sun, 24 Dec 2000 04:09:49 -0800
36547              Message-ID: <20001224040949.B3090@darkstar>
36548      Branch: perl
36549            ! gv.c mg.c t/op/attrs.t
36550 ____________________________________________________________________________
36551 [  8235] By: jhi                                   on 2000/12/28  22:07:11
36552         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
36553              From: Jan Dubois <jand@ActiveState.com>
36554              Date: Tue, 26 Dec 2000 20:57:31 -0800
36555              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
36556      Branch: perl
36557            ! win32/win32.c
36558 ____________________________________________________________________________
36559 [  8234] By: jhi                                   on 2000/12/28  21:52:42
36560         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
36561              From: Simon Cozens <simon@cozens.net>
36562              Date: Thu, 28 Dec 2000 20:33:13 +0000
36563              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
36564      Branch: perl
36565            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
36566 ____________________________________________________________________________
36567 [  8233] By: jhi                                   on 2000/12/28  19:40:49
36568         Log: Integrate perlio.
36569      Branch: perl
36570           !> ext/Encode/Makefile.PL ext/Encode/compile
36571 ____________________________________________________________________________
36572 [  8232] By: nick                                  on 2000/12/23  16:06:00
36573         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
36574              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
36575      Branch: perlio
36576            ! ext/Encode/Makefile.PL
36577 ____________________________________________________________________________
36578 [  8231] By: nick                                  on 2000/12/23  14:30:34
36579         Log: "Compiled" encode build cleanup
36580              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
36581              - .c files do not export sub-tables
36582      Branch: perlio
36583            ! ext/Encode/Makefile.PL ext/Encode/compile
36584 ____________________________________________________________________________
36585 [  8230] By: nick                                  on 2000/12/23  12:50:37
36586         Log: Integrate mainline
36587      Branch: perlio
36588           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36589           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36590           !> pod/perl5004delta.pod pod/perl5005delta.pod
36591           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
36592           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36593           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36594           !> pod/perlsub.pod
36595 ____________________________________________________________________________
36596 [  8229] By: jhi                                   on 2000/12/22  15:32:12
36597         Log: Integrate perlio.
36598      Branch: perl
36599           +> win32/distclean.bat
36600           !> MANIFEST t/io/utf8.t
36601 ____________________________________________________________________________
36602 [  8228] By: jhi                                   on 2000/12/22  15:29:40
36603         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
36604              From: Robin Barker <rmb1@cise.npl.co.uk>
36605              Date: Fri, 22 Dec 2000 12:17:38 GMT
36606              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
36607      Branch: perl
36608            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36609            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36610            ! pod/perl5004delta.pod pod/perl5005delta.pod
36611            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
36612            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36613            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36614            ! pod/perlsub.pod
36615 ____________________________________________________________________________
36616 [  8227] By: jhi                                   on 2000/12/22  15:24:28
36617         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36618              From: "John L. Allen" <allen@grumman.com>
36619              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
36620              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
36621              
36622              Document APPLLIB_EXP.
36623      Branch: perl
36624            ! INSTALL
36625 ____________________________________________________________________________
36626 [  8226] By: nick                                  on 2000/12/21  22:11:50
36627         Log: Handy script for when one forgets to "dmake clean" 
36628      Branch: perlio
36629            + win32/distclean.bat
36630            ! MANIFEST
36631 ____________________________________________________________________________
36632 [  8225] By: nick                                  on 2000/12/21  21:54:04
36633         Log: CRLF platform issue with io/utf8 fix.
36634      Branch: perlio
36635            ! t/io/utf8.t
36636 ____________________________________________________________________________
36637 [  8224] By: nick                                  on 2000/12/21  21:02:20
36638         Log: Integrate mainline
36639      Branch: perlio
36640           !> Changes Configure Makefile.SH Porting/Glossary
36641           !> Porting/config.sh Porting/config_H configure.com
36642           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
36643           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
36644           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
36645           !> win32/config.bc win32/config.gc win32/config.vc
36646 ____________________________________________________________________________
36647 [  8223] By: jhi                                   on 2000/12/21  17:09:16
36648         Log: Update Changes.
36649      Branch: perl
36650            ! Changes patchlevel.h
36651 ____________________________________________________________________________
36652 [  8222] By: jhi                                   on 2000/12/21  16:24:01
36653         Log: Metaconfig unit changes for #8221.
36654      Branch: metaconfig/U/perl
36655           +> issymlink.U
36656            - testsyml.U
36657            ! Mksymlinks.U
36658 ____________________________________________________________________________
36659 [  8221] By: jhi                                   on 2000/12/21  16:23:48
36660         Log: Rename testsyml to issymlink.
36661      Branch: perl
36662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36663            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
36664            ! win32/config.vc
36665 ____________________________________________________________________________
36666 [  8220] By: jhi                                   on 2000/12/21  15:47:26
36667         Log: Robustness support for #8218 (symlink forest) since the GNU
36668              tools seem to be overly picky about symlinkage depths.
36669      Branch: perl
36670            ! Makefile.SH t/io/fs.t
36671 ____________________________________________________________________________
36672 [  8219] By: jhi                                   on 2000/12/21  15:38:27
36673         Log: Metaconfig changes for #8218.
36674      Branch: metaconfig
36675            ! U/modified/Oldconfig.U
36676      Branch: metaconfig/U/perl
36677            + Mksymlinks.U
36678            ! testsyml.U
36679 ____________________________________________________________________________
36680 [  8218] By: jhi                                   on 2000/12/21  15:37:57
36681         Log: Add Configure option -Dmksymlinks which will create a symlink
36682              forest if the current/build differs from the source directory.
36683              TODO: mkdir -p is not portable.
36684      Branch: perl
36685            ! Configure
36686 ____________________________________________________________________________
36687 [  8217] By: jhi                                   on 2000/12/21  14:39:12
36688         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
36689              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
36690              Date: Thu, 21 Dec 2000 09:38:18 GMT
36691              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
36692              
36693              The ofs became an SV.
36694      Branch: perl
36695            ! ext/Thread/Thread.xs
36696 ____________________________________________________________________________
36697 [  8216] By: jhi                                   on 2000/12/21  05:40:21
36698         Log: The polymorphism seems to have fixed 20000517.001.
36699      Branch: perl
36700            ! t/pragma/utf8.t
36701 ____________________________________________________________________________
36702 [  8215] By: jhi                                   on 2000/12/21  04:44:52
36703         Log: read() documentation tweak for 20001121.004.
36704      Branch: perl
36705            ! pod/perlfunc.pod
36706 ____________________________________________________________________________
36707 [  8214] By: jhi                                   on 2000/12/21  03:54:11
36708         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
36709      Branch: perl
36710            ! pp_sys.c t/op/misc.t
36711 ____________________________________________________________________________
36712 [  8213] By: jhi                                   on 2000/12/21  00:28:10
36713         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
36714              From: Peter Prymmer <pvhp@forte.com>
36715              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
36716              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
36717      Branch: perl
36718            ! configure.com
36719 ____________________________________________________________________________
36720 [  8212] By: jhi                                   on 2000/12/21  00:26:21
36721         Log: Edit edit edit.
36722      Branch: perl
36723            ! pod/perlfaq3.pod
36724 ____________________________________________________________________________
36725 [  8211] By: jhi                                   on 2000/12/20  18:52:46
36726         Log: Update Changes.
36727      Branch: perl
36728            ! Changes patchlevel.h
36729 ____________________________________________________________________________
36730 [  8210] By: jhi                                   on 2000/12/20  18:34:47
36731         Log: Yet another editor edit.
36732      Branch: perl
36733            ! pod/perlfaq3.pod
36734 ____________________________________________________________________________
36735 [  8209] By: jhi                                   on 2000/12/20  15:33:28
36736         Log: More Win32 Perling.
36737      Branch: perl
36738            ! pod/perlfaq3.pod
36739 ____________________________________________________________________________
36740 [  8208] By: jhi                                   on 2000/12/20  15:07:46
36741         Log: More Win32 editor/IDE/shell hints.
36742      Branch: perl
36743            ! pod/perlfaq3.pod
36744 ____________________________________________________________________________
36745 [  8207] By: jhi                                   on 2000/12/20  03:54:08
36746         Log: Subject: [PATCH] obscure timing knowledge
36747              From: Nicholas Clark <nick@ccl4.org>
36748              Date: Tue, 19 Dec 2000 19:22:31 +0000
36749              Message-ID: <20001219192231.F2827@plum.flirble.org>
36750      Branch: perl
36751            ! sv.c
36752 ____________________________________________________________________________
36753 [  8206] By: jhi                                   on 2000/12/20  03:45:57
36754         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
36755              From: Spider Boardman <spider@leggy.zk3.dec.com>
36756              Date: Tue, 19 Dec 2000 21:30:16 -0500
36757              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
36758      Branch: perl
36759            ! sv.c
36760 ____________________________________________________________________________
36761 [  8205] By: jhi                                   on 2000/12/19  23:02:01
36762         Log: Update Changes.
36763      Branch: perl
36764            ! Changes patchlevel.h
36765 ____________________________________________________________________________
36766 [  8204] By: jhi                                   on 2000/12/19  22:58:18
36767         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
36768              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
36769              on editors and diffing/patching.
36770      Branch: perl
36771            ! t/op/utf8decode.t
36772 ____________________________________________________________________________
36773 [  8203] By: nick                                  on 2000/12/19  21:36:16
36774         Log: Integrate mainline (forgot my own change...)
36775      Branch: perlio
36776           !> ext/Encode/compile
36777 ____________________________________________________________________________
36778 [  8202] By: nick                                  on 2000/12/19  21:34:42
36779         Log: Integrate mainline.
36780      Branch: perlio
36781           !> (integrate 61 files)
36782 ____________________________________________________________________________
36783 [  8201] By: nick                                  on 2000/12/19  21:34:06
36784         Log: Avoid looking for File::Glob when we don't need it.
36785      Branch: perl
36786            ! ext/Encode/compile
36787 ____________________________________________________________________________
36788 [  8200] By: jhi                                   on 2000/12/19  18:35:49
36789         Log: Update Changes.
36790      Branch: perl
36791            ! Changes patchlevel.h
36792 ____________________________________________________________________________
36793 [  8199] By: jhi                                   on 2000/12/19  18:35:07
36794         Log: Microperl tweaks.
36795      Branch: perl
36796            ! sv.c uconfig.h uconfig.sh
36797 ____________________________________________________________________________
36798 [  8198] By: jhi                                   on 2000/12/19  18:29:59
36799         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
36800      Branch: perl
36801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36802            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
36803 ____________________________________________________________________________
36804 [  8197] By: jhi                                   on 2000/12/19  17:55:29
36805         Log: In VMS embedded perls couldn't access the statically built Socket,
36806              from Charles Lane.
36807      Branch: perl
36808            ! configure.com
36809 ____________________________________________________________________________
36810 [  8196] By: jhi                                   on 2000/12/19  17:49:50
36811         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
36812              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
36813              Date: Sun, 17 Dec 2000 19:11:44 -0000
36814              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
36815      Branch: perl
36816            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36817            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
36818 ____________________________________________________________________________
36819 [  8195] By: jhi                                   on 2000/12/19  17:47:53
36820         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
36821              From: Jonathan Stowe <gellyfish@gellyfish.com>
36822              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
36823              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
36824      Branch: perl
36825            ! utils/h2xs.PL
36826 ____________________________________________________________________________
36827 [  8194] By: jhi                                   on 2000/12/19  17:46:28
36828         Log: Subject: Re: useless use of void context work-around
36829              From: andreas.koenig@anima.de (Andreas J. Koenig)
36830              Date: 16 Dec 2000 15:13:36 +0100
36831              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
36832              
36833              Document (comment) the q(di ds ig) trick in the code.
36834      Branch: perl
36835            ! op.c
36836 ____________________________________________________________________________
36837 [  8193] By: jhi                                   on 2000/12/19  17:10:57
36838         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
36839              From: "Mark J. Reed" <mreed@strange.turner.com>
36840              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
36841              Message-Id: <200012160222.VAA13986@strange.turner.com>
36842      Branch: perl
36843            ! ext/Sys/Syslog/Syslog.pm
36844 ____________________________________________________________________________
36845 [  8192] By: jhi                                   on 2000/12/19  17:07:45
36846         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
36847              From: Nicholas Clark <nick@ccl4.org>
36848              Date: Sat, 16 Dec 2000 19:03:13 +0000
36849              Message-ID: <20001216190313.D68304@plum.flirble.org>
36850      Branch: perl
36851            ! t/op/64bitint.t
36852 ____________________________________________________________________________
36853 [  8191] By: jhi                                   on 2000/12/19  17:06:13
36854         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
36855              From: Dominic Dunlop <domo@computer.org>
36856              Date: Mon, 18 Dec 2000 12:00:15 +0100
36857              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
36858              
36859              This patchlet is needed in order that perl can be statically linked.  
36860      Branch: perl
36861            ! regexec.c
36862 ____________________________________________________________________________
36863 [  8190] By: jhi                                   on 2000/12/19  17:03:08
36864         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
36865              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36866              Date: Sun, 17 Dec 2000 00:18:35 -0600
36867              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
36868      Branch: perl
36869            ! perlio.h vms/gen_shrfls.pl
36870 ____________________________________________________________________________
36871 [  8189] By: jhi                                   on 2000/12/19  16:20:28
36872         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36873              From: Prymmer/Kahn <pvhp@best.com>
36874              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
36875              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
36876              
36877              A better version of #8188.
36878      Branch: perl
36879            ! pod/perlfaq3.pod
36880 ____________________________________________________________________________
36881 [  8188] By: jhi                                   on 2000/12/19  15:57:06
36882         Log: (Replaced by #8189)
36883              
36884              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36885              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
36886              From: Prymmer/Kahn <pvhp@best.com>
36887              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
36888              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36889              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
36890              Date: Mon, 18 Dec 2000 11:10:45 -0500
36891              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
36892      Branch: perl
36893            ! pod/perlfaq3.pod
36894 ____________________________________________________________________________
36895 [  8187] By: jhi                                   on 2000/12/19  15:54:19
36896         Log: Email address fix for Anton Berezin.
36897      Branch: perl
36898            ! AUTHORS
36899 ____________________________________________________________________________
36900 [  8186] By: jhi                                   on 2000/12/19  15:38:54
36901         Log: Subject: [PATCH perl@8102] cygwin port
36902              From: "Eric Fifer" <efifer@dircon.co.uk> 
36903              Date: Thu, 14 Dec 2000 13:41:29 -0000
36904              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
36905              
36906              When compiling modules the data item that is being imported
36907              from libperl.dll needs to be tagged as imported/shared data:
36908              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
36909      Branch: perl
36910            ! perliol.h
36911 ____________________________________________________________________________
36912 [  8185] By: jhi                                   on 2000/12/19  14:53:24
36913         Log: Regen uconfig.h and uconfig.sh.
36914      Branch: perl
36915            ! uconfig.h uconfig.sh
36916 ____________________________________________________________________________
36917 [  8184] By: jhi                                   on 2000/12/18  20:43:49
36918         Log: Comments work so much better when they are closed.
36919      Branch: perl
36920            ! regcomp.c
36921 ____________________________________________________________________________
36922 [  8183] By: jhi                                   on 2000/12/18  18:04:02
36923         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
36924              Fixes the bug 20001218.016.
36925      Branch: perl
36926            ! regcomp.c
36927 ____________________________________________________________________________
36928 [  8182] By: gsar                                  on 2000/12/18  09:53:47
36929         Log: delete spurious files
36930      Branch: maint-5.6/perl
36931            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
36932            - vos/config.h vos/config_h.SH_orig
36933 ____________________________________________________________________________
36934 [  8181] By: gsar                                  on 2000/12/18  09:46:08
36935         Log: regen perltoc
36936      Branch: maint-5.6/perl
36937            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
36938 ____________________________________________________________________________
36939 [  8180] By: gsar                                  on 2000/12/18  09:20:27
36940         Log: integrate changes#7924..7926,7946,7952 from mainline
36941      Branch: maint-5.6/perl
36942           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
36943           !> lib/File/stat.pm t/lib/class-struct.t
36944 ____________________________________________________________________________
36945 [  8179] By: gsar                                  on 2000/12/18  08:55:54
36946         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
36947              7918,7919,7988,8907 from mainline (various)
36948      Branch: maint-5.6/perl
36949           +> t/lib/class-struct.t
36950           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
36951           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
36952           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
36953 ____________________________________________________________________________
36954 [  8178] By: gsar                                  on 2000/12/18  08:16:30
36955         Log: avoid redefinition warnings on windows due to sys/socket.h getting
36956              #included before win32.h
36957      Branch: maint-5.6/perl
36958            ! win32/include/sys/socket.h
36959 ____________________________________________________________________________
36960 [  8177] By: gsar                                  on 2000/12/18  05:24:04
36961         Log: make regen_headers; fix POSIX.xs problems; remove outdated
36962              code from sys/socket.h that makes build fail now
36963      Branch: maint-5.6/perl
36964            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
36965            ! pod/perlapi.pod
36966           !> win32/include/sys/socket.h
36967 ____________________________________________________________________________
36968 [  8176] By: gsar                                  on 2000/12/18  05:20:17
36969         Log: update Changes
36970      Branch: maint-5.6/perl
36971            ! Changes patchlevel.h
36972 ____________________________________________________________________________
36973 [  8175] By: gsar                                  on 2000/12/18  04:57:48
36974         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
36975              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
36976              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
36977              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
36978              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
36979              7823,7825,7838
36980      Branch: maint-5.6/perl
36981           +> lib/File/Spec/Epoc.pm
36982           !> (integrate 88 files)
36983 ____________________________________________________________________________
36984 [  8174] By: gsar                                  on 2000/12/18  03:53:09
36985         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
36986              7625..7629,7631..7634,7637,7639,7642 from mainline
36987      Branch: maint-5.6/perl
36988           +> README.solaris
36989           !> (integrate 26 files)
36990 ____________________________________________________________________________
36991 [  8173] By: gsar                                  on 2000/12/18  03:37:02
36992         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
36993              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
36994              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
36995              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
36996      Branch: maint-5.6/perl
36997           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
36998            - MAINTAIN
36999           !> (integrate 111 files)
37000 ____________________________________________________________________________
37001 [  8172] By: jhi                                   on 2000/12/18  02:49:27
37002         Log: Regen pods.
37003      Branch: perl
37004            ! pod/perlmodlib.pod pod/perltoc.pod
37005 ____________________________________________________________________________
37006 [  8171] By: gsar                                  on 2000/12/18  02:49:24
37007         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
37008              7465..7471 from mainline
37009              
37010              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
37011              in platforms that strictly require all the symbols being present
37012              at link time.
37013              
37014              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
37015              
37016              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
37017              
37018              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
37019              
37020              Subject: [PATCH] todo
37021              
37022              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
37023              
37024              Use $sort, $uniq (and $tr) consistently as wondered
37025              by Nicholas Clark.
37026              
37027              Too enthusiastic editing in #7460.
37028              
37029              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
37030              
37031              Upgrade to CPAN 1.58_55.
37032              Subject: CPAN.pm status
37033              
37034              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
37035              
37036              Make target reordering to avoid pointless re-makes.
37037              Subject: Re: Total re-make of 'make okfile' after 7451 ?
37038              
37039              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
37040              
37041              Subject: DOC PATCH 5.6.0
37042              
37043              Add the repository doc by Malcolm, Sarathy, and by Simon,
37044              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
37045      Branch: maint-5.6/perl
37046           +> Porting/repository.pod
37047           !> Configure MANIFEST Makefile.SH README.dos README.os2
37048           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
37049           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
37050           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
37051 ____________________________________________________________________________
37052 [  8169] By: gsar                                  on 2000/12/18  02:33:34
37053         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
37054              7435..7441,7445 from mainline
37055              
37056              Make the UTF-8 decoding stricter and more verbose when
37057              malformation happens.  This involved adding an argument
37058              to utf8_to_uv_chk(), which involved changing its prototype,
37059              and prefer STRLEN over I32 for the UTF-8 length, which as
37060              a domino effect necessitated changing the prototypes of
37061              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
37062              The stricter UTF-8 decoding checking uses Markus Kuhn's
37063              UTF-8 Decode Stress Tester from
37064              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
37065              
37066              Run vms/vms_yfix.pl, should have done that after changing
37067              perly.c in #7382.
37068              
37069              Subject: [PATCH 5.7.0] static linking with uninstalled perl
37070              
37071              (Replaced by #7440.)
37072              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37073              
37074              Fix the bug ID 20001024.005, the bug introduced by #7416.
37075              
37076              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
37077              
37078              Fix the bug reported in
37079              From: andreas.koenig@anima.de (Andreas J. Koenig)
37080              Also make is_utf8_char() stricter.
37081              
37082              Missed the header file changes from #7425.
37083              
37084              Check if stdio supports tweaking lval and cnt simultaneously.
37085              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37086              
37087              Stratus VOS updates from Paul Green.
37088              
37089              Podify README.epoc and README.vos.
37090              
37091              Add targets to Makefile.SH, most importantly
37092              'regen_all' which also remembers to update vms/perly*.
37093              
37094              Subject: Minor update to find2perl, for portability
37095              
37096              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
37097              
37098              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
37099              
37100              Rename UTF8LEN() to be UNISKIP(), too confusing to have
37101              UTF8LEN() and UTF8SKIP(). 
37102              
37103              Allow poking holes at the UTF-8 decoding strictness.
37104              
37105              Continue the internal UTF-8 API tweaking.
37106              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
37107              used much more than the simpler API, now called utf8_to_uv_simple().
37108              Still not quite happy with API, too much partial duplication
37109              of functionality.
37110              
37111              A new version of making the syslog test more robust.
37112              (Replaces #7421.)
37113              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37114              
37115              buildtoc target tweaks.
37116              
37117              Integrate with vmsperl #7430 by Charles Bailey:
37118              
37119              Cleanup from prior patch (Charles Lane?):
37120              - improve handling of MFDs in Basename and Path
37121              - default to no xsubpp line # munging when building debug images
37122      Branch: maint-5.6/perl
37123           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37124           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
37125           !> (integrate 67 files)
37126 ____________________________________________________________________________
37127 [  8168] By: gsar                                  on 2000/12/18  02:05:49
37128         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
37129              
37130              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
37131              From: Martin Husemann <martin@duskware.de>
37132              
37133              Subject: [PATCH 5.7.0] restore match data on backtracing
37134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37135      Branch: maint-5.6/perl
37136           !> regcomp.c regexec.c t/op/re_tests
37137 ____________________________________________________________________________
37138 [  8167] By: gsar                                  on 2000/12/18  01:55:22
37139         Log: integrate changes#7858,7986 from mainline
37140              
37141              C<foreach my $x ...> in pseudo-fork()ed process may diddle
37142              parent's memory; fix it by keeping track of the actual pad
37143              offset rather than a raw pointer (this change is probably also
37144              relevant to non-ithreads case to avoid fallout from reallocs of
37145              the pad array, but is currently only enabled for the ithreads
37146              case in the interests of minimal disruption to existing "well
37147              tested" code)
37148              
37149              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
37150              due to the notorious GetFileType() bug in Windows 9x, which fstat()
37151              tickles)
37152      Branch: maint-5.6/perl
37153           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
37154           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
37155           !> win32/win32.c win32/win32.h win32/win32sck.c
37156 ____________________________________________________________________________
37157 [  8166] By: gsar                                  on 2000/12/18  01:52:59
37158         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
37159              from mainline (xsubpp and ExtUtils::LibList fixups, various
37160              other small items)
37161      Branch: maint-5.6/perl
37162           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
37163           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
37164           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
37165           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
37166           !> win32/bin/search.pl
37167 ____________________________________________________________________________
37168 [  8165] By: gsar                                  on 2000/12/18  01:28:45
37169         Log: integrate changes#7533,7563,7611,7623 from mainline (various
37170              malloc.c embellishments)
37171      Branch: maint-5.6/perl
37172           !> malloc.c pod/perldiag.pod
37173 ____________________________________________________________________________
37174 [  8164] By: gsar                                  on 2000/12/18  01:23:33
37175         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
37176              fixups)
37177      Branch: maint-5.6/perl
37178           !> utils/h2xs.PL
37179 ____________________________________________________________________________
37180 [  8163] By: gsar                                  on 2000/12/18  01:17:50
37181         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
37182              fixups)
37183      Branch: maint-5.6/perl
37184           !> Makefile.SH utils/perlbug.PL
37185 ____________________________________________________________________________
37186 [  8162] By: gsar                                  on 2000/12/18  00:25:43
37187         Log: always export Perl_deb() (it is required by re.xs whether
37188              Perl is built with or without -DDEBUGGING)
37189      Branch: maint-5.6/perl
37190            ! makedef.pl
37191 ____________________________________________________________________________
37192 [  8161] By: gsar                                  on 2000/12/18  00:23:38
37193         Log: integrate change#7414 from mainline
37194              
37195              Undo the basename() part of #7412 since the lib/basename
37196              tests would need upgrading too.
37197              
37198              squelch two tests in tr.t that rely on tr/// paranoia change
37199              that's not in 5.6.x
37200      Branch: maint-5.6/perl
37201            ! t/op/tr.t
37202           !> lib/File/Basename.pm
37203 ____________________________________________________________________________
37204 [  8160] By: gsar                                  on 2000/12/18  00:05:30
37205         Log: missing change in previous integrate
37206      Branch: maint-5.6/perl
37207           !> README.aix
37208 ____________________________________________________________________________
37209 [  8159] By: gsar                                  on 2000/12/18  00:03:38
37210         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
37211              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
37212              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
37213              7410..7413 from mainline
37214      Branch: maint-5.6/perl
37215           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
37216           +> t/lib/tie-splice.t
37217            - lib/unicode/Is/DCinital.pl
37218           !> (integrate 112 files)
37219 ____________________________________________________________________________
37220 [  8158] By: jhi                                   on 2000/12/17  23:04:24
37221         Log: Subject: [PATCHES] RE: perl@8150 
37222              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
37223              Date: Sun, 17 Dec 2000 21:46:39 +0100
37224              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
37225              
37226              Neither cygwin has a getpwuid() one can trust on.
37227      Branch: perl
37228            ! t/lib/glob-basic.t
37229 ____________________________________________________________________________
37230 [  8157] By: jhi                                   on 2000/12/17  23:01:54
37231         Log: More MAN.PODS => {} fixes.
37232      Branch: perl
37233            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
37234            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
37235            ! os2/OS2/REXX/Makefile.PL
37236 ____________________________________________________________________________
37237 [  8156] By: gsar                                  on 2000/12/17  22:49:13
37238         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
37239              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
37240              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
37241              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
37242              7201,7204 from mainline
37243      Branch: maint-5.6/perl
37244           !> (integrate 121 files)
37245 ____________________________________________________________________________
37246 [  8155] By: jhi                                   on 2000/12/17  22:30:58
37247         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
37248              From: "Craig A. Berry" <craigberry@mac.com>
37249              Date: Sun, 17 Dec 2000 13:09:28 -0600
37250              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
37251              
37252              MAN.PODS => ' ' is naughty.
37253      Branch: perl
37254            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
37255 ____________________________________________________________________________
37256 [  8154] By: nick                                  on 2000/12/17  22:07:13
37257         Log: MULTIPLICITY nit.
37258      Branch: perl
37259            ! mg.c
37260 ____________________________________________________________________________
37261 [  8153] By: gsar                                  on 2000/12/17  21:23:05
37262         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
37263              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
37264              from mainline
37265              
37266              Document the SvIOK_.*UV().
37267              
37268              Update Unicode todo list.
37269              
37270              Guard against bad string->int conversion for quads.
37271              
37272              Subject: small apidoc fix
37273              
37274              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
37275              
37276              Subject: [PATCH] Tied filehandle documentation
37277              
37278              Subject: [PATCH] Modernize Opcode.pm documentation
37279              
37280              Make Data::Dumper (non-XS) to work with changed semantics of ref().
37281              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37282              [applied even though said semantics didn't change in 5.6.x]
37283              
37284              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
37285              
37286              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
37287              
37288              Fix the URL, but the server is still missing in action.
37289              Subject: [ID 20000905.002] perlfaq1.pod URL error
37290              
37291              Subject: [ID 20000903.001] \w in utf8-strings
37292              
37293              Fix the ccversion detection for 5.1 and beyond.
37294              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37295              
37296              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
37297              
37298              Subject: [ID 20000904.008] Tiny fix for perldiag
37299              
37300              Subject: Re: [ID 20000906.004] segfault with bad perl statement
37301              
37302              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37303              
37304              Subject: [ID 20000908.002] perlipc documentation bug.
37305              
37306              Subject: [PATCH lib/Benchmark.pm]
37307              
37308              Re-allow vec() for characters > 255.
37309              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
37310              
37311              Do away with memory models cruft.  Sorry, PDP users.
37312              
37313              Continue #7041.
37314              
37315              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
37316              
37317              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37318              
37319              Upgrade to CPAN 1.57_65, from Andreas König.
37320              
37321              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37322              by Russ Allbery.
37323              
37324              Silence t/pod/*.t about alternate quote-mappings now implemented
37325              by Pod::Text, from Brad Appleton.
37326              
37327              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37328              Subject: borland C++ win32.c tweak
37329              
37330              C<@a = @b = split(...)> optimization coredumps under ithreads
37331              (missed a spot when fixing up op_pmreplroot hack for ithreads)
37332              
37333              Document the SvUTF8*().
37334              
37335              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37336              
37337              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37338              
37339              Do in VMS as the #7054 does.
37340              
37341              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37342              
37343              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37344              
37345              Subject: [patch: perl@7045] vms updates
37346              
37347              Test for the #7049.
37348              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
37349              
37350              Break up the myconfig lines a bit.
37351              Subject: perlbug/perl -V output format
37352              
37353              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37354              
37355              The #7054 truncated Configure badly.
37356              
37357              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37358              initialization in all the threads on Windows
37359              
37360              Allow for whitespace between "#" and "line" in cpp output.
37361              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37362              
37363              Remove vestiges of tr//CU.
37364              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37365              
37366              The return value of setlocale must be copied away.
37367              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37368              
37369              Allow chop() and chomp() to be overridden.
37370              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37371              
37372              Hints optimization.
37373              Subject: Minor nit
37374              
37375              Subject: [PATCH] de-wall t/README
37376              
37377              Subject: Re: Two advertising clauses need to be removed
37378      Branch: maint-5.6/perl
37379           !> (integrate 75 files)
37380 ____________________________________________________________________________
37381 [  8152] By: gsar                                  on 2000/12/17  20:30:11
37382         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
37383              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
37384              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
37385              
37386              Don't attach -ld to the archname if pointless.
37387              
37388              Document UNTIE in a very minimalistic way.
37389              
37390              POSIX doesn't report long double values under -Duselongdouble
37391              when the long doubles are "real" (bigger than doubles).
37392              
37393              More author updates.
37394              
37395              Try to deduce NV_MAX.  Really should be Configure fodder.
37396              
37397              :: not allowed in pathnames, change to .
37398              Subject: [PATCH perl@6938] cygwin port
37399              
37400              Forget about NV_MAX (#6951).  Various floating point tweaks,
37401              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
37402              
37403              Move the Solaris 7 scan to use64bitall, make the
37404              failure to find 64-bot sparc libc to mention the
37405              possibility of being in an intel, from Lupe and Alan.
37406              
37407              Regen perltoc.
37408              
37409              AUTHORS tweaks, from Peter Prymmer.
37410              
37411              More address tweaking.
37412              
37413              Small tweaks all over.
37414              
37415              File::Temp patches from Andreas König,
37416              
37417              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37418              
37419              Subject: CPAN.pm beta 1.57_57 for the core
37420              
37421              Part of the solution.
37422              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37423              
37424              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37425              
37426              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37427              
37428              Add the overload warnings to perldiag.
37429              
37430              Drop unused argument.
37431              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
37432              
37433              Subject: Nit in Configure (bleadperl@6961)
37434              
37435              Update to PodParser 1.18, from Brad Appleton.
37436              
37437              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
37438              
37439              Subject: [PATCH: 6948] add SCNfldbl to configure.com
37440              
37441              Document UNTIE. Also tweak implementation to suppress the 'inner references'
37442              warning when UNTIE exists and instead pass the cound of extra references to
37443              the UNTIE method.
37444              
37445              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37446              so that case-ignoring systems like DCL can tell them from
37447              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
37448              
37449              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37450              
37451              Feature ordering tweak.
37452              
37453              Regen perltoc.
37454              
37455              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
37456              
37457              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37458              
37459              Subject: http:// in L<>
37460              
37461              Detypo.
37462              
37463              change#6791 accidentally clobbered change#6710, put it back
37464              
37465              Only the first line, thank you very much.
37466              
37467              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37468              plus rework the http: spots as suggested by Tom Christiansen,
37469              plus regen perltoc.
37470              
37471              Undo part of change 6489 which looks like a bulk edit which
37472              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37473              The supressing of main:: on return from select() is undesirable.
37474              
37475              Apparently avoiding the swapping is too costly.
37476              
37477              Various Configure nits by Philip Newton,
37478              plus the ebcdic one by me.
37479              
37480              Make certain cc is set before trying to run it.
37481              
37482              If overloaded %{} etc. return the object do not loop.
37483              Thus  sub deref { $_[0] } functions if object is wanted type.
37484              
37485              Update perlhist.
37486              
37487              More %{} and other deref special casing - do not pass to 'nomethod'.
37488      Branch: maint-5.6/perl
37489           !> (integrate 59 files)
37490 ____________________________________________________________________________
37491 [  8151] By: gsar                                  on 2000/12/17  19:14:38
37492         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
37493              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
37494              
37495              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
37496              
37497              Make the epsilon to be relative, not absolute.
37498              
37499              Put back the flags dump as reasoned in
37500              Subject: Re: [PATCH] Glob dumping
37501              
37502              Introduce ccname to keep track of what compiler kind of we have.
37503              
37504              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
37505              
37506              Put back the slice accidentally removed by #6907.
37507              
37508              Reset archname and archname64 always, forcing them be
37509              recomputed at each Configure run, make Configure and
37510              the hints files agree on the naming of largefiles variables.
37511              
37512              Don't say "Perl 5.0 source kit".
37513              
37514              Subject: [PATCH] fix misc cast warnings
37515              
37516              Subject: typos in pods
37517              
37518              NVs not necessarily doubles, as pointed out by Yitzchak.
37519              
37520              Subject: [PATCH 6889] add a few ldbl formats to configure.com
37521              
37522              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
37523              
37524              Better options for rsync.
37525              
37526              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
37527              
37528              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
37529              
37530              Subject: [PATCH] Re: UNTIE method 
37531              
37532              A better fix for the Socket building problem from Craig Berry.
37533              
37534              Retract the dummy test, skip the security tests (instead of failing),
37535              explain what the warnings mean.
37536              
37537              Heap decorruption.
37538              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
37539              
37540              Update to Unicode 3.0.1.
37541              
37542              Missed one Unicode file.
37543              
37544              Subject: Re: typos in pods
37545              
37546              The #6929 was too skimpy.
37547              
37548              sscanf() may be the only way to read long doubles from strings.
37549              
37550              Reveal Borland's isnan.
37551              Subject: build with BC++ tweak
37552              
37553              Issue useful diagnostic on unknown pod commands.
37554              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
37555              
37556              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
37557              
37558              Clarify the third case of ftmp-security warnings.
37559              
37560              Make -Dusemorebits find long doubles in Solaris.
37561              
37562              Wrap the test in eval.
37563      Branch: maint-5.6/perl
37564           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
37565           +> lib/unicode/PropList.txt lib/unicode/README.perl
37566           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37567           +> lib/unicode/Unicode.301 vms/vmspipe.com
37568            - lib/unicode/Props.txt lib/unicode/UCD300.html
37569            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37570           !> (integrate 305 files)
37571 ____________________________________________________________________________
37572 [  8150] By: jhi                                   on 2000/12/17  18:47:57
37573         Log: Uncheckedin generated files.
37574      Branch: perl
37575            ! global.sym perlapi.c pod/perlapi.pod
37576 ____________________________________________________________________________
37577 [  8149] By: jhi                                   on 2000/12/17  18:41:22
37578         Log: Update Changes.
37579      Branch: perl
37580            ! Changes patchlevel.h
37581 ____________________________________________________________________________
37582 [  8148] By: jhi                                   on 2000/12/17  18:39:16
37583         Log: Subject: [PATCH] Fcntl constants speedup
37584              From: Nicholas Clark <nick@ccl4.org>
37585              Date: Sun, 17 Dec 2000 16:29:24 +0000
37586              Message-ID: <20001217162924.E97668@plum.flirble.org>
37587              
37588              Use IVs for the Fcntl constants instead of NVs.
37589      Branch: perl
37590            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
37591 ____________________________________________________________________________
37592 [  8147] By: jhi                                   on 2000/12/17  18:33:41
37593         Log: Add test for #8145 (binmode() warning), add warning for
37594              ioctl() and sockpair(), document them. (fileno() cannot
37595              be tripwired with the same kind of warning because
37596              'defined fileno($foo)' seems to be an idiom.)
37597      Branch: perl
37598            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
37599 ____________________________________________________________________________
37600 [  8146] By: gsar                                  on 2000/12/17  18:09:08
37601         Log: update Changes
37602      Branch: maint-5.6/perl
37603            ! Changes
37604 ____________________________________________________________________________
37605 [  8145] By: jhi                                   on 2000/12/17  17:39:35
37606         Log: Subject: [PATCH] Re: The long awaited feature ...
37607              From: Simon Cozens <simon@cozens.net>
37608              Date: Sun, 17 Dec 2000 12:31:56 +0000
37609              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
37610              
37611              Add a warning to binmode() about using bad filehandles
37612              (can happen e.g. if someone forgets the filehandle argument)
37613      Branch: perl
37614            ! pp_sys.c
37615 ____________________________________________________________________________
37616 [  8144] By: jhi                                   on 2000/12/17  17:33:48
37617         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
37618              From: Jonathan Stowe <gellyfish@gellyfish.com>
37619              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
37620              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
37621      Branch: perl
37622            ! lib/Net/Ping.pm
37623 ____________________________________________________________________________
37624 [  8143] By: jhi                                   on 2000/12/17  05:31:37
37625         Log: Polymorphic regexps.
37626              
37627              Fixes at least the bugs 20001028.003 (both of them...) and
37628              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
37629              also to be fixed by now, probably already before this patch.
37630      Branch: perl
37631            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
37632            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
37633            ! t/op/utf8decode.t t/pragma/utf8.t
37634 ____________________________________________________________________________
37635 [  8142] By: jhi                                   on 2000/12/16  17:16:05
37636         Log: Subject: [patch perl@8102] dos/djgpp update
37637              From: Laszlo Molnar <ml1050@freemail.hu>
37638              Date: Sat, 16 Dec 2000 01:40:52 +0100
37639              Message-ID: <20001216014052.A335@freemail.hu>
37640      Branch: perl
37641            ! djgpp/config.over t/base/commonsense.t
37642 ____________________________________________________________________________
37643 [  8141] By: jhi                                   on 2000/12/16  17:09:27
37644         Log: Few uncheckedin files.
37645      Branch: perl
37646            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
37647 ____________________________________________________________________________
37648 [  8140] By: nick                                  on 2000/12/15  22:14:31
37649         Log: Integrate mainline
37650      Branch: perlio
37651           !> (integrate 53 files)
37652 ____________________________________________________________________________
37653 [  8139] By: jhi                                   on 2000/12/15  19:49:49
37654         Log: One more IVUV tweak from Nicholas Clark.
37655      Branch: perl
37656            ! sv.c
37657 ____________________________________________________________________________
37658 [  8138] By: jhi                                   on 2000/12/15  19:17:06
37659         Log: Return of the IVUV-preservation, now seems to be happy even
37660              in Digital UNIX (the broken strtoul brokenness detection
37661              seems to have been the fly in the ointment).
37662      Branch: perl
37663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37664            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37665            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
37666            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
37667            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37668            ! vos/config.ga.h win32/config.bc win32/config.gc
37669            ! win32/config.vc
37670 ____________________________________________________________________________
37671 [  8137] By: jhi                                   on 2000/12/15  18:12:14
37672         Log: Metaconfig unit change for #8136.
37673      Branch: metaconfig
37674            ! U/modified/d_strtoul.U
37675      Branch: metaconfig/U/perl
37676            ! d_strtoull.U d_strtouq.U
37677 ____________________________________________________________________________
37678 [  8136] By: jhi                                   on 2000/12/15  18:11:35
37679         Log: I don't think it's sensible or portable to test the strtou*
37680              on /^-/ strings.
37681      Branch: perl
37682            ! Configure
37683 ____________________________________________________________________________
37684 [  8135] By: jhi                                   on 2000/12/15  17:18:49
37685         Log: Metaconfig unit change for #8134.
37686      Branch: metaconfig
37687            ! U/modified/d_strtoul.U
37688 ____________________________________________________________________________
37689 [  8134] By: jhi                                   on 2000/12/15  17:14:13
37690         Log: If longsize is 8 we don't need a LL suffix for integer constants.
37691      Branch: perl
37692            ! Configure config_h.SH
37693 ____________________________________________________________________________
37694 [  8133] By: jhi                                   on 2000/12/15  16:00:23
37695         Log: Update Changes.
37696      Branch: perl
37697            ! Changes patchlevel.h
37698 ____________________________________________________________________________
37699 [  8132] By: jhi                                   on 2000/12/15  15:44:16
37700         Log: Some compilers get huffy if you do not cast a const pointer
37701              to a non-const when assigning.
37702      Branch: perl
37703            ! gv.c
37704 ____________________________________________________________________________
37705 [  8131] By: jhi                                   on 2000/12/15  15:38:30
37706         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
37707              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37708              Date: Fri, 15 Dec 2000 05:26:57 -0500
37709              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
37710      Branch: perl
37711            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
37712            ! t/pragma/overload.t
37713 ____________________________________________________________________________
37714 [  8130] By: jhi                                   on 2000/12/15  15:36:08
37715         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
37716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37717              Date: Thu, 14 Dec 2000 22:02:43 -0500
37718              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
37719      Branch: perl
37720            ! gv.c perl.h
37721 ____________________________________________________________________________
37722 [  8129] By: jhi                                   on 2000/12/15  15:34:16
37723         Log: Subject: PATCH: h2xs nit
37724              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37725              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
37726              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
37727              
37728              Add a template README.
37729      Branch: perl
37730            ! utils/h2xs.PL
37731 ____________________________________________________________________________
37732 [  8128] By: jhi                                   on 2000/12/15  15:32:22
37733         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
37734      Branch: perl
37735            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37736 ____________________________________________________________________________
37737 [  8127] By: jhi                                   on 2000/12/15  15:19:34
37738         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
37739              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37740              Date:     Thu, 14 Dec 2000 20:04:42 EST
37741              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
37742      Branch: perl
37743            ! ext/Opcode/Opcode.xs
37744 ____________________________________________________________________________
37745 [  8126] By: jhi                                   on 2000/12/15  15:17:49
37746         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
37747              From: Peter Prymmer <pvhp@forte.com>
37748              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
37749              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
37750      Branch: perl
37751            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
37752            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
37753            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
37754 ____________________________________________________________________________
37755 [  8125] By: jhi                                   on 2000/12/15  15:11:05
37756         Log: This seems to be a stage sane and stable enough to checkin.
37757              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
37758      Branch: perl
37759            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
37760            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
37761            ! t/op/cmp.t t/op/numconvert.t
37762 ____________________________________________________________________________
37763 [  8124] By: jhi                                   on 2000/12/15  04:20:26
37764         Log: Something is really wonky.
37765      Branch: perl
37766            ! sv.c
37767 ____________________________________________________________________________
37768 [  8123] By: jhi                                   on 2000/12/15  04:00:50
37769         Log: Fixes for the IV UV patches to compile in Digital UNIX.
37770      Branch: perl
37771            ! sv.c
37772 ____________________________________________________________________________
37773 [  8122] By: jhi                                   on 2000/12/15  02:53:40
37774         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
37775              From: "Craig A. Berry" <craigberry@mac.com>
37776              Date: Thu, 14 Dec 2000 19:10:49 -0600
37777              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
37778      Branch: perl
37779            ! vms/vms.c
37780 ____________________________________________________________________________
37781 [  8121] By: jhi                                   on 2000/12/15  02:50:00
37782         Log: Metaconfig changes for #8120.
37783      Branch: metaconfig
37784            + U/modified/d_strtoul.U
37785      Branch: metaconfig/U/perl
37786            ! d_strtoull.U d_strtouq.U
37787 ____________________________________________________________________________
37788 [  8120] By: jhi                                   on 2000/12/15  02:49:42
37789         Log: From: Nicholas Clark <nick@ccl4.org> 
37790              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
37791              Date: Thu, 14 Dec 2000 18:38:57 +0000
37792              Message-ID: <20001214183857.B97909@plum.flirble.org>
37793      Branch: perl
37794            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37795            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
37796            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37797            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37798            ! win32/config.gc win32/config.vc
37799 ____________________________________________________________________________
37800 [  8119] By: jhi                                   on 2000/12/14  23:40:58
37801         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
37802              From: Nicholas Clark <nick@ccl4.org>
37803              Date: Wed, 13 Dec 2000 20:08:50 +0000
37804              Message-ID: <20001213200849.B71166@plum.flirble.org>
37805      Branch: perl
37806            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
37807            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
37808 ____________________________________________________________________________
37809 [  8118] By: jhi                                   on 2000/12/14  22:46:26
37810         Log: Integrate perlio.
37811      Branch: perl
37812           !> MANIFEST ext/Encode/compile makedef.pl
37813 ____________________________________________________________________________
37814 [  8117] By: nick                                  on 2000/12/14  22:38:53
37815         Log: Win32 tweaks to get Encode to build
37816              - temp hack to makedef.pl till PerlIO is properly "exported".
37817              - MSVC dislikes  
37818              static encpage_t foo[];
37819              so make 'em extern for now.
37820      Branch: perlio
37821            ! ext/Encode/compile makedef.pl
37822 ____________________________________________________________________________
37823 [  8116] By: nick                                  on 2000/12/14  22:00:53
37824         Log: Document the new files
37825      Branch: perlio
37826            ! MANIFEST
37827 ____________________________________________________________________________
37828 [  8115] By: jhi                                   on 2000/12/14  21:58:01
37829         Log: MANIFEST new files of #8114.
37830      Branch: perl
37831            ! MANIFEST
37832 ____________________________________________________________________________
37833 [  8114] By: jhi                                   on 2000/12/14  21:50:49
37834         Log: Integrate perlio.
37835      Branch: perl
37836           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37837           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37838           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37839           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37840           !> ext/Encode/Makefile.PL
37841 ____________________________________________________________________________
37842 [  8113] By: jhi                                   on 2000/12/14  21:48:49
37843         Log: The documentation part of the
37844              
37845              Subject: [ID 20001214.002] Net::Ping patch
37846              From: Jonathan Stowe <gellyfish@gellyfish.com>
37847              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
37848              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
37849              since the #7529 had already addressed the same problem.
37850      Branch: perl
37851            ! lib/Net/Ping.pm
37852 ____________________________________________________________________________
37853 [  8112] By: jhi                                   on 2000/12/14  21:42:57
37854         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
37855              From: Dominic Dunlop <domo@computer.org>
37856              Date: Tue, 12 Dec 2000 10:47:10 +0100
37857              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
37858              
37859              Document how elusive subroutines can be.
37860      Branch: perl
37861            ! pod/perlfunc.pod
37862 ____________________________________________________________________________
37863 [  8111] By: jhi                                   on 2000/12/14  21:38:05
37864         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
37865              From: Dominic Dunlop <domo@computer.org>
37866              Date: Thu, 14 Dec 2000 10:13:51 +0100
37867              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
37868      Branch: perl
37869            ! ext/POSIX/POSIX.pod
37870 ____________________________________________________________________________
37871 [  8110] By: jhi                                   on 2000/12/14  21:36:32
37872         Log: Subject: [patch] perlfaq7
37873              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
37874              Date: Thu, 14 Dec 2000 15:31:07 +0100
37875              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
37876      Branch: perl
37877            ! pod/perlfaq7.pod
37878 ____________________________________________________________________________
37879 [  8109] By: jhi                                   on 2000/12/14  21:29:20
37880         Log: Subject: [8104] Encode
37881              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37882              Date: Thu, 14 Dec 2000 14:49:34 +0100
37883              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
37884              
37885              Type casting for nervous compilers.
37886      Branch: perl
37887            ! ext/Encode/Encode.xs
37888 ____________________________________________________________________________
37889 [  8108] By: jhi                                   on 2000/12/14  21:26:17
37890         Log: Subject: [8104] DB_File
37891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37892              Date: Thu, 14 Dec 2000 14:49:35 +0100
37893              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
37894              
37895              Type definition incorrect for DB 2.7.7.  Not known when it
37896              changed, so only changed it for a known revision.
37897      Branch: perl
37898            ! ext/DB_File/DB_File.xs
37899 ____________________________________________________________________________
37900 [  8107] By: jhi                                   on 2000/12/14  21:23:41
37901         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
37902              From: Peter Prymmer <pvhp@forte.com>
37903              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
37904              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
37905              
37906              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
37907      Branch: perl
37908            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37909            ! ext/Encode/Encode/posix-bc.enc
37910 ____________________________________________________________________________
37911 [  8106] By: nick                                  on 2000/12/14  20:36:13
37912         Log: "Cold" build correction to Encode's Makefile.PL
37913      Branch: perlio
37914            ! ext/Encode/Makefile.PL
37915 ____________________________________________________________________________
37916 [  8105] By: nick                                  on 2000/12/14  20:09:37
37917         Log: "Compiled" encodings.
37918              Correct replacement character in EBCDIC .enc files
37919              Add 0x7F to ASCII repertoire.
37920      Branch: perlio
37921            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37922            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37923            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37924            ! ext/Encode/Makefile.PL ext/Encode/compile
37925            ! ext/Encode/encengine.c ext/Encode/encode.h
37926 ____________________________________________________________________________
37927 [  8104] By: nick                                  on 2000/12/14  00:38:20
37928         Log: Integrate mainline
37929      Branch: perlio
37930           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
37931           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
37932           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
37933           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
37934           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
37935           !> t/lib/db-hash.t t/lib/db-recno.t
37936 ____________________________________________________________________________
37937 [  8103] By: nick                                  on 2000/12/13  23:16:13
37938         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
37939              so far and so it does not get lost.
37940      Branch: perlio
37941            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37942 ____________________________________________________________________________
37943 [  8102] By: jhi                                   on 2000/12/13  17:14:22
37944         Log: Update Changes.
37945      Branch: perl
37946            ! Changes patchlevel.h
37947 ____________________________________________________________________________
37948 [  8101] By: jhi                                   on 2000/12/13  16:53:41
37949         Log: Move the proto of start_glob() to a better place; regen api files.
37950      Branch: perl
37951            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
37952 ____________________________________________________________________________
37953 [  8100] By: jhi                                   on 2000/12/13  16:47:11
37954         Log: Metaconfig change for #8099.
37955      Branch: metaconfig
37956            ! U/modified/Head.U
37957 ____________________________________________________________________________
37958 [  8099] By: jhi                                   on 2000/12/13  16:46:48
37959         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37960              From: Andy Dougherty <doughera@lafayette.edu>
37961              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
37962              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
37963      Branch: perl
37964            ! Configure
37965 ____________________________________________________________________________
37966 [  8098] By: jhi                                   on 2000/12/13  16:39:02
37967         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
37968              From: rspier@pobox.com (Robert Spier)
37969              Date: Tue, 12 Dec 2000 21:12:39 -0500
37970              Message-ID: <14902.56087.678086.725773@rls.cx>
37971              
37972              fastgetcwd is defined using a glob alias on a $^O dependent basis -
37973              and there was no default assignment or perl subroutine.
37974      Branch: perl
37975            ! lib/Cwd.pm
37976 ____________________________________________________________________________
37977 [  8097] By: jhi                                   on 2000/12/13  16:16:01
37978         Log: Subject: [PATCH] move startglob out of pp_hot.c
37979              From: Nicholas Clark <nick@ccl4.org>
37980              Date: Mon, 11 Dec 2000 23:16:39 +0000
37981              Message-ID: <20001211231638.A55550@plum.flirble.org>
37982      Branch: perl
37983            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
37984 ____________________________________________________________________________
37985 [  8096] By: jhi                                   on 2000/12/13  15:26:23
37986         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
37987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37988              Date: Wed, 13 Dec 2000 14:01:37 +0100
37989              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
37990              
37991              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
37992              in turn requires libpthread in libswanted.
37993      Branch: perl
37994            ! hints/hpux.sh
37995 ____________________________________________________________________________
37996 [  8095] By: jhi                                   on 2000/12/12  19:51:05
37997         Log: The integration wars continue.
37998      Branch: perl
37999           !> sv.c
38000 ____________________________________________________________________________
38001 [  8094] By: jhi                                   on 2000/12/12  19:48:26
38002         Log: Subject: [PATCH perl@8070] DB_File-1.74  
38003              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
38004              Date: Mon, 11 Dec 2000 23:07:17 -0000
38005              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
38006      Branch: perl
38007            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38008            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
38009            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
38010            ! t/lib/db-recno.t
38011 ____________________________________________________________________________
38012 [  8093] By: nick                                  on 2000/12/12  19:42:13
38013         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
38014      Branch: perlio
38015            ! sv.c
38016           !> lib/File/DosGlob.pm
38017 ____________________________________________________________________________
38018 [  8092] By: jhi                                   on 2000/12/12  19:28:11
38019         Log: Integrate perlio.
38020      Branch: perl
38021           !> sv.c
38022 ____________________________________________________________________________
38023 [  8091] By: nick                                  on 2000/12/12  18:49:45
38024         Log: Fix for Tk, and upgrading shared SVs.
38025      Branch: perlio
38026            ! sv.c
38027 ____________________________________________________________________________
38028 [  8090] By: jhi                                   on 2000/12/12  16:48:59
38029         Log: Subject: [PATCH] Re: Breadperl & Tk
38030              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38031              Date: Tue, 12 Dec 2000 14:48:27 GMT
38032              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
38033      Branch: perl
38034            ! sv.c
38035 ____________________________________________________________________________
38036 [  8089] By: jhi                                   on 2000/12/12  03:37:19
38037         Log: Subject: DosGlob.pm diff for bash style brace expansion.
38038              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
38039              Date: Fri, 8 Dec 2000 10:45:30 -0600
38040              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
38041      Branch: perl
38042            ! lib/File/DosGlob.pm
38043 ____________________________________________________________________________
38044 [  8088] By: nick                                  on 2000/12/11  23:59:59
38045         Log: Integrate mainline
38046      Branch: perlio
38047           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
38048           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38049           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
38050           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
38051           !> t/op/local.t t/pragma/warn/toke toke.c
38052 ____________________________________________________________________________
38053 [  8087] By: jhi                                   on 2000/12/11  23:20:23
38054         Log: Integrate perlio.
38055      Branch: perl
38056           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
38057 ____________________________________________________________________________
38058 [  8086] By: jhi                                   on 2000/12/11  22:50:59
38059         Log: Tune further the OS detection of CGI.
38060      Branch: perl
38061            ! lib/CGI.pm
38062 ____________________________________________________________________________
38063 [  8085] By: nick                                  on 2000/12/11  22:50:46
38064         Log: Finish 1st pass of "encoding" layer e.g. :
38065              open($fh,"<encoding(iso8859-7)",$greek) || die;
38066      Branch: perlio
38067            ! ext/Encode/Encode.xs perlio.c perliol.h
38068 ____________________________________________________________________________
38069 [  8084] By: jhi                                   on 2000/12/11  22:32:06
38070         Log: Revert the -f ambiguousity patch, seems to cause
38071              too much hassle (the interpret -Q as a function
38072              where Q is not a known filetest part is left in).
38073      Branch: perl
38074            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
38075            ! toke.c
38076 ____________________________________________________________________________
38077 [  8083] By: jhi                                   on 2000/12/11  22:27:23
38078         Log: (accidentally empty check-in)
38079      Branch: perl
38080            ! lib/File/DosGlob.pm
38081 ____________________________________________________________________________
38082 [  8082] By: nick                                  on 2000/12/11  19:09:51
38083         Log: Restore mmap function (broken by tweaks to shared buffer
38084              layer for encode(xxxx)).
38085      Branch: perlio
38086            ! perlio.c
38087 ____________________________________________________________________________
38088 [  8081] By: jhi                                   on 2000/12/11  18:29:13
38089         Log: Subject: Re: The long awaited feature ...
38090              From: Simon Cozens <simon@cozens.net>
38091              Date: Mon, 11 Dec 2000 15:54:24 +0000
38092              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
38093              
38094              More io/utf8 tests.
38095      Branch: perl
38096            ! t/io/utf8.t
38097 ____________________________________________________________________________
38098 [  8080] By: jhi                                   on 2000/12/11  18:19:36
38099         Log: Subject: PATCH MakeMaker manpage clarification
38100              From: andreas.koenig@anima.de (Andreas J. Koenig)
38101              Date: 10 Dec 2000 20:46:13 +0100
38102              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
38103      Branch: perl
38104            ! lib/ExtUtils/MakeMaker.pm
38105 ____________________________________________________________________________
38106 [  8079] By: jhi                                   on 2000/12/11  15:35:07
38107         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
38108              From: Simon Cozens <simon@cozens.net>
38109              Date: Sun, 10 Dec 2000 19:06:19 +0000
38110              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
38111      Branch: perl
38112            ! ext/B/B/Deparse.pm t/lib/b.t
38113 ____________________________________________________________________________
38114 [  8078] By: jhi                                   on 2000/12/11  15:09:11
38115         Log: Subject: [PATCH] docs on NaN
38116              From: Nicholas Clark <nick@ccl4.org>
38117              Date: Mon, 11 Dec 2000 01:48:38 +0000
38118              Message-ID: <20001211014838.B99205@plum.flirble.org>
38119      Branch: perl
38120            ! pod/perlop.pod
38121 ____________________________________________________________________________
38122 [  8077] By: jhi                                   on 2000/12/11  15:02:21
38123         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
38124              From: Simon Cozens <simon@cozens.net>
38125              Date: Mon, 11 Dec 2000 01:21:45 +0000
38126              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
38127      Branch: perl
38128            ! pp.c pp_hot.c scope.c t/op/local.t
38129 ____________________________________________________________________________
38130 [  8076] By: nick                                  on 2000/12/10  20:43:32
38131         Log: Not merge worthy...
38132              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
38133              syntax is modelled on attributes.
38134              Untested fix for io/utf8 on Win32 etc.
38135              Very clumsy start to the encode layer.
38136      Branch: perlio
38137            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
38138 ____________________________________________________________________________
38139 [  8075] By: jhi                                   on 2000/12/10  18:39:33
38140         Log: Darwin is not Windows.
38141      Branch: perl
38142            ! lib/CGI.pm
38143 ____________________________________________________________________________
38144 [  8074] By: jhi                                   on 2000/12/10  18:31:27
38145         Log: Subject: Ambiguous -%c() resolved as a file test
38146              From: "Paul Marquess" <Paul.Marquess@openwave.com>
38147              Date: Sun, 10 Dec 2000 15:35:07 -0000
38148              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
38149      Branch: perl
38150            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38151 ____________________________________________________________________________
38152 [  8073] By: jhi                                   on 2000/12/10  18:16:29
38153         Log: Subject: PATCH installperl misinformed 
38154              From: andreas.koenig@anima.de (Andreas J. Koenig)
38155              Date: 10 Dec 2000 13:01:32 +0100 
38156              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
38157      Branch: perl
38158            ! installperl
38159 ____________________________________________________________________________
38160 [  8072] By: jhi                                   on 2000/12/10  18:07:55
38161         Log: The walkoptree confusion rages; walkoptree() seems to be coming
38162              from B.xs, while walkoptree_slow() comes from B.pm.
38163      Branch: perl
38164            ! ext/B/B.pm
38165 ____________________________________________________________________________
38166 [  8071] By: nick                                  on 2000/12/10  11:45:47
38167         Log: Integrate mainline
38168      Branch: perlio
38169           +> t/base/commonsense.t
38170           !> (integrate 37 files)
38171 ____________________________________________________________________________
38172 [  8070] By: jhi                                   on 2000/12/10  04:46:21
38173         Log: Update Changes.
38174      Branch: perl
38175            ! Changes patchlevel.h
38176 ____________________________________________________________________________
38177 [  8069] By: jhi                                   on 2000/12/10  04:39:19
38178         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
38179              From: andreas.koenig@anima.de (Andreas J. Koenig)
38180              Date: 09 Dec 2000 17:14:25 +0100
38181              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
38182      Branch: perl
38183            + t/base/commonsense.t
38184            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
38185 ____________________________________________________________________________
38186 [  8068] By: jhi                                   on 2000/12/10  04:17:36
38187         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
38188              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38189              Date: Sat, 9 Dec 2000 16:47:22 -0000
38190              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
38191      Branch: perl
38192            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
38193            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
38194            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
38195            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
38196            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
38197            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38198            ! t/lib/sdbm.t
38199 ____________________________________________________________________________
38200 [  8067] By: jhi                                   on 2000/12/10  03:52:02
38201         Log: Test case for #8066.
38202      Branch: perl
38203            ! t/op/misc.t
38204 ____________________________________________________________________________
38205 [  8066] By: jhi                                   on 2000/12/10  03:50:30
38206         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
38207              From: Simon Cozens <simon@cozens.net>
38208              Date: Sun, 10 Dec 2000 00:55:37 +0000
38209              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
38210      Branch: perl
38211            ! pp_sys.c
38212 ____________________________________________________________________________
38213 [  8065] By: jhi                                   on 2000/12/10  03:44:52
38214         Log: Test case for #8064.
38215      Branch: perl
38216            ! t/comp/proto.t
38217 ____________________________________________________________________________
38218 [  8064] By: jhi                                   on 2000/12/10  03:42:32
38219         Log: Subject: Re: prototype of substr
38220              From: Simon Cozens <simon@cozens.net>
38221              Date: Sun, 10 Dec 2000 00:13:33 +0000
38222              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
38223              
38224              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
38225      Branch: perl
38226            ! pp.c
38227 ____________________________________________________________________________
38228 [  8063] By: jhi                                   on 2000/12/10  03:39:42
38229         Log: Subject: [PATCH] perlguts.pod
38230              From: Simon Cozens <simon@cozens.net>
38231              Date: Sun, 10 Dec 2000 00:06:47 +0000
38232              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
38233              
38234              Documentation of the different types of ops,
38235              plus the functions in dump.c
38236      Branch: perl
38237            ! pod/perlguts.pod
38238 ____________________________________________________________________________
38239 [  8062] By: jhi                                   on 2000/12/10  03:30:04
38240         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
38241              From: Nicholas Clark <nick@talking.bollo.cx>
38242              Date: Sat, 09 Dec 2000 18:57:25 +0000
38243              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
38244              
38245              Be more robust in weird hostname setups.
38246      Branch: perl
38247            ! t/lib/net-hostent.t
38248 ____________________________________________________________________________
38249 [  8061] By: jhi                                   on 2000/12/10  03:28:21
38250         Log: Pacify fussy compiler. 
38251      Branch: perl
38252            ! pp_sys.c
38253 ____________________________________________________________________________
38254 [  8060] By: jhi                                   on 2000/12/10  02:52:46
38255         Log: Integrate perlio.
38256      Branch: perl
38257           !> pp_sys.c t/io/utf8.t
38258 ____________________________________________________________________________
38259 [  8059] By: nick                                  on 2000/12/09  23:40:14
38260         Log: read/sysread/recv should now be utf8 aware.
38261              Basic test for utf8 read.
38262      Branch: perlio
38263            ! pp_sys.c t/io/utf8.t
38264 ____________________________________________________________________________
38265 [  8058] By: jhi                                   on 2000/12/09  21:56:02
38266         Log: Integrate perlio.
38267      Branch: perl
38268           +> t/io/utf8.t
38269           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
38270 ____________________________________________________________________________
38271 [  8057] By: jhi                                   on 2000/12/09  21:53:35
38272         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
38273              From: Inaba Hiroto <inaba@st.rim.or.jp>
38274              Date: Sun, 10 Dec 2000 05:53:21 +0900
38275              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
38276              
38277              Tests for #8056.
38278      Branch: perl
38279            ! t/op/each.t
38280 ____________________________________________________________________________
38281 [  8056] By: jhi                                   on 2000/12/09  21:51:16
38282         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
38283              From: Inaba Hiroto <inaba@st.rim.or.jp>
38284              Date: Sat, 09 Dec 2000 18:02:00 +0900
38285              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
38286              
38287              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
38288      Branch: perl
38289            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
38290 ____________________________________________________________________________
38291 [  8055] By: nick                                  on 2000/12/09  20:11:48
38292         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
38293              than raw PerlIO_write() - does not seem to break any tests.
38294      Branch: perlio
38295            ! pp_sys.c
38296 ____________________________________________________________________________
38297 [  8054] By: nick                                  on 2000/12/09  19:47:30
38298         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
38299              (sysread, recv and write i.e. formats still to do...)
38300              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
38301              open($fh,">:utf8","name")
38302              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
38303              so no extra overhead is involved.
38304              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
38305              to a non-utf8 stream.
38306              Add initial io/utf8.t
38307              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
38308              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
38309              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
38310      Branch: perlio
38311            + t/io/utf8.t
38312            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
38313 ____________________________________________________________________________
38314 [  8053] By: nick                                  on 2000/12/09  19:26:37
38315         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
38316              was only testing this_utf8.
38317      Branch: perlio
38318            ! toke.c
38319 ____________________________________________________________________________
38320 [  8052] By: nick                                  on 2000/12/09  19:09:41
38321         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
38322              i.e. the output string has one, but don't mess with source assumption.
38323      Branch: perlio
38324            ! toke.c
38325 ____________________________________________________________________________
38326 [  8051] By: jhi                                   on 2000/12/09  16:55:17
38327         Log: Integrate perlio.
38328      Branch: perl
38329           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
38330           !> sv.c thrdvar.h util.c
38331 ____________________________________________________________________________
38332 [  8050] By: jhi                                   on 2000/12/09  16:48:07
38333         Log: Nits noticed by Peter Prymmer.
38334      Branch: perl
38335            ! lib/ExtUtils/MM_VMS.pm
38336 ____________________________________________________________________________
38337 [  8049] By: nick                                  on 2000/12/09  13:49:40
38338         Log: UTF8 output prework.
38339              - Store $\ and $, as SVs so they can have SvUTF8 flag
38340              - use do_print() rather than raw PerlIO_write() to print them.
38341      Branch: perlio
38342            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
38343            ! thrdvar.h util.c
38344 ____________________________________________________________________________
38345 [  8048] By: nick                                  on 2000/12/09  12:30:43
38346         Log: Integrate mainline.
38347      Branch: perlio
38348           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
38349           +> t/op/reverse.t
38350           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
38351           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38352           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
38353           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
38354           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
38355           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
38356 ____________________________________________________________________________
38357 [  8047] By: jhi                                   on 2000/12/09  00:23:27
38358         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
38359              From: Michael G Schwern <schwern@pobox.com>
38360              Date: Fri, 8 Dec 2000 14:43:04 -0600
38361      Branch: perl
38362            ! lib/ExtUtils/MM_VMS.pm
38363 ____________________________________________________________________________
38364 [  8046] By: jhi                                   on 2000/12/08  23:10:27
38365         Log: A missed check-in.
38366      Branch: perl
38367            ! lib/ExtUtils/Manifest.pm
38368 ____________________________________________________________________________
38369 [  8045] By: jhi                                   on 2000/12/08  21:57:12
38370         Log: (null check-in)
38371      Branch: perl
38372            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
38373 ____________________________________________________________________________
38374 [  8044] By: jhi                                   on 2000/12/08  21:11:06
38375         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
38376              at the final draft stage.
38377      Branch: perl
38378            + ext/Encode/Encode/iso8859-16.enc
38379            ! MANIFEST
38380 ____________________________________________________________________________
38381 [  8043] By: jhi                                   on 2000/12/08  16:39:04
38382         Log: Update Changes.
38383      Branch: perl
38384            ! Changes patchlevel.h
38385 ____________________________________________________________________________
38386 [  8042] By: jhi                                   on 2000/12/08  16:33:39
38387         Log: Do not return the Unicode replacement character if UTF-8
38388              decoding goes awry, it should be up to the caller to decide.
38389      Branch: perl
38390            ! pod/perlapi.pod utf8.c
38391 ____________________________________________________________________________
38392 [  8041] By: jhi                                   on 2000/12/08  16:22:28
38393         Log: metaconfig maintenance.
38394      Branch: metaconfig
38395            ! U/modified/stdchar.U
38396      Branch: metaconfig/U/perl
38397            + testsyml.U
38398 ____________________________________________________________________________
38399 [  8040] By: jhi                                   on 2000/12/08  16:03:08
38400         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
38401              From: sthoenna@efn.org
38402              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
38403              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
38404      Branch: perl
38405            ! Changes lib/ExtUtils/MM_OS2.pm
38406 ____________________________________________________________________________
38407 [  8039] By: jhi                                   on 2000/12/08  15:57:11
38408         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
38409              From: Simon Cozens <simon@cozens.net>
38410              Date: Fri, 8 Dec 2000 13:33:31 +0000
38411              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
38412              
38413              (The pp_hot part needed a rewrite.)
38414      Branch: perl
38415            ! doop.c pp_hot.c utf8.c
38416 ____________________________________________________________________________
38417 [  8038] By: jhi                                   on 2000/12/08  15:25:08
38418         Log: Subject: djSP
38419              From: Michael Stevens <michael@etla.org>
38420              Date: Wed, 6 Dec 2000 23:24:01 +0000
38421              Message-ID: <20001206232400.A21381@firedrake.org>
38422              
38423              Plus a note from Nick Ing-Simmons.
38424      Branch: perl
38425            ! pp.h
38426 ____________________________________________________________________________
38427 [  8037] By: jhi                                   on 2000/12/08  15:18:35
38428         Log: Filetype is text.
38429      Branch: perl
38430            ! t/op/utf8decode.t
38431 ____________________________________________________________________________
38432 [  8036] By: jhi                                   on 2000/12/08  03:31:27
38433         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38434              From: Andy Dougherty <doughera@lafayette.edu>
38435              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
38436              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
38437              
38438              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38439              From: Andy Dougherty <doughera@lafayette.edu>
38440              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
38441              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
38442      Branch: perl
38443            + ext/POSIX/hints/svr4.pl
38444            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
38445 ____________________________________________________________________________
38446 [  8035] By: jhi                                   on 2000/12/08  03:26:01
38447         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
38448              From: Andy Dougherty <doughera@lafayette.edu>
38449              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
38450              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
38451      Branch: perl
38452            ! t/README t/base/term.t
38453 ____________________________________________________________________________
38454 [  8034] By: jhi                                   on 2000/12/08  03:21:59
38455         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
38456              From: mjd@plover.com  
38457              Date: 7 Dec 2000 21:04:20 -0000
38458              Message-ID: <20001207210420.22282.qmail@plover.com>
38459              
38460              Plus -z doc.
38461      Branch: perl
38462            ! pod/perlfunc.pod
38463 ____________________________________________________________________________
38464 [  8033] By: jhi                                   on 2000/12/08  03:19:03
38465         Log: Use the UTF8 macros a bit.  They can't be used with abandon
38466              everywhere because we do generate illegal UTF-8 in some situations.
38467              This is of course naughty.
38468      Branch: perl
38469            ! pod/perlapi.pod utf8.c utf8.h
38470 ____________________________________________________________________________
38471 [  8032] By: jhi                                   on 2000/12/08  03:00:09
38472         Log: Out of sync?
38473      Branch: perl
38474            ! t/pragma/warn/utf8
38475 ____________________________________________________________________________
38476 [  8031] By: jhi                                   on 2000/12/08  02:22:39
38477         Log: Cnt spl.
38478      Branch: perl
38479            ! MANIFEST
38480 ____________________________________________________________________________
38481 [  8030] By: jhi                                   on 2000/12/08  01:23:54
38482         Log: Add test for reverse().
38483      Branch: perl
38484            + t/op/reverse.t
38485            ! MANIFEST
38486 ____________________________________________________________________________
38487 [  8029] By: jhi                                   on 2000/12/08  01:21:47
38488         Log: Integrate perlio.
38489      Branch: perl
38490           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
38491           !> perlio.c perlio.h perlsdio.h warnings.pl
38492 ____________________________________________________________________________
38493 [  8028] By: jhi                                   on 2000/12/08  01:19:08
38494         Log: Introduce macros for UTF8 decoding.
38495      Branch: perl
38496            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
38497 ____________________________________________________________________________
38498 [  8027] By: nick                                  on 2000/12/07  22:18:19
38499         Log: Integrate mainline
38500      Branch: perlio
38501           !> embed.pl pod/perlapi.pod utf8.c
38502 ____________________________________________________________________________
38503 [  8026] By: nick                                  on 2000/12/07  21:45:08
38504         Log: Various oddities p4 diff -se showed up
38505              Remove 'our' from warnings.pl
38506      Branch: perlio
38507            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
38508 ____________________________________________________________________________
38509 [  8025] By: nick                                  on 2000/12/07  21:43:32
38510         Log: Change PerlIO_(get|set)pos to take SV *
38511              Should fix, OS/2, VMS, (sfio??)
38512      Branch: perlio
38513            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
38514 ____________________________________________________________________________
38515 [  8024] By: jhi                                   on 2000/12/07  19:05:32
38516         Log: Document utf8_to_uv() better.
38517      Branch: perl
38518            ! pod/perlapi.pod utf8.c
38519 ____________________________________________________________________________
38520 [  8023] By: jhi                                   on 2000/12/07  18:23:47
38521         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
38522      Branch: perl
38523            ! embed.pl pod/perlapi.pod utf8.c
38524 ____________________________________________________________________________
38525 [  8022] By: jhi                                   on 2000/12/07  04:13:51
38526         Log: Integrate perlio.
38527      Branch: perl
38528           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
38529           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
38530           !> win32/makefile.mk
38531 ____________________________________________________________________________
38532 [  8021] By: nick                                  on 2000/12/07  00:28:14
38533         Log: Various attempts at MSVC debug - not sure what has
38534              changed but works now. 
38535              Seems atexit() _may_ work for DLLs built with MSVC so don't
38536              call cleanup that way.
38537      Branch: perlio
38538            ! perlio.c win32/makefile.mk
38539 ____________________________________________________________________________
38540 [  8020] By: nick                                  on 2000/12/06  19:57:20
38541         Log: Integrate mainline
38542      Branch: perlio
38543           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
38544           !> (integrate 75 files)
38545 ____________________________________________________________________________
38546 [  8019] By: nick                                  on 2000/12/06  19:28:21
38547         Log: Add useperlio to config.vc
38548              Turn off binmode in config_H.PL
38549              Regen all the config_H.xx
38550              Attempt to get debugging build with MSVC.
38551      Branch: perlio
38552            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38553            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
38554 ____________________________________________________________________________
38555 [  8018] By: nick                                  on 2000/12/06  19:21:57
38556         Log: Test various dup/external program options on all platforms.
38557      Branch: perlio
38558            ! t/io/dup.t
38559 ____________________________________________________________________________
38560 [  8017] By: nick                                  on 2000/12/06  19:20:47
38561         Log: Fix harness to be less picky
38562      Branch: perlio
38563            ! lib/Test/Harness.pm
38564 ____________________________________________________________________________
38565 [  8016] By: jhi                                   on 2000/12/06  16:45:12
38566         Log: Update Changes.
38567      Branch: perl
38568            ! Changes patchlevel.h
38569 ____________________________________________________________________________
38570 [  8015] By: jhi                                   on 2000/12/06  16:41:03
38571         Log: Test \x{...} with ord().
38572      Branch: perl
38573            ! t/op/ord.t
38574 ____________________________________________________________________________
38575 [  8014] By: jhi                                   on 2000/12/06  16:20:33
38576         Log: Test tweak because of #8013.
38577      Branch: perl
38578            ! t/lib/b.t
38579 ____________________________________________________________________________
38580 [  8013] By: jhi                                   on 2000/12/06  16:09:09
38581         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
38582              From: Michael G Schwern <schwern@pobox.com>
38583              Date: Tue, 5 Dec 2000 21:23:28 -0500
38584              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
38585              
38586              Carp::Heavy parts not very applicable because of recent changes.
38587      Branch: perl
38588            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
38589            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
38590            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
38591            ! lib/Exporter.pm lib/Exporter/Heavy.pm
38592            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
38593            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38594            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
38595            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
38596            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
38597            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
38598            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
38599            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
38600            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
38601            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
38602            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
38603            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
38604            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
38605            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
38606            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
38607            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
38608            ! warnings.pl
38609 ____________________________________________________________________________
38610 [  8012] By: jhi                                   on 2000/12/06  15:22:38
38611         Log: Subject: [PATCH] Re: New harness is failing things
38612              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38613              Date: Wed, 6 Dec 2000 13:00:30 GMT
38614              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
38615      Branch: perl
38616            ! lib/Test/Harness.pm
38617 ____________________________________________________________________________
38618 [  8011] By: jhi                                   on 2000/12/06  15:12:08
38619         Log: Subject: installhtml changes
38620              From: Michael Stevens <michael@etla.org>
38621              Date: Wed, 6 Dec 2000 13:15:53 +0000
38622              Message-ID: <20001206131553.A27317@firedrake.org>
38623      Branch: perl
38624            ! installhtml
38625 ____________________________________________________________________________
38626 [  8010] By: jhi                                   on 2000/12/06  15:06:05
38627         Log: Subject: the dTHR hits
38628              From: Michael Stevens <michael@etla.org>
38629              Date: Wed, 6 Dec 2000 12:06:03 +0000
38630              Message-ID: <20001206120603.A24581@firedrake.org>
38631              
38632              More, errrm, less dTHRs.
38633      Branch: perl
38634            ! bytecode.pl ext/B/B/C.pm
38635 ____________________________________________________________________________
38636 [  8009] By: jhi                                   on 2000/12/06  15:04:25
38637         Log: Subject: MakeMaker mailing list gone?
38638              From: Michael G Schwern <schwern@pobox.com>
38639              Date: Tue, 5 Dec 2000 19:29:59 -0500
38640              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
38641              
38642              The MakeMaker mailing list is dead, perlbug is the right
38643              address to report bugs.
38644      Branch: perl
38645            ! lib/ExtUtils/MakeMaker.pm
38646 ____________________________________________________________________________
38647 [  8008] By: jhi                                   on 2000/12/06  15:00:32
38648         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
38649              From: Michael G Schwern <schwern@pobox.com>
38650              Date: Tue, 5 Dec 2000 19:21:21 -0500
38651              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
38652              
38653              Add a default MANIFEST skip that ignores things like
38654              version control files, editor temporary files, and the Makefile.
38655      Branch: perl
38656            + lib/ExtUtils/MANIFEST.SKIP
38657            ! MANIFEST lib/ExtUtils/Manifest.pm
38658 ____________________________________________________________________________
38659 [  8007] By: jhi                                   on 2000/12/06  14:57:20
38660         Log: In Amiga more manual hackery of the scripts seems to be needed,
38661              from Jan-Erik Karlsson.  Why Configure does not get this right
38662              is unknown, may be shell-induced.
38663      Branch: perl
38664            ! README.amiga
38665 ____________________________________________________________________________
38666 [  8006] By: jhi                                   on 2000/12/05  23:53:12
38667         Log: Add TOPm1s to peek at the second topmost stack item.
38668      Branch: perl
38669            ! pp.h
38670 ____________________________________________________________________________
38671 [  8005] By: jhi                                   on 2000/12/05  23:13:55
38672         Log: Avaunt, you foul UTF-8 tests.
38673      Branch: perl
38674            ! t/op/ver.t t/pragma/utf8.t
38675 ____________________________________________________________________________
38676 [  8004] By: jhi                                   on 2000/12/05  23:09:54
38677         Log: Continue utf8 dispersal. 
38678      Branch: perl
38679            + t/op/concat.t
38680            ! MANIFEST t/pragma/utf8.t
38681 ____________________________________________________________________________
38682 [  8003] By: nick                                  on 2000/12/05  23:02:39
38683         Log: Integrate mainline.
38684      Branch: perlio
38685           +> t/op/length.t t/op/utf8decode.t
38686           !> (integrate 69 files)
38687 ____________________________________________________________________________
38688 [  8002] By: jhi                                   on 2000/12/05  22:59:28
38689         Log: Integrate perlio.
38690      Branch: perl
38691           !> iperlsys.h perl.c perlio.c win32/perllib.c
38692 ____________________________________________________________________________
38693 [  8001] By: nick                                  on 2000/12/05  22:07:52
38694         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
38695              - calloc/free suffer from damage on TerminateThread()
38696              - use PerlMemShared (as originally planned) now fixed
38697              - avoid doing anything important on DLL "detach".
38698      Branch: perlio
38699            ! perl.c perlio.c win32/perllib.c
38700 ____________________________________________________________________________
38701 [  8000] By: nick                                  on 2000/12/05  21:05:09
38702         Log: Fix gross PerlMemShared issue.
38703      Branch: perlio
38704            ! iperlsys.h
38705 ____________________________________________________________________________
38706 [  7999] By: jhi                                   on 2000/12/05  20:46:58
38707         Log: Test for Unicode (UTF-8) hash keys.
38708      Branch: perl
38709            ! t/op/each.t
38710 ____________________________________________________________________________
38711 [  7998] By: jhi                                   on 2000/12/05  20:30:35
38712         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
38713              is now always UTF-8), empty line cosmetics.
38714      Branch: perl
38715            ! t/pragma/utf8.t
38716 ____________________________________________________________________________
38717 [  7997] By: jhi                                   on 2000/12/05  20:15:40
38718         Log: Subject: Re: STRLEN - what?
38719              From: Andy Dougherty <doughera@lafayette.edu>
38720              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
38721              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
38722              
38723              Explain STRLEN.
38724      Branch: perl
38725            ! pod/perlguts.pod
38726 ____________________________________________________________________________
38727 [  7996] By: jhi                                   on 2000/12/05  20:13:34
38728         Log: Split off the UTF-8 decoder tests, make them to check also
38729              the error message.
38730      Branch: perl
38731            + t/op/utf8decode.t
38732            ! MANIFEST t/pragma/utf8.t utf8.c
38733 ____________________________________________________________________________
38734 [  7995] By: jhi                                   on 2000/12/05  16:39:47
38735         Log: Start migrating bits of pragma/utf8 to elsewhere
38736              (since the long term plan is to obsolete 'use utf8').
38737      Branch: perl
38738            + t/op/length.t
38739            ! MANIFEST t/pragma/utf8.t
38740 ____________________________________________________________________________
38741 [  7994] By: jhi                                   on 2000/12/05  16:30:21
38742         Log: Fix a manual edit typo from #7993, fix the message formatting
38743              for Unicode, add few our declarations.
38744      Branch: perl
38745            ! lib/Carp/Heavy.pm
38746 ____________________________________________________________________________
38747 [  7993] By: jhi                                   on 2000/12/05  16:09:15
38748         Log: Subject: Need help with warnings :-(
38749              From: "Ben Tilly" <ben_tilly@hotmail.com>
38750              Date: Tue, 05 Dec 2000 01:35:54 -0500
38751              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
38752              
38753              Subject: UPDATE: Carp/Heavy now passes all tests
38754              From: "Ben Tilly" <ben_tilly@hotmail.com>
38755              Date: Tue, 05 Dec 2000 07:59:41 -0500
38756              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
38757              
38758              The Brave New Carp.
38759      Branch: perl
38760            ! lib/Carp.pm lib/Carp/Heavy.pm
38761 ____________________________________________________________________________
38762 [  7992] By: jhi                                   on 2000/12/05  15:55:08
38763         Log: Subject: [PATCH perl@7979] cygwin port
38764              From: "Eric Fifer" <efifer@dircon.co.uk>
38765              Date: Tue, 5 Dec 2000 14:04:09 -0000
38766              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
38767      Branch: perl
38768            ! t/lib/net-hostent.t
38769 ____________________________________________________________________________
38770 [  7991] By: jhi                                   on 2000/12/05  15:52:34
38771         Log: Subject: Re: [PATCH] The largest hoax of all times?
38772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38773              Date: Tue, 5 Dec 2000 00:40:25 -0500
38774              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
38775              
38776              Subject: Re: [PATCH] The largest hoax of all times?
38777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38778              Date: Mon, 4 Dec 2000 23:55:53 -0500
38779              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
38780              
38781              Subject: Re: [PATCH] The largest hoax of all times?
38782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38783              Date: Tue, 5 Dec 2000 01:28:45 -0500
38784              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
38785              
38786              Fix the unpredictable order of DESTROYs.
38787      Branch: perl
38788            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
38789            ! sv.c sv.h t/op/ref.t
38790 ____________________________________________________________________________
38791 [  7990] By: jhi                                   on 2000/12/05  14:38:53
38792         Log: Subject: [PATCH] shrink pp_hot fractionally
38793              From: Nicholas Clark <nick@ccl4.org>
38794              Date: Tue, 5 Dec 2000 12:44:31 +0000
38795              Message-ID: <20001205124431.E74518@plum.flirble.org>
38796              
38797              Use report_evil_fh().
38798      Branch: perl
38799            ! opcode.pl opnames.h pp_hot.c util.c
38800 ____________________________________________________________________________
38801 [  7989] By: jhi                                   on 2000/12/05  14:21:27
38802         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38804              Date: Mon, 04 Dec 2000 22:21:59 -0800
38805              Message-ID: <HmIL6gzkgepS092yn@efn.org>
38806              
38807              Harness shouldn't ignore responses like "ok 3\r\r\n".
38808      Branch: perl
38809            ! lib/Test/Harness.pm
38810 ____________________________________________________________________________
38811 [  7988] By: jhi                                   on 2000/12/05  13:51:28
38812         Log: Integrate the "skip" messages to explain().
38813      Branch: perl
38814            ! t/lib/syslfs.t t/op/lfs.t
38815 ____________________________________________________________________________
38816 [  7987] By: jhi                                   on 2000/12/05  12:34:54
38817         Log: The one that got away in #7984.
38818              
38819              Subject: Re: dTHR - what and why?
38820              From: Michael Stevens <michael@etla.org> 
38821              Date: Tue, 5 Dec 2000 11:15:52 +0000
38822              Message-ID: <20001205111552.A4647@firedrake.org>
38823      Branch: perl
38824            ! sv.h
38825 ____________________________________________________________________________
38826 [  7986] By: gsar                                  on 2000/12/05  09:14:44
38827         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
38828              due to the notorious GetFileType() bug in Windows 9x, which fstat()
38829              tickles)
38830      Branch: perl
38831            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
38832 ____________________________________________________________________________
38833 [  7985] By: jhi                                   on 2000/12/05  05:49:03
38834         Log: Integrate perlio.
38835      Branch: perl
38836           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38837           !> win32/perlhost.h win32/perllib.c
38838 ____________________________________________________________________________
38839 [  7984] By: jhi                                   on 2000/12/05  05:48:16
38840         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
38841      Branch: perl
38842            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
38843            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
38844            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
38845            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
38846            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
38847            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38848            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
38849            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
38850            ! win32/win32.c
38851 ____________________________________________________________________________
38852 [  7983] By: nick                                  on 2000/12/04  23:27:43
38853         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
38854      Branch: perlio
38855            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38856            ! win32/perlhost.h win32/perllib.c
38857 ____________________________________________________________________________
38858 [  7982] By: jhi                                   on 2000/12/04  19:44:09
38859         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
38860              uncovered by #7980.
38861      Branch: perl
38862            ! op.c
38863 ____________________________________________________________________________
38864 [  7981] By: jhi                                   on 2000/12/04  19:42:07
38865         Log: Subject: [PATCH] Trivial dump.c feature
38866              From: Simon Cozens <simon@cozens.net>
38867              Date: Mon, 4 Dec 2000 18:08:38 +0000
38868              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
38869              
38870              Show whether a constant is UTF-8.
38871      Branch: perl
38872            ! dump.c
38873 ____________________________________________________________________________
38874 [  7980] By: jhi                                   on 2000/12/04  19:36:51
38875         Log: UTF-8 hash keys, patch from Inaba Hiroto.
38876      Branch: perl
38877            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
38878 ____________________________________________________________________________
38879 [  7979] By: jhi                                   on 2000/12/04  17:36:28
38880         Log: Update Changes.
38881      Branch: perl
38882            ! Changes patchlevel.h
38883 ____________________________________________________________________________
38884 [  7978] By: jhi                                   on 2000/12/04  16:42:17
38885         Log: Retract #7977, still too volatile (the euphemism of the day
38886              for unfinished and buggy :-)
38887      Branch: perl
38888            ! doop.c hv.c pp.c sv.h
38889 ____________________________________________________________________________
38890 [  7977] By: jhi                                   on 2000/12/04  16:25:15
38891         Log: (Retracted by #7978, too shaky yet.)
38892              
38893              Subject: Re: utf8 in hash keys, implementor missing
38894              From: Simon Cozens <simon@cozens.net>
38895              Date: Sat, 2 Dec 2000 19:49:35 +0000
38896              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
38897              
38898              The first step at UTF-8 hash keys.
38899      Branch: perl
38900            ! doop.c hv.c pp.c sv.h
38901 ____________________________________________________________________________
38902 [  7976] By: jhi                                   on 2000/12/04  16:13:53
38903         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38904              From: sthoenna@efn.org
38905              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
38906              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
38907      Branch: perl
38908            ! os2/os2.c perlio.c
38909 ____________________________________________________________________________
38910 [  7975] By: jhi                                   on 2000/12/04  16:05:25
38911         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
38912              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38913              Date: Thu, 30 Nov 2000 20:50:37 -0800
38914              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
38915      Branch: perl
38916            ! os2/os2.c
38917 ____________________________________________________________________________
38918 [  7974] By: jhi                                   on 2000/12/04  16:03:57
38919         Log: Subject: [PATCH] ++ 20% faster
38920              From: Nicholas Clark <nick@ccl4.org>
38921              Date: Mon, 4 Dec 2000 12:17:27 +0000
38922              Message-ID: <20001204121726.B52976@plum.flirble.org>
38923              
38924              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
38925      Branch: perl
38926            ! sv.c
38927 ____________________________________________________________________________
38928 [  7973] By: jhi                                   on 2000/12/04  16:00:48
38929         Log: 
38930              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
38931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38932              Date: Mon, 04 Dec 2000 12:30:45 +0100
38933              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
38934              
38935              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
38936              library (getprotobyname and getprotobynumber are outversioned by
38937              the same calls in libc, at least for xlc version 3.
38938      Branch: perl
38939            ! hints/aix.sh
38940 ____________________________________________________________________________
38941 [  7972] By: jhi                                   on 2000/12/04  02:58:31
38942         Log: Integrate perlio.
38943      Branch: perl
38944           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
38945           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
38946           !> win32/win32.h win32/win32iop.h win32/win32thread.h
38947 ____________________________________________________________________________
38948 [  7971] By: nick                                  on 2000/12/04  00:24:33
38949         Log: Quieten some noise in Win32 builds:
38950              - win32.h is included after <sys/socket.h>, so need to 
38951              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
38952              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
38953      Branch: perlio
38954            ! doio.c perl.h toke.c win32/win32.h
38955 ____________________________________________________________________________
38956 [  7970] By: nick                                  on 2000/12/03  22:57:46
38957         Log: PERL_IMPLICIT_SYS compiles but does not work.
38958      Branch: perlio
38959            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
38960            ! win32/perlhost.h win32/perllib.c win32/win32.h
38961            ! win32/win32iop.h win32/win32thread.h
38962 ____________________________________________________________________________
38963 [  7969] By: jhi                                   on 2000/12/03  22:12:58
38964         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
38965              used to swash_init(), makes regprop() dumps more informative
38966              (+utf8::IsAlpha, -utf8::IsDigit, for example).
38967      Branch: perl
38968            ! regcomp.c regexec.c
38969 ____________________________________________________________________________
38970 [  7968] By: jhi                                   on 2000/12/03  21:39:56
38971         Log: Implement ANYOFUTF8 regprop() dumping.
38972      Branch: perl
38973            ! regcomp.c
38974 ____________________________________________________________________________
38975 [  7967] By: jhi                                   on 2000/12/03  20:57:19
38976         Log: Make uv_to_utf8() to zero-terminate its output buffer,
38977              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
38978      Branch: perl
38979            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
38980 ____________________________________________________________________________
38981 [  7966] By: nick                                  on 2000/12/03  18:41:21
38982         Log: Integrate mainline (STDCHAR)
38983      Branch: perlio
38984           !> Configure t/pragma/utf8.t
38985 ____________________________________________________________________________
38986 [  7965] By: jhi                                   on 2000/12/03  17:58:20
38987         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
38988      Branch: perl
38989            ! t/pragma/utf8.t
38990 ____________________________________________________________________________
38991 [  7964] By: jhi                                   on 2000/12/03  17:35:56
38992         Log: Integrate perlio.
38993      Branch: perl
38994           !> iperlsys.h perlio.c
38995 ____________________________________________________________________________
38996 [  7963] By: jhi                                   on 2000/12/03  17:33:55
38997         Log: Metaconfig unit change for #7962.
38998      Branch: metaconfig
38999            ! U/modified/stdchar.U
39000 ____________________________________________________________________________
39001 [  7962] By: jhi                                   on 2000/12/03  17:33:27
39002         Log: Untangle the <stdio.h> #include nest for the stdchar test,
39003              from Andy Dougherty.
39004      Branch: perl
39005            ! Configure
39006 ____________________________________________________________________________
39007 [  7961] By: nick                                  on 2000/12/03  16:53:00
39008         Log: Make iperlsys.h vector stdio not PerlIO.
39009      Branch: perlio
39010            ! iperlsys.h perlio.c
39011 ____________________________________________________________________________
39012 [  7960] By: nick                                  on 2000/12/03  14:43:01
39013         Log: Integrate mainline
39014      Branch: perlio
39015           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
39016           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
39017 ____________________________________________________________________________
39018 [  7959] By: jhi                                   on 2000/12/03  08:16:36
39019         Log: Use DO_UTF8().
39020      Branch: perl
39021            ! op.c
39022 ____________________________________________________________________________
39023 [  7958] By: jhi                                   on 2000/12/02  18:33:05
39024         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
39025              From: Mike Guy <mjtg@cam.ac.uk>         
39026              Date: Sat, 02 Dec 2000 17:27:13 +0000
39027              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
39028              
39029              An extraneous argument.
39030      Branch: perl
39031            ! toke.c
39032 ____________________________________________________________________________
39033 [  7957] By: jhi                                   on 2000/12/02  18:22:32
39034         Log: A missing hunk.
39035      Branch: perl
39036            ! t/lib/net-hostent.t
39037 ____________________________________________________________________________
39038 [  7956] By: jhi                                   on 2000/12/02  18:06:20
39039         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
39040              From: Nicholas Clark <nick@ccl4.org>
39041              Date: Sat, 2 Dec 2000 14:28:27 +0000
39042              Message-ID: <20001202142827.A12308@plum.flirble.org>
39043              
39044              Test robustness.
39045      Branch: perl
39046            ! t/lib/net-hostent.t
39047 ____________________________________________________________________________
39048 [  7955] By: jhi                                   on 2000/12/02  17:58:06
39049         Log: Metaconfig unit change for #7954.
39050      Branch: metaconfig
39051            ! U/modified/stdchar.U
39052 ____________________________________________________________________________
39053 [  7954] By: jhi                                   on 2000/12/02  17:54:32
39054         Log: An inconvenient hang would happen if the stdio _ptr wasn't
39055              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
39056              would be grepping stdin for all eternity for the _ptr.)
39057      Branch: perl
39058            ! Configure
39059 ____________________________________________________________________________
39060 [  7953] By: jhi                                   on 2000/12/02  00:07:15
39061         Log: Update Changes.
39062      Branch: perl
39063            ! Changes patchlevel.h
39064 ____________________________________________________________________________
39065 [  7952] By: jhi                                   on 2000/12/01  23:54:47
39066         Log: Subject: Re: long shell lines
39067              From: Andy Dougherty <doughera@lafayette.edu>
39068              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
39069              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
39070              
39071              Split overly long shell command lines.
39072      Branch: perl
39073            ! lib/ExtUtils/MM_Unix.pm
39074 ____________________________________________________________________________
39075 [  7951] By: jhi                                   on 2000/12/01  23:48:02
39076         Log: The metaconfig unit change for #7950.
39077      Branch: metaconfig
39078            + U/modified/stdchar.U
39079 ____________________________________________________________________________
39080 [  7950] By: jhi                                   on 2000/12/01  23:47:39
39081         Log: Try to find stdchar also from <stdio_impl.h>.
39082      Branch: perl
39083            ! Configure config_h.SH
39084 ____________________________________________________________________________
39085 [  7949] By: jhi                                   on 2000/12/01  23:46:45
39086         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
39087              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39088              Date: Fri, 1 Dec 2000 16:26:08 -0500
39089              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
39090              
39091              Reword the diagnostic message.
39092      Branch: perl
39093            ! pod/perldiag.pod
39094 ____________________________________________________________________________
39095 [  7948] By: nick                                  on 2000/12/01  22:49:43
39096         Log: Integrate mainline (for s/y/m as sub names stuff).
39097      Branch: perlio
39098           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
39099           !> t/pragma/warn/toke toke.c
39100 ____________________________________________________________________________
39101 [  7947] By: jhi                                   on 2000/12/01  20:55:41
39102         Log: Integrate perlio.
39103      Branch: perl
39104           !> perlio.c perliol.h t/io/pipe.t
39105 ____________________________________________________________________________
39106 [  7946] By: jhi                                   on 2000/12/01  20:36:51
39107         Log: Upgrade to CPAN 1.59_51, from Andreas König.
39108      Branch: perl
39109            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39110 ____________________________________________________________________________
39111 [  7945] By: nick                                  on 2000/12/01  20:31:32
39112         Log: Integrate mainline
39113      Branch: perlio
39114           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
39115           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
39116           +> t/lib/net-hostent.t
39117           !> (integrate 35 files)
39118 ____________________________________________________________________________
39119 [  7944] By: jhi                                   on 2000/12/01  20:23:29
39120         Log: Some help for 20001130.011.  Now one gets warnings like
39121              "Ambiguous -f() resolved as a file test ..."
39122      Branch: perl
39123            ! pod/perldiag.pod t/pragma/warn/toke toke.c
39124 ____________________________________________________________________________
39125 [  7943] By: jhi                                   on 2000/12/01  19:44:44
39126         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
39127              that also breaks using them as methods. 
39128      Branch: perl
39129            ! pod/perldiag.pod t/op/misc.t toke.c
39130 ____________________________________________________________________________
39131 [  7942] By: nick                                  on 2000/12/01  17:56:46
39132         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
39133              Make 'unix' pass most tests
39134              - do unread by temporary push of layer ("pending") holding unread chars
39135              - fast_gets is now based on per-handle flag
39136              - relax one of io/pipe.t tests to allow print to fail and close to
39137              succeed so that it passes on unbuffered "unix" layer.
39138              Remaining fail is sporadic and a genuine race condition between
39139              parent/child in fork test.
39140      Branch: perlio
39141            ! perlio.c perliol.h t/io/pipe.t
39142 ____________________________________________________________________________
39143 [  7941] By: jhi                                   on 2000/12/01  15:28:58
39144         Log: (Retracted by #7943.)
39145              
39146              Reserve the short named string operator names.
39147      Branch: perl
39148            ! pod/perldiag.pod t/op/misc.t toke.c
39149 ____________________________________________________________________________
39150 [  7940] By: jhi                                   on 2000/12/01  06:45:53
39151         Log: Get the three different space character classes right under utf8.
39152      Branch: perl
39153            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
39154            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
39155            ! regexec.c t/op/pat.t utf8.c
39156 ____________________________________________________________________________
39157 [  7939] By: jhi                                   on 2000/12/01  03:26:26
39158         Log: Two more tests that make no sense in UTF-8 since the test
39159              data is not in UTF-8.
39160      Branch: perl
39161            ! t/op/regexp.t
39162 ____________________________________________________________________________
39163 [  7938] By: jhi                                   on 2000/12/01  03:20:39
39164         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
39165              should it be required inside regexen?
39166      Branch: perl
39167            ! regcomp.c t/op/regmesg.t
39168 ____________________________________________________________________________
39169 [  7937] By: jhi                                   on 2000/12/01  02:58:53
39170         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
39171              stored and restored, and thusly was trounced by the utf8 swash
39172              routines.
39173      Branch: perl
39174            ! regcomp.c
39175 ____________________________________________________________________________
39176 [  7936] By: jhi                                   on 2000/11/30  20:41:39
39177         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
39178              Why the different platforms behave so differently (core dump vs
39179              no core dump) on this bug is a but of a mystery, but if I had to
39180              guess I would mumble something like 'alignment'.
39181      Branch: perl
39182            ! sv.c
39183 ____________________________________________________________________________
39184 [  7935] By: jhi                                   on 2000/11/30  16:17:02
39185         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
39186              From: Robin Barker <rmb1@cise.npl.co.uk>
39187              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
39188              Date: Thu, 30 Nov 2000 14:27:12 GMT
39189      Branch: perl
39190            ! perlio.c toke.c
39191 ____________________________________________________________________________
39192 [  7934] By: jhi                                   on 2000/11/30  16:04:49
39193         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
39194      Branch: perl
39195            ! t/lib/net-hostent.t
39196 ____________________________________________________________________________
39197 [  7933] By: jhi                                   on 2000/11/30  06:07:26
39198         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
39199              From: Peter Prymmer <pvhp@forte.com>
39200              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
39201              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
39202              
39203              In VMS the localhost may be LOCALHOST.
39204      Branch: perl
39205            ! t/lib/net-hostent.t
39206 ____________________________________________________________________________
39207 [  7932] By: jhi                                   on 2000/11/30  01:11:11
39208         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
39209              From: Peter Prymmer <pvhp@forte.com>
39210              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
39211              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
39212              
39213              plus regen perlapi.pod.
39214      Branch: perl
39215            ! pod/perlapi.pod utf8.c
39216 ____________________________________________________________________________
39217 [  7931] By: jhi                                   on 2000/11/30  01:06:19
39218         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
39219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39220              Date:     Wed, 29 Nov 2000 17:15:11 EST
39221              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
39222      Branch: perl
39223            ! t/lib/filter-util.pl t/lib/filter-util.t
39224 ____________________________________________________________________________
39225 [  7930] By: jhi                                   on 2000/11/29  18:51:55
39226         Log: Update Changes.
39227      Branch: perl
39228            ! Changes patchlevel.h
39229 ____________________________________________________________________________
39230 [  7929] By: jhi                                   on 2000/11/29  18:50:55
39231         Log: Update the va_copy() metaconfig unit.
39232      Branch: metaconfig/U/perl
39233            ! need_va_copy.U
39234 ____________________________________________________________________________
39235 [  7928] By: jhi                                   on 2000/11/29  17:50:43
39236         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
39237              From: Dominic Dunlop <domo@computer.org>
39238              Date: Tue, 28 Nov 2000 16:41:57 +0100
39239              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
39240              
39241              Patch to catch a core dump in the Configure va_copy test.
39242      Branch: perl
39243            ! Configure config_h.SH
39244 ____________________________________________________________________________
39245 [  7927] By: jhi                                   on 2000/11/29  17:31:59
39246         Log: Retract #7921, the patch shouldn't be needed.
39247      Branch: perl
39248            ! sv.c
39249 ____________________________________________________________________________
39250 [  7926] By: jhi                                   on 2000/11/29  17:01:41
39251         Log: Make the Class::Struct import() wiser.
39252      Branch: perl
39253            ! lib/Class/Struct.pm t/lib/class-struct.t
39254 ____________________________________________________________________________
39255 [  7925] By: jhi                                   on 2000/11/29  16:36:33
39256         Log: All the core library users of Class::Struct seem to be
39257              using "use Class::Struct 'struct';" instead of the bare
39258              "use Class::Struct;", which isn't documented in Class::Struct.
39259              This can't be right.
39260      Branch: perl
39261            ! lib/File/stat.pm
39262 ____________________________________________________________________________
39263 [  7924] By: jhi                                   on 2000/11/29  16:32:15
39264         Log: A test works better if it has the right 1..$n output.
39265      Branch: perl
39266            ! t/lib/class-struct.t
39267 ____________________________________________________________________________
39268 [  7923] By: jhi                                   on 2000/11/29  16:29:11
39269         Log: Forgot to MANIFEST the new Net::hostent test.
39270      Branch: perl
39271            ! MANIFEST
39272 ____________________________________________________________________________
39273 [  7922] By: jhi                                   on 2000/11/29  16:27:49
39274         Log: Integrate perlio.
39275      Branch: perl
39276           !> iperlsys.h perlio.c
39277 ____________________________________________________________________________
39278 [  7921] By: jhi                                   on 2000/11/29  16:27:10
39279         Log: (Retracted by #7927.)
39280              
39281              Subject: [PATCH] Is infinity a number?
39282              From: Simon Cozens <simon@cozens.net>
39283              Date: Wed, 29 Nov 2000 14:48:20 +0000
39284              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
39285      Branch: perl
39286            ! sv.c
39287 ____________________________________________________________________________
39288 [  7920] By: jhi                                   on 2000/11/29  16:23:02
39289         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
39290              From: rspier@pobox.com (Robert Spier)
39291              Date: Wed, 29 Nov 2000 02:17:49 -0500
39292              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
39293              
39294              Add a test for Net::hostent.
39295      Branch: perl
39296            + t/lib/net-hostent.t
39297 ____________________________________________________________________________
39298 [  7919] By: jhi                                   on 2000/11/29  16:21:31
39299         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
39300              add a test for Class::Struct.
39301      Branch: perl
39302            + t/lib/class-struct.t
39303            ! MANIFEST lib/Class/Struct.pm
39304 ____________________________________________________________________________
39305 [  7918] By: jhi                                   on 2000/11/29  15:48:40
39306         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
39307              From: rspier@pobox.com (Robert Spier)
39308              Date: Wed, 29 Nov 2000 02:25:39 -0500
39309              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
39310              
39311              More checking in case someone has broken their services or
39312              protocol databases.
39313      Branch: perl
39314            ! ext/Sys/Syslog/Syslog.pm
39315 ____________________________________________________________________________
39316 [  7917] By: jhi                                   on 2000/11/29  15:46:25
39317         Log: Subject: [PATCH] $^O  win32 -> MSWin32
39318              From: rspier@pobox.com (Robert Spier)
39319              Date: Wed, 29 Nov 2000 02:17:38 -0500
39320              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
39321              
39322              plus similar nits for vms, err, VMS, and UNICOS.
39323      Branch: perl
39324            ! t/lib/syslfs.t t/op/lfs.t
39325 ____________________________________________________________________________
39326 [  7916] By: jhi                                   on 2000/11/29  15:42:51
39327         Log: Subject: [PATCH] Tokeniser debugging
39328              From: Simon Cozens <simon@cozens.net>
39329              Date: Wed, 29 Nov 2000 14:15:45 +0000
39330              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
39331      Branch: perl
39332            ! perl.c perl.h pod/perlrun.pod toke.c
39333 ____________________________________________________________________________
39334 [  7915] By: jhi                                   on 2000/11/29  15:41:36
39335         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
39336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39337              Date: Wed, 29 Nov 2000 02:13:14 -0500
39338              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
39339              
39340              OUT keyword nits.
39341              
39342              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
39343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39344              Date: Wed, 29 Nov 2000 03:09:04 -0500
39345              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
39346              
39347              OUT and IN_OUT documentation.
39348      Branch: perl
39349            ! lib/ExtUtils/xsubpp pod/perlxs.pod
39350 ____________________________________________________________________________
39351 [  7914] By: jhi                                   on 2000/11/29  03:35:01
39352         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
39353              From: John Tobey <jtobey@john-edwin-tobey.org>
39354              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
39355              Message-Id: <m140e1N-000FOoC@feynman.localnet>
39356              
39357              plus a performance speedup noticed by Sarathy.
39358      Branch: perl
39359            ! op.c
39360 ____________________________________________________________________________
39361 [  7913] By: jhi                                   on 2000/11/29  03:16:59
39362         Log: Use "1 while unlink" so that VMS gets clean, too.
39363      Branch: perl
39364            ! t/lib/filter-util.t
39365 ____________________________________________________________________________
39366 [  7912] By: jhi                                   on 2000/11/29  03:09:08
39367         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
39368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39369              Date: Tue, 28 Nov 2000 03:27:09 -0500
39370              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
39371      Branch: perl
39372            ! lib/ExtUtils/xsubpp
39373 ____________________________________________________________________________
39374 [  7911] By: jhi                                   on 2000/11/29  03:06:30
39375         Log: This should have been part of #7872: no need to scan UTF-8
39376              until eternity.
39377      Branch: perl
39378            ! utf8.c
39379 ____________________________________________________________________________
39380 [  7910] By: jhi                                   on 2000/11/29  02:50:04
39381         Log: One more perltie.pod nit from Casey R. Tweten.
39382      Branch: perl
39383            ! pod/perltie.pod
39384 ____________________________________________________________________________
39385 [  7909] By: jhi                                   on 2000/11/29  02:44:23
39386         Log: Document the known sprintf test failures, exact standard
39387              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
39388      Branch: perl
39389            ! pod/perldelta.pod t/op/sprintf.t
39390 ____________________________________________________________________________
39391 [  7908] By: jhi                                   on 2000/11/29  02:36:23
39392         Log: Add the Encoding table format documentation.
39393      Branch: perl
39394            + ext/Encode/Encode/EncodeFormat.pod
39395            ! MANIFEST
39396 ____________________________________________________________________________
39397 [  7907] By: jhi                                   on 2000/11/29  02:07:24
39398         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
39399              From: "Casey R. Tweten" <crt@kiski.net>
39400              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
39401              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
39402              
39403              Subject: Re: [PATCH] Updating perltie.pod for arrays
39404              From: "Casey R. Tweten" <crt@kiski.net>
39405              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
39406              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
39407      Branch: perl
39408            ! pod/perltie.pod
39409 ____________________________________________________________________________
39410 [  7906] By: nick                                  on 2000/11/28  22:40:59
39411         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
39412      Branch: perlio
39413            ! iperlsys.h perlio.c
39414 ____________________________________________________________________________
39415 [  7905] By: nick                                  on 2000/11/28  22:04:34
39416         Log: Integrate mainline
39417      Branch: perlio
39418           !> (integrate 39 files)
39419 ____________________________________________________________________________
39420 [  7904] By: jhi                                   on 2000/11/28  16:44:43
39421         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
39422              From: Nicholas Clark <nick@babyhippo.co.uk>
39423              Date: Tue, 28 Nov 2000 11:16:57 +0000
39424              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
39425      Branch: perl
39426            ! pod/perlipc.pod
39427 ____________________________________________________________________________
39428 [  7903] By: jhi                                   on 2000/11/28  16:40:31
39429         Log: Subject: [PATCH] Updating perltie.pod for arrays
39430              From: "Casey R. Tweten" <crt@kiski.net>
39431              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
39432              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
39433      Branch: perl
39434            ! pod/perltie.pod
39435 ____________________________________________________________________________
39436 [  7902] By: jhi                                   on 2000/11/28  16:39:37
39437         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
39438              From: Robin Barker <rmb1@cise.npl.co.uk>
39439              Date: Mon, 27 Nov 2000 17:56:44 GMT
39440              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
39441      Branch: perl
39442            ! pod/perlfunc.pod t/op/split.t
39443 ____________________________________________________________________________
39444 [  7901] By: jhi                                   on 2000/11/28  16:28:04
39445         Log: setmode() is a DOSish-only thing.
39446      Branch: perl
39447            ! perlio.c
39448 ____________________________________________________________________________
39449 [  7900] By: jhi                                   on 2000/11/28  16:21:46
39450         Log: Subject: [PATCH] perlcc.PL cleanups
39451              From: Simon Cozens <simon@cozens.net>
39452              Date: Tue, 28 Nov 2000 12:44:35 +0000
39453              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
39454      Branch: perl
39455            ! utils/perlcc.PL
39456 ____________________________________________________________________________
39457 [  7899] By: gsar                                  on 2000/11/28  06:32:55
39458         Log: reintegrate files missed by change#7895
39459      Branch: maint-5.6/perl
39460           +> ext/ByteLoader/bytecode.h utils/Makefile
39461            - utils/perlbc.PL
39462 ____________________________________________________________________________
39463 [  7897] By: gsar                                  on 2000/11/27  18:22:47
39464         Log: can't integrate these two files, for some reason
39465      Branch: maint-5.6/perl
39466            - ext/ByteLoader/bytecode.h utils/Makefile
39467 ____________________________________________________________________________
39468 [  7895] By: gsar                                  on 2000/11/27  18:11:21
39469         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
39470              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
39471              6757..6890,6892..6901 from mainline
39472              
39473              Bytecompiler patches from Benjamin Stuhl.
39474              
39475              More bytecompiler.
39476              
39477              Subject: [PATCH blead] B:: missing dependency
39478              
39479              Subject: [PATCH: 6757] configure.com updates and syslog build
39480              
39481              Long double Gconvert fixes from Yitzchak Scott-Thoennes
39482              and Spider Boardman.
39483              
39484              Subject: [PATCH blead] nextchar() abuse misses an optimisation
39485              
39486              Long double fixes from Spider Boardman.
39487              
39488              Make the selection of NVff et al stricter.
39489              
39490              cSVOPo_*v things index into the current PL_curpad
39491              under ithreads, which is different from the curpad
39492              used by the XSUB.  (In other words, the code as-is
39493              before this patch wouldn't work under ithreads.)
39494              
39495              Be portable.
39496              
39497              VMS MMS (make) wants null action.
39498              
39499              Mac and other portability updates from Chris Nandor.
39500              
39501              Storable support, v-version fixes.
39502              Subject: CPAN.pm beta for testing available
39503              
39504              Portability fix from Hugo van der Sanden.
39505              
39506              Bad makefile.
39507              
39508              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39509              
39510              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39511              
39512              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39513              
39514              Replace #6705 with a minimal doc patch.
39515              Subject: [PATCH 5.6.0] replace change #6705
39516              
39517              Drop the separate perlbc, perlcc -b should be enough.
39518              
39519              installperl couldn't tell whether it had run tests or not.
39520              Subject: [PATCH] Re: installperl and t/TEST
39521              
39522              Add silencer flags to installperl.
39523              Subject: [PATCH] Making installperl silent.
39524              
39525              Make "make install" by default silent.  A new "install-verbose"
39526              target is verbose.
39527              
39528              More liberal parsing of version numbers.
39529              Subject: Re: CPAN.pm beta for testing available
39530              
39531              Create directories in silence.
39532              Subject: [PATCH] Another silencer for MakeMaker
39533              
39534              DOS patches and portability/porting notes, from Tim Jenness.
39535              
39536              Make installman to recognize the silence flag -S.
39537              
39538              Actually do something with the silencer option.
39539              
39540              Continue silencing.
39541              
39542              Show the doc file, not the temp file.
39543              
39544              Regen perltoc.
39545              
39546              Subject: [PATCH] More silencing of installman.
39547              
39548              Better wording for the vec lvalue diagnostic.
39549              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39550              
39551              Subject: [PATCH: 6805] several more tweaks to configure.com
39552              
39553              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39554              
39555              Missing parts of 
39556              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39557              
39558              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39559              (applied slightly modified)
39560              
39561              installperl --verbose and --silent.
39562              Subject: Re: [PATCH] More silencing of installman.
39563              
39564              Add install-silent target.
39565              
39566              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39567              the problem reported in
39568              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39569              
39570              Tweak the sfio/useperlio logic, hopefully as wished in
39571              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39572              
39573              One forgotten file from #6816.
39574              
39575              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39576              
39577              Remove duplicately applied patch shards.
39578              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
39579              
39580              Support preserving extremely big/small angles.
39581              
39582              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
39583              
39584              Subject: [PATCH] installation not quite silent yet.
39585              
39586              Update the test count.
39587              
39588              Use UVxf, PTR2UV, NVff.
39589              
39590              Document PTR2XX and INT2PTR.
39591              
39592              no-install target a la make -n.
39593              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39594              
39595              grep -e isn't portable.
39596              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39597              
39598              Can't get the test to reliably work thanks to the
39599              inaccurateness of floating point.  "Resolves" bug ids
39600              20000826.003, 20000826.009, 20000826.010,
39601              
39602              Subject: installman buglet
39603              
39604              DJGPP update from Laszlo Molnar.
39605              
39606              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39607              
39608              Passing -R in ldflags makes now it to appear in the default
39609              for lddlflags, just like with -L.
39610              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39611              
39612              Test nit.
39613              
39614              Use the actual thread type, not the pointer-to-struct.
39615              
39616              Provice virtual $Config{ccflags_nolargefiles} etc. 
39617              
39618              display_format used as a class method without arguments was broken,
39619              reported in
39620              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
39621              
39622              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
39623              
39624              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
39625              
39626              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
39627              
39628              opmini.o may be left around if a build is interrupted.
39629              
39630              Typo in #6858.
39631              
39632              Fix for ID 20000828.001, long doubles were not formatted
39633              correctly (showed up in $], which stopped installing perl).
39634              
39635              An attempt to fix the problem reported in
39636              Subject: Building perl@6856 using gcc/AIX 4.3.3 
39637              I can't test this properly since the gcc installation I have
39638              access to seems to be botched (gcc is calling the AIX cpp,
39639              a losing proposition...)
39640              
39641              Add -ld to archname on long tr...double platforms.
39642              
39643              Subject: hv.h Doc Patch
39644              
39645              Potential cruft.
39646              
39647              Subject: [PATCH bleedperl@6856] warnings fixes
39648              
39649              -S is the silent flag, -s is the strip flag.
39650              Subject: [PATCH] Re: [PATCH] make no-install          
39651              
39652              Take out the SUIDMAIL thing, that will not be
39653              a problem in 5.7.*.
39654              
39655              Subject: [PATCH bleedperl@6866] spellings
39656              
39657              Subject: [PATCH] Re: files not cleaned even by veryclean
39658              
39659              Use minimal @INC in tests, most of the time just '../lib',
39660              so that we simply can't pick up stuff from other Perls than
39661              the one we are testing.  Pointed out by
39662              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
39663              
39664              Update to Getopt::Long 2.24, from Johan Vromans.
39665              
39666              Fix for thinko in #6848.
39667              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39668              
39669              Patches all over for people and the files they (hopefully) care about.
39670              
39671              Subject: Net::protoent does not export 'getproto'
39672              
39673              Missed a change in #6869.
39674              
39675              Subject: [PATCH] Warnings in B::Deparse
39676              
39677              Subject: [PATCH] Glob dumping
39678              
39679              Disable one of the tests for now.
39680              
39681              Disabling the one test is a bit tricky.
39682              
39683              Don't forget to tidy up.
39684              
39685              The #6881 removed one dump line.
39686              
39687              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39688              
39689              Under usethreads the dumped variable is IN_PAD.
39690              Subject: Re: [PATCH] Glob dumping
39691              
39692              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39693              
39694              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39695              
39696              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39697              
39698              Regen Configure for #6894.
39699              
39700              Subject: [PATCH: 6889] updates to perlebcdic.pod
39701              
39702              Undo namespace pollution of #6878.
39703              Subject: Re: Net::protoent does not export 'getproto'
39704              
39705              Admit that we are leaking scalars.
39706              
39707              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39708      Branch: maint-5.6/perl
39709           !> (integrate 271 files)
39710 ____________________________________________________________________________
39711 [  7894] By: gsar                                  on 2000/11/27  16:00:34
39712         Log: a couple of nits
39713      Branch: maint-5.6/perl
39714            ! MANIFEST pp_sys.c
39715 ____________________________________________________________________________
39716 [  7893] By: gsar                                  on 2000/11/27  15:10:56
39717         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
39718              6740..6745,6747..6757,6760
39719              
39720              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
39721              
39722              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
39723              
39724              Doc nits spotted by Richard Soderberg.
39725              
39726              move WNOHANG definition to where other such things are
39727              
39728              Make $Config{byteorder} more magical so that it is
39729              dynamically computed: nice for 'fat binaries'.
39730              Subject: [PATCH]: default byteorder
39731              
39732              Subject: [PATCH] Cwd.pm now uses strict
39733              
39734              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
39735              
39736              Get -DLEAKTEST to compile (not necessarily to work, mind)
39737              Subject: [ID 20000724.006] -DLEAKTEST problem
39738              
39739              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
39740              
39741              Add perlebcdic from Peter Prymmer, regen toc.
39742              
39743              Don't propose using modules built for 5.005 if no binary
39744              compatibility with 5.005 is attempted.
39745              
39746              Do not use prototyping here.
39747              Subject: [ID 20000817.016] [PATCH] Peek.xs
39748              
39749              Document what the backtick returns if the command fails.
39750              
39751              Add byteorder to the myconfig output.
39752              
39753              Introduce NVef, NVff, and NVgf, use the middle one.
39754              (helps for lib/peek + Linux + long doubles)  Reported in
39755              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39756              Use NVs in POSIX math, not doubles.
39757              Subject: [ID 20000817.014] POSIX & modfl
39758              
39759              Subject: [PATCH 5.6.0+] newSVrv() memory leak
39760              
39761              The byteorder code in #6671 was wrong.
39762              
39763              Fix the lib/complex failure of
39764              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39765              Linux long double accuracy issue: something that
39766              when printed with %g looks like "2" but int() of it is 1.
39767              
39768              Propagate new Configure vars.
39769              
39770              Unbuffer the output.
39771              
39772              Subject: [PATCH] perltrap.pod spring cleaning
39773              
39774              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39775              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39776              
39777              Tiny Getopt::Long patch from Johan Vromans.
39778              
39779              Document code point which makes if (defined %stash::) to work
39780              (noted by Spider Boardman).
39781              
39782              Subject: [PATCH perl@6698] cygwin port
39783              
39784              Document the NDBM_File and ODBM_File as SDBM_File
39785              was documented in #6417.
39786              
39787              The new tests were missing from #6415.
39788              
39789              Add [[:blank:]] as suggested in
39790              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39791              (the [=cc=] has already been taken care of by #6439
39792              so the whole bug report can be closed)
39793              and make [[:space:]] to be equivalent to isspace(3)
39794              (as opposed to \s, which is isSPACE()).  The difference
39795              is that now [[:space:]] matches the mythical vertical tab,
39796              while \s doesn't.
39797              
39798              Don't eat leading os from index entries.
39799              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39800              
39801              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39802              
39803              Typo in pp_complement().
39804              Subject: [PATCH perl-current] Deparse
39805              
39806              Add warnif(), check warnings further up the stack,
39807              all the warnings functions now can take an optional object reference.
39808              Subject: [PATCH bleedperl@6691] warnings pragma update
39809              
39810              Fix a core dump in lib/selfloader under -DDEBUGGING.
39811              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39812              
39813              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39814              
39815              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39816              
39817              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39818              Put back the long double avoidance code to POSIX.xs
39819              because VMS seems to need it still.
39820              
39821              Introduce a 'veryclean' target that is like 'distclean'
39822              but also removes *~ and *.orig.
39823              
39824              Subject: [ID 20000817.023] endianness description in perlfunc.pod
39825              
39826              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39827              
39828              Let's try #6717 again.
39829              
39830              UTF8 concat fixes.
39831              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39832              
39833              pp_open() could pass an uninitialized filename down to do_open9().
39834              
39835              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39836              
39837              Update to CGI 2.72, from Lincoln Stein.
39838              
39839              Subject: [PATCH] Silence MakeMaker (Was: installman)
39840              
39841              Use temporary directory instead of current directory.
39842              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39843              
39844              Document odd vs even subreleases and -Dusedevel.
39845              
39846              The veryclean target needs to clobber.
39847              
39848              Use File::Spec->tmpdir().
39849              
39850              Document the number of exponent digits.
39851              
39852              Mention perlebcdic and perlposix-bc.
39853              
39854              s/this one/the 5.6.0 release/
39855              
39856              The #6724 is here.
39857              
39858              The correct cleaning order is an art.
39859              
39860              small tweaks for change#6705: avoid C++ style comments in C code;
39861              use Perl's malloc API rather than the low level system one
39862              
39863              Array context keeps slithering in.
39864              
39865              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39866              
39867              Subject: [PATCH] os2.c fix for use64bitint
39868              
39869              Update to Pod::LaTeX 0.53.
39870              Subject: [PATCH] lib/Pod/LaTeX.pm updates
39871              
39872              Document the endianness of Alpha more precisely.
39873              
39874              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39875              
39876              Rename the macro argument because some preprocessors
39877              can't tell the difference and expand arguments also inside
39878              double quoted strings.
39879              
39880              free TLS slot properly on Windows
39881              
39882              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39883              
39884              Unicos/mk requires elaborate paranoia.
39885              
39886              Tweak the floating point output routine preferences.
39887              
39888              Also under djgpp the timestamps are funky.
39889              
39890              Apply some PodParser 1.18 patches; the Pod/Find.pm
39891              patches cannot be applied since #6712 conflicts.
39892              
39893              Use PodParser 1.18 new test.
39894              
39895              A pod nit.
39896              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39897              
39898              Be verydeepclean.
39899      Branch: maint-5.6/perl
39900           +> pod/perlebcdic.pod
39901           !> (integrate 106 files)
39902 ____________________________________________________________________________
39903 [  7892] By: jhi                                   on 2000/11/27  15:02:32
39904         Log: Update Changes.
39905      Branch: perl
39906            ! Changes patchlevel.h
39907 ____________________________________________________________________________
39908 [  7891] By: jhi                                   on 2000/11/27  14:57:23
39909         Log: Subject: Re: perlfaq style changes
39910              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39911              Date: Sat, 25 Nov 2000 23:32:26 -0800
39912              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
39913              
39914              plus a note from Ronald Kimball.
39915      Branch: perl
39916            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
39917 ____________________________________________________________________________
39918 [  7890] By: jhi                                   on 2000/11/27  14:53:14
39919         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
39920              From: Benjamin Holzman <bah@ecnvantage.com>
39921              Date: Sun, 26 Nov 2000 16:27:33 -0500
39922              Message-ID: <20001126162733.J25040@ecnvantage.com>
39923      Branch: perl
39924            ! gv.c
39925 ____________________________________________________________________________
39926 [  7889] By: jhi                                   on 2000/11/27  14:43:11
39927         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
39928              From: lvirden@cas.org
39929              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
39930              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
39931      Branch: perl
39932            ! README.amiga
39933 ____________________________________________________________________________
39934 [  7888] By: jhi                                   on 2000/11/27  14:32:34
39935         Log: Restore also the locale test to no-sprintf-taint state.
39936              Fixes the bug 20001127.003.
39937      Branch: perl
39938            ! sv.c t/pragma/locale.t
39939 ____________________________________________________________________________
39940 [  7887] By: gsar                                  on 2000/11/27  14:13:05
39941         Log: integrate changes#6613..6616,6620..6665 from mainline
39942              
39943              VMS configure.com update continues.
39944              
39945              Subject: Test fails / warnings with perl-current #6612
39946              
39947              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
39948              
39949              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39950              
39951              For now remove the mail code.
39952              
39953              Subject: Re: [PATCH] @+, @- readonly
39954              
39955              Subject: warning: storage class after type is obsolescent
39956              
39957              Subject: sfio2000
39958              
39959              Subject: Re: File::Temp problems on VMS in bleedperl
39960              
39961              README.os2 update.
39962              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
39963              
39964              Make the user to give up his firstborn, err, to knowingly
39965              verify installing an unstable developer release.  Also bump
39966              the release to 5.7.0, but leave a patch tag in the local
39967              patches saying that this is not yet the real thing.
39968              
39969              Update (kinda) to Test 1.14, from Joshua Pritikin.
39970              
39971              make ok etc also for win32.
39972              
39973              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
39974              
39975              Don't blow limited stacks, a lower number is enough to
39976              tickle the lookbehind limit.
39977              
39978              Use -Dusedevel; regen Configure and the respective Porting stuff.
39979              
39980              Subject: [PATCH] debugger exit code should reflect user exit code
39981              
39982              Subject: [PATCH perl@6620] cygwin port
39983              
39984              Missed a file from #6638.
39985              
39986              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)
39987              
39988              magic callbacks all need to have same type signature
39989              
39990              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
39991              
39992              Fix a dependency problem.
39993              Subject: [PATCH: 6640] VMS Makefile.SH update
39994              
39995              The numeric locale was reset to "C" by s?printf and never restored.
39996              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
39997              No test since adding the failing example to locale.t
39998              does not fail -- probably because the locale settings are so
39999              thoroughly tweaked by that time.  Running the example standalone
40000              does fail, though.  UPDATE: test case added at change #7540.
40001              
40002              Subject: [ID 20000324.040] minor fix to perlhpux.pod
40003              
40004              Update to CPAN 1.57.
40005              
40006              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40007              
40008              Change the perlbug address to perl.org since it's more forgiving.
40009              
40010              Change the regx compilation error markers to use = instead of <
40011              since pod makes using the latter quite messy.  Reported in
40012              ID 20000814.006 by Abigail and in
40013              Subject: Unknown escape E<> ?
40014              
40015              Update to perldebtut 1.9, from Richard Foley.
40016              
40017              check that the number pseudo children doesn't exceed
40018              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40019              the WaitForMultipleObjects() limit that would cause wait()
40020              to crash)
40021              wait() and waitpid() could potentially be rewritten to use
40022              more than one thread to do the waiting to eliminate this
40023              limitation
40024              
40025              change#6328 could make close(SOCKET) return false on windows
40026              when it shouldn't
40027              
40028              pod nit seen in passing
40029              
40030              on windows, the return values from wait() and waitpid() don't
40031              match those of pseudo-pids
40032              
40033              waitpid() now handles externally spawned pids correctly;
40034              fixes for backtick/wait/waitpid failures on Windows 9x
40035              these changes make the pid returned by process functions on
40036              Windows 9x always positive by clearing the high bit (which
40037              is always set on Win9x); pseudo-process PIDs are likewise
40038              always negative now on Win9x (just as on NT/2000)
40039              
40040              trailing new %ENV entries weren't being pushed into the real
40041              environment of subprocesses on Windows
40042              
40043              Tweak the regex compilation errors once more.
40044              
40045              avoid warnings from dense compiler
40046              
40047              add "ok" targets from change#6632 in makefile.mk
40048      Branch: maint-5.6/perl
40049            - lib/Pod/PlainText.pm vms/configure.com
40050           !> (integrate 66 files)
40051 ____________________________________________________________________________
40052 [  7886] By: jhi                                   on 2000/11/27  13:54:18
40053         Log: __FUNCTION__ isn't portable and trying to emulate it leads
40054              into practically spelling out the name of the function.
40055              Takes care of the bug 20001127.001.
40056      Branch: perl
40057            ! perlio.c
40058 ____________________________________________________________________________
40059 [  7885] By: gsar                                  on 2000/11/27  13:53:18
40060         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
40061              6610..6611 from mainline
40062              
40063              Make regular expression parse error messages easier to understand.
40064              Subject: Re: enhanced(?) regex error messages
40065              
40066              Tiny tidying on report_evil_fh().
40067              
40068              Subject: Re: enhanced(?) regex error messages 
40069              plus Capitalize the error messages, plus perldiag them.
40070              
40071              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
40072              
40073              Document here-doc better.
40074              
40075              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40076              
40077              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
40078              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
40079              (either perlbug or p5p ate the original), plus regen
40080              perlapi and perltoc. 
40081              
40082              Regen global.sym.
40083              
40084              Double check that we have a dirhandle.
40085              
40086              Subject: Re: enhanced(?) regex error messages
40087              (plus two small patches sent privately)
40088              (this still seems to leave few test failures)
40089              
40090              warn is a macro, avoid using at a variable to avoid warnings
40091              in some configurations; readdir.t is too conservative in
40092              estimating number of *.t's
40093              
40094              Get back into sync with Jeffrey on the enhanced regex warnings.
40095              
40096              Subject: [PATCH 5.6.0] cygwin port
40097              
40098              Zero entries were skipped, fix from Adrian Goalby
40099              <argoalby@yahoo.co.uk>
40100              
40101              Subject: Remove dead entry in perldiag
40102              
40103              Amend the description of Perl6.
40104              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
40105              
40106              detypo
40107              
40108              It's the 2ndO'ROSSC.
40109              
40110              Revert the sv.c part of #6559, a better fix is needed.
40111              
40112              Iterating perl6 description.
40113              
40114              Update to Term::ANSIColor 1.03, from Russ Allbery.
40115              
40116              Update to Getopt::Long 2.23_05, from Johan Vromans.
40117              
40118              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
40119              
40120              Update to Pod::Parser 1.17, from Brad Appleton.
40121              
40122              Update to CPAN 1.56, from Andreas König.
40123              
40124              Update to CGI 2.70, from Lincoln Stein.
40125              
40126              Put back the std @INC thing.
40127              
40128              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40129              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40130              
40131              Document the IO::Select timeout.
40132              
40133              sleep(1) does not necessarily return 1.
40134              Subject: [PATCH bleadperl] op/lex_assign.t  
40135              
40136              Subject: debugger "d" command doesnt check line number
40137              
40138              B::Deparse didn't do sub attributes.
40139              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40140              
40141              Preprocessing and postprocessing for File::Find.
40142              Subject: Patch to Find::File.pm to allow alphabetical results
40143              
40144              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
40145              
40146              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40147              
40148              Subject: Re: [ID 20000730.003] utf8::length() bad
40149              
40150              Subject: Getting perlio and threads to compile
40151              (the Solaris version changes in Configure skipped)
40152              
40153              Tests for #6589.
40154              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40155              
40156              Add Perl debugging tutorial, regen toc. 
40157              Subject: perldebtut.pod
40158              
40159              Add a few missing files, update MANIFEST.
40160              
40161              Rewrite of vms/subconfigure.com as configure.com,
40162              from Peter Prymmer and the vmsperl crew.
40163              
40164              Should have deleted this in #6603.
40165              
40166              Fix the test for 5005threads.
40167              
40168              Fix-n-skip the tests under 5005threads.
40169              
40170              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
40171              
40172              Upgrade to CGI 2.71, from Lincoln Stein.
40173      Branch: maint-5.6/perl
40174           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40175           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
40176           +> t/op/regmesg.t t/pod/find.t vms/configure.com
40177            - vms/subconfigure.com
40178            ! lib/lib.pm
40179           !> (integrate 115 files)
40180 ____________________________________________________________________________
40181 [  7884] By: jhi                                   on 2000/11/27  13:44:33
40182         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
40183              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40184              Date:     Mon, 27 Nov 2000 08:23:54 EST
40185              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
40186      Branch: perl
40187            ! vms/descrip_mms.template vms/test.com
40188 ____________________________________________________________________________
40189 [  7883] By: gsar                                  on 2000/11/27  11:50:46
40190         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
40191              6511..6513,6515..6523,6525..6536
40192              
40193              The swallow_bom() saga continues.  The #23 of require.t
40194              (UTF16-LE) still fails (silently, no output) but the #22
40195              (UTF16-BE) seems to be working now.  The root of the
40196              failure may be in sv_gets(): is it UTF-16LE-aware,
40197              especially when it comes to line endings? 
40198              
40199              Document the problem with -P in HP-UX and its workaround.
40200              
40201              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
40202              (aka ID 20000730.002)
40203              
40204              Subject: fix and question re: waitpid() under win32
40205              
40206              Make the safety catch for buggy gccs work with triple version
40207              numbers like 2.95.2.  Reported in
40208              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
40209              
40210              In Digital UNIX warn if gcc explicitly chosen because even
40211              2.95.2 is known to cause problems.
40212              
40213              Make chr() for values >127 to create utf8 when under utf8.
40214              
40215              various syntax errors and such (not fixed: comp/require.t#22 coredump
40216              on Windows)
40217              
40218              Stash away the largefiles flags and libswanted.
40219              
40220              BOM patching from Simon Cozens.
40221              
40222              If gccosandvers is equal to osname, clear gccosandvers.
40223              
40224              Make p4desc to skip non-mainperl branches by default.
40225              
40226              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
40227              
40228              The test from this
40229              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
40230              
40231              In new BSDs changes to argv[] do not show up in ps(1) output,
40232              instead one must use setproctitle().  This was already addressed
40233              by change #6457, but the below has a new variant for FreeBSD 4.0
40234              or later, and the matter is also documented more.
40235              
40236              FreeBSD 3.* updates from
40237              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
40238              
40239              regen_headers, regen perltoc.
40240              
40241              Document in one place the memory abstractions used in Perl core.
40242              
40243              memcpy has n o in it, as pinted ut by Sarathy.
40244              
40245              Remove the extraneous "main::" prefix from all the
40246              "opened only for", "on closed", and "never opened" warnings.
40247              
40248              The name of a filehandle does not have <these>.
40249              
40250              The tr utf8 patching continues.
40251              
40252              The new setproctitle() feature is available only in 
40253              bleeding edge FreeBSD.  From Paul Saab.
40254              
40255              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
40256              
40257              Dump UVs as UVs in Data::Dumper.
40258              
40259              detypo #6494
40260              
40261              Document the IVdf UVuf UVof UVxf.
40262              
40263              require.t needs binmode() to work on windows
40264              
40265              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
40266              that are hopefully soon put into use.
40267              
40268              Allow "no Module;" even if there is no 'unimport'.
40269              
40270              Better skip message for the test; one of the two problems in
40271              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
40272              
40273              The subtest 4 may fail also on VOBS, as pointed out
40274              by Nick Ing-Simmons in November 1999, bug id 19991124.003
40275              (but the failure in that bug report isn't the subtest 4).
40276              
40277              Be more informative on what is skipped and why,
40278              also repeat the list at the end.
40279              
40280              Add a URL for FSF.
40281              
40282              Subject: [PATCH] sv.h documentation - SvLEN
40283              
40284              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
40285              
40286              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
40287              
40288              Subject: [PATCH] bad cppsymbols on os2 + Configure question
40289              
40290              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
40291              
40292              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
40293              mention the idea of @( and @)
40294              
40295              This is 6512.  Really.
40296              
40297              Subject: [ID 19990721.004] Documentation bug in perlfunc
40298              
40299              Subject: Minor tweak to perlvar.pod
40300              
40301              In the warnings call filehandles consistently so;
40302              add "unopened" warning for stat().
40303              
40304              After the #6519 a warning about stat() is just that,
40305              not about a filetest, which now have their own warning.
40306              
40307              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
40308              
40309              Subject: Re: Array vs. List context
40310              
40311              Subject: New perlcc, take 2
40312              
40313              Weed buglets pointed out by
40314              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
40315              
40316              gcc versions might have (parentheses) in them.
40317              
40318              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
40319              
40320              Essential prototype changes were missing from #6527.
40321              Also make report_evil_fh() more bomb-proof.
40322              
40323              Zap lib/Sys directory when cleaning up.
40324              
40325              Change the Policy policy: now -Dprefix= with an existing
40326              Policy.sh and prefix == siteprefix == vendorprefix, then all
40327              of them follow along the new prefix.
40328              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
40329              
40330              Continue fixing the io warnings.  This also
40331              sort of fixes bug ID 20000802.003: the core dump
40332              is no more.  Whether the current behaviour is correct
40333              (giving a warning: "Not a format reference"), is another matter.
40334              
40335              Have symbols for the IoTYPEs.
40336              
40337              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
40338              
40339              Document a bit that UDP is not what you might think.
40340              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
40341              tr memory corruption fix from Simon Cozens.
40342              
40343              Plug the security hole described in the Aug 05 2000 bugtraq message
40344              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
40345              The security hole exists only in suidperls, which isn't
40346              installed or even built by default.
40347      Branch: maint-5.6/perl
40348           !> (integrate 71 files)
40349 ____________________________________________________________________________
40350 [  7882] By: gsar                                  on 2000/11/27  10:25:36
40351         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
40352              from mainline
40353              
40354              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
40355              to be fatal errors (instead of by default ignoring them, and
40356              ignoring with a bug: even though -w gave an error, the opening [
40357              was left in)  Reported in:
40358              
40359              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
40360              
40361              Subject: [PATCH] split /^/
40362              
40363              MacOS nits from Matthias Neeracher.
40364              
40365              More split() doc and test patches from Mike Guy.
40366              
40367              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
40368              from Graham Barr in the module list.
40369              
40370              docfix from Peter Scott <Peter@PSDT.com>.
40371              
40372              File::Temp patches for VMS and OS/2 from Tim Jenness.
40373              
40374              open() wariness in perlbug.
40375              
40376              Subject: [PATCH] minor doc change - perlguts
40377              
40378              Subject: Minor doc patch: handy.h
40379              
40380              Be wary of close()s, too.
40381              
40382              Further File::Temp patches from Yitzchak Scott-Thoennes
40383              and Craig A. Berry.
40384              
40385              Subject: [PATCH] fixes bug 20000508.004
40386              
40387              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
40388              
40389              Allow "no AutoLoader;", based on change #6444,
40390              suggested by Graham Barr.
40391              
40392              Use setproctitle() if available to modify $0.
40393              
40394              Warn if the version of the operating system used to compile gcc
40395              differs from the current version of the operating system.
40396              Also display the gcc compilation os and version in myconfig.
40397              Inspiration from
40398              
40399              Tiny fixes for #6460.
40400              
40401              The problem described in this
40402              Subject: [ID 20000322.018] named chars aren't magical enough
40403              has been fixed in perl 5.6.0 but just in case added a test
40404              to keep it away.  (The report from Joseph Hall.)
40405              
40406              Tune the comments and hopefully stop a memory leak.
40407              
40408              Subject: UTF8 concat
40409              (with a memory leak fixed, plus a few casts added)
40410              This also seems to help for
40411              Subject: [ID 20000716.015] join UTF8 weirdness
40412              
40413              Do not upgrade SVs into utf8 just because they participate
40414              in eq or cmp.  Reported and fix suggested in
40415              Subject: [ID 20000720.009] sv_eq UTF8 bug
40416              
40417              Fix the HALF_UPGRADE() macro introduced in #6263.
40418              
40419              Find green threads before native threads.
40420              Subject: Re: Patch to jpl/JNI/Makefile.PL
40421      Branch: maint-5.6/perl
40422           !> (integrate 30 files)
40423 ____________________________________________________________________________
40424 [  7881] By: jhi                                   on 2000/11/27  05:48:41
40425         Log: It seems that *both* the unused submatch loop cleanup
40426              codes are needed.
40427      Branch: perl
40428            ! regexec.c
40429 ____________________________________________________________________________
40430 [  7880] By: jhi                                   on 2000/11/27  04:50:07
40431         Log: Clean .exists deeper.
40432      Branch: perl
40433            ! Makefile.SH
40434 ____________________________________________________________________________
40435 [  7879] By: jhi                                   on 2000/11/27  02:31:35
40436         Log: The code in regcppop() (see #7878) contains the correct lower
40437              limit for the unused submatch 'cleanup' loop so that under
40438              "use utf8" the following code wouldn't dump core:
40439              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
40440              the cleanup loop in regtry() stomped beyond allocated area
40441              in the startp[] array.  Therefore, copied the correct lower
40442              loop limit (*PL_reglastparen) to regtry().  Note: something
40443              may still not be quite right: why was the _higher_ loop limit
40444              (prog->nparens) different in the utf8 case?
40445              
40446              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
40447              without core dumps, there were about 17 of them before
40448              the patch (with us since Perl 5.7.0).  Two failures, still:
40449              496 and 505 (though these may not be severe).
40450              
40451              Patch #7881 is also needed since both the cleanup loops
40452              seem to be needed.
40453              
40454              Also, the t/op/pat#44 seems to core dump under utf8.
40455              Plus a couple of failures.  UGH-8.
40456      Branch: perl
40457            ! regexec.c
40458 ____________________________________________________________________________
40459 [  7878] By: jhi                                   on 2000/11/27  02:21:17
40460         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
40461              the code in regcppop() seems to be redundant for the test suite --
40462              but it contains a germ of truth, and it needed for the build
40463              process itself: see #7879 and #7881.
40464      Branch: perl
40465            ! regexec.c
40466 ____________________________________________________________________________
40467 [  7877] By: jhi                                   on 2000/11/27  01:53:09
40468         Log: Comment on comment.
40469      Branch: perl
40470            ! regexec.c
40471 ____________________________________________________________________________
40472 [  7876] By: jhi                                   on 2000/11/27  00:49:59
40473         Log: Adjust the docs to agree with #7875.
40474      Branch: perl
40475            ! pod/perllocale.pod
40476 ____________________________________________________________________________
40477 [  7875] By: jhi                                   on 2000/11/27  00:49:27
40478         Log: Retract #7863.  It makes more sense not to taint formatted output,
40479              not even by sprintf().
40480      Branch: perl
40481            ! sv.c
40482 ____________________________________________________________________________
40483 [  7874] By: jhi                                   on 2000/11/26  23:36:02
40484         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40485              Not really fixed (should really dump the UTF-8 charclass),
40486              but stopped displaying the garbage.
40487              
40488              Also add a note on the (missing) Unicode PSXSPC and BLANK.
40489      Branch: perl
40490            ! regcomp.c
40491 ____________________________________________________________________________
40492 [  7873] By: jhi                                   on 2000/11/26  21:31:13
40493         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40494      Branch: perl
40495            ! regexec.c
40496 ____________________________________________________________________________
40497 [  7872] By: jhi                                   on 2000/11/26  21:06:04
40498         Log: No need to scan till infinity, 13 is enough.
40499      Branch: perl
40500            ! handy.h utf8.c
40501 ____________________________________________________________________________
40502 [  7871] By: jhi                                   on 2000/11/26  20:20:32
40503         Log: Test line numbers are different with utf8.
40504      Branch: perl
40505            ! t/op/re_tests
40506 ____________________________________________________________________________
40507 [  7870] By: jhi                                   on 2000/11/26  20:10:12
40508         Log: Message nit.
40509      Branch: perl
40510            ! regcomp.c
40511 ____________________________________________________________________________
40512 [  7869] By: jhi                                   on 2000/11/26  19:01:05
40513         Log: Make utf8_length() and utf8_distance() (the latter of which
40514              is unused at the moment) to be less forgiving about bad UTF-8.
40515      Branch: perl
40516            ! embed.h embed.pl objXSUB.h proto.h utf8.c
40517 ____________________________________________________________________________
40518 [  7868] By: jhi                                   on 2000/11/26  18:45:56
40519         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
40520              From: Benjamin Holzman <bah@ecnvantage.com>
40521              Date: Sat, 25 Nov 2000 20:40:20 -0500       
40522              Message-ID: <20001125204020.A25040@ecnvantage.com>              
40523              
40524              Debian allows installing /usr/bin/locale without installing
40525              any locales, an error message will ensue.
40526      Branch: perl
40527            ! t/pragma/locale.t
40528 ____________________________________________________________________________
40529 [  7867] By: jhi                                   on 2000/11/26  18:31:12
40530         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
40531              From: Benjamin Holzman <bah@ecnvantage.com>
40532              Date: Sun, 26 Nov 2000 02:42:34 -0500
40533              Message-ID: <20001126024234.G25040@ecnvantage.com>
40534              
40535              Patch for the bug 20000212.002.
40536      Branch: perl
40537            ! sv.c t/op/array.t
40538 ____________________________________________________________________________
40539 [  7866] By: jhi                                   on 2000/11/26  18:28:09
40540         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
40541              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40542              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
40543              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
40544              
40545              File::Temp 0.11.
40546      Branch: perl
40547            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40548 ____________________________________________________________________________
40549 [  7865] By: jhi                                   on 2000/11/26  18:24:22
40550         Log: The metaconfig unit change for #7864.
40551      Branch: metaconfig/U/perl
40552            ! need_va_copy.U
40553 ____________________________________________________________________________
40554 [  7864] By: jhi                                   on 2000/11/26  18:23:41
40555         Log: Make the va_copy() test not to be so talkative.
40556      Branch: perl
40557            ! Configure config_h.SH
40558 ____________________________________________________________________________
40559 [  7863] By: jhi                                   on 2000/11/26  18:11:02
40560         Log: Fix locale inconsistencies unearthed by Hugo's work.
40561              Now the floating point sprintf really does taint the result
40562              string as perllocale promises (has promised for a long time)
40563              if "use locale" is in the lexical scope.
40564      Branch: perl
40565            ! sv.c t/pragma/locale.t
40566 ____________________________________________________________________________
40567 [  7862] By: jhi                                   on 2000/11/26  00:35:15
40568         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
40569              From: Nicholas Clark <nick@ccl4.org>
40570              Date: Sun, 26 Nov 2000 00:07:50 +0000
40571              Message-ID: <20001126000750.A22446@plum.flirble.org>
40572              
40573              Infinit.
40574      Branch: perl
40575            ! sv.c
40576 ____________________________________________________________________________
40577 [  7861] By: jhi                                   on 2000/11/26  00:01:26
40578         Log: Integrate perlio.
40579      Branch: perl
40580           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
40581 ____________________________________________________________________________
40582 [  7860] By: nick                                  on 2000/11/25  22:04:17
40583         Log: Correct relative path from new ext\Filter\Util\Call location
40584              back to miniperl.
40585      Branch: perlio
40586            ! win32/makefile.mk
40587 ____________________________________________________________________________
40588 [  7859] By: nick                                  on 2000/11/25  21:26:54
40589         Log: Integrate mainline.
40590      Branch: perlio
40591           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
40592           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40593           +> t/lib/filter-util.t
40594            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40595            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40596            - t/lib/filt-util.t
40597           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
40598           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40599           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
40600           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
40601           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
40602           !> win32/makefile.mk
40603 ____________________________________________________________________________
40604 [  7858] By: gsar                                  on 2000/11/25  20:52:17
40605         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
40606              parent's memory; fix it by keeping track of the actual pad
40607              offset rather than a raw pointer (this change is probably also
40608              relevant to non-ithreads case to avoid fallout from reallocs of
40609              the pad array, but is currently only enabled for the ithreads
40610              case in the interests of minimal disruption to existing "well
40611              tested" code)
40612      Branch: perl
40613            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
40614            ! proto.h scope.c scope.h sv.c t/op/fork.t
40615 ____________________________________________________________________________
40616 [  7857] By: nick                                  on 2000/11/25  20:01:28
40617         Log: All tests pass on Win32/gcc/USE_PERLIO.
40618              - when crlf layer is pushed make unix-level binary.
40619              - remove :crlf injection in pp_backtick in pp_sys.c
40620              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
40621      Branch: perlio
40622            ! doio.c perlio.c pp_sys.c win32/makefile.mk
40623 ____________________________________________________________________________
40624 [  7856] By: jhi                                   on 2000/11/25  18:38:30
40625         Log: Update the metaconfig units for #7855.
40626      Branch: metaconfig/U/perl
40627            ! useperlio.U usesocks.U
40628 ____________________________________________________________________________
40629 [  7855] By: jhi                                   on 2000/11/25  18:37:54
40630         Log: Undo the SOCKS workarounds, instead start using PerlIO
40631              if SOCKS is selected.
40632              
40633              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
40634              From: Jens Hamisch <jens@Strawberry.COM>
40635              Date: Fri, 24 Nov 2000 18:31:30 +0100
40636              Message-ID: <20001124183130.E28337@Strawberry.COM>
40637              
40638              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
40639              From: Jens Hamisch <jens@Strawberry.COM>
40640              Date: Fri, 24 Nov 2000 19:11:51 +0100
40641              Message-ID: <20001124191151.A28753@Strawberry.COM>
40642      Branch: perl
40643            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
40644            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
40645 ____________________________________________________________________________
40646 [  7854] By: jhi                                   on 2000/11/25  17:39:08
40647         Log: Undo #7848.  Some of the code seems to use walkoptree(),
40648              some walkoptree_slow().  An unfinished renaming?
40649              Now the sub is walkoptree() (which is @EXPORT_OK),
40650              the walkoptree_slow() is a typeglob alias to walkoptree.
40651              This makes the tests to pass, at least.
40652      Branch: perl
40653            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40654 ____________________________________________________________________________
40655 [  7853] By: nick                                  on 2000/11/24  22:24:33
40656         Log: Re-arrange crlf vs binary for platforms that care.
40657              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
40658              Lip-service to making stdio layer work on such platfroms (untested).
40659              Now fails 3 tests rather than one, checkin to see if I can debug 
40660              the issue under linux. (Do not merge.)
40661      Branch: perlio
40662            ! doio.c perlio.c perliol.h
40663 ____________________________________________________________________________
40664 [  7852] By: jhi                                   on 2000/11/24  18:57:39
40665         Log: AUTHORS edits.
40666      Branch: perl
40667            ! AUTHORS
40668 ____________________________________________________________________________
40669 [  7851] By: jhi                                   on 2000/11/24  17:34:56
40670         Log: Add Jan-Erik Karlsson.
40671      Branch: perl
40672            ! AUTHORS
40673 ____________________________________________________________________________
40674 [  7850] By: jhi                                   on 2000/11/24  17:27:56
40675         Log: Configure should find stdchar on its own.
40676      Branch: perl
40677            ! hints/solaris_2.sh
40678 ____________________________________________________________________________
40679 [  7849] By: jhi                                   on 2000/11/24  17:24:55
40680         Log: Subject: PATCH over 7848: Filter test flawed
40681              From: andreas.koenig@anima.de (Andreas J. Koenig)
40682              Date: 24 Nov 2000 10:28:29 +0100
40683              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
40684      Branch: perl
40685            ! t/lib/filter-util.t
40686 ____________________________________________________________________________
40687 [  7848] By: jhi                                   on 2000/11/24  17:22:15
40688         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
40689              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
40690              Date: Fri, 24 Nov 2000 16:12:58 +0000
40691              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
40692      Branch: perl
40693            ! ext/B/B.pm
40694 ____________________________________________________________________________
40695 [  7847] By: jhi                                   on 2000/11/24  03:07:01
40696         Log: Integrate perlio.
40697      Branch: perl
40698           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40699           !> win32/makefile.mk
40700 ____________________________________________________________________________
40701 [  7846] By: gsar                                  on 2000/11/24  00:55:57
40702         Log: integrate changes#6415..6418,6420..6438 from mainline
40703              
40704              Fix the bitvector ops for utf8 (tricky since past 7 bits
40705              the utf8 'characters' can be more than one octet).
40706              
40707              MPE/ix updates for perl 5.6.0 from Mark Bixby.
40708              
40709              Subject: SDBM_File documentation
40710              
40711              Detypo.
40712              
40713              Decutandpasto.
40714              
40715              Send all installperl messages to STDERR and be -w clean.
40716              
40717              Out-of-date note removed.
40718              
40719              Protect against "wild next"s, that is, callbacks doing "next"
40720              instead of "return".
40721              
40722              Use STDOUT consistently.
40723              
40724              The output might have been produced in the wrong order.
40725              
40726              A missing 'break' after the [[:space:]] switch case.
40727              
40728              Add tests for
40729              [ID 19991110.003] another matching finding by pcre author
40730              which has already been fixed by some patch, as verified in
40731              
40732              Documentation to explain the behaviour of map().
40733              
40734              Add an optimization for map-maps-a-list-element-to-more-list-elements
40735              case, but add also notes explaining the relationship of this
40736              patch and the earlier notes by Sarathy.
40737              
40738              Subject: [ID 20000716.023] syslog test fails without sockets
40739              
40740              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
40741              Test cases for #6431.
40742              
40743              File::Spec::VMS fixup for tmpdir from Craig Berry.
40744              
40745              Make the "uninit variable" warning to say "concat or string"
40746              or "join or string" when in concat or join .
40747              
40748              Get UTF16 BOMs working.  Patch from
40749              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
40750              
40751              Subject: [PATCH] Make large file tests deal with SIGXFSZ
40752              
40753              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
40754              
40755              Subject: [PATCH] av.c apidoc
40756      Branch: maint-5.6/perl
40757           !> (integrate 43 files)
40758 ____________________________________________________________________________
40759 [  7845] By: gsar                                  on 2000/11/24  00:20:45
40760         Log: integrate changes#6406..6414 from mainline
40761              
40762              Merge perlhacktut into perlhack, update perlguts.
40763              
40764              Fix AutoSplit to use File::Spec the right way in VMS,
40765              from Peter Prymmer.
40766              
40767              The bug report
40768              [ID 19991110.002] minimal matching discrepancy found by pcre author
40769              seems to have been fixed (though differently from what was suggested
40770              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
40771              
40772              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
40773              not in pod, from Peter Prymmer
40774              
40775              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
40776              From: Hugo <hv@crypt.compulink.co.uk>
40777              Date: Fri, 14 Jul 2000 23:05:20 +0100
40778              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
40779              
40780              Didn't anymore apply, but that point still could use another fix.
40781              
40782              lib/b test fixes from Peter Prymmer.
40783              
40784              More docs for sv functions.
40785              
40786              perlvms.pod whitespace cleanup to keep pod utils happy.
40787              
40788              another VMS build tweak from Peter Prymmer
40789      Branch: maint-5.6/perl
40790           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
40791           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
40792           !> vms/descrip_mms.template vms/perlvms.pod
40793 ____________________________________________________________________________
40794 [  7844] By: nick                                  on 2000/11/23  23:42:45
40795         Log: Win32/perlio Now just fails one io/argv.t test - lack 
40796              of default :crlf on standard streams.
40797      Branch: perlio
40798            ! doio.c perlio.c
40799 ____________________________________________________________________________
40800 [  7843] By: nick                                  on 2000/11/23  23:04:05
40801         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
40802              peek fail is showing a real problem (multiple crlf layers
40803              are getting pushed.)
40804      Branch: perlio
40805            ! doio.c perlio.c win32/makefile.mk
40806 ____________________________________________________________________________
40807 [  7842] By: nick                                  on 2000/11/23  19:46:23
40808         Log: Implement PerlIO_binmode()
40809              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
40810              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
40811              make binmode in t/lib/io_tell.t unconditional so that works.
40812              Checkin just so Win32 machine can see these changes.
40813      Branch: perlio
40814            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40815 ____________________________________________________________________________
40816 [  7841] By: jhi                                   on 2000/11/23  19:30:00
40817         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
40818      Branch: perl
40819            ! README.amiga
40820 ____________________________________________________________________________
40821 [  7840] By: jhi                                   on 2000/11/23  17:18:02
40822         Log: SOCKS wrestling continues, patches from Jens Hamisch.
40823      Branch: perl
40824            ! doio.c embed.h embed.pl perlsdio.h proto.h
40825 ____________________________________________________________________________
40826 [  7839] By: jhi                                   on 2000/11/23  16:54:14
40827         Log: Push Filter::Util::Call one level deeper.
40828      Branch: perl
40829            + t/lib/filter-util.t
40830           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
40831           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40832            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40833            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40834            - t/lib/filt-util.t
40835            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40836            ! win32/Makefile win32/makefile.mk
40837 ____________________________________________________________________________
40838 [  7838] By: jhi                                   on 2000/11/23  16:52:40
40839         Log: Reach back one higher up when searching for PERL_SRC.
40840      Branch: perl
40841            ! lib/ExtUtils/MM_Unix.pm
40842 ____________________________________________________________________________
40843 [  7837] By: jhi                                   on 2000/11/23  16:05:41
40844         Log: Subject: Re: perl@7826
40845              Date: Thu, 23 Nov 2000 02:20:25 -0600
40846              From: "Craig A. Berry" <craigberry@mac.com>
40847              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
40848              
40849              Make VMS to like Filter::Util::Call. 
40850      Branch: perl
40851            ! configure.com ext/Filter/Util/Makefile.PL
40852 ____________________________________________________________________________
40853 [  7836] By: nick                                  on 2000/11/23  16:04:08
40854         Log: Implement crlf layer - not ready for merge.
40855      Branch: perlio
40856            ! perlio.c win32/makefile.mk
40857 ____________________________________________________________________________
40858 [  7835] By: jhi                                   on 2000/11/23  15:56:52
40859         Log: STDCHAR is different in Sparc v9 vs x86.
40860      Branch: perl
40861            ! hints/solaris_2.sh
40862 ____________________________________________________________________________
40863 [  7834] By: jhi                                   on 2000/11/23  15:50:47
40864         Log: The type needs to be visible to protos.
40865      Branch: perl
40866            ! perl.h
40867 ____________________________________________________________________________
40868 [  7833] By: jhi                                   on 2000/11/23  15:40:46
40869         Log: Finish unfinished SOCKS workaround changes.
40870      Branch: perl
40871            ! doio.c
40872 ____________________________________________________________________________
40873 [  7832] By: jhi                                   on 2000/11/23  15:33:30
40874         Log: Integrate perlio.
40875      Branch: perl
40876           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40877           !> win32/makefile.mk
40878 ____________________________________________________________________________
40879 [  7831] By: nick                                  on 2000/11/23  10:31:07
40880         Log: Correct makefile.mk dependancies for ext/Filter/Util
40881              Build ext/Encode
40882              Run dmake regen_config_h
40883      Branch: perlio
40884            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40885            ! win32/makefile.mk
40886 ____________________________________________________________________________
40887 [  7830] By: nick                                  on 2000/11/23  08:05:07
40888         Log: Integrate mainline
40889      Branch: perlio
40890           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40891           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
40892           +> t/lib/filt-util.pl t/lib/filt-util.t
40893           !> (integrate 41 files)
40894 ____________________________________________________________________________
40895 [  7829] By: gsar                                  on 2000/11/23  03:07:11
40896         Log: build the Filter extension on windows
40897      Branch: perl
40898            ! win32/Makefile win32/makefile.mk
40899 ____________________________________________________________________________
40900 [  7828] By: gsar                                  on 2000/11/23  02:46:35
40901         Log: regenerate win32/config* and fix some inconsistencies in the
40902              makefiles; always export Perl_deb() because it is needed
40903              by ext/re/* (whether perl itself is built with -DDEBUGGING
40904              or not)
40905      Branch: perl
40906            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
40907            ! win32/config_H.vc win32/makefile.mk
40908 ____________________________________________________________________________
40909 [  7827] By: gsar                                  on 2000/11/23  02:18:38
40910         Log: get sources building on windows+MSVC again (untested with other
40911              compilers)
40912      Branch: perl
40913            ! win32/include/sys/socket.h win32/perllib.c
40914 ____________________________________________________________________________
40915 [  7826] By: jhi                                   on 2000/11/23  01:18:26
40916         Log: Update Changes.
40917      Branch: perl
40918            ! Changes patchlevel.h
40919 ____________________________________________________________________________
40920 [  7825] By: jhi                                   on 2000/11/23  00:20:41
40921         Log: Subject: Re: av.c patch (having slight problems)
40922              From: "Ben Tilly" <ben_tilly@hotmail.com>
40923              Date: Tue, 21 Nov 2000 23:29:31 -0500
40924              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
40925              
40926              unshift() speedup.
40927      Branch: perl
40928            ! av.c
40929 ____________________________________________________________________________
40930 [  7824] By: jhi                                   on 2000/11/22  23:59:15
40931         Log: Fixes for signedness warnings noticed by VMSperlers.
40932      Branch: perl
40933            ! ext/Storable/Storable.xs regcomp.c sv.c
40934 ____________________________________________________________________________
40935 [  7823] By: jhi                                   on 2000/11/22  23:19:31
40936         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
40937              From: Peter Prymmer <pvhp@forte.com>
40938              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
40939              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
40940      Branch: perl
40941            ! t/pragma/warn/pp_hot
40942 ____________________________________________________________________________
40943 [  7822] By: jhi                                   on 2000/11/22  22:52:20
40944         Log: Be clean.
40945      Branch: perl
40946            ! Makefile.SH
40947 ____________________________________________________________________________
40948 [  7821] By: jhi                                   on 2000/11/22  22:46:39
40949         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
40950              by Damian Conway, as suggested by Paul Marquess.
40951      Branch: perl
40952            + lib/Filter/Simple.pm
40953 ____________________________________________________________________________
40954 [  7820] By: jhi                                   on 2000/11/22  22:45:51
40955         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
40956      Branch: perl
40957            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40958            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40959            + t/lib/filt-util.t
40960            ! MANIFEST
40961 ____________________________________________________________________________
40962 [  7819] By: jhi                                   on 2000/11/22  22:03:27
40963         Log: Integrate perlio.
40964      Branch: perl
40965           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
40966           !> win32/makefile.mk
40967 ____________________________________________________________________________
40968 [  7818] By: jhi                                   on 2000/11/22  21:56:02
40969         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
40970      Branch: perl
40971            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
40972            ! t/lib/io_sock.t
40973 ____________________________________________________________________________
40974 [  7817] By: jhi                                   on 2000/11/22  21:39:49
40975         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
40976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40977              Date: Wed, 22 Nov 2000 16:08:12 -0500
40978              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
40979      Branch: perl
40980            ! lib/ExtUtils/Liblist.pm
40981 ____________________________________________________________________________
40982 [  7816] By: jhi                                   on 2000/11/22  21:38:25
40983         Log: Go ahead and #include <unistd.h> in perl.h.
40984      Branch: perl
40985            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
40986            ! util.c
40987 ____________________________________________________________________________
40988 [  7815] By: jhi                                   on 2000/11/22  21:22:52
40989         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40991              Date: Mon, 20 Nov 2000 18:30:52 -0500
40992              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
40993      Branch: perl
40994            ! pod/perlre.pod regcomp.c t/op/re_tests
40995 ____________________________________________________________________________
40996 [  7814] By: jhi                                   on 2000/11/22  21:21:46
40997         Log: Subject: [PATCH 5.7.0] Liblist finally works
40998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40999              Date: Tue, 21 Nov 2000 22:02:17 -0500
41000              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
41001      Branch: perl
41002            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
41003            ! lib/ExtUtils/MakeMaker.pm
41004 ____________________________________________________________________________
41005 [  7813] By: jhi                                   on 2000/11/22  21:20:23
41006         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
41007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41008              Date: Wed, 22 Nov 2000 17:53:15 +0100
41009              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
41010              
41011              AIX dynaloader and perlio patch.
41012      Branch: perl
41013            ! ext/DynaLoader/dl_aix.xs
41014 ____________________________________________________________________________
41015 [  7812] By: jhi                                   on 2000/11/22  21:17:52
41016         Log: (Accidentally empty patch.)
41017      Branch: perl
41018            ! av.c
41019 ____________________________________________________________________________
41020 [  7811] By: jhi                                   on 2000/11/22  21:16:31
41021         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
41022              From: Peter Prymmer <pvhp@forte.com>
41023              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
41024              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
41025      Branch: perl
41026            ! vms/test.com
41027 ____________________________________________________________________________
41028 [  7810] By: jhi                                   on 2000/11/22  21:15:36
41029         Log: Subject: Re: perl@7777 
41030              From: "John P. Linderman" <jpl@research.att.com>
41031              Date: Wed, 22 Nov 2000 13:11:11 -0500
41032              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
41033              
41034              Detypoing.
41035      Branch: perl
41036            ! lib/CPAN.pm
41037 ____________________________________________________________________________
41038 [  7809] By: jhi                                   on 2000/11/22  21:14:19
41039         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
41040              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41041              Date:     Wed, 22 Nov 2000 13:51:37 EST
41042              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
41043      Branch: perl
41044            ! perlsdio.h
41045 ____________________________________________________________________________
41046 [  7808] By: jhi                                   on 2000/11/22  21:13:27
41047         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
41048              From: Casey Tweten <crt@kiski.net>
41049              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
41050              Message-Id: <200011201653.LAA10194@home.kiski.net>
41051      Branch: perl
41052            ! t/lib/io_udp.t
41053 ____________________________________________________________________________
41054 [  7807] By: jhi                                   on 2000/11/22  21:12:35
41055         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
41056              From: Casey Tweten <crt@kiski.net>
41057              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
41058              Message-Id: <200011201636.LAA07227@home.kiski.net>
41059      Branch: perl
41060            ! t/lib/io_sock.t
41061 ____________________________________________________________________________
41062 [  7806] By: jhi                                   on 2000/11/22  21:10:59
41063         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
41064              From: "Casey R. Tweten" <crt@kiski.net>
41065              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
41066              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
41067      Branch: perl
41068            ! utils/h2xs.PL
41069 ____________________________________________________________________________
41070 [  7805] By: nick                                  on 2000/11/22  21:05:06
41071         Log: Integrate mainline
41072      Branch: perlio
41073           !> Changes Porting/genlog ext/DB_File/DB_File.xs
41074           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
41075           !> utils/perlbug.PL
41076 ____________________________________________________________________________
41077 [  7804] By: jhi                                   on 2000/11/22  21:01:12
41078         Log: Subject: [PATCH] Test.pm POD peculiarity
41079              From: "Casey R. Tweten" <crt@kiski.net>
41080              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
41081              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
41082      Branch: perl
41083            ! lib/Test.pm
41084 ____________________________________________________________________________
41085 [  7803] By: jhi                                   on 2000/11/22  20:59:59
41086         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
41087              From: "Philip Newton" <pnewton@gmx.de>
41088              Date: Wed, 22 Nov 2000 14:25:53 +0100
41089              Message-Id: <3A1BD771.25462.1939FAD@localhost>
41090              
41091              Be case-understanding also on 's', and use the -oi of sendmail
41092              not to terminate the transmission on a lone '.'.
41093      Branch: perl
41094            ! utils/perlbug.PL
41095 ____________________________________________________________________________
41096 [  7802] By: nick                                  on 2000/11/22  20:51:42
41097         Log: Win32 PerlIO intermediate state now working as expected.
41098              - In current state we are still using C runtime in text/binary
41099              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
41100              - PERLIO=stdio and PERLIO=unix pass all expected tests.
41101              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
41102              and PerlIO_seek() and the dummy crlf layer is not making adjustments
41103              for CRLF translation happening in C runtime. All other tests pass.
41104              
41105              Added note to README.win32 to point out the snags of doing a perl build
41106              with Norton AntiVirus turned on.
41107              
41108              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
41109              which file a fail comes from.
41110              
41111              Updated "canned" config.h to match the one generated.
41112      Branch: perlio
41113            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
41114            ! win32/makefile.mk
41115 ____________________________________________________________________________
41116 [  7801] By: jhi                                   on 2000/11/22  06:50:20
41117         Log: Nickety nits.
41118      Branch: perl
41119            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
41120 ____________________________________________________________________________
41121 [  7800] By: jhi                                   on 2000/11/22  01:29:55
41122         Log: Changes had accidentally gone too silent on non-main branches.
41123      Branch: perl
41124            ! Changes Porting/genlog patchlevel.h
41125 ____________________________________________________________________________
41126 [  7799] By: gsar                                  on 2000/11/22  01:02:56
41127         Log: some lib_pm.PL changes snuck in via change#7772
41128      Branch: maint-5.6/perl
41129            ! Makefile.SH
41130 ____________________________________________________________________________
41131 [  7798] By: nick                                  on 2000/11/21  21:59:40
41132         Log: Integrate mainline
41133      Branch: perlio
41134           !> (integrate 28 files)
41135 ____________________________________________________________________________
41136 [  7797] By: jhi                                   on 2000/11/21  21:01:45
41137         Log: Integrate perlio.
41138      Branch: perl
41139           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
41140 ____________________________________________________________________________
41141 [  7796] By: nick                                  on 2000/11/21  20:36:22
41142         Log: Win32 builds and runs (mostly) with USE_PERLIO.
41143              PERLIO=perlio passes all tests. 
41144              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
41145      Branch: perlio
41146            ! perlio.c win32/perllib.c win32/win32.c
41147 ____________________________________________________________________________
41148 [  7795] By: jhi                                   on 2000/11/21  19:03:44
41149         Log: Update Changes.
41150      Branch: perl
41151            ! Changes patchlevel.h
41152 ____________________________________________________________________________
41153 [  7794] By: jhi                                   on 2000/11/21  18:56:34
41154         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
41155              From: "Craig A. Berry" <craigberry@mac.com>
41156              Date: Mon, 20 Nov 2000 20:27:06 -0600
41157              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
41158              
41159              A cut-and-pasto.
41160      Branch: perl
41161            ! perlio.h
41162 ____________________________________________________________________________
41163 [  7793] By: jhi                                   on 2000/11/21  18:54:41
41164         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
41165              From: Dominic Dunlop <domo@computer.org> 
41166              Date: Mon, 20 Nov 2000 18:55:29 +0100
41167              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
41168              
41169              va_copy() and the need of it.
41170              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
41171      Branch: metaconfig/U/perl
41172            + need_va_copy.U
41173      Branch: perl
41174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41175            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
41176            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41177            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41178            ! win32/config.bc win32/config.gc win32/config.vc
41179 ____________________________________________________________________________
41180 [  7792] By: jhi                                   on 2000/11/21  17:04:10
41181         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
41182      Branch: perl
41183           !> scope.h
41184 ____________________________________________________________________________
41185 [  7791] By: jhi                                   on 2000/11/21  17:01:16
41186         Log: Export the SOCKS workaround symbols only if necessary.
41187      Branch: perl
41188            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
41189 ____________________________________________________________________________
41190 [  7790] By: nick                                  on 2000/11/20  23:57:11
41191         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
41192      Branch: perlio
41193            ! scope.h
41194 ____________________________________________________________________________
41195 [  7789] By: nick                                  on 2000/11/20  23:38:33
41196         Log: Integrate mainline
41197      Branch: perlio
41198           +> lib/File/Spec/Epoc.pm
41199           !> (integrate 34 files)
41200 ____________________________________________________________________________
41201 [  7788] By: nick                                  on 2000/11/20  23:20:18
41202         Log: Make extra buffer layer work (dummy crlf layer)
41203      Branch: perlio
41204            ! doio.c perlio.c perlio.h
41205 ____________________________________________________________________________
41206 [  7787] By: jhi                                   on 2000/11/20  22:44:04
41207         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
41208              From: Peter Prymmer <pvhp@forte.com>
41209              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
41210              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
41211      Branch: perl
41212            ! t/pragma/locale.t
41213 ____________________________________________________________________________
41214 [  7786] By: jhi                                   on 2000/11/20  22:29:10
41215         Log: Subject: DOC PATCH 5.6.0 perlreftut
41216              From: mjd@plover.com
41217              Date: 20 Nov 2000 19:45:06 -0000
41218              Message-ID: <20001120194506.9505.qmail@plover.com>
41219      Branch: perl
41220            ! pod/perlreftut.pod
41221 ____________________________________________________________________________
41222 [  7785] By: jhi                                   on 2000/11/20  22:27:44
41223         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
41224              From: David Dyck <dcd@tc.fluke.com>
41225              Date: Mon, 20 Nov 2000 11:43:40 -0800
41226              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
41227      Branch: perl
41228            ! lib/Cwd.pm
41229 ____________________________________________________________________________
41230 [  7784] By: jhi                                   on 2000/11/20  22:23:21
41231         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
41232              Date: Mon, 20 Nov 2000 17:06:10 -0500
41233              To: Mailing list Perl5 <perl5-porters@perl.org>
41234              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
41235      Branch: perl
41236            ! pp_ctl.c t/op/pat.t
41237 ____________________________________________________________________________
41238 [  7783] By: jhi                                   on 2000/11/20  22:11:18
41239         Log: Subject: [PATCH] doop.c - UTF8 tr///               
41240              From: Simon Cozens <simon@cozens.net>
41241              Date: Sat, 18 Nov 2000 18:49:30 +0000
41242              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
41243              
41244              Subject: Re: [PATCH] doop.c - UTF8 tr///           
41245              From: Simon Cozens <simon@cozens.net>
41246              Date: Mon, 20 Nov 2000 20:45:22 +0000
41247              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
41248              
41249              Make tr on UTF-8 better but still not correct.
41250      Branch: perl
41251            ! doop.c
41252 ____________________________________________________________________________
41253 [  7782] By: jhi                                   on 2000/11/20  22:02:16
41254         Log: Remove the shared object before attempting to create
41255              (by linking) a new one.  E.g. in AIX not removing
41256              becomes quite painful if one tries to do more than one
41257              build in the same tree (an interrupted build, for example),
41258              since the AIX' shared dynaloader seemingly keeps the shared
41259              objects open and therefore 'busy' for quite a while, even when
41260              nobody is using the objects, leading into link failures.
41261      Branch: perl
41262            ! lib/ExtUtils/MM_Unix.pm
41263 ____________________________________________________________________________
41264 [  7781] By: gsar                                  on 2000/11/20  19:02:55
41265         Log: type mismatch due to faulty integration
41266      Branch: maint-5.6/perl
41267            ! toke.c win32/Makefile
41268 ____________________________________________________________________________
41269 [  7780] By: gsar                                  on 2000/11/20  17:31:55
41270         Log: integrate changes#6392,6394..6399,6401..6404
41271              
41272              The {multiplier} of a fixed substring was overlooked which
41273              caused a wrong initial search offset for that substring.
41274              
41275              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
41276              From: Hugo <hv@crypt.compulink.co.uk>
41277              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
41278              Date: Thu, 13 Jul 2000 19:27:13 +0100
41279              
41280              Fix the BOM bug: not a byteorder bug, a signedness bug.
41281              
41282              Replace change #6337 with a better one.
41283              
41284              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
41285              From: Hugo <hv@crypt.compulink.co.uk>
41286              Date: Fri, 14 Jul 2000 04:16:20 +0100
41287              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
41288              
41289              MakeMaker should not remove editor backups (*~) on `make clean`
41290              by default (completes change#6383)
41291              
41292              move new variables to the end of the interpreter structure (for
41293              bincompat in code that doesn't #include XSUB.h)
41294              
41295              rename totally bletcherous SvLOCK() thingy (doesn't do what the
41296              name suggests anyway)
41297              
41298              various cleanups (typos, misformatted code, and small bugs)
41299              
41300              typecasts needed for change#6394
41301              
41302              typos in change#6399, regen headers
41303              
41304              inconsistent types needs casts
41305              
41306              PERL_OBJECT build tweaks
41307      Branch: maint-5.6/perl
41308           !> MANIFEST doop.c embed.h embed.pl embedvar.h
41309           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
41310           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
41311           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
41312           !> toke.c util.c
41313 ____________________________________________________________________________
41314 [  7779] By: gsar                                  on 2000/11/20  17:06:29
41315         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
41316              
41317              Cosmetics and perldelta.
41318              
41319              Fix nits noticed by Boston.pm.
41320              
41321              Do the cc sanity check both before the hints and
41322              after the cc selction.
41323              
41324              get sprintf.t to adjust properly for 3-digit exponents
41325              
41326              don't clobber *.orig files on *clean targets
41327              
41328              fix bugs in processing %v-*d and similar format specs (from
41329              Avi Finkel <avi@finkel.org>)
41330              
41331              sprintf test tweaks (from Dominic Dunlop)
41332              
41333              new selfloader.t in change#6183 doesn't close DATA handles,
41334              and thus fails to clean up tmp files on dosish platforms
41335              
41336              typos (spotted by Peter Prymmer)
41337              
41338              typo fix from Craig Berry
41339      Branch: maint-5.6/perl
41340           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
41341           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
41342           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
41343           !> x2p/Makefile.SH
41344 ____________________________________________________________________________
41345 [  7778] By: gsar                                  on 2000/11/20  16:46:51
41346         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
41347              
41348              Subject: Re: format bug report  [Patch]
41349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41350              Date: Wed, 05 Jul 2000 13:12:52 +0200
41351              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
41352              
41353              Subject: Re: format bug report  [Patch]
41354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41355              Date: Wed, 05 Jul 2000 14:10:01 +0200
41356              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
41357              
41358              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
41359              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41360              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
41361              Date: Fri, 07 Jul 2000 17:57:16 +0100
41362              
41363              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
41364              To: perl5-porters@perl.org
41365              From: Karsten Sperling <spiff@phreax.net>
41366              Date: Mon, 10 Jul 2000 15:12:52 +0200
41367              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
41368              
41369              README.posix-bc podified from Thomas Dorner.
41370              
41371              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
41372              From: Dominic Dunlop <domo@computer.org>
41373              Date: Tue, 11 Jul 2000 12:27:33 +0200
41374              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
41375              
41376              Typo in #6341.
41377              
41378              Fix for
41379              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
41380              From: Roderick Schertler <roderick@argon.org>
41381              Date: Tue, 11 Jul 2000 13:55:05 -0400
41382              Message-Id: <200007111755.NAA05077@jones.argon.org>
41383              
41384              Minor cleanups on the booklist.
41385              
41386              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
41387              regen perltoc.
41388              
41389              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
41390      Branch: maint-5.6/perl
41391           +> pod/perlbook.pod
41392           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
41393           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
41394           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
41395 ____________________________________________________________________________
41396 [  7777] By: jhi                                   on 2000/11/20  16:08:49
41397         Log: Update Changes.
41398      Branch: perl
41399            ! Changes patchlevel.h
41400 ____________________________________________________________________________
41401 [  7776] By: jhi                                   on 2000/11/20  15:27:56
41402         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
41403              This may be overly harsh but until proven otherwise, we think this
41404              way, or until we have a simple test for Configure (having to start
41405              up servers is does not count as simple) to check for the problems.
41406      Branch: perl
41407            ! perl.h
41408 ____________________________________________________________________________
41409 [  7775] By: jhi                                   on 2000/11/20  15:22:17
41410         Log: Solaris hints tweaks.
41411      Branch: perl
41412            ! hints/solaris_2.sh
41413 ____________________________________________________________________________
41414 [  7774] By: jhi                                   on 2000/11/20  15:01:20
41415         Log: Add a workaround to SOCKS 64-bit problems.
41416      Branch: perl
41417            ! doio.c embed.h embed.pl perlsdio.h proto.h
41418 ____________________________________________________________________________
41419 [  7773] By: jhi                                   on 2000/11/20  14:51:47
41420         Log: sysseek() instead of seek().
41421      Branch: perl
41422            ! t/lib/syslfs.t
41423 ____________________________________________________________________________
41424 [  7772] By: gsar                                  on 2000/11/20  13:06:23
41425         Log: integrate changes#6315..6319,6321..6331,6333..6338
41426              
41427              Integrate with Sarathy, preliminary fix for unicos
41428              alignment problems in [ID 20000612.002] Perl problem on Cray system.
41429              
41430              some debugger output does not go to the socket when RemotePort is set
41431              
41432              winsock cleanup never done on Windows (leads to handle leaks)
41433              
41434              fix UNC path handling on Windows under ithreads, and chdir()
41435              return value when given a non-existent directory
41436              
41437              Autogenerate pod/Makefile and pod/buildtoc.
41438              buildtoc also checks whether the existin pods are
41439              mentioned in MANIFEST and perl.pod, and vice versa.
41440              (None of the thusly found discrepancies fixed yet.)
41441              roffitall also needs to be autogenerated similarly but it
41442              seems so badly out of date that I didn't touch it yet.
41443              
41444              Config is being used.
41445              
41446              Add =head1 NAMEs so that buildtoc is happy.
41447              (The CGI::Util nit reported to Lincoln.)
41448              
41449              Fix complaints of buildtoc.
41450              
41451              Fix the alignment problem in Crays ([ID 20000612.002]).
41452              
41453              Remove perlbook, update perlfaq book listing,
41454              rearrange perl.pod, regenerate perltoc.
41455              
41456              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
41457              was cast to an unsigned (32-bit) integer with wild abandon.
41458              
41459              winsock options weren't being set in all threads under ithreads
41460              (caused send()s from second and subsequent threads to fail)
41461              
41462              accept() leaks memory on windows due to incorrect ordering of
41463              closesocket() and fclose() calls
41464              
41465              Reorder perl.pod once more.
41466              
41467              More POSIX.pod tweaks.
41468              
41469              Sprinkle ldlibpath.
41470              
41471              Precedence goof, fix based on
41472              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
41473              From: Hugo <hv@crypt.compulink.co.uk>
41474              Date: Tue, 11 Jul 2000 12:52:38 +0100
41475              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
41476              
41477              Subject: PATCH perlguts.pod: Document D and d magic types
41478              From: mjd@plover.com
41479              Date: 5 Jul 2000 18:01:51 -0000
41480              Message-ID: <20000705180151.29413.qmail@plover.com>
41481              
41482              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
41483              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
41484              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
41485              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
41486              
41487              Subject: [PATCH cfgperl] $& segfaults if you trick it
41488              From: simon@brecon.co.uk (Simon Cozens)
41489              Date: 7 Jul 2000 11:26:09 GMT
41490              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
41491              
41492              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
41493              From: Hugo <hv@crypt.compulink.co.uk>
41494              Date: Tue, 11 Jul 2000 12:44:50 +0100
41495              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
41496              
41497              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
41498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41499              Date: Tue, 11 Jul 2000 13:50:51 +0100
41500              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
41501      Branch: maint-5.6/perl
41502           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
41503           +> pod/buildtoc.PL
41504            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
41505           !> (integrate 26 files)
41506 ____________________________________________________________________________
41507 [  7771] By: gsar                                  on 2000/11/20  12:31:42
41508         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
41509              6310,6311,6314
41510              
41511              Subject: [PATCH bleedperl] File::Spec 0.82 beta
41512              From: Barrie Slaymaker <barries@jester.slaysys.com>
41513              Date: Wed, 28 Jun 2000 11:35:29 -0400
41514              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
41515              
41516              tweak perlembed for multiplicity/usethreads sanity; correct notes
41517              about Windows
41518              
41519              localize %INC in a Safe compartment so that use/require work
41520              (many other magic globals probably need similar treatment)
41521              
41522              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
41523              when @_ is modified, causing coredumps
41524              
41525              slurp mode fix in change#4736 still not quite right
41526              
41527              Point to perlipc for more SysV IPC examples.
41528              
41529              Elaborate POSIX.pod.  Still needs work.
41530              
41531              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
41532              
41533              fix large memory leak that has been around for ever, masked by
41534              -DPURIFY (most of the arenas were never freed!)
41535              
41536              fix memory leak on Windows (PL_sys_intern contents were never
41537              freed)
41538              
41539              PERL_OBJECT build tweak
41540              
41541              adjust change#6299
41542              
41543              remove rel2abs prototypes (from Barrie Slaymaker)
41544              
41545              missing perldiag entry for unpack("w",...) diagnostic (from
41546              Andreas Koenig)
41547              
41548              better diagnostic on Frob->stuff() when Frob:: doesn't exist
41549              (from Richard Soderberg <rs@oregonnet.com>)
41550              
41551              Win32 patches for cfgperl from Sarathy.
41552              
41553              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
41554              
41555              More POSIX.pod embellishment.
41556              
41557              tyop in change#6306
41558      Branch: maint-5.6/perl
41559           !> (integrate 44 files)
41560 ____________________________________________________________________________
41561 [  7770] By: gsar                                  on 2000/11/20  11:51:00
41562         Log: integrate changes#6268..6282 from cfgperl branch
41563              
41564              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
41565              From: Dominic Dunlop <domo@computer.org>
41566              Date: Thu, 29 Jun 2000 12:32:39 +0200
41567              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
41568              
41569              Regen headers for #6261 (and update embed.pl for this) and #6267,
41570              silence few compiler warnings.
41571              
41572              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
41573              From: Nicholas Clark <nick@talking.bollo.cx>
41574              Date: Fri, 23 Jun 2000 16:21:15 +0100
41575              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
41576              
41577              Subject: PATCH pod/perltie.pod
41578              From: Ian Phillipps <Ian.Phillipps@iname.com>
41579              Date: Fri, 16 Jun 2000 00:17:19 +0100
41580              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
41581              (only the first hunk, the second hunk had already been done
41582              by some other patch)
41583              
41584              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
41585              From: Tom Phoenix <rootbeer@redcat.com>
41586              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
41587              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
41588              
41589              Subject: [PATCH] xsub attributes
41590              From: Doug MacEachern <dougm@covalent.net>
41591              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
41592              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
41593              
41594              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
41595              From: Andy Dougherty <doughera@lafayette.edu>
41596              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
41597              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
41598              
41599              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
41600              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41601              Date: Tue, 13 Jun 2000 02:43:48 -0500
41602              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
41603              
41604              Subject: [PATCH] Re: eval documentation: context
41605              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41606              Date: Mon, 12 Jun 2000 15:07:29 +0100
41607              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
41608              
41609              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
41610              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41611              Date: Mon, 12 Jun 2000 14:55:59 +0100
41612              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
41613              
41614              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
41615              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
41616              Date: Fri, 09 Jun 2000 12:39:27 -0400
41617              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
41618              (plus update the version "number" of Text::Wrap)
41619              
41620              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
41621              From: Tim Ayers <tayers@bridge.com>
41622              Date: Thu, 08 Jun 2000 08:11:06 +0200
41623              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
41624              [resent by Richard Foley, Message-Id probably wrong]
41625              
41626              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
41627              From: rspier@pobox.com (Robert Spier)
41628              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
41629              Message-ID: <14654.31913.845602.610277@rls.cx>
41630              
41631              Subject: [PATCH 5.6.0] utils/h2xs.PL
41632              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41633              Date: Wed, 7 Jun 2000 04:02:04 -0500
41634              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
41635              
41636              Subject: [PATCH 5.6.0]ITHREADs for VMS
41637              From: Dan Sugalski <dan@sidhe.org>
41638              Date: Tue, 06 Jun 2000 11:59:50 -0400
41639              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
41640      Branch: maint-5.6/perl
41641           !> (integrate 31 files)
41642 ____________________________________________________________________________
41643 [  7769] By: gsar                                  on 2000/11/20  11:29:06
41644         Log: integrate changes#6261..6266 from cfgperl
41645              
41646              Subject: Re: [PATCH cfgperl] BOMs away!
41647              From: simon@brecon.co.uk (Simon Cozens)
41648              Date: 17 Jun 2000 11:49:57 GMT
41649              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
41650              
41651              Subject: 5.6.0 Patch for EPOC
41652              From: Olaf Flebbe <o.flebbe@gmx.de>
41653              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
41654              Message-ID: <23449.960929969@www11.gmx.net>
41655              
41656              tr fixes from Simon Cozens
41657              
41658              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
41659              From: Marty Lucich <marty@netcom.com>
41660              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
41661              Message-Id: <200006282116.OAA11148@netcom.com>
41662              ccdlflags update (the BSD/OS 4.1 part had already been taken
41663              care of by #6141).
41664              
41665              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
41666              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41667              Date: Wed, 28 Jun 2000 17:50:12 -0700
41668              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
41669              
41670              Subject: [PATCH 5.6.0] cygwin port
41671              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
41672              From: "Fifer, Eric" <EFifer@sanwaint.com>
41673              Date: Thu, 29 Jun 2000 12:58:29 +0100
41674      Branch: maint-5.6/perl
41675           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
41676           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
41677           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41678           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
41679 ____________________________________________________________________________
41680 [  7768] By: gsar                                  on 2000/11/20  11:13:44
41681         Log: integrate changes#6252..6256,6259..6260
41682              
41683              Paranoia tweak on #6249.
41684              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41685              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41686              Date: Sun, 25 Jun 2000 23:43:12 -0400
41687              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
41688              
41689              Subject: tr///, help wanted.
41690              From: simon@brecon.co.uk (Simon Cozens)
41691              Date: 28 Jun 2000 11:29:04 GMT
41692              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
41693              
41694              small thinko tweaks
41695              
41696              tweaks from Simon Conzes to further fix tr/// under utf8
41697              
41698              perlnewmod was missing from MANIFEST.
41699              
41700              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
41701              From: simon@brecon.co.uk (Simon Cozens)
41702              Date: 17 Jun 2000 11:56:44 GMT
41703              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
41704              pack U0, pack C0
41705      Branch: maint-5.6/perl
41706           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
41707           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
41708           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
41709           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
41710 ____________________________________________________________________________
41711 [  7767] By: gsar                                  on 2000/11/20  10:51:38
41712         Log: integrate change#6250 from cfgperl
41713              
41714              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
41715              From: Doug MacEachern <dougm@covalent.net>
41716              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
41717              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
41718      Branch: maint-5.6/perl
41719           +> t/op/my_stash.t
41720           !> MANIFEST embed.pl global.sym proto.h toke.c
41721 ____________________________________________________________________________
41722 [  7766] By: gsar                                  on 2000/11/20  10:48:34
41723         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
41724              
41725              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
41726              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41727              Date: Mon, 26 Jun 2000 18:40:14 +0100
41728              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
41729              
41730              Subject: [PATCH] bytes<->utf8 fixes
41731              From: simon@brecon.co.uk (Simon Cozens)
41732              Date: 26 Jun 2000 04:55:45 GMT
41733              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
41734              
41735              Subject: [PATCH] is_utf8_string
41736              From: simon@brecon.co.uk (Simon Cozens)
41737              Date: 26 Jun 2000 02:25:59 GMT
41738              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
41739              
41740              Subject: [PATCH] avoid mg_ptr in '*' magic
41741              From: Doug MacEachern <dougm@covalent.net>
41742              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
41743              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
41744              
41745              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
41746              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41747              Date: Sat, 24 Jun 2000 13:06:20 +0100
41748              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
41749              
41750              Allow for standalone testing.
41751              
41752              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
41753              From: Mark-Jason Dominus <mjd@plover.com>
41754              Date: Tue, 27 Jun 2000 22:36:42 -0400
41755              Message-ID: <20000628023642.12166.qmail@plover.com>
41756              
41757              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41758              From: Frank Tobin <ftobin@uiuc.edu>
41759              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
41760              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
41761      Branch: maint-5.6/perl
41762           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
41763           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
41764           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
41765           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
41766           !> utf8.c utils/h2xs.PL
41767 ____________________________________________________________________________
41768 [  7765] By: gsar                                  on 2000/11/20  10:29:13
41769         Log: integrate change#6239 from cfgperl
41770              
41771              Configure maintenance.  Sever some dependency cycles,
41772              separate gccversion from the cc unit,
41773              address [ID 20000623.006] Configure script patch for using gcc on AIX
41774              (but solve it a little bit differently),
41775              unduplex some accidentally duplicated units,
41776              suggest using gcc if no cc available
41777              (p5p thread: "Solaris configure: counterproposal", 1999-09)
41778      Branch: maint-5.6/perl
41779           !> Configure Todo-5.6 config_h.SH
41780 ____________________________________________________________________________
41781 [  7764] By: gsar                                  on 2000/11/20  10:25:55
41782         Log: integrate changes#6233..6238 from cfgperl
41783              
41784              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
41785              From: Mark-Jason Dominus <mjd@plover.com>
41786              Date: Fri, 16 Jun 2000 20:53:04 -0400
41787              Message-ID: <20000617005304.8008.qmail@plover.com>
41788              
41789              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
41790              because when run as services (Win32ese for daemons)
41791              no environment variables are set and tmpdir ends up as /tmp,
41792              which is ambiguous.
41793              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
41794              From: matt@sergeant.org
41795              Date: 16 Jun 2000 16:30:43 -0000
41796              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
41797              
41798              The thread begun by
41799              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
41800              From: Kevin.Ruscoe@ubsw.com
41801              Date: Fri, 16 Jun 2000 16:38:51 +0100
41802              Message-Id: <H000019b03c300d6@MHS>
41803              
41804              Tweak embed.pl, regen headers.
41805              
41806              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
41807              From: Dan Sugalski <dan@sidhe.org>
41808              Date: Fri, 23 Jun 2000 17:00:00 -0400
41809              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
41810      Branch: maint-5.6/perl
41811           !> (integrate 27 files)
41812 ____________________________________________________________________________
41813 [  7763] By: gsar                                  on 2000/11/20  10:08:08
41814         Log: s/perl56delta/perldelta/g
41815      Branch: maint-5.6/perl
41816            ! pod/Makefile
41817 ____________________________________________________________________________
41818 [  7762] By: gsar                                  on 2000/11/20  10:04:00
41819         Log: integrate changes#6225,6229,6231,6232 from cfgperl
41820              
41821              Add source code filenames to apidoc.
41822              From: simon@brecon.co.uk (Simon Cozens)
41823              Subject: [PATCH embed.pl] Source X-ref
41824              Date: 22 Jun 2000 02:18:49 GMT
41825              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
41826              
41827              Subject: README.hpux version 0.6.1
41828              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
41829              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41830              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
41831              
41832              Subject: [PATCH 5.6.0] cygwin port
41833              From: "Fifer, Eric" <EFifer@sanwaint.com>
41834              Date: Tue, 20 Jun 2000 14:30:58 +0100
41835              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
41836              
41837              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
41838              From: simon@brecon.co.uk (Simon Cozens)
41839              Date: 19 Jun 2000 15:18:27 GMT
41840              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
41841              
41842              plus update pod/Makefile and regenerate perltoc
41843      Branch: maint-5.6/perl
41844           +> pod/perlutil.pod
41845           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
41846           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
41847 ____________________________________________________________________________
41848 [  7761] By: jhi                                   on 2000/11/20  04:09:55
41849         Log: Miraculous typo.
41850      Branch: perl
41851            ! t/op/pat.t
41852 ____________________________________________________________________________
41853 [  7760] By: jhi                                   on 2000/11/20  04:06:08
41854         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41856              Date: Sun, 19 Nov 2000 22:30:26 -0500
41857              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
41858      Branch: perl
41859            ! regexec.c scope.h t/op/pat.t
41860 ____________________________________________________________________________
41861 [  7759] By: jhi                                   on 2000/11/20  02:05:22
41862         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
41863      Branch: perl
41864            ! perl.h
41865 ____________________________________________________________________________
41866 [  7758] By: jhi                                   on 2000/11/20  01:58:11
41867         Log: Subject: [perl 7711: EPOC] updates
41868              From: Olaf Flebbe <o.flebbe@gmx.de>
41869              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
41870              Message-ID: <25575.974658810@www23.gmx.net>               
41871      Branch: perl
41872            + lib/File/Spec/Epoc.pm
41873            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
41874            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
41875            ! lib/File/Spec.pm perl.c sv.c
41876 ____________________________________________________________________________
41877 [  7757] By: jhi                                   on 2000/11/20  01:53:11
41878         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
41879      Branch: perl
41880            ! MANIFEST
41881 ____________________________________________________________________________
41882 [  7756] By: jhi                                   on 2000/11/20  01:47:22
41883         Log: Integrate perlio.
41884      Branch: perl
41885            - ext/re/hints/MSWin32.pl
41886           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
41887           !> win32/config.gc win32/config_H.gc win32/win32sck.c
41888 ____________________________________________________________________________
41889 [  7755] By: nick                                  on 2000/11/19  20:57:17
41890         Log: Add dummy crlf layer (just as buffer)
41891              Correct 1st bug - one layer of indirection.
41892      Branch: perlio
41893            ! perlio.c perlio.h perliol.h
41894 ____________________________________________________________________________
41895 [  7754] By: nick                                  on 2000/11/19  20:56:12
41896         Log: Work-round to Perl_deb_nocontext is no longer required
41897      Branch: perlio
41898            - ext/re/hints/MSWin32.pl
41899 ____________________________________________________________________________
41900 [  7753] By: nick                                  on 2000/11/19  20:01:16
41901         Log: diff -se shows these as different
41902      Branch: perlio
41903            ! global.sym pod/perlapi.pod
41904 ____________________________________________________________________________
41905 [  7752] By: nick                                  on 2000/11/19  18:57:30
41906         Log: Configure GCC/Win32 build -Duseperlio
41907              Fix a couple of gross issues
41908              - double-include of ../deb.o in re.dll
41909              - win32sck.c needs PerlIO and FILE 
41910      Branch: perlio
41911            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
41912            ! win32/win32sck.c
41913 ____________________________________________________________________________
41914 [  7751] By: nick                                  on 2000/11/19  17:05:36
41915         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
41916      Branch: perlio
41917            ! perlio.c
41918 ____________________________________________________________________________
41919 [  7750] By: nick                                  on 2000/11/19  16:57:14
41920         Log: Missing aTHX_
41921      Branch: perlio
41922            ! sv.c
41923 ____________________________________________________________________________
41924 [  7749] By: jhi                                   on 2000/11/19  16:28:40
41925         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
41926              From: "Peter J. Farley III" <pjfarley@banet.net>
41927              Date: Sun, 19 Nov 2000 01:42:58 -0500
41928              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
41929      Branch: perl
41930            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
41931 ____________________________________________________________________________
41932 [  7748] By: jhi                                   on 2000/11/19  16:08:10
41933         Log: Subject: podlators 1.05 available        
41934              From: Russ Allbery <rra@stanford.edu>   
41935              Date: 18 Nov 2000 22:04:28 -0800
41936              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
41937      Branch: perl
41938            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
41939 ____________________________________________________________________________
41940 [  7747] By: nick                                  on 2000/11/19  11:19:39
41941         Log: Integrate mainline
41942      Branch: perlio
41943           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41944           !> util.c
41945 ____________________________________________________________________________
41946 [  7746] By: jhi                                   on 2000/11/19  06:42:22
41947         Log: Make hex scanning warn on "\x{x}" and "\xx".
41948              "\x" and and hex("x") are still valid.
41949      Branch: perl
41950            ! util.c
41951 ____________________________________________________________________________
41952 [  7745] By: nick                                  on 2000/11/18  22:52:28
41953         Log: Integrate mainline
41954      Branch: perlio
41955           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
41956           !> perl.h perlio.c proto.h regcomp.c regcomp.h
41957 ____________________________________________________________________________
41958 [  7744] By: jhi                                   on 2000/11/18  22:50:28
41959         Log: Introduce Perl_utf8_length().  Use it.
41960      Branch: perl
41961            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41962 ____________________________________________________________________________
41963 [  7743] By: jhi                                   on 2000/11/18  22:38:51
41964         Log: Compiler denit.
41965      Branch: perl
41966            ! perlio.c
41967 ____________________________________________________________________________
41968 [  7742] By: jhi                                   on 2000/11/18  20:33:05
41969         Log: Integrate perlio.
41970      Branch: perl
41971           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
41972           !> perlio.h pp_ctl.c pp_sys.c sv.c
41973 ____________________________________________________________________________
41974 [  7741] By: jhi                                   on 2000/11/18  20:31:27
41975         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
41976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41977              Date: Fri, 17 Nov 2000 20:35:11 -0500
41978              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
41979              
41980              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
41981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41982              Date: Fri, 17 Nov 2000 21:03:47 -0500
41983              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
41984              
41985              Plus a little bit of tweaking in pregcomp().
41986      Branch: perl
41987            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
41988 ____________________________________________________________________________
41989 [  7740] By: nick                                  on 2000/11/18  20:17:22
41990         Log: Lexical use open ... support:
41991              add ->cop_io to COP structure in cop.h.
41992              Make mg.c and gv.c associate it with ${^OPEN}.
41993              Make lib/open.pm set it.
41994              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
41995              manner similar to ->cop_warnings.
41996              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
41997              call new PerlIO_apply_layers().
41998              Declare latter in perlio.h and define in perlio.c
41999      Branch: perlio
42000            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
42001            ! perlio.h pp_ctl.c pp_sys.c sv.c
42002 ____________________________________________________________________________
42003 [  7739] By: jhi                                   on 2000/11/18  19:54:00
42004         Log: Integrate perlio.
42005      Branch: perl
42006           !> doio.c perlio.c pp.c
42007 ____________________________________________________________________________
42008 [  7738] By: jhi                                   on 2000/11/18  17:16:13
42009         Log: Subject: [PATCH 5.7.0] etags broken again
42010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42011              Date: Sat, 18 Nov 2000 02:41:36 -0500
42012              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
42013      Branch: perl
42014            ! emacs/ptags
42015 ____________________________________________________________________________
42016 [  7737] By: jhi                                   on 2000/11/18  17:12:18
42017         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
42018      Branch: perl
42019            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42020 ____________________________________________________________________________
42021 [  7736] By: nick                                  on 2000/11/18  14:06:20
42022         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
42023              part to be isolated.
42024      Branch: perlio
42025            ! doio.c perlio.c
42026 ____________________________________________________________________________
42027 [  7735] By: nick                                  on 2000/11/18  11:03:32
42028         Log: Integrate mainline
42029      Branch: perlio
42030           !> Changes README.amiga README.win32 patchlevel.h
42031           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
42032 ____________________________________________________________________________
42033 [  7734] By: jhi                                   on 2000/11/18  01:18:56
42034         Log: Update Changes.
42035      Branch: perl
42036            ! Changes patchlevel.h
42037 ____________________________________________________________________________
42038 [  7733] By: jhi                                   on 2000/11/18  00:32:54
42039         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
42040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42041              Date: Fri, 17 Nov 2000 17:28:02 -0500
42042              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
42043      Branch: perl
42044            ! regcomp.c regexec.c t/op/re_tests
42045 ____________________________________________________________________________
42046 [  7732] By: jhi                                   on 2000/11/18  00:28:56
42047         Log: Sparc 64-bit pack() fix from Jens Hamisch.
42048      Branch: perl
42049            ! pp.c
42050 ____________________________________________________________________________
42051 [  7731] By: jhi                                   on 2000/11/18  00:18:39
42052         Log: Explain in more detail the {} syntax ambiguousity.
42053              
42054              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
42055              From: Nicholas Clark <nick@ccl4.org>
42056              Date: Fri, 17 Nov 2000 22:10:28 +0000
42057              Message-ID: <20001117221028.A88930@plum.flirble.org>
42058      Branch: perl
42059            ! pod/perlfunc.pod
42060 ____________________________________________________________________________
42061 [  7730] By: jhi                                   on 2000/11/18  00:12:18
42062         Log: Subject: Fix for README.amiga (20000323.033)
42063              From: "Stephen P. Potter" <spp@spotter.yi.org>
42064              Date: Fri, 17 Nov 2000 12:25:51 -0500
42065              Message-Id: <200011171725.MAA05768@spotter.yi.org>
42066      Branch: perl
42067            ! README.amiga
42068 ____________________________________________________________________________
42069 [  7729] By: jhi                                   on 2000/11/18  00:08:34
42070         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
42071              From: "A. C. Yardley" <yardley@tanet.net>
42072              Date: Mon, 3 Apr 2000 11:35:33 -0700
42073              Message-ID: <3483.000403@tanet.net>
42074      Branch: perl
42075            ! README.win32
42076 ____________________________________________________________________________
42077 [  7728] By: nick                                  on 2000/11/17  21:59:47
42078         Log: Integrate mainline
42079      Branch: perlio
42080           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
42081           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
42082           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
42083           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
42084 ____________________________________________________________________________
42085 [  7727] By: nick                                  on 2000/11/17  21:56:31
42086         Log: Experiment on use of attributes.pm interface.
42087              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
42088              SVt_PVRV if not already something better (else vivify of say magic gets
42089              core dump).
42090      Branch: perlio
42091            ! perlio.c pp.c
42092 ____________________________________________________________________________
42093 [  7726] By: jhi                                   on 2000/11/17  14:15:49
42094         Log: Subject: Fix for 20000815.006
42095              From: "Stephen P. Potter" <spp@spotter.yi.org>
42096              Date: Fri, 17 Nov 2000 08:57:45 -0500
42097              Message-Id: <200011171357.IAA05122@spotter.yi.org>
42098              
42099              It's really 20000518.006.
42100      Branch: perl
42101            ! pod/perlmodlib.PL
42102 ____________________________________________________________________________
42103 [  7725] By: jhi                                   on 2000/11/17  14:12:31
42104         Log: Subject: Fix for 20000409.001
42105              From: "Stephen P. Potter" <spp@spotter.yi.org>
42106              Date: Fri, 17 Nov 2000 08:55:45 -0500
42107              Message-Id: <200011171355.IAA05104@spotter.yi.org>
42108      Branch: perl
42109            ! pod/perlfaq9.pod
42110 ____________________________________________________________________________
42111 [  7724] By: jhi                                   on 2000/11/17  14:08:58
42112         Log: Undo #7627 now that we have =head3.
42113      Branch: perl
42114            ! pod/perlhack.pod
42115 ____________________________________________________________________________
42116 [  7723] By: jhi                                   on 2000/11/17  14:04:09
42117         Log: As surmised the #7719 wasn't a good move.
42118      Branch: perl
42119            ! hints/solaris_2.sh
42120 ____________________________________________________________________________
42121 [  7722] By: jhi                                   on 2000/11/17  13:59:04
42122         Log: Also the 64bitall hints can be either here or there.
42123      Branch: perl
42124            ! hints/solaris_2.sh
42125 ____________________________________________________________________________
42126 [  7721] By: jhi                                   on 2000/11/17  02:26:23
42127         Log: Test tweak for the open pragma.
42128      Branch: perl
42129            ! t/lib/b.t
42130 ____________________________________________________________________________
42131 [  7720] By: jhi                                   on 2000/11/17  00:23:22
42132         Log: The long double hints can be here or there.
42133      Branch: perl
42134            ! hints/solaris_2.sh
42135 ____________________________________________________________________________
42136 [  7719] By: jhi                                   on 2000/11/17  00:14:06
42137         Log: For Solaris use64bitall the stdchar needs a little bit of help.
42138      Branch: perl
42139            ! hints/solaris_2.sh
42140 ____________________________________________________________________________
42141 [  7718] By: jhi                                   on 2000/11/16  23:27:34
42142         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
42143              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42144              Date: Wed, 15 Nov 2000 08:56:32 +0100
42145              Message-ID: <3A1241B0.64477E00@alcatel.at>
42146      Branch: perl
42147            ! lib/Carp/Heavy.pm
42148 ____________________________________________________________________________
42149 [  7717] By: jhi                                   on 2000/11/16  23:23:29
42150         Log: Subject: [PATCH] Re: 20001101.003 PDL
42151              From: Nicholas Clark <nick@ccl4.org>
42152              Date: Thu, 16 Nov 2000 16:48:25 +0000
42153              Message-ID: <20001116164825.B93487@plum.flirble.org>
42154      Branch: perl
42155            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
42156 ____________________________________________________________________________
42157 [  7716] By: jhi                                   on 2000/11/16  23:21:31
42158         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
42159              From: "Casey R. Tweten" <crt@kiski.net>
42160              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
42161              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
42162      Branch: perl
42163            ! lib/Pod/Checker.pm pod/perlpod.pod
42164 ____________________________________________________________________________
42165 [  7715] By: jhi                                   on 2000/11/16  23:19:40
42166         Log: Avoid an infinite loop in VMS when utils scripts are run
42167              with no arguments, from Charles Lane.
42168      Branch: perl
42169            ! configure.com
42170 ____________________________________________________________________________
42171 [  7714] By: jhi                                   on 2000/11/16  23:17:08
42172         Log: Subject: perllocale.pod changes
42173              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42174              Date: Mon, 13 Nov 2000 10:09:22 +0300
42175              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
42176      Branch: perl
42177            ! pod/perllocale.pod
42178 ____________________________________________________________________________
42179 [  7713] By: jhi                                   on 2000/11/16  23:14:06
42180         Log: Integrate perlio.
42181      Branch: perl
42182           !> doio.c perlio.c perlio.h util.c
42183 ____________________________________________________________________________
42184 [  7712] By: nick                                  on 2000/11/16  21:10:58
42185         Log: Integrate mainline
42186      Branch: perlio
42187           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42188           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
42189           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
42190           !> vos/config.ga.def vos/config.ga.h win32/config.bc
42191           !> win32/config.gc win32/config.vc
42192 ____________________________________________________________________________
42193 [  7711] By: nick                                  on 2000/11/16  19:56:41
42194         Log: Minor tweaks:
42195              consistent way of getting 'rb', 'wb' etc. for binary opens
42196              move *perlio::layers to *open::layers
42197              a #define to show layers available
42198              DOSISH popen/PerlIO had export/import sense inverted.
42199      Branch: perlio
42200            ! doio.c perlio.c perlio.h util.c
42201 ____________________________________________________________________________
42202 [  7710] By: jhi                                   on 2000/11/16  15:46:05
42203         Log: Add HAS_SBRK_PROTO.
42204      Branch: metaconfig/U/perl
42205            + d_sbrkproto.U
42206      Branch: perl
42207            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42208            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
42209            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42210            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42211            ! win32/config.gc win32/config.vc
42212 ____________________________________________________________________________
42213 [  7709] By: nick                                  on 2000/11/16  07:31:49
42214         Log: Integrate mainline
42215      Branch: perlio
42216           !> (integrate 35 files)
42217 ____________________________________________________________________________
42218 [  7708] By: jhi                                   on 2000/11/16  05:33:03
42219         Log: These files are text, not binary.
42220      Branch: perl
42221            ! ext/Encode/Encode/iso8859-10.enc
42222            ! ext/Encode/Encode/iso8859-13.enc
42223            ! ext/Encode/Encode/iso8859-14.enc
42224            ! ext/Encode/Encode/iso8859-15.enc
42225 ____________________________________________________________________________
42226 [  7707] By: jhi                                   on 2000/11/16  01:53:37
42227         Log: Update Changes.
42228      Branch: perl
42229            ! Changes patchlevel.h
42230 ____________________________________________________________________________
42231 [  7706] By: jhi                                   on 2000/11/16  01:35:59
42232         Log: More #undefing of stdio.
42233      Branch: perl
42234            ! fakesdio.h nostdio.h
42235 ____________________________________________________________________________
42236 [  7705] By: jhi                                   on 2000/11/16  01:34:18
42237         Log: Add fwalk() probe to the configuration files and regen perltoc.
42238      Branch: perl
42239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42240            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
42241            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
42242            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42243            ! win32/config.bc win32/config.gc win32/config.vc
42244 ____________________________________________________________________________
42245 [  7704] By: jhi                                   on 2000/11/16  01:33:07
42246         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
42247              an optional third argument to Inlibc?)
42248      Branch: metaconfig/U/perl
42249            + d__fwalk.U
42250 ____________________________________________________________________________
42251 [  7703] By: jhi                                   on 2000/11/16  01:09:22
42252         Log: The type of the hash_cb() size argument is tricky.
42253      Branch: perl
42254            ! ext/DB_File/DB_File.xs
42255 ____________________________________________________________________________
42256 [  7702] By: jhi                                   on 2000/11/15  23:01:16
42257         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
42258      Branch: perl
42259            ! nostdio.h
42260 ____________________________________________________________________________
42261 [  7701] By: jhi                                   on 2000/11/15  22:52:32
42262         Log: Detypo.
42263      Branch: perl
42264            ! t/lib/bigfltpm.t
42265 ____________________________________________________________________________
42266 [  7700] By: jhi                                   on 2000/11/15  22:51:56
42267         Log: UINT64_C() work continues.
42268      Branch: perl
42269            ! handy.h perl.h utf8.h
42270 ____________________________________________________________________________
42271 [  7699] By: jhi                                   on 2000/11/15  14:13:04
42272         Log: SOCKS has its own USE_THREADS, based on
42273              
42274              Subject: [ID 20001114.002] et. al. bugfix followup
42275              From: Jens Hamisch <jens@Strawberry.COM> 
42276              Date: Wed, 15 Nov 2000 14:23:11 +0100
42277              Message-ID: <20001115142311.A21164@Strawberry.COM>
42278      Branch: perl
42279            ! perl.h
42280 ____________________________________________________________________________
42281 [  7698] By: jhi                                   on 2000/11/15  03:50:56
42282         Log: Add few missing #undefs and sort them.
42283      Branch: perl
42284            ! fakesdio.h
42285 ____________________________________________________________________________
42286 [  7697] By: jhi                                   on 2000/11/15  03:39:14
42287         Log: Linenumber fix.
42288      Branch: perl
42289            ! t/pragma/warn/utf8
42290 ____________________________________________________________________________
42291 [  7696] By: jhi                                   on 2000/11/15  02:55:26
42292         Log: EBCDIC tweaks.
42293              
42294              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
42295              From: Peter Prymmer <pvhp@forte.com>
42296              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
42297              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
42298      Branch: perl
42299            ! t/op/regmesg.t t/pragma/warn/utf8
42300 ____________________________________________________________________________
42301 [  7695] By: jhi                                   on 2000/11/15  02:53:58
42302         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
42303              From: Peter Prymmer <pvhp@forte.com>
42304              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
42305              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
42306      Branch: perl
42307            ! utf8.c
42308 ____________________________________________________________________________
42309 [  7694] By: jhi                                   on 2000/11/15  02:50:55
42310         Log: Subject: [PATCH: perl@7674] updates to README.os390
42311              From: Prymmer/Kahn <pvhp@best.com>
42312              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
42313              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
42314      Branch: perl
42315            ! README.os390
42316 ____________________________________________________________________________
42317 [  7693] By: jhi                                   on 2000/11/15  02:48:37
42318         Log: Quit utf8_to_uv() instantly if curlen == 0.
42319      Branch: perl
42320            ! utf8.c
42321 ____________________________________________________________________________
42322 [  7692] By: jhi                                   on 2000/11/15  02:24:29
42323         Log: Use u_int32_t for the size of hash_cb(), not size_t.
42324              
42325              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
42326              From: Jens Hamisch <jens@Strawberry.COM>     
42327              Date: Tue, 14 Nov 2000 19:03:55 +0100
42328              Message-Id: <20001114190355.A20559@Strawberry.COM>
42329      Branch: perl
42330            ! ext/DB_File/DB_File.xs
42331 ____________________________________________________________________________
42332 [  7691] By: jhi                                   on 2000/11/15  02:20:12
42333         Log: Use UINT64_C().
42334              
42335              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
42336              From: Jens Hamisch <jens@Strawberry.COM>
42337              Date: Tue, 14 Nov 2000 19:16:23 +0100
42338              Message-Id: <20001114191623.G20559@Strawberry.COM>
42339      Branch: perl
42340            ! utf8.c utf8.h
42341 ____________________________________________________________________________
42342 [  7690] By: jhi                                   on 2000/11/15  02:17:06
42343         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
42344              (a macro to define signed and unsigned integer constants).
42345      Branch: perl
42346            ! handy.h
42347 ____________________________________________________________________________
42348 [  7689] By: jhi                                   on 2000/11/15  01:56:51
42349         Log: Regen Configure.
42350      Branch: perl
42351            ! Configure
42352 ____________________________________________________________________________
42353 [  7688] By: jhi                                   on 2000/11/15  01:56:32
42354         Log: Make the unit know about SOCKS.
42355      Branch: metaconfig
42356            ! U/protos/socksizetype.U
42357 ____________________________________________________________________________
42358 [  7687] By: jhi                                   on 2000/11/15  01:54:47
42359         Log: Remove unused dependencies.
42360      Branch: metaconfig
42361            ! U/compline/d_getpagsz.U
42362 ____________________________________________________________________________
42363 [  7686] By: nick                                  on 2000/11/14  21:25:13
42364         Log: Integrate mainline.
42365      Branch: perlio
42366           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
42367           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
42368           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
42369           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
42370           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
42371           !> win32/config.bc win32/config.gc win32/config.vc
42372           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
42373 ____________________________________________________________________________
42374 [  7685] By: jhi                                   on 2000/11/14  17:54:56
42375         Log: Integrate perlio.
42376      Branch: perl
42377           +> fakesdio.h perliol.h
42378           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42379           !> perlsdio.h perlsfio.h pod/perlfunc.pod
42380 ____________________________________________________________________________
42381 [  7684] By: nick                                  on 2000/11/14  17:43:04
42382         Log: PerlIO #include and #ifdef re-work.
42383      Branch: perlio
42384            + fakesdio.h perliol.h
42385            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42386            ! perlsdio.h perlsfio.h
42387 ____________________________________________________________________________
42388 [  7683] By: jhi                                   on 2000/11/14  15:42:40
42389         Log: Hoist the duplicated socket/netdb include logic to perl.h;
42390              undef SETERRNO in case SOCKS has defined it.  Based on:
42391              
42392              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
42393              From: Jens Hamisch <jens@Strawberry.COM> 
42394              Date: Tue, 14 Nov 2000 11:34:40 +0100
42395              Message-Id: <20001114113440.A20005@Strawberry.COM>
42396      Branch: perl
42397            ! doio.c perl.h pp_sys.c
42398 ____________________________________________________________________________
42399 [  7682] By: jhi                                   on 2000/11/14  14:07:28
42400         Log: Subject: some additions for makefiles for win32 (for perl@7674)
42401              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42402              Date: Tue, 14 Nov 2000 09:31:13 +0300
42403              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
42404      Branch: perl
42405            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
42406            ! win32/makefile.mk
42407 ____________________________________________________________________________
42408 [  7681] By: jhi                                   on 2000/11/14  14:01:41
42409         Log: Subject: tiny typo in perl5db.pl
42410              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42411              Date: Tue, 14 Nov 2000 09:29:28 +0300
42412              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
42413      Branch: perl
42414            ! lib/perl5db.pl
42415 ____________________________________________________________________________
42416 [  7680] By: jhi                                   on 2000/11/14  04:13:50
42417         Log: Redo #7679 with LFs instead of CRLFs.
42418      Branch: perl
42419            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
42420            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
42421            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42422 ____________________________________________________________________________
42423 [  7679] By: jhi                                   on 2000/11/14  01:21:09
42424         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
42425              From: Benjamin Stuhl <tiriath@yahoo.com> 
42426              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42427              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42428      Branch: perl
42429            + win32/bin/mdelete.bat
42430            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
42431            ! makedef.pl perlio.c win32/Makefile win32/config.gc
42432            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42433 ____________________________________________________________________________
42434 [  7678] By: jhi                                   on 2000/11/14  01:19:20
42435         Log: Fix the re extension building for Win32.
42436              
42437              Subject: [PATCH perl@7638] Get PerlIO building on Win32
42438              From: Benjamin Stuhl <tiriath@yahoo.com> 
42439              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42440              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42441      Branch: perl
42442            + ext/re/hints/MSWin32.pl
42443            ! MANIFEST
42444 ____________________________________________________________________________
42445 [  7677] By: jhi                                   on 2000/11/14  01:13:54
42446         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42447              From: sthoenna@efn.org
42448              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
42449              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
42450      Branch: perl
42451            ! doop.c pp.c toke.c utf8.c utf8.h
42452 ____________________________________________________________________________
42453 [  7676] By: jhi                                   on 2000/11/13  20:23:15
42454         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42455              From: Nicholas Clark <nick@ccl4.org>
42456              Date: Mon, 13 Nov 2000 18:55:04 +0000
42457              Message-ID: <20001113185504.J29183@plum.flirble.org>
42458      Branch: perl
42459            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
42460 ____________________________________________________________________________
42461 [  7675] By: nick                                  on 2000/11/13  20:21:57
42462         Log: Integrate mainline ...
42463      Branch: perlio
42464           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
42465           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
42466           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
42467           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
42468 ____________________________________________________________________________
42469 [  7674] By: jhi                                   on 2000/11/13  15:07:56
42470         Log: Update Changes.
42471      Branch: perl
42472            ! Changes patchlevel.h
42473 ____________________________________________________________________________
42474 [  7673] By: jhi                                   on 2000/11/13  14:42:42
42475         Log: Remove the new two tests of lib/io_xs for now, they seem to
42476              fail under perlio on some platforms.
42477      Branch: perl
42478            ! t/lib/io_xs.t
42479 ____________________________________________________________________________
42480 [  7672] By: jhi                                   on 2000/11/13  13:57:53
42481         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
42482      Branch: perl
42483            ! perlio.c
42484 ____________________________________________________________________________
42485 [  7671] By: jhi                                   on 2000/11/13  05:30:48
42486         Log: Placate nervous compilers that see longer than ints switch()ing.
42487      Branch: perl
42488            ! utf8.c
42489 ____________________________________________________________________________
42490 [  7670] By: jhi                                   on 2000/11/13  05:14:21
42491         Log: fputs() does return EOF on error but here we don't care.
42492      Branch: perl
42493            ! perlio.c
42494 ____________________________________________________________________________
42495 [  7669] By: jhi                                   on 2000/11/13  05:02:45
42496         Log: Declare reg_data like reg_substr_data.
42497      Branch: perl
42498            ! regexp.h
42499 ____________________________________________________________________________
42500 [  7668] By: jhi                                   on 2000/11/13  04:54:34
42501         Log: Typos in #7667.
42502      Branch: perl
42503            ! perl.h
42504 ____________________________________________________________________________
42505 [  7667] By: jhi                                   on 2000/11/13  04:49:49
42506         Log: Cleanup messy #ifdef.
42507      Branch: perl
42508            ! perl.h
42509 ____________________________________________________________________________
42510 [  7666] By: jhi                                   on 2000/11/13  04:17:34
42511         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42512              From: Nicholas Clark <nick@talking.bollo.cx>
42513              Date: Sun, 12 Nov 2000 21:14:11 +0000
42514              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
42515              
42516              Note: only one breakage of the two reported is fixed by this patch.
42517      Branch: perl
42518            ! perlio.c
42519 ____________________________________________________________________________
42520 [  7665] By: jhi                                   on 2000/11/13  04:05:07
42521         Log: Tweak the definition of the bit complement on UTF-8 data:
42522              if none of the characters in the string are > 0xff,
42523              the result is a complemented byte string, not a (UTF-8)
42524              char string.  Based on the summary in
42525              
42526              Subject: Re: [ID 20000918.005] ~ on wide chars
42527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
42528              Date: Fri, 10 Nov 2000 09:47:15 -0800
42529              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
42530              
42531              This should give us the maximum backward (pre-char string)
42532              compatibility and utf8 compatibility.  The other alternative
42533              would be to limit the bit complement to be always byte only,
42534              taking the least significant byte of the chars.
42535      Branch: perl
42536            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
42537 ____________________________________________________________________________
42538 [  7664] By: jhi                                   on 2000/11/13  00:23:44
42539         Log: Couple of tests from #7660 salvaged.
42540      Branch: perl
42541            - t/op/tell.t
42542            ! MANIFEST t/io/tell.t
42543 ____________________________________________________________________________
42544 [  7663] By: jhi                                   on 2000/11/13  00:02:48
42545         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
42546              From: Nicholas Clark <nick@talking.bollo.cx>
42547              Date: Sun, 12 Nov 2000 21:23:43 +0000
42548              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
42549      Branch: perl
42550            ! perlsfio.h
42551 ____________________________________________________________________________
42552 [  7662] By: jhi                                   on 2000/11/13  00:01:39
42553         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42554              From: Nicholas Clark <nick@talking.bollo.cx>
42555              Date: Sun, 12 Nov 2000 21:30:04 +0000
42556              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
42557      Branch: perl
42558            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
42559 ____________________________________________________________________________
42560 [  7661] By: jhi                                   on 2000/11/12  23:57:29
42561         Log: Document tell() on special streams.
42562      Branch: perl
42563            ! pod/perlfunc.pod
42564 ____________________________________________________________________________
42565 [  7660] By: jhi                                   on 2000/11/12  23:54:22
42566         Log: (Subsumed by #7664)
42567      Branch: perl
42568            + t/op/tell.t
42569            ! MANIFEST
42570 ____________________________________________________________________________
42571 [  7659] By: jhi                                   on 2000/11/12  22:55:25
42572         Log: Many subdocumented return values of the IO extension now documented.
42573              ungetc and write still left subdocumented.
42574              
42575              Subject: [PATCH] (was Re: IO::Handle::ungetc)
42576              From: Nicholas Clark <nick@talking.bollo.cx>
42577              Date: Sun, 12 Nov 2000 21:35:53 +0000
42578              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
42579      Branch: perl
42580            ! ext/IO/lib/IO/Handle.pm
42581 ____________________________________________________________________________
42582 [  7658] By: jhi                                   on 2000/11/12  21:37:06
42583         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42584              From: Nicholas Clark <nick@talking.bollo.cx>
42585              Date: Sun, 12 Nov 2000 20:03:22 +0000
42586              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
42587      Branch: perl
42588            ! pod/perlfunc.pod
42589 ____________________________________________________________________________
42590 [  7657] By: jhi                                   on 2000/11/12  20:34:55
42591         Log: Integrate perlio.
42592      Branch: perl
42593           !> perlio.c
42594 ____________________________________________________________________________
42595 [  7656] By: nick                                  on 2000/11/12  19:25:06
42596         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
42597      Branch: perlio
42598            ! perlio.c
42599 ____________________________________________________________________________
42600 [  7655] By: nick                                  on 2000/11/12  19:09:41
42601         Log: Integrate mainline
42602      Branch: perlio
42603           +> README.solaris ext/Encode/Encode/cp1006.enc
42604           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
42605           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
42606           +> ext/Encode/Encode/iso8859-13.enc
42607           +> ext/Encode/Encode/iso8859-14.enc
42608           +> ext/Encode/Encode/iso8859-15.enc
42609           !> (integrate 34 files)
42610 ____________________________________________________________________________
42611 [  7654] By: jhi                                   on 2000/11/12  19:00:22
42612         Log: Add a metaconfig unit for fsync.
42613      Branch: metaconfig/U/perl
42614            + d_fsync.U
42615 ____________________________________________________________________________
42616 [  7653] By: jhi                                   on 2000/11/12  19:00:01
42617         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
42618      Branch: perl
42619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42620            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42621            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42622            ! vos/config.ga.h win32/config.bc win32/config.gc
42623            ! win32/config.vc
42624 ____________________________________________________________________________
42625 [  7652] By: jhi                                   on 2000/11/11  21:12:01
42626         Log: Copy the s// information of README.hpux also to the perlrun.
42627      Branch: perl
42628            ! README.hpux pod/perlrun.pod
42629 ____________________________________________________________________________
42630 [  7651] By: jhi                                   on 2000/11/11  21:03:13
42631         Log: More README.solaris updates from Andy Dougherty.
42632      Branch: perl
42633            ! README.solaris
42634 ____________________________________________________________________________
42635 [  7650] By: jhi                                   on 2000/11/11  18:38:57
42636         Log: More descriptive error for unknown perlio layers.
42637              
42638              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42639              From: Dominic Dunlop <domo@computer.org> 
42640              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42641              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42642      Branch: perl
42643            ! perlio.c pod/perldiag.pod
42644 ____________________________________________________________________________
42645 [  7649] By: jhi                                   on 2000/11/11  18:37:52
42646         Log: MachTen doesn't really do mmap() and munmap().
42647              
42648              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42649              From: Dominic Dunlop <domo@computer.org> 
42650              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42651              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42652      Branch: perl
42653            ! hints/machten.sh
42654 ____________________________________________________________________________
42655 [  7648] By: jhi                                   on 2000/11/11  18:36:46
42656         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42657              From: rspier@pobox.com (Robert Spier)
42658              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
42659              Message-ID: <14861.32839.491271.985797@rls.cx>
42660      Branch: perl
42661            ! Porting/Contract pod/perltoot.pod
42662 ____________________________________________________________________________
42663 [  7647] By: jhi                                   on 2000/11/11  18:35:30
42664         Log: Simplify the getpagesize() unit by dropping the
42665              pagesize probe since it's nowadays slightly more
42666              complicated because of sysconf(). (Note: if some
42667              platform really needs the -lPW for getpagesize,
42668              I just broke it.)
42669              
42670              TODO: a new pagesize unit.
42671      Branch: metaconfig
42672            ! U/compline/d_getpagsz.U
42673 ____________________________________________________________________________
42674 [  7646] By: jhi                                   on 2000/11/11  18:33:23
42675         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
42676      Branch: perl
42677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42678            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42679            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42680            ! vos/config.ga.h win32/config.bc win32/config.gc
42681            ! win32/config.vc
42682 ____________________________________________________________________________
42683 [  7645] By: jhi                                   on 2000/11/11  16:45:15
42684         Log: Use sysconf() or getpagesize() to find out the pagesize.
42685      Branch: perl
42686            ! perlio.c
42687 ____________________________________________________________________________
42688 [  7644] By: jhi                                   on 2000/11/11  15:46:08
42689         Log: Integrate perlio.
42690      Branch: perl
42691           !> perlio.c
42692 ____________________________________________________________________________
42693 [  7643] By: jhi                                   on 2000/11/11  15:33:36
42694         Log: Subject: Re: [PATCH] README.solaris
42695              From: Lupe Christoph <lupe@lupe-christoph.de>
42696              Date: Sat, 11 Nov 2000 14:08:10 +0100
42697              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
42698      Branch: perl
42699            ! README.solaris
42700 ____________________________________________________________________________
42701 [  7642] By: jhi                                   on 2000/11/11  15:22:12
42702         Log: Subject: [PATCH perl@7638] cygwin port
42703              From: "Eric Fifer" <egf7@columbia.edu>            
42704              Date: Fri, 10 Nov 2000 19:30:30 -0000
42705              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
42706      Branch: perl
42707            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
42708 ____________________________________________________________________________
42709 [  7641] By: nick                                  on 2000/11/11  14:50:36
42710         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
42711              Also call "Buf" layer directly when unread'ing non-read chars.
42712      Branch: perlio
42713            ! perlio.c
42714 ____________________________________________________________________________
42715 [  7640] By: jhi                                   on 2000/11/11  02:05:02
42716         Log: Add more encoding tables.
42717      Branch: perl
42718            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
42719            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
42720            + ext/Encode/Encode/iso8859-10.enc
42721            + ext/Encode/Encode/iso8859-13.enc
42722            + ext/Encode/Encode/iso8859-14.enc
42723            + ext/Encode/Encode/iso8859-15.enc
42724            ! MANIFEST
42725 ____________________________________________________________________________
42726 [  7639] By: jhi                                   on 2000/11/10  18:49:25
42727         Log: Subject: [PATCH] README.solaris
42728              From: Andy Dougherty <doughera@lafayette.edu>
42729              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
42730              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
42731      Branch: perl
42732            + README.solaris
42733            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
42734            ! pod/perl.pod pod/perltoc.pod
42735 ____________________________________________________________________________
42736 [  7638] By: jhi                                   on 2000/11/10  15:04:15
42737         Log: Update Changes.
42738      Branch: perl
42739            ! Changes patchlevel.h
42740 ____________________________________________________________________________
42741 [  7637] By: jhi                                   on 2000/11/10  14:14:28
42742         Log: Explain better why certain regex tests are skipped.
42743              
42744              Subject: Re: tests skipped: unknown reason
42745              From: Lupe Christoph <lupe@lupe-christoph.de>
42746              Date: Fri, 10 Nov 2000 09:08:56 +0100
42747              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
42748      Branch: perl
42749            ! t/op/regexp.t
42750 ____________________________________________________________________________
42751 [  7636] By: nick                                  on 2000/11/10  13:40:00
42752         Log: Integrate mainline.
42753      Branch: perlio
42754           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
42755           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
42756           !> win32/bin/search.pl
42757 ____________________________________________________________________________
42758 [  7635] By: nick                                  on 2000/11/10  13:25:52
42759         Log: Re-instate stdio large file support via perlio.
42760      Branch: perl
42761            ! perlio.c
42762 ____________________________________________________________________________
42763 [  7634] By: jhi                                   on 2000/11/10  04:49:55
42764         Log: Amdahl UTS hints updates.
42765              
42766              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
42767              From: hom00@utsglobal.com (Harold O Morris)
42768              Date: Thu, 9 Nov 2000 20:02 PST
42769              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
42770      Branch: perl
42771            ! hints/uts.sh
42772 ____________________________________________________________________________
42773 [  7633] By: jhi                                   on 2000/11/09  23:33:28
42774         Log: Subject: [PATCH] IO::Seekable pod
42775              From: Nicholas Clark <nick@talking.bollo.cx>
42776              Date: Thu, 9 Nov 2000 20:29:45 +0000
42777              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
42778      Branch: perl
42779            ! ext/IO/lib/IO/Handle.pm
42780 ____________________________________________________________________________
42781 [  7632] By: jhi                                   on 2000/11/09  21:55:41
42782         Log: Various doc oddball characters.
42783              
42784              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42785              From: Michael Somos <somos@grail.cba.csuohio.edu>
42786              Date: Mon, 6 Nov 2000 17:44:20 -0500
42787              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
42788      Branch: perl
42789            ! emacs/cperl-mode.el lib/unicode/syllables.txt
42790            ! win32/bin/search.pl
42791 ____________________________________________________________________________
42792 [  7631] By: jhi                                   on 2000/11/09  21:12:29
42793         Log: Subject: Re: bash -c exit and linux hints 
42794              From: "John P. Linderman" <jpl@research.att.com>
42795              Date: Thu, 02 Nov 2000 09:37:25 -0500
42796              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
42797      Branch: perl
42798            ! hints/linux.sh
42799 ____________________________________________________________________________
42800 [  7630] By: nick                                  on 2000/11/09  20:34:11
42801         Log: Integrate mainline.
42802      Branch: perlio
42803           !> (integrate 91 files)
42804 ____________________________________________________________________________
42805 [  7629] By: jhi                                   on 2000/11/09  19:46:31
42806         Log: Missing dTHXs.
42807              
42808              Subject: RE: perl@7595 builds not on cygwin
42809              From: "Eric Fifer" <egf7@columbia.edu>
42810              Date: Thu, 9 Nov 2000 19:26:50 -0000
42811              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
42812      Branch: perl
42813            ! ext/Devel/Peek/Peek.xs
42814 ____________________________________________________________________________
42815 [  7628] By: jhi                                   on 2000/11/09  14:48:27
42816         Log: Disable only the tests 99 and 166 for UTF-8 locales.
42817      Branch: perl
42818            ! t/pragma/locale.t
42819 ____________________________________________________________________________
42820 [  7627] By: jhi                                   on 2000/11/09  14:40:27
42821         Log: There's no =head3.
42822      Branch: perl
42823            ! pod/perlhack.pod
42824 ____________________________________________________________________________
42825 [  7626] By: jhi                                   on 2000/11/09  13:54:26
42826         Log: The generated boot_* headers are wrong.  Pickier compiler,
42827              such as KAI C++ will refuse to compile the resulting perlmain.
42828              
42829              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42830              From: Harri Pasanen <harri.pasanen@trema.com>
42831              Date: Thu, 09 Nov 2000 14:23:28 +0100
42832              Message-Id: <3A0AA550.26D548A3@trema.com>
42833      Branch: perl
42834            ! minimod.pl
42835 ____________________________________________________________________________
42836 [  7625] By: jhi                                   on 2000/11/09  13:50:44
42837         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
42838              From: Prymmer/Kahn <pvhp@best.com>
42839              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
42840              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
42841              
42842              All except the "cow orker" change.
42843      Branch: perl
42844            ! Porting/pumpkin.pod
42845 ____________________________________________________________________________
42846 [  7624] By: jhi                                   on 2000/11/09  13:45:33
42847         Log: Fix for
42848              
42849              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
42850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42851              Date: Thu, 09 Nov 2000 11:05:52 +0100
42852              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
42853      Branch: perl
42854            ! pod/perldiag.pod t/pragma/warn/pp_sys
42855 ____________________________________________________________________________
42856 [  7623] By: jhi                                   on 2000/11/09  13:37:16
42857         Log: Typo in an ifndef.
42858              
42859              Subject: Re: [PATCH 5.7.0] better messages from malloc()
42860              From: Joe Smith <jms@inwap.com>         
42861              Date: Thu, 09 Nov 2000 01:33:14 -0800
42862              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
42863      Branch: perl
42864            ! malloc.c
42865 ____________________________________________________________________________
42866 [  7622] By: jhi                                   on 2000/11/09  13:31:18
42867         Log: Remove unused extra arguments.
42868      Branch: metaconfig/U/perl
42869            ! perlxv.U
42870      Branch: perl
42871            ! Configure config_h.SH
42872 ____________________________________________________________________________
42873 [  7621] By: jhi                                   on 2000/11/09  13:16:36
42874         Log: More VMS moves on environment handling, from Charles Lane.
42875      Branch: perl
42876            ! t/pragma/locale.t
42877 ____________________________________________________________________________
42878 [  7620] By: jhi                                   on 2000/11/09  04:42:38
42879         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42880              From: David Dyck <dcd@tc.fluke.com>
42881              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
42882              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
42883      Branch: perl
42884            ! pp_sys.c
42885 ____________________________________________________________________________
42886 [  7619] By: jhi                                   on 2000/11/09  04:36:21
42887         Log: Forgot from #7618.
42888      Branch: perl
42889            ! lib/File/stat.pm
42890 ____________________________________________________________________________
42891 [  7618] By: jhi                                   on 2000/11/09  04:28:44
42892         Log: Make deleting for %ENV work for (newer versions of) VMS,
42893              from Craig A. Berry.
42894      Branch: perl
42895            ! vms/vms.c
42896 ____________________________________________________________________________
42897 [  7617] By: jhi                                   on 2000/11/09  04:25:05
42898         Log: Subject: [PATCH] Class::Struct at compile time
42899              From: "Casey R. Tweten" <crt@kiski.net>
42900              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
42901              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
42902      Branch: perl
42903            ! lib/Class/Struct.pm
42904 ____________________________________________________________________________
42905 [  7616] By: jhi                                   on 2000/11/09  04:15:17
42906         Log: Subject: [ID 20001108.013] spelling
42907              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
42908              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
42909              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
42910      Branch: perl
42911            ! lib/ftp.pl
42912 ____________________________________________________________________________
42913 [  7615] By: jhi                                   on 2000/11/09  04:12:42
42914         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
42915              From: Peter Prymmer <pvhp@forte.com>
42916              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
42917              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
42918      Branch: perl
42919            ! configure.com
42920 ____________________________________________________________________________
42921 [  7614] By: jhi                                   on 2000/11/08  22:42:55
42922         Log: A missing aTHX_.
42923      Branch: perl
42924            ! ext/IPC/SysV/SysV.xs
42925 ____________________________________________________________________________
42926 [  7613] By: jhi                                   on 2000/11/08  19:30:21
42927         Log: Update Changes.
42928      Branch: perl
42929            ! Changes patchlevel.h
42930 ____________________________________________________________________________
42931 [  7612] By: jhi                                   on 2000/11/08  18:35:25
42932         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42933              From: David Dyck <dcd@tc.fluke.com>
42934              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
42935              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
42936      Branch: perl
42937            ! pp_sys.c
42938 ____________________________________________________________________________
42939 [  7611] By: jhi                                   on 2000/11/08  18:30:26
42940         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
42941              From: Dominic Dunlop <domo@computer.org>
42942              Date: Tue, 7 Nov 2000 12:05:25 +0100
42943              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
42944      Branch: perl
42945            ! malloc.c
42946 ____________________________________________________________________________
42947 [  7610] By: jhi                                   on 2000/11/08  18:25:14
42948         Log: Do not test UTF-8 locales since that the tests would require
42949              polymorphic regexen.
42950      Branch: perl
42951            ! t/pragma/locale.t
42952 ____________________________________________________________________________
42953 [  7609] By: jhi                                   on 2000/11/08  17:12:51
42954         Log: Locale buglets.
42955              
42956              Subject: RE: Locales support (setlocale) fixes
42957              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42958              Date: Wed, 8 Nov 2000 20:01:39 +0300
42959              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
42960      Branch: perl
42961            ! t/pragma/locale.t util.c
42962 ____________________________________________________________________________
42963 [  7608] By: jhi                                   on 2000/11/08  17:00:16
42964         Log: Deleting $ENV{PATH} in VMS is not recommendable.
42965      Branch: perl
42966            ! t/pragma/locale.t
42967 ____________________________________________________________________________
42968 [  7607] By: jhi                                   on 2000/11/08  16:58:26
42969         Log: Subject: PATCH std stdio for (Free)BSD
42970              From: Nicholas Clark <nick@ccl4.org>
42971              Date: Wed, 8 Nov 2000 15:36:29 +0000
42972              Message-ID: <20001108153629.D98736@plum.flirble.org>
42973      Branch: metaconfig
42974            ! U/compline/d_stdstdio.U
42975      Branch: perl
42976            ! Configure config_h.SH
42977 ____________________________________________________________________________
42978 [  7606] By: jhi                                   on 2000/11/08  16:43:31
42979         Log: Forgot to bump the line numbers in #7601.
42980      Branch: perl
42981            ! t/pragma/warn/pp_sys
42982 ____________________________________________________________________________
42983 [  7605] By: jhi                                   on 2000/11/08  16:39:12
42984         Log: More careful detection of how well NVs and UVs mix.
42985              
42986              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))
42987              From: Nicholas Clark <nick@ccl4.org>
42988              Date: Wed, 8 Nov 2000 15:14:12 +0000
42989              Message-ID: <20001108151412.B98736@plum.flirble.org>
42990              
42991              Added some SIGFPE paranoia.
42992      Branch: metaconfig/U/perl
42993            ! perlxv.U
42994      Branch: perl
42995            ! Configure config_h.SH
42996 ____________________________________________________________________________
42997 [  7604] By: jhi                                   on 2000/11/08  14:39:10
42998         Log: Subject: [patch perl@7595] VMS configure.com tweak
42999              From: "Craig A. Berry" <craigberry@mac.com>
43000              Date: Wed, 8 Nov 2000 00:24:12 -0600
43001              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
43002      Branch: perl
43003            ! configure.com
43004 ____________________________________________________________________________
43005 [  7603] By: jhi                                   on 2000/11/08  14:27:11
43006         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
43007              From: Robin Barker <rmb1@cise.npl.co.uk>
43008              Date: Wed, 8 Nov 2000 11:11:39 GMT
43009              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
43010      Branch: perl
43011            ! perlio.c
43012 ____________________________________________________________________________
43013 [  7602] By: jhi                                   on 2000/11/08  14:25:03
43014         Log: Fix for the tie-refhash string table leaks.
43015              
43016              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
43017              Date: Wed, 8 Nov 2000 13:03:04 GMT
43018              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
43019      Branch: perl
43020            ! t/lib/tie-refhash.t
43021 ____________________________________________________________________________
43022 [  7601] By: jhi                                   on 2000/11/08  14:21:08
43023         Log: Try to avoid flockless and emulationless places.
43024      Branch: perl
43025            ! t/pragma/warn/pp_sys
43026 ____________________________________________________________________________
43027 [  7600] By: jhi                                   on 2000/11/08  02:28:54
43028         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
43029              
43030              Subject: [PATCH] prototyped functions that should be overrideable
43031              From: "Casey R. Tweten" <crt@kiski.net>
43032              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
43033              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
43034      Branch: perl
43035            ! toke.c
43036 ____________________________________________________________________________
43037 [  7599] By: jhi                                   on 2000/11/08  01:12:05
43038         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
43039              
43040              Subject: [PATCH] perlbug.PL
43041              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43042              Date: Mon, 6 Nov 2000 21:39:01 -0500
43043              Message-ID: <20001106213901.B20955@O2.chapin.edu>
43044      Branch: perl
43045            ! utils/perlbug.PL
43046 ____________________________________________________________________________
43047 [  7598] By: jhi                                   on 2000/11/07  23:42:00
43048         Log: Bad thinko in #7581 (I used the test program with the expanded
43049              values as-is).
43050      Branch: metaconfig
43051            ! U/compline/d_stdstdio.U
43052      Branch: perl
43053            ! Configure
43054 ____________________________________________________________________________
43055 [  7597] By: jhi                                   on 2000/11/07  21:43:29
43056         Log: Subject: [PATCH perl@7573] cygwin port
43057              From: "Fifer, Eric" <EFifer@sanwaint.com>
43058              Date: Tue, 7 Nov 2000 18:08:51 -0000 
43059              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
43060              
43061              Synchronize with Cygwin 1.1.5.
43062      Branch: perl
43063            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
43064            ! pod/perlport.pod unixish.h util.c
43065 ____________________________________________________________________________
43066 [  7596] By: jhi                                   on 2000/11/07  21:39:25
43067         Log: perlhack updates from H.Merijn Brand.
43068      Branch: perl
43069            ! pod/perlhack.pod
43070 ____________________________________________________________________________
43071 [  7595] By: jhi                                   on 2000/11/07  20:21:41
43072         Log: Update Changes.
43073      Branch: perl
43074            ! Changes patchlevel.h
43075 ____________________________________________________________________________
43076 [  7594] By: jhi                                   on 2000/11/07  19:18:58
43077         Log: Be more robust in Dynaloader.pm.
43078      Branch: perl
43079            ! ext/DynaLoader/DynaLoader_pm.PL
43080 ____________________________________________________________________________
43081 [  7593] By: jhi                                   on 2000/11/07  16:49:31
43082         Log: AUTHORS update.
43083      Branch: perl
43084            ! AUTHORS
43085 ____________________________________________________________________________
43086 [  7592] By: gsar                                  on 2000/11/07  16:39:51
43087         Log: normalize relative paths in virtualized current directory on windows,
43088              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
43089              returns)
43090      Branch: perl
43091            ! win32/vdir.h
43092 ____________________________________________________________________________
43093 [  7591] By: jhi                                   on 2000/11/07  16:04:26
43094         Log: Too profiler-happy: with optimization the #7590 actually makes
43095              the test to run 0.5% _slower_.  Requires much more instrumentation.
43096              Retract #7590.
43097      Branch: perl
43098            ! regcomp.c regcomp.h
43099 ____________________________________________________________________________
43100 [  7590] By: jhi                                   on 2000/11/07  15:51:13
43101         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
43102              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
43103              by using memset() and testing bytewise (as opposed to bitwise).
43104      Branch: perl
43105            ! regcomp.c regcomp.h
43106 ____________________________________________________________________________
43107 [  7589] By: jhi                                   on 2000/11/07  12:56:39
43108         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
43109              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43110              Date: Mon, 06 Nov 2000 23:45:30 -0500
43111              Message-Id: <0011079735.AA973576259@univpress.com>
43112      Branch: perl
43113            ! configure.com t/lib/st-lock.t
43114 ____________________________________________________________________________
43115 [  7588] By: jhi                                   on 2000/11/07  01:03:28
43116         Log: Tweak #7587.
43117      Branch: perl
43118            ! pod/perldiag.pod
43119 ____________________________________________________________________________
43120 [  7587] By: jhi                                   on 2000/11/07  01:00:27
43121         Log: A doc addition for bug id 20001105.019, beware \p.
43122      Branch: perl
43123            ! pod/perldiag.pod
43124 ____________________________________________________________________________
43125 [  7586] By: jhi                                   on 2000/11/07  00:32:22
43126         Log: Fake support of holey files in win/dosish platforms.
43127              
43128              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
43129              From: kipp@shonanblue.ne.jp
43130              Date: Mon, 6 Nov 2000 13:30:55 -0800
43131              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
43132      Branch: perl
43133            ! ext/SDBM_File/sdbm/sdbm.c
43134 ____________________________________________________________________________
43135 [  7585] By: jhi                                   on 2000/11/07  00:12:54
43136         Log: Subject: Pod updates
43137              From: "Stephen P. Potter" <spp@spotter.yi.org>
43138              Date: Mon, 06 Nov 2000 18:56:43 -0500
43139              Message-Id: <200011062357.SAA18173@spotter.yi.org>
43140      Branch: perl
43141            ! README.dos README.os2 README.win32 pod/buildtoc.PL
43142            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
43143            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
43144            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
43145            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
43146            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
43147            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
43148            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
43149            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
43150            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
43151            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
43152            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
43153            ! pod/perltootc.pod pod/perlunicode.pod
43154 ____________________________________________________________________________
43155 [  7584] By: jhi                                   on 2000/11/07  00:04:17
43156         Log: Varargs don't always work too well if one puts an unsigned
43157              char on the stack and pop an unsigned quad off the stack.
43158              
43159              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
43160              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
43161              Date: Mon, 06 Nov 2000 15:19:05 -0800
43162              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
43163      Branch: perl
43164            ! utf8.c
43165 ____________________________________________________________________________
43166 [  7583] By: jhi                                   on 2000/11/06  23:58:48
43167         Log: %ENV note tweaks from Dan Sugalski.
43168      Branch: perl
43169            ! pod/perlport.pod vms/perlvms.pod
43170 ____________________________________________________________________________
43171 [  7582] By: jhi                                   on 2000/11/06  23:05:49
43172         Log: glibc5 detection by __GNU_LIBRARY__.
43173      Branch: perl
43174            ! toke.c
43175 ____________________________________________________________________________
43176 [  7581] By: jhi                                   on 2000/11/06  22:51:29
43177         Log: Make the stdio test program of 7427 less noisy while being 
43178              compiled so that Digital UNIX wouldn't get both
43179              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
43180              undefined.  This makes perlio happy.
43181      Branch: metaconfig
43182            ! U/compline/d_stdstdio.U
43183      Branch: perl
43184            ! Configure config_h.SH
43185 ____________________________________________________________________________
43186 [  7580] By: jhi                                   on 2000/11/06  22:41:41
43187         Log: Document %ENV = () portability issues.
43188      Branch: perl
43189            ! pod/perlport.pod vms/perlvms.pod
43190 ____________________________________________________________________________
43191 [  7579] By: jhi                                   on 2000/11/06  21:29:24
43192         Log: VOS updates from Paul Green.
43193      Branch: perl
43194            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43195 ____________________________________________________________________________
43196 [  7578] By: jhi                                   on 2000/11/06  21:00:40
43197         Log: Sanitize the environment further.
43198      Branch: perl
43199            ! t/pragma/locale.t
43200 ____________________________________________________________________________
43201 [  7577] By: jhi                                   on 2000/11/06  20:53:51
43202         Log: Re-introduce 7552 lost in integration.
43203      Branch: perl
43204            ! perlio.c
43205 ____________________________________________________________________________
43206 [  7576] By: jhi                                   on 2000/11/06  20:33:46
43207         Log: Admit that the test leaks scalars.
43208      Branch: perl
43209            ! t/comp/proto.t
43210 ____________________________________________________________________________
43211 [  7575] By: jhi                                   on 2000/11/06  20:17:08
43212         Log: Integrate perlio.
43213      Branch: perl
43214           !> perlio.c
43215 ____________________________________________________________________________
43216 [  7574] By: nick                                  on 2000/11/06  20:07:28
43217         Log: Remove debug. Try (Mmap_t) on madvise() call.
43218      Branch: perlio
43219            ! perlio.c
43220 ____________________________________________________________________________
43221 [  7573] By: jhi                                   on 2000/11/06  13:56:05
43222         Log: Update Changes.
43223      Branch: perl
43224            ! Changes patchlevel.h
43225 ____________________________________________________________________________
43226 [  7572] By: jhi                                   on 2000/11/06  13:48:41
43227         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
43228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43229              Date: Mon, 06 Nov 2000 10:11:42 +0100
43230              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
43231      Branch: perl
43232            ! pod/perlhack.pod
43233 ____________________________________________________________________________
43234 [  7571] By: jhi                                   on 2000/11/06  01:45:51
43235         Log: AUTHORS updates.
43236      Branch: perl
43237            ! AUTHORS
43238 ____________________________________________________________________________
43239 [  7570] By: jhi                                   on 2000/11/06  00:18:00
43240         Log: Fix for
43241              
43242              Subject: [ID 20000728.005] perl -P broken
43243              From: David Dyck <dcd@tc.fluke.com>
43244              Date: Fri, 28 Jul 2000 17:19:16 -0700
43245              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
43246              
43247              (hopefully).  The fix is also not complete, it seems to break
43248              BOM swallowing for libc5 systems, but until someone figures
43249              out a way to do this without ftell(), this will do.
43250      Branch: perl
43251            ! toke.c
43252 ____________________________________________________________________________
43253 [  7569] By: jhi                                   on 2000/11/06  00:05:30
43254         Log: Document that the evaled syntax errors cause scalar leaks.
43255      Branch: perl
43256            ! t/comp/proto.t
43257 ____________________________________________________________________________
43258 [  7568] By: jhi                                   on 2000/11/05  23:14:47
43259         Log: opmini.o can linger from Configures past.
43260      Branch: perl
43261            ! Makefile.SH
43262 ____________________________________________________________________________
43263 [  7567] By: jhi                                   on 2000/11/05  21:28:39
43264         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
43265              first argument correctly.
43266      Branch: perl
43267            ! perlio.c
43268 ____________________________________________________________________________
43269 [  7566] By: jhi                                   on 2000/11/05  21:15:56
43270         Log: Integrate perlio.
43271      Branch: perl
43272           !> perlio.c
43273 ____________________________________________________________________________
43274 [  7565] By: jhi                                   on 2000/11/05  21:15:13
43275         Log: Use -dM for gcc (the suggested patch did it only for Linux,
43276              but I think it can be generalized).
43277              
43278              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
43279              From: Pixel <pixel@mandrakesoft.com>
43280              Date: 05 Nov 2000 21:49:34 +0100 
43281              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
43282      Branch: perl
43283            ! ext/Errno/Errno_pm.PL
43284 ____________________________________________________________________________
43285 [  7564] By: nick                                  on 2000/11/05  21:09:18
43286         Log: Added a mmap layer as a "subclass" of perlio.
43287              PERLIO=mmap ./perl harness passes
43288      Branch: perlio
43289            ! perlio.c
43290 ____________________________________________________________________________
43291 [  7563] By: jhi                                   on 2000/11/05  19:48:55
43292         Log: Add a note for future generations about bug id 20000229.006.
43293      Branch: perl
43294            ! malloc.c
43295 ____________________________________________________________________________
43296 [  7562] By: jhi                                   on 2000/11/05  19:38:24
43297         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
43298      Branch: perl
43299            ! pp_ctl.c t/op/pos.t
43300 ____________________________________________________________________________
43301 [  7561] By: jhi                                   on 2000/11/05  18:21:46
43302         Log: Add =pod to be tidy.
43303      Branch: perl
43304            ! lib/Math/Complex.pm
43305 ____________________________________________________________________________
43306 [  7560] By: jhi                                   on 2000/11/05  17:38:46
43307         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
43308      Branch: perl
43309            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43310            ! ext/Storable/Storable.xs t/lib/st-recurse.t
43311 ____________________________________________________________________________
43312 [  7559] By: jhi                                   on 2000/11/05  17:32:59
43313         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
43314              From: "Peter J. Farley III" <pjfarley@banet.net>
43315              Date: Sun, 05 Nov 2000 11:55:59 -0500
43316              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
43317      Branch: perl
43318            ! t/lib/syslog.t
43319 ____________________________________________________________________________
43320 [  7558] By: jhi                                   on 2000/11/05  17:29:19
43321         Log: Integrate perlio.
43322      Branch: perl
43323           !> perlio.c
43324 ____________________________________________________________________________
43325 [  7557] By: jhi                                   on 2000/11/05  17:22:01
43326         Log: A fix of sorts for 20000329.026, a better error message
43327              for a missing "use charnames" when using the \N{...}. 
43328      Branch: perl
43329            ! pod/perldiag.pod toke.c
43330 ____________________________________________________________________________
43331 [  7556] By: jhi                                   on 2000/11/05  16:33:50
43332         Log: Test tweak: show also the failed locales.
43333              
43334              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
43335              From: Lupe Christoph <lupe@lupe-christoph.de>         
43336              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
43337              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
43338      Branch: perl
43339            ! t/pragma/locale.t
43340 ____________________________________________________________________________
43341 [  7555] By: nick                                  on 2000/11/05  11:09:34
43342         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
43343              open RDWR so does not fail. (pragma/warnings 303 again...)
43344      Branch: perlio
43345            ! perlio.c
43346 ____________________________________________________________________________
43347 [  7554] By: nick                                  on 2000/11/05  10:10:13
43348         Log: Fix case where ungetc(f,EOF) was allowed.
43349              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
43350              so we can see similarities.
43351              Use types more carefully and a STDCHAR array in hope that this will
43352              fix Jarrko's 64bit machine.
43353      Branch: perlio
43354            ! perlio.c
43355 ____________________________________________________________________________
43356 [  7553] By: jhi                                   on 2000/11/05  01:12:16
43357         Log: Fix for
43358              
43359              Subject: [ID 20001004.007] taint propogation is inconsistent
43360              From: pimlott@idiomtech.com (Andrew Pimlott) 
43361              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
43362              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
43363              
43364              The culprit was sv_setsv() which was rather blindly
43365              propagating taint, which lead to behaviour where if
43366              a tainted anon hash value was seen all the hash values
43367              from then on at that level became tainted, or at any
43368              upper levels in the case of nested anon hashes.
43369      Branch: perl
43370            ! sv.c t/op/taint.t
43371 ____________________________________________________________________________
43372 [  7552] By: jhi                                   on 2000/11/04  23:44:18
43373         Log: Some cpps don't like splitting conditionals across several lines.
43374      Branch: perl
43375            ! perlio.c
43376 ____________________________________________________________________________
43377 [  7551] By: nick                                  on 2000/11/04  23:40:44
43378         Log: Integrate mainline
43379      Branch: perlio
43380           !> pp_hot.c t/op/taint.t
43381 ____________________________________________________________________________
43382 [  7550] By: nick                                  on 2000/11/04  23:39:05
43383         Log: Integrate mainline again
43384      Branch: perlio
43385           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
43386           !> t/lib/b.t t/op/misc.t util.c
43387 ____________________________________________________________________________
43388 [  7549] By: jhi                                   on 2000/11/04  23:14:01
43389         Log: Fix for
43390              
43391              Subject: [ID 20001004.006] undef is never tainted
43392              From: pimlott@idiomtech.com (Andrew Pimlott)
43393              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
43394              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
43395              
43396              An undef read from a slurped file was not tainted.
43397      Branch: perl
43398            ! pp_hot.c t/op/taint.t
43399 ____________________________________________________________________________
43400 [  7548] By: jhi                                   on 2000/11/04  22:56:21
43401         Log: Test tweak ($Config{useperlio} is by default undef) .
43402      Branch: perl
43403            ! t/lib/b.t
43404 ____________________________________________________________________________
43405 [  7547] By: jhi                                   on 2000/11/04  22:43:56
43406         Log: Integrate perlio.
43407      Branch: perl
43408           +> lib/perlio.pm
43409           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
43410           !> pod/perlapi.pod t/lib/b.t
43411 ____________________________________________________________________________
43412 [  7546] By: jhi                                   on 2000/11/04  22:40:59
43413         Log: Configure would use a bad $myuname from an old config.sh.
43414              
43415              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
43416              From: Andy Dougherty <doughera@lafayette.edu>
43417              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
43418              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
43419      Branch: metaconfig
43420            ! U/modified/Oldconfig.U
43421      Branch: perl
43422            ! Configure config_h.SH
43423 ____________________________________________________________________________
43424 [  7545] By: jhi                                   on 2000/11/04  22:36:54
43425         Log: Subject: Locales support (setlocale) fixes
43426              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43427              Date: Sat, 4 Nov 2000 10:15:48 +0300 
43428              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
43429              
43430              Modified quite a bit to be more portable.
43431      Branch: perl
43432            ! embed.h embed.pl perl.h proto.h util.c
43433 ____________________________________________________________________________
43434 [  7544] By: jhi                                   on 2000/11/04  22:32:47
43435         Log: Dying is too strict here, better just skip.
43436      Branch: perl
43437            ! t/op/misc.t
43438 ____________________________________________________________________________
43439 [  7543] By: nick                                  on 2000/11/04  21:55:13
43440         Log: Merge mainline
43441      Branch: perlio
43442           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43443           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
43444           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43445           !> (integrate 64 files)
43446 ____________________________________________________________________________
43447 [  7542] By: jhi                                   on 2000/11/04  21:09:28
43448         Log: More Changes tweakery.
43449      Branch: perl
43450            ! Changes Porting/genlog
43451 ____________________________________________________________________________
43452 [  7541] By: jhi                                   on 2000/11/04  20:58:18
43453         Log: Changes fixups.
43454      Branch: perl
43455            ! Changes
43456 ____________________________________________________________________________
43457 [  7540] By: jhi                                   on 2000/11/04  20:42:38
43458         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
43459              create a "fast path" for locale name probing using "locale -a"
43460              if available, squash finally hopefully the s?printf resetting
43461              the numeric locale (since, IIUC perllocale, it never shouldn't). 
43462      Branch: perl
43463            ! sv.c t/op/misc.t t/pragma/locale.t
43464 ____________________________________________________________________________
43465 [  7539] By: nick                                  on 2000/11/04  19:56:10
43466         Log: PerlIO infrastructure complete.
43467      Branch: perlio
43468            + lib/perlio.pm
43469            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
43470 ____________________________________________________________________________
43471 [  7538] By: nick                                  on 2000/11/04  14:31:32
43472         Log: Type tweaks + less contorted allocation scheme
43473      Branch: perlio
43474            ! perlio.c
43475 ____________________________________________________________________________
43476 [  7537] By: nick                                  on 2000/11/04  12:40:42
43477         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
43478              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
43479              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
43480              sensible) which lead to some interesting fails.
43481      Branch: perlio
43482            ! perlio.c
43483 ____________________________________________________________________________
43484 [  7536] By: jhi                                   on 2000/11/04  00:20:02
43485         Log: Add FCNTL_CAN_LOCK.
43486              
43487              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43488              From: Andy Dougherty <doughera@lafayette.edu>
43489              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
43490              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
43491              
43492              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43493              From: Andy Dougherty <doughera@lafayette.edu>
43494              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
43495              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
43496      Branch: metaconfig/U/perl
43497            + d_fcntl_can_lock.U
43498            ! startperl.U
43499      Branch: perl
43500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43501            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
43502            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43503            ! vos/config.ga.h win32/config.bc win32/config.gc
43504            ! win32/config.vc
43505 ____________________________________________________________________________
43506 [  7535] By: nick                                  on 2000/11/03  22:19:10
43507         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
43508              - Works on Linux with
43509              perlio + unix
43510              stdio
43511              - Works on Solaris with
43512              perlio + unix
43513              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
43514              - Fails (hangs in openpid) if you try and stack
43515              perlio + stdio - Linux stdio's read() logic is hanging.
43516      Branch: perlio
43517            ! iperlsys.h perlio.c
43518 ____________________________________________________________________________
43519 [  7534] By: jhi                                   on 2000/11/03  15:16:02
43520         Log: Subject: Re: README.aix
43521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43522              Date: Fri, 03 Nov 2000 16:03:15 +0100
43523              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
43524      Branch: perl
43525            ! README.aix
43526 ____________________________________________________________________________
43527 [  7533] By: jhi                                   on 2000/11/03  03:59:02
43528         Log: Subject: [PATCH 5.7.0] better messages from malloc()
43529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43530              Date: Wed, 1 Nov 2000 23:39:56 -0500
43531              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
43532      Branch: perl
43533            ! malloc.c pod/perldiag.pod
43534 ____________________________________________________________________________
43535 [  7532] By: jhi                                   on 2000/11/03  00:11:56
43536         Log: The #7521 touched things it shouldn't have.
43537      Branch: perl
43538            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
43539 ____________________________________________________________________________
43540 [  7531] By: jhi                                   on 2000/11/02  22:32:33
43541         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
43542              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43543              Date:     Thu, 2 Nov 2000 16:58:36 EST
43544              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
43545      Branch: perl
43546            ! vms/gen_shrfls.pl
43547 ____________________________________________________________________________
43548 [  7530] By: jhi                                   on 2000/11/02  22:08:49
43549         Log: Fix the problem discussed in
43550              
43551              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43552              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
43553              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
43554              
43555              originally from Linc Madison.  Also Andreas König's comments
43556              taken into account.  Some other problems with Tie::SubstrHash
43557              fixed: didn't croak when the table exceeded the requested number
43558              of entries (as documented) but instead when the number of entries
43559              exceeded the size of the table, a croak() had an unnecessary \n,
43560              didn't have a CLEAR method, documented that there is no exists().
43561              Didn't fix to be strict-proof because the module uses &foo; and
43562              dynamic scope.  Added a test script exercizing both first tamely 
43563              the basic functionality, and then the failure cases reported by
43564              Linc Madison.
43565      Branch: perl
43566            + t/lib/tie-substrhash.t
43567            ! MANIFEST lib/Tie/SubstrHash.pm
43568 ____________________________________________________________________________
43569 [  7529] By: jhi                                   on 2000/11/02  17:58:08
43570         Log: recv() can fail and return undef.
43571              
43572              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
43573              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
43574              Date: Thu, 2 Nov 2000 20:12:20 +0300
43575              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
43576      Branch: perl
43577            ! lib/Net/Ping.pm
43578 ____________________________________________________________________________
43579 [  7528] By: jhi                                   on 2000/11/02  17:49:09
43580         Log: Detpyo.
43581      Branch: perl
43582            ! pod/perlop.pod
43583 ____________________________________________________________________________
43584 [  7527] By: jhi                                   on 2000/11/02  15:48:37
43585         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43586              fix a autovivification bug in Tie::RefHash, add tests for both.
43587              
43588              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
43589              From: Edward Avis <epa98@doc.ic.ac.uk>
43590              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
43591              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
43592      Branch: perl
43593            + t/lib/tie-refhash.t
43594            ! MANIFEST lib/Tie/RefHash.pm
43595 ____________________________________________________________________________
43596 [  7526] By: jhi                                   on 2000/11/02  13:56:26
43597         Log: Test::Harness revealed buglets in the new DynaLoader.
43598              
43599              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43600              From: andreas.koenig@anima.de (Andreas J. Koenig)
43601              Date: 02 Nov 2000 11:26:48 +0100 
43602              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
43603      Branch: perl
43604            ! ext/DynaLoader/DynaLoader_pm.PL
43605 ____________________________________________________________________________
43606 [  7525] By: jhi                                   on 2000/11/01  23:52:08
43607         Log: The entry for #7503 was missing.
43608      Branch: perl
43609            ! Changes
43610 ____________________________________________________________________________
43611 [  7524] By: jhi                                   on 2000/11/01  23:40:52
43612         Log: Update Changes.
43613      Branch: perl
43614            ! Changes patchlevel.h
43615 ____________________________________________________________________________
43616 [  7523] By: jhi                                   on 2000/11/01  22:57:09
43617         Log: More tweaking on the #7522 theme.
43618      Branch: perl
43619            ! ext/DynaLoader/DynaLoader_pm.PL
43620 ____________________________________________________________________________
43621 [  7522] By: jhi                                   on 2000/11/01  22:06:15
43622         Log: Expand %Config variables and %ENV variables only if
43623              so requested during build time using the
43624              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43625              Not expanding makes relocating distributions easier.
43626      Branch: perl
43627            ! ext/DynaLoader/DynaLoader_pm.PL
43628 ____________________________________________________________________________
43629 [  7521] By: jhi                                   on 2000/11/01  20:56:34
43630         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
43631              and setgid() because they were just changing $< and $( which means
43632              only changing the real uid/gid, as opposed to changing both
43633              real and effective ids.  (The alternative way could have been
43634              in POSIX.pm to change $> and $), too, but making a direct call
43635              to the C API feels cleaner.)  Fixes the bug
43636              
43637              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43638              From: "Garry T. Williams" <garry@zvolve.com>
43639              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
43640              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
43641      Branch: perl
43642            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43643            ! ext/POSIX/typemap pod/perlvar.pod
43644 ____________________________________________________________________________
43645 [  7520] By: jhi                                   on 2000/11/01  20:08:33
43646         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43647              From: "Garry T. Williams" <garry@zvolve.com>
43648              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
43649              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
43650      Branch: perl
43651            ! pod/perlsec.pod
43652 ____________________________________________________________________________
43653 [  7519] By: jhi                                   on 2000/11/01  20:01:22
43654         Log: Locale warning explanation tweak.
43655      Branch: perl
43656            ! pod/perldiag.pod
43657 ____________________________________________________________________________
43658 [  7518] By: jhi                                   on 2000/11/01  18:57:13
43659         Log: C.pm part of
43660              
43661              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43662              From: Jarkko Hietaniemi <jhi@iki.fi>
43663              Date: Tue, 10 Oct 2000 08:22:28 -0500
43664              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
43665      Branch: perl
43666            ! ext/B/B/C.pm
43667 ____________________________________________________________________________
43668 [  7517] By: jhi                                   on 2000/11/01  18:41:59
43669         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
43670              From: Martien Verbruggen <mgjv@comdyn.com.au>
43671              Date: Fri, 6 Oct 2000 14:09:10 +1100
43672              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
43673      Branch: perl
43674            ! pod/perlop.pod
43675 ____________________________________________________________________________
43676 [  7516] By: jhi                                   on 2000/11/01  18:34:55
43677         Log: Generalize the Camel wording.
43678              
43679              Subject: Re: perlfaq style changes
43680              From: John Borwick <jhborwic@unity.ncsu.edu>
43681              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
43682              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
43683      Branch: perl
43684            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
43685 ____________________________________________________________________________
43686 [  7515] By: jhi                                   on 2000/11/01  16:52:31
43687         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43688              From: pimlott@idiomtech.com (Andrew Pimlott)
43689              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
43690              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
43691      Branch: perl
43692            ! pod/perlsec.pod
43693 ____________________________________________________________________________
43694 [  7514] By: jhi                                   on 2000/11/01  15:03:40
43695         Log: More AIX lore.
43696      Branch: perl
43697            ! ext/re/hints/aix.pl
43698 ____________________________________________________________________________
43699 [  7513] By: jhi                                   on 2000/11/01  14:48:30
43700         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43701              From: root <root@chronos.fi.muni.cz>
43702              Date: Wed, 1 Nov 2000 12:31:32 +0100
43703              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
43704      Branch: perl
43705            ! lib/Net/Ping.pm
43706 ____________________________________________________________________________
43707 [  7512] By: jhi                                   on 2000/11/01  14:46:47
43708         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43709              From: Martin Husemann <martin@duskware.de>
43710              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
43711              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
43712      Branch: perl
43713            ! regcomp.c
43714 ____________________________________________________________________________
43715 [  7511] By: jhi                                   on 2000/11/01  14:39:50
43716         Log: AUTHORS updates.
43717      Branch: perl
43718            ! AUTHORS
43719 ____________________________________________________________________________
43720 [  7510] By: jhi                                   on 2000/11/01  14:29:50
43721         Log: Subject: [PATCH] startperl to respect versiononly
43722              From: Robin Barker <rmb1@cise.npl.co.uk> 
43723              Date: Tue, 31 Oct 2000 16:29:36 GMT
43724              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
43725      Branch: metaconfig/U/perl
43726            ! startperl.U
43727      Branch: perl
43728            ! Configure config_h.SH
43729 ____________________________________________________________________________
43730 [  7509] By: jhi                                   on 2000/11/01  14:19:53
43731         Log: printf UVs the correct way, noticed by Robin Barker.
43732      Branch: perl
43733            ! utf8.c
43734 ____________________________________________________________________________
43735 [  7508] By: jhi                                   on 2000/11/01  14:10:03
43736         Log: Do not cleanup *% because the % has special meanings in some
43737              shell environments.
43738      Branch: perl
43739            ! ext/Storable/Makefile.PL
43740 ____________________________________________________________________________
43741 [  7507] By: jhi                                   on 2000/11/01  14:06:00
43742         Log: The NonStop-UX libraries have a novel way to say NaN.
43743      Branch: perl
43744            ! t/lib/bigfltpm.t
43745 ____________________________________________________________________________
43746 [  7506] By: jhi                                   on 2000/11/01  14:03:35
43747         Log: The osname has been lowercased by now, from Tom Bates.
43748      Branch: metaconfig
43749            ! U/modified/Oldconfig.U
43750      Branch: perl
43751            ! Configure config_h.SH
43752 ____________________________________________________________________________
43753 [  7505] By: jhi                                   on 2000/10/31  19:18:39
43754         Log: The compiler is either gcc or cc, from Tom Bates.
43755      Branch: perl
43756            ! hints/nonstopux.sh
43757 ____________________________________________________________________________
43758 [  7504] By: jhi                                   on 2000/10/31  14:53:42
43759         Log: Update Changes.
43760      Branch: perl
43761            ! Changes patchlevel.h
43762 ____________________________________________________________________________
43763 [  7503] By: jhi                                   on 2000/10/31  14:30:50
43764         Log: Whitespace style tweak.  Was originally going to see to
43765              
43766              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43767              From: Joe Smith <jms@inwap.com>
43768              Date: Mon, 30 Oct 2000 18:47:57 -0800
43769              Message-Id: <39FE32DD.24AAC4D@inwap.com>
43770              
43771              but that had already been taken care of.
43772      Branch: metaconfig
43773            ! U/compline/d_stdstdio.U
43774      Branch: perl
43775            ! Configure config_h.SH
43776 ____________________________________________________________________________
43777 [  7502] By: jhi                                   on 2000/10/31  14:25:02
43778         Log: AUTHORS tweaks.
43779      Branch: perl
43780            ! AUTHORS
43781 ____________________________________________________________________________
43782 [  7501] By: jhi                                   on 2000/10/31  14:23:59
43783         Log: Subject: perlfaq style changes
43784              From: John Borwick <jhborwic@unity.ncsu.edu>
43785              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
43786              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
43787      Branch: perl
43788            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43789            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43790            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43791            ! pod/perlfaq9.pod
43792 ____________________________________________________________________________
43793 [  7500] By: jhi                                   on 2000/10/31  14:22:15
43794         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
43795              
43796              Subject: Re: [ID 20000918.005] ~ on wide chars
43797              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43798              Date: Mon, 30 Oct 2000 21:09:55 -0800
43799              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
43800              
43801              (The ord() part of the patch skipped.)
43802      Branch: perl
43803            ! doop.c
43804 ____________________________________________________________________________
43805 [  7499] By: jhi                                   on 2000/10/31  14:20:08
43806         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43807              From: Jens Hamisch <jens@Strawberry.COM>
43808              Date: Mon, 30 Oct 2000 15:17:07 +0100
43809              Message-Id: <20001030151707.A9597@Strawberry.COM>
43810      Branch: perl
43811            ! av.c
43812 ____________________________________________________________________________
43813 [  7498] By: jhi                                   on 2000/10/31  14:16:29
43814         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
43815              From: Peter Prymmer <pvhp@forte.com>
43816              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
43817              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
43818      Branch: perl
43819            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43820            + ext/Encode/Encode/posix-bc.enc
43821            ! MANIFEST t/lib/encode.t
43822 ____________________________________________________________________________
43823 [  7497] By: jhi                                   on 2000/10/31  14:13:22
43824         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43825              From: Peter Prymmer <pvhp@forte.com>
43826              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
43827              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
43828      Branch: perl
43829            ! t/lib/cgi-html.t
43830 ____________________________________________________________________________
43831 [  7496] By: jhi                                   on 2000/10/31  14:12:05
43832         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43833              From: Peter Prymmer <pvhp@forte.com>
43834              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
43835              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
43836      Branch: perl
43837            ! t/lib/cgi-function.t
43838 ____________________________________________________________________________
43839 [  7495] By: jhi                                   on 2000/10/31  14:11:08
43840         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
43841              From: Peter Prymmer <pvhp@forte.com>
43842              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
43843              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
43844      Branch: perl
43845            + ext/re/hints/aix.pl
43846            ! MANIFEST ext/re/Makefile.PL
43847 ____________________________________________________________________________
43848 [  7494] By: jhi                                   on 2000/10/31  14:08:32
43849         Log: Use Errno magic.
43850              
43851              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43852              From: Casey Tweten <perl@ctweten.amsite.com>
43853              Date: Mon, 30 Oct 2000 15:51:17 -0500
43854              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
43855      Branch: perl
43856            ! lib/File/Temp.pm
43857 ____________________________________________________________________________
43858 [  7493] By: jhi                                   on 2000/10/31  14:05:07
43859         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
43860              
43861              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43862              From: Nicholas Clark <nick@ccl4.org>
43863              Date: Mon, 30 Oct 2000 17:38:45 +0000
43864              Message-ID: <20001030173845.O60355@plum.flirble.org>
43865      Branch: perl
43866            ! Makefile.SH utils/perlbug.PL
43867 ____________________________________________________________________________
43868 [  7492] By: nick                                  on 2000/10/30  19:37:23
43869         Log: Change files which are mysteriously different to mainline to be
43870              copies of mainline.
43871      Branch: perlio
43872            ! objXSUB.h perlapi.c pod/perlapi.pod
43873 ____________________________________________________________________________
43874 [  7491] By: nick                                  on 2000/10/30  18:05:54
43875         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
43876              - typo in endian code in putc.
43877              - Don't allow read of write-only files and vice-versa
43878              - and off-by-one in flush-all loop.
43879              Remove debug calls as they were using GCC specific features.
43880      Branch: perlio
43881            ! perlio.c
43882 ____________________________________________________________________________
43883 [  7490] By: nick                                  on 2000/10/29  21:45:45
43884         Log: Integrate mainline to perlio
43885      Branch: perlio
43886           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
43887           !> toke.c
43888 ____________________________________________________________________________
43889 [  7489] By: jhi                                   on 2000/10/29  21:11:08
43890         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43891              From: andreas.koenig@anima.de (Andreas J. Koenig)
43892              Date: 29 Oct 2000 22:05:59 +0100
43893              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
43894      Branch: perl
43895            ! lib/ExtUtils/Manifest.pm
43896 ____________________________________________________________________________
43897 [  7488] By: jhi                                   on 2000/10/29  21:07:47
43898         Log: Tests for #7487.
43899              
43900              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43901              From: andreas.koenig@anima.de (Andreas J. Koenig)
43902              Date: 29 Oct 2000 19:37:09 +0100
43903              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
43904      Branch: perl
43905            ! t/comp/proto.t
43906 ____________________________________________________________________________
43907 [  7487] By: jhi                                   on 2000/10/29  21:06:27
43908         Log: constsub spillage.
43909              
43910              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43911              From: John Tobey <jtobey@john-edwin-tobey.org>
43912              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
43913              Message-Id: <m13pvSr-000FObC@feynman.localnet>
43914      Branch: perl
43915            ! op.c
43916 ____________________________________________________________________________
43917 [  7486] By: nick                                  on 2000/10/29  21:05:04
43918         Log: Integrate mainline to perlio branch
43919      Branch: perlio
43920           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
43921           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
43922           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
43923           +> vos/install_perl.cm
43924            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
43925            - vos/config.h vos/config_h.SH_orig
43926           !> (integrate 141 files)
43927 ____________________________________________________________________________
43928 [  7485] By: jhi                                   on 2000/10/29  21:00:47
43929         Log: Make \x{...} consistently produce UTF-8.
43930              
43931              Subject: Re: \x{...} is confused 
43932              From: Simon Cozens <simon@cozens.net>
43933              Date: Sun, 29 Oct 2000 19:36:48 +0000
43934              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
43935      Branch: perl
43936            ! t/pragma/utf8.t toke.c
43937 ____________________________________________________________________________
43938 [  7484] By: nick                                  on 2000/10/29  20:05:29
43939         Log: PerlIO passes all tests.
43940      Branch: perlio
43941            ! perlio.c
43942 ____________________________________________________________________________
43943 [  7483] By: jhi                                   on 2000/10/29  18:06:55
43944         Log: Update Changes.
43945      Branch: perl
43946            ! Changes patchlevel.h
43947 ____________________________________________________________________________
43948 [  7482] By: nick                                  on 2000/10/29  17:43:28
43949         Log: Include <unistd.h> to get correct lseek() prototype etc.
43950              (I thought perl.h did that) - down to two fails
43951              - comp/require.t (last test)
43952              - lib/io_xs.t - possibly import/export of FILE * ?
43953      Branch: perlio
43954            ! perlio.c
43955 ____________________________________________________________________________
43956 [  7481] By: jhi                                   on 2000/10/29  17:02:37
43957         Log: UTF-8 decoder tweak.
43958      Branch: perl
43959            ! utf8.c
43960 ____________________________________________________________________________
43961 [  7480] By: nick                                  on 2000/10/29  16:26:11
43962         Log: Fixed two bugs:
43963              - error code not being set on close (of broken pipe)
43964              - append mode was truncating.
43965              At least one seek/tell bug remains.
43966      Branch: perlio
43967            ! perlio.c
43968 ____________________________________________________________________________
43969 [  7479] By: nick                                  on 2000/10/29  11:18:16
43970         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
43971              in case of accidents. Still several worrying fails, no line disciplines yet.
43972      Branch: perlio
43973            ! iperlsys.h perlio.c
43974 ____________________________________________________________________________
43975 [  7478] By: jhi                                   on 2000/10/29  02:04:01
43976         Log: Add also emailless people.
43977      Branch: perl
43978            ! AUTHORS
43979 ____________________________________________________________________________
43980 [  7477] By: jhi                                   on 2000/10/29  01:36:00
43981         Log: The #7476 needs a MANIFEST change, too.
43982      Branch: perl
43983            ! MANIFEST
43984 ____________________________________________________________________________
43985 [  7476] By: jhi                                   on 2000/10/29  01:35:21
43986         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43987      Branch: perl
43988            - MAINTAIN
43989            ! AUTHORS Changes
43990 ____________________________________________________________________________
43991 [  7475] By: jhi                                   on 2000/10/28  23:57:25
43992         Log: De-quoted-unreadable to ISO Latin 1.
43993              (There's one ISO-2022-JP name in Changes5.004.)
43994      Branch: perl
43995            ! Changes Changes5.6
43996 ____________________________________________________________________________
43997 [  7474] By: jhi                                   on 2000/10/28  19:13:06
43998         Log: Subject: [ID 20001027.007] uniq array in perlfaq
43999              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
44000              Date: Fri, 27 Oct 2000 19:28:30 +0200
44001              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
44002      Branch: perl
44003            ! pod/perlfaq4.pod
44004 ____________________________________________________________________________
44005 [  7473] By: jhi                                   on 2000/10/28  18:02:05
44006         Log: Locking null mutexes is not recommendable.
44007              
44008              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
44009              From: Hugo <hv@crypt.compulink.co.uk>
44010              Date: Sat, 28 Oct 2000 18:41:12 +0100
44011              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
44012      Branch: perl
44013            ! op.c
44014 ____________________________________________________________________________
44015 [  7472] By: jhi                                   on 2000/10/28  17:52:58
44016         Log: Better create a true mailing list for the repository keepers.
44017      Branch: perl
44018            ! Porting/repository.pod
44019 ____________________________________________________________________________
44020 [  7471] By: jhi                                   on 2000/10/28  17:28:24
44021         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
44022              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44023      Branch: perl
44024            + Porting/repository.pod
44025            ! MANIFEST
44026 ____________________________________________________________________________
44027 [  7470] By: jhi                                   on 2000/10/28  17:20:54
44028         Log: Subject: DOC PATCH 5.6.0
44029              From: mjd@plover.com
44030              Date: 27 Oct 2000 17:32:44 -0000
44031              Message-ID: <20001027173244.23754.qmail@plover.com>
44032      Branch: perl
44033            ! pod/perlfunc.pod
44034 ____________________________________________________________________________
44035 [  7469] By: jhi                                   on 2000/10/28  17:16:45
44036         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44037              From: "Peter J. Farley III" <pjfarley@banet.net>
44038              Date: Fri, 27 Oct 2000 20:32:56 -0400
44039              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
44040      Branch: perl
44041            ! README.dos
44042 ____________________________________________________________________________
44043 [  7468] By: jhi                                   on 2000/10/28  17:07:18
44044         Log: Make target reordering to avoid pointless re-makes.
44045              
44046              Subject: Re: Total re-make of 'make okfile' after 7451 ?
44047              From: Nicholas Clark <nick@ccl4.org>
44048              Date: Sat, 28 Oct 2000 00:31:02 +0100
44049              Message-ID: <20001028003101.A54517@plum.flirble.org>
44050      Branch: perl
44051            ! Makefile.SH
44052 ____________________________________________________________________________
44053 [  7467] By: jhi                                   on 2000/10/28  17:05:31
44054         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44055              From: lvirden@cas.org
44056              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
44057              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
44058      Branch: perl
44059            ! README.os2
44060 ____________________________________________________________________________
44061 [  7466] By: jhi                                   on 2000/10/28  16:09:16
44062         Log: Upgrade to CPAN 1.58_55.
44063              
44064              Subject: CPAN.pm status
44065              From: andreas.koenig@anima.de (Andreas J. Koenig) 
44066              Date: 28 Oct 2000 08:18:00 +0200 
44067              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
44068      Branch: perl
44069            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44070 ____________________________________________________________________________
44071 [  7465] By: jhi                                   on 2000/10/28  16:02:47
44072         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44073      Branch: perl
44074            ! embed.h embed.pl perl.h proto.h toke.c
44075 ____________________________________________________________________________
44076 [  7464] By: nick                                  on 2000/10/28  10:43:44
44077         Log: Fix for sv_2iv() on "shared" value from keys %hash.
44078      Branch: perl
44079            ! sv.c
44080 ____________________________________________________________________________
44081 [  7463] By: jhi                                   on 2000/10/27  16:18:29
44082         Log: Update Changes.
44083      Branch: perl
44084            ! Changes patchlevel.h
44085 ____________________________________________________________________________
44086 [  7462] By: jhi                                   on 2000/10/27  16:17:44
44087         Log: Too enthusiastic editing in #7460.
44088      Branch: metaconfig
44089            ! U/modified/Oldsym.U
44090      Branch: perl
44091            ! Configure config_h.SH
44092 ____________________________________________________________________________
44093 [  7461] By: jhi                                   on 2000/10/27  15:37:38
44094         Log: Retract #7459, the script needs more work.
44095      Branch: perl
44096            - mkreef
44097            ! MANIFEST
44098 ____________________________________________________________________________
44099 [  7460] By: jhi                                   on 2000/10/27  15:23:14
44100         Log: Use $sort, $uniq (and $tr) consistently as wondered
44101              by Nicholas Clark.
44102      Branch: metaconfig
44103            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
44104            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
44105            ! U/modified/libc.U
44106      Branch: perl
44107            ! Configure config_h.SH
44108 ____________________________________________________________________________
44109 [  7459] By: jhi                                   on 2000/10/27  15:02:07
44110         Log: (Retracted by #7461)
44111              
44112              Add a shell script for creating/removing symbolic link farms,
44113              useful for keeping the source code read-only and doing the
44114              builds somewhere else.
44115      Branch: perl
44116            + mkreef
44117            ! MANIFEST
44118 ____________________________________________________________________________
44119 [  7458] By: jhi                                   on 2000/10/27  14:42:20
44120         Log: Do away with the fix_pl.
44121      Branch: perl
44122            - fix_pl
44123            ! MANIFEST Makefile.SH
44124 ____________________________________________________________________________
44125 [  7457] By: jhi                                   on 2000/10/27  12:43:13
44126         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44127              From: Jens Hamisch <jens@Strawberry.COM>
44128              Date: Fri, 27 Oct 2000 14:38:21 +0200
44129              Message-Id: <20001027143821.B3366@Strawberry.COM>
44130      Branch: perl
44131            ! perl.h
44132 ____________________________________________________________________________
44133 [  7456] By: jhi                                   on 2000/10/27  12:33:42
44134         Log: Subject: [PATCH] todo
44135              From: Nicholas Clark <nick@ccl4.org>
44136              Date: Thu, 26 Oct 2000 22:32:29 +0100
44137              Message-ID: <20001026223229.A44540@plum.flirble.org>
44138      Branch: perl
44139            ! pod/perltodo.pod
44140 ____________________________________________________________________________
44141 [  7455] By: jhi                                   on 2000/10/27  12:02:21
44142         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
44143              From: John Tobey <jtobey@john-edwin-tobey.org>
44144              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
44145              Message-Id: <m13ozHF-000FObC@feynman.localnet>
44146      Branch: perl
44147            ! op.c t/pragma/sub_lval.t
44148 ____________________________________________________________________________
44149 [  7454] By: jhi                                   on 2000/10/27  11:59:42
44150         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44151              From: sthoenna@efn.org
44152              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
44153              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
44154      Branch: perl
44155            ! pp.c t/op/assignwarn.t
44156 ____________________________________________________________________________
44157 [  7453] By: jhi                                   on 2000/10/27  00:15:08
44158         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
44159      Branch: perl
44160            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44161            ! ext/Storable/Storable.xs t/lib/st-lock.t
44162 ____________________________________________________________________________
44163 [  7452] By: jhi                                   on 2000/10/26  13:05:52
44164         Log: Undo #7451, this seems to be a deficiency in Perforce,
44165              there is no per-file line-terminator type, only per-client.
44166      Branch: perl
44167            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
44168            ! win32/makefile.mk
44169 ____________________________________________________________________________
44170 [  7451] By: jhi                                   on 2000/10/26  04:56:03
44171         Log: Experimenting in DOS arcana.
44172      Branch: perl
44173            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
44174            ! win32/makefile.mk
44175 ____________________________________________________________________________
44176 [  7450] By: jhi                                   on 2000/10/26  04:50:52
44177         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
44178              From: "Peter J. Farley III" <pjfarley@banet.net>            
44179              Date: Wed, 25 Oct 2000 23:10:18 -0400
44180              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
44181      Branch: perl
44182            ! t/io/open.t
44183 ____________________________________________________________________________
44184 [  7449] By: jhi                                   on 2000/10/26  04:49:16
44185         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
44186              From: Hugo <hv@crypt.compulink.co.uk>
44187              Date: Thu, 26 Oct 2000 01:55:17 +0100
44188              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
44189              
44190              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
44191      Branch: perl
44192            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
44193 ____________________________________________________________________________
44194 [  7448] By: jhi                                   on 2000/10/26  04:38:36
44195         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44196              From: Peter Prymmer <pvhp@forte.com>
44197              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
44198              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
44199      Branch: perl
44200            ! configure.com
44201 ____________________________________________________________________________
44202 [  7447] By: jhi                                   on 2000/10/25  23:20:02
44203         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44204              in platforms that strictly require all the symbols being present
44205              at link time.
44206      Branch: perl
44207            ! handy.h
44208 ____________________________________________________________________________
44209 [  7446] By: jhi                                   on 2000/10/25  21:55:57
44210         Log: Update Changes.
44211      Branch: perl
44212            ! Changes patchlevel.h
44213 ____________________________________________________________________________
44214 [  7445] By: jhi                                   on 2000/10/25  21:27:08
44215         Log: Integrate with vmsperl #7430 by Charles Bailey:
44216              
44217              Cleanup from prior patch (Charles Lane?):
44218              - improve handling of MFDs in Basename and Path
44219              - default to no xsubpp line # munging when building debug images
44220      Branch: perl
44221           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
44222 ____________________________________________________________________________
44223 [  7444] By: jhi                                   on 2000/10/25  21:03:50
44224         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
44225              From: John Peacock <JPeacock@UnivPress.com>
44226              Date: Thu, 18 May 2000 11:55:27 -0400
44227              Message-ID: <3924126F.A58BE57A@UnivPress.com>
44228      Branch: perl
44229            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
44230            ! t/op/write.t
44231 ____________________________________________________________________________
44232 [  7443] By: jhi                                   on 2000/10/25  20:43:10
44233         Log: Temporary stopgap for the self-tying issue: for now only
44234              array and hash self-ties are verboten.  The real fix, of
44235              course, would be to comprehensively test (and implement?)
44236              and debug (and document) self-ties.
44237      Branch: perl
44238            ! pod/perldiag.pod pp_sys.c t/op/tie.t
44239 ____________________________________________________________________________
44240 [  7442] By: jhi                                   on 2000/10/25  20:14:30
44241         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
44242              From: Dan Sugalski <dan@sidhe.org>
44243              Date: Wed, 25 Oct 2000 13:36:35 -0400
44244              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
44245              
44246              plus regen global.sym.
44247      Branch: perl
44248            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
44249            ! thrdvar.h util.c
44250 ____________________________________________________________________________
44251 [  7441] By: jhi                                   on 2000/10/25  20:12:20
44252         Log: buildtoc target tweaks.
44253      Branch: perl
44254            ! pod/Makefile.SH
44255 ____________________________________________________________________________
44256 [  7440] By: jhi                                   on 2000/10/25  20:03:53
44257         Log: A new version of making the syslog test more robust.
44258              (Replaces #7421.)
44259              
44260              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44261              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44262              Date: Wed, 25 Oct 2000 12:13:54 -0400
44263              Message-ID: <20001025121354.B2264@O2.chapin.edu>
44264      Branch: perl
44265            ! t/lib/syslog.t
44266 ____________________________________________________________________________
44267 [  7439] By: jhi                                   on 2000/10/25  20:00:48
44268         Log: Continue the internal UTF-8 API tweaking.
44269              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44270              used much more than the simpler API, now called utf8_to_uv_simple().
44271              Still not quite happy with API, too much partial duplication
44272              of functionality.
44273      Branch: perl
44274            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
44275            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
44276            ! regcomp.c regexec.c sv.c toke.c utf8.c
44277 ____________________________________________________________________________
44278 [  7438] By: jhi                                   on 2000/10/25  18:52:30
44279         Log: Allow poking holes at the UTF-8 decoding strictness.
44280      Branch: perl
44281            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
44282            ! utf8.h
44283 ____________________________________________________________________________
44284 [  7437] By: jhi                                   on 2000/10/25  13:53:05
44285         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
44286              UTF8LEN() and UTF8SKIP(). 
44287      Branch: perl
44288            ! pp.c utf8.c utf8.h
44289 ____________________________________________________________________________
44290 [  7436] By: jhi                                   on 2000/10/25  13:51:37
44291         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
44292              From: Nicholas Clark <nick@ccl4.org>
44293              Date: Wed, 25 Oct 2000 14:44:05 +0100
44294              Message-ID: <20001025144404.D27253@plum.flirble.org>
44295      Branch: perl
44296            ! pod/perlrun.pod
44297 ____________________________________________________________________________
44298 [  7435] By: jhi                                   on 2000/10/25  13:49:32
44299         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44300              From: Mike Guy <mjtg@cam.ac.uk>
44301              Date: Tue, 24 Oct 2000 14:59:40 +0100
44302              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
44303      Branch: perl
44304            ! scope.c
44305 ____________________________________________________________________________
44306 [  7434] By: jhi                                   on 2000/10/25  13:48:41
44307         Log: AIX is picky about its symbol exports.  Solution for now
44308              is to include the deb.o explicitly to the re extension build.
44309              
44310              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
44311              From: Peter Prymmer <pvhp@forte.com>
44312              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
44313              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
44314      Branch: perl
44315            ! ext/re/Makefile.PL hints/aix.sh
44316 ____________________________________________________________________________
44317 [  7433] By: jhi                                   on 2000/10/25  13:46:49
44318         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44320              Date: Wed, 25 Oct 2000 12:02:20 +0200
44321              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
44322      Branch: perl
44323            ! perlsdio.h
44324 ____________________________________________________________________________
44325 [  7432] By: jhi                                   on 2000/10/25  13:44:28
44326         Log: Subject: Minor update to find2perl, for portability
44327              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44328              Date: Wed, 25 Oct 2000 12:05:47 +0100
44329              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
44330      Branch: perl
44331            ! x2p/find2perl.PL
44332 ____________________________________________________________________________
44333 [  7431] By: jhi                                   on 2000/10/25  13:40:39
44334         Log: Add targets to Makefile.SH, most importantly
44335              'regen_all' which also remembers to update vms/perly*.
44336      Branch: perl
44337            ! Makefile.SH
44338 ____________________________________________________________________________
44339 [  7430] By: bailey                                on 2000/10/25  03:13:53
44340         Log: Cleanup from prior patch (Charles Lane?):
44341              - improve handling of MFDs in Basename and Path
44342              - default to no xsubpp line # munging when building debug images
44343      Branch: vmsperl
44344            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
44345 ____________________________________________________________________________
44346 [  7429] By: jhi                                   on 2000/10/24  20:03:40
44347         Log: Podify README.epoc and README.vos.
44348      Branch: perl
44349            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
44350            ! pod/perlport.pod pod/perltoc.pod
44351 ____________________________________________________________________________
44352 [  7428] By: jhi                                   on 2000/10/24  19:10:33
44353         Log: Stratus VOS updates from Paul Green.
44354      Branch: perl
44355            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44356            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44357            - vos/config.def vos/config.h vos/config_h.SH_orig
44358            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
44359            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
44360 ____________________________________________________________________________
44361 [  7427] By: jhi                                   on 2000/10/24  18:59:48
44362         Log: Check if stdio supports tweaking lval and cnt simultaneously.
44363              
44364              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44365              From: Nicholas Clark <nick@ccl4.org>
44366              Date: Mon, 23 Oct 2000 15:39:32 +0100
44367              Message-ID: <20001023153932.A10786@plum.flirble.org>
44368      Branch: metaconfig
44369            ! U/compline/d_stdstdio.U
44370      Branch: perl
44371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44372            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
44373            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
44374            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
44375            ! vos/config.h vos/config_h.SH_orig win32/config.bc
44376            ! win32/config.gc win32/config.vc
44377 ____________________________________________________________________________
44378 [  7426] By: jhi                                   on 2000/10/24  17:57:44
44379         Log: Missed the header file changes from #7425.
44380      Branch: perl
44381            ! embed.h embed.pl objXSUB.h proto.h
44382 ____________________________________________________________________________
44383 [  7425] By: jhi                                   on 2000/10/24  17:55:17
44384         Log: Fix the bug reported in
44385              
44386              From: andreas.koenig@anima.de (Andreas J. Koenig)
44387              Subject: Encode bug?
44388              Date: 24 Oct 2000 14:01:26 +0200 
44389              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
44390              
44391              Also make is_utf8_char() stricter.
44392      Branch: perl
44393            ! ext/Encode/Encode.xs utf8.c
44394 ____________________________________________________________________________
44395 [  7424] By: jhi                                   on 2000/10/24  15:15:39
44396         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44397              From: Peter Scott <Peter@PSDT.com>
44398              Date: Mon, 23 Oct 2000 19:46:01 -0700
44399              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
44400      Branch: perl
44401            ! pod/perlfaq5.pod
44402 ____________________________________________________________________________
44403 [  7423] By: jhi                                   on 2000/10/24  14:25:30
44404         Log: Test tweak to avoid pulling in the whole Config.
44405      Branch: perl
44406            ! t/lib/st-lock.t
44407 ____________________________________________________________________________
44408 [  7422] By: jhi                                   on 2000/10/24  14:03:16
44409         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
44410      Branch: perl
44411            ! pp.c
44412 ____________________________________________________________________________
44413 [  7421] By: jhi                                   on 2000/10/24  13:32:09
44414         Log: (Replaced by #7440.)
44415              
44416              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44417              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44418              Date: Mon, 23 Oct 2000 16:40:54 -0400
44419              Message-ID: <20001023164054.B14491@O2.chapin.edu>
44420      Branch: perl
44421            ! t/lib/syslog.t
44422 ____________________________________________________________________________
44423 [  7420] By: jhi                                   on 2000/10/24  13:30:53
44424         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
44425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44426              Date: Mon, 23 Oct 2000 17:29:03 -0400
44427              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
44428      Branch: perl
44429            ! lib/ExtUtils/MM_Unix.pm
44430 ____________________________________________________________________________
44431 [  7419] By: jhi                                   on 2000/10/24  13:29:57
44432         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44434              Date: Mon, 23 Oct 2000 19:01:32 -0400
44435              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
44436      Branch: perl
44437            ! utils/h2xs.PL
44438 ____________________________________________________________________________
44439 [  7418] By: jhi                                   on 2000/10/24  13:26:04
44440         Log: Replace #7409 with
44441              
44442              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
44443              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44444              Date: Mon, 23 Oct 2000 20:08:56 +0200
44445              Message-ID: <20001023200855.A14850@nice.ram.loc>
44446      Branch: perl
44447            ! ext/Storable/Storable.pm t/lib/st-lock.t
44448 ____________________________________________________________________________
44449 [  7417] By: jhi                                   on 2000/10/24  13:17:52
44450         Log: Run vms/vms_yfix.pl, should have done that after changing
44451              perly.c in #7382.
44452      Branch: perl
44453            ! vms/perly_c.vms vms/perly_h.vms
44454 ____________________________________________________________________________
44455 [  7416] By: jhi                                   on 2000/10/24  02:55:33
44456         Log: Make the UTF-8 decoding stricter and more verbose when
44457              malformation happens.  This involved adding an argument
44458              to utf8_to_uv_chk(), which involved changing its prototype,
44459              and prefer STRLEN over I32 for the UTF-8 length, which as
44460              a domino effect necessitated changing the prototypes of
44461              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44462              The stricter UTF-8 decoding checking uses Markus Kuhn's
44463              UTF-8 Decode Stress Tester from
44464              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44465      Branch: perl
44466            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
44467            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
44468            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
44469            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
44470 ____________________________________________________________________________
44471 [  7415] By: jhi                                   on 2000/10/23  14:06:06
44472         Log: Update Changes.
44473      Branch: perl
44474            ! Changes patchlevel.h
44475 ____________________________________________________________________________
44476 [  7414] By: jhi                                   on 2000/10/23  12:39:52
44477         Log: Undo the basename() part of #7412 since the lib/basename
44478              tests would need upgrading too.
44479      Branch: perl
44480            ! lib/File/Basename.pm
44481 ____________________________________________________________________________
44482 [  7413] By: jhi                                   on 2000/10/23  12:19:27
44483         Log: Document PERL_INSTALL_ROOT of #7210.
44484      Branch: perl
44485            ! lib/ExtUtils/Install.pm
44486 ____________________________________________________________________________
44487 [  7412] By: jhi                                   on 2000/10/23  12:16:47
44488         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44489      Branch: perl
44490            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
44491            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
44492 ____________________________________________________________________________
44493 [  7411] By: jhi                                   on 2000/10/23  12:07:41
44494         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44495              From: Prymmer/Kahn <pvhp@best.com>
44496              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
44497              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
44498      Branch: perl
44499            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
44500 ____________________________________________________________________________
44501 [  7410] By: jhi                                   on 2000/10/23  04:10:11
44502         Log: The change #7187 was not so good on VMS.
44503              
44504              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44505              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44506              Date: Sun, 22 Oct 2000 23:03:08 -0500
44507              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
44508      Branch: perl
44509            ! utils/perldoc.PL
44510 ____________________________________________________________________________
44511 [  7409] By: jhi                                   on 2000/10/23  03:57:36
44512         Log: Avoid Storable locking on DJGPP for now.
44513              
44514              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
44515              From: "Peter J. Farley III" <pjfarley@banet.net>
44516              Date: Sun, 22 Oct 2000 20:00:00 -0400
44517              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
44518      Branch: perl
44519            ! ext/Storable/Storable.pm t/lib/st-lock.t
44520 ____________________________________________________________________________
44521 [  7408] By: jhi                                   on 2000/10/23  03:50:24
44522         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44523              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44524              Date: Sun, 22 Oct 2000 21:12:22 -0400
44525              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
44526      Branch: perl
44527            ! lib/vars.pm
44528 ____________________________________________________________________________
44529 [  7407] By: jhi                                   on 2000/10/23  03:43:12
44530         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
44531              From: Hugo <hv@crypt.compulink.co.uk>
44532              Date: Mon, 23 Oct 2000 00:47:22 +0100
44533              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
44534      Branch: perl
44535            ! regexec.c t/op/pat.t
44536 ____________________________________________________________________________
44537 [  7406] By: jhi                                   on 2000/10/23  03:40:29
44538         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44539      Branch: perl
44540            ! lib/ExtUtils/MakeMaker.pm
44541 ____________________________________________________________________________
44542 [  7405] By: jhi                                   on 2000/10/22  21:32:00
44543         Log: Doc patch.
44544              
44545              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44546              From: rspier@pobox.com (Robert Spier)
44547              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
44548              Message-ID: <14835.16112.13457.447971@rls.cx>
44549      Branch: perl
44550            ! lib/strict.pm
44551 ____________________________________________________________________________
44552 [  7404] By: jhi                                   on 2000/10/22  21:30:51
44553         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44554              From: rspier@pobox.com (Robert Spier)
44555              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
44556              Message-ID: <14835.17223.72448.705566@rls.cx>
44557      Branch: perl
44558            ! lib/ExtUtils/MakeMaker.pm
44559 ____________________________________________________________________________
44560 [  7403] By: jhi                                   on 2000/10/22  21:24:11
44561         Log: Subject: [PATCH bleadperl] ripples from constsub patch
44562              From: John Tobey <jtobey@john-edwin-tobey.org>
44563              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
44564              Message-Id: <m13nSOB-000FObC@feynman.localnet>
44565      Branch: perl
44566            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
44567 ____________________________________________________________________________
44568 [  7402] By: jhi                                   on 2000/10/22  20:59:35
44569         Log: Support s?printf parameter reordering.
44570      Branch: perl
44571            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
44572 ____________________________________________________________________________
44573 [  7401] By: jhi                                   on 2000/10/22  19:19:14
44574         Log: Expand %Config variables only if explicitly so requested
44575              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
44576              
44577              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44578              From: Gurusamy Sarathy <gsar@ActiveState.com>
44579              Date: Sun, 22 Oct 2000 11:47:32 -0700
44580              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
44581      Branch: perl
44582            ! Makefile.SH lib/lib_pm.PL
44583 ____________________________________________________________________________
44584 [  7400] By: jhi                                   on 2000/10/22  18:24:10
44585         Log: Move the #7390 test from warn/op to comp/redef.
44586              
44587              Subject: Re: Creating const subs for constants.
44588              From: John Tobey <jtobey@john-edwin-tobey.org>
44589              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
44590              Message-Id: <m13nG72-000FObC@feynman.localnet>               
44591      Branch: perl
44592            ! t/comp/redef.t t/pragma/warn/op
44593 ____________________________________________________________________________
44594 [  7399] By: jhi                                   on 2000/10/22  17:49:59
44595         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44596              From: Nicholas Clark <nick@ccl4.org>
44597              Date: Sat, 21 Oct 2000 22:23:19 +0100
44598              Message-ID: <20001021222319.B45586@plum.flirble.org>
44599      Branch: perl
44600            ! ext/DynaLoader/DynaLoader_pm.PL
44601 ____________________________________________________________________________
44602 [  7398] By: jhi                                   on 2000/10/22  17:47:35
44603         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44604              From: Hugo <hv@crypt.compulink.co.uk>
44605              Date: Sat, 21 Oct 2000 18:19:59 +0100
44606              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
44607      Branch: perl
44608            ! ext/B/B.pm ext/B/B/C.pm
44609 ____________________________________________________________________________
44610 [  7397] By: jhi                                   on 2000/10/22  17:35:18
44611         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
44612              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
44613              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
44614              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
44615      Branch: perl
44616            ! hints/openbsd.sh
44617 ____________________________________________________________________________
44618 [  7396] By: jhi                                   on 2000/10/22  17:19:46
44619         Log: Subject: installman go-faster stripes
44620              From: Nicholas Clark <nick@talking.bollo.cx>
44621              Date: Sat, 21 Oct 2000 17:24:53 +0100
44622              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
44623              
44624              Subject: Re: installman go-faster stripes
44625              From: Russ Allbery <rra@stanford.edu>
44626              Date: 21 Oct 2000 11:04:13 -0700
44627              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
44628      Branch: perl
44629            ! installman pod/pod2man.PL
44630 ____________________________________________________________________________
44631 [  7395] By: jhi                                   on 2000/10/22  17:17:35
44632         Log: Hints tweak from Anton Berezin.
44633      Branch: perl
44634            ! hints/freebsd.sh
44635 ____________________________________________________________________________
44636 [  7394] By: jhi                                   on 2000/10/22  04:50:04
44637         Log: Tweak the Is* definitions of Unicode character classes
44638              to better match the official categorizations; embrace
44639              the official categorizations; add the combining marks
44640              as alpha (and -numeric); fix DCinital (a typo and edito)
44641              to be DCmedial.
44642      Branch: perl
44643            + lib/unicode/Is/DCmedial.pl
44644            - lib/unicode/Is/DCinital.pl
44645            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44646            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
44647            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
44648            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44649 ____________________________________________________________________________
44650 [  7393] By: jhi                                   on 2000/10/21  18:06:05
44651         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44652              From: Daniel Chetlin <daniel@chetlin.com>
44653              Date: Sat, 21 Oct 2000 02:57:03 -0700
44654              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
44655      Branch: perl
44656            + t/lib/tie-splice.t
44657            ! MANIFEST lib/Tie/Array.pm
44658 ____________________________________________________________________________
44659 [  7392] By: gsar                                  on 2000/10/21  18:05:15
44660         Log: resync utfperl branch with mainline
44661      Branch: utfperl
44662           !> (integrate 1760 files)
44663 ____________________________________________________________________________
44664 [  7391] By: jhi                                   on 2000/10/21  14:37:49
44665         Log: Testcases for a #7383,#7385 related bug.
44666              
44667              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44668              From: Nicholas Clark <nick@ccl4.org>
44669              Date: Sat, 21 Oct 2000 15:04:51 +0100
44670              Message-ID: <20001021150451.A51566@plum.flirble.org>
44671      Branch: perl
44672            ! t/pragma/utf8.t
44673 ____________________________________________________________________________
44674 [  7390] By: jhi                                   on 2000/10/21  14:35:57
44675         Log: Add a testcase for #7389.
44676      Branch: perl
44677            ! t/pragma/warn/op
44678 ____________________________________________________________________________
44679 [  7389] By: jhi                                   on 2000/10/21  14:26:45
44680         Log: Subject: Re: Creating const subs for constants.
44681              From: John Tobey <jtobey@john-edwin-tobey.org>
44682              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
44683              Message-Id: <m13mo0N-000FObC@feynman.localnet>
44684      Branch: perl
44685            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
44686            ! proto.h sv.c
44687 ____________________________________________________________________________
44688 [  7388] By: nick                                  on 2000/10/21  11:44:23
44689         Log: Populate perlio branch
44690      Branch: perlio
44691           +> (branch 1760 files)
44692 ____________________________________________________________________________
44693 [  7387] By: nick                                  on 2000/10/21  10:52:05
44694         Log: Get branch back as replica of mainline via :
44695              p4 integrate -b utfperl
44696              p4 resolve -at ./...
44697      Branch: utfperl
44698           +> (branch 269 files)
44699            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
44700            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
44701            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
44702            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
44703            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
44704            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44705            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44706            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44707            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44708            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44709            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44710            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44711            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44712            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44713            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44714            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44715            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44716            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44717            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
44718            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
44719            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
44720            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
44721            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
44722            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
44723            - lib/unicode/UCD300.html lib/unicode/Unicode.300
44724            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
44725            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
44726            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
44727            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
44728           !> (integrate 965 files)
44729 ____________________________________________________________________________
44730 [  7386] By: jhi                                   on 2000/10/21  01:31:12
44731         Log: Update Changes.
44732      Branch: perl
44733            ! Changes patchlevel.h
44734 ____________________________________________________________________________
44735 [  7385] By: jhi                                   on 2000/10/21  01:28:42
44736         Log: The #7383 was right only in the context of the original bug report,
44737              not in more general case.
44738      Branch: perl
44739            ! pp_hot.c
44740 ____________________________________________________________________________
44741 [  7384] By: jhi                                   on 2000/10/21  01:08:23
44742         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44743      Branch: perl
44744            ! ext/IO/lib/IO/Select.pm
44745 ____________________________________________________________________________
44746 [  7383] By: jhi                                   on 2000/10/21  00:44:18
44747         Log: Fix for ID 20001020.006, concatenating an unset submatch
44748              with utf8 resulted in "Modification of a read-only value".
44749      Branch: perl
44750            ! pp_hot.c t/pragma/utf8.t
44751 ____________________________________________________________________________
44752 [  7382] By: jhi                                   on 2000/10/20  20:44:31
44753         Log: Make scan_num() reëntrant, as suggested in
44754              
44755              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44756              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44757              Date: Fri, 20 Oct 2000 14:17:27 +0100
44758              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44759      Branch: perl
44760            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
44761            ! toke.c
44762 ____________________________________________________________________________
44763 [  7381] By: jhi                                   on 2000/10/20  20:07:29
44764         Log: Reëntrancy fix.
44765              
44766              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44767              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44768              Date: Fri, 20 Oct 2000 14:17:27 +0100
44769              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44770      Branch: perl
44771            ! embed.h embed.pl perl.h proto.h toke.c
44772 ____________________________________________________________________________
44773 [  7380] By: jhi                                   on 2000/10/20  19:15:54
44774         Log: Don't write double values through long double pointers,
44775              based on a part of
44776              
44777              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44778              From: Jens Hamisch <jens@Strawberry.COM>
44779              Date: Tue, 17 Oct 2000 08:39:36 +0200
44780              Message-Id: <20001017083936.A11104@Strawberry.COM>
44781      Branch: perl
44782            ! perl.h pp.c
44783 ____________________________________________________________________________
44784 [  7379] By: jhi                                   on 2000/10/20  18:43:37
44785         Log: Portability tweak on #7377.
44786              
44787              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44788              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44789              Date:     Fri, 20 Oct 2000 13:13:41 EDT
44790              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
44791      Branch: perl
44792            ! t/lib/dprof.t
44793 ____________________________________________________________________________
44794 [  7378] By: jhi                                   on 2000/10/20  12:57:19
44795         Log: SOCKS function redefinitions need prototypes, too, otherwise
44796              for example 32 bit versus 64 bit differences cause a lot of
44797              problems.  Part of
44798              
44799              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44800              From: Jens Hamisch <jens@Strawberry.COM>
44801              Date: Tue, 17 Oct 2000 08:39:36 +0200
44802              Message-Id: <20001017083936.A11104@Strawberry.COM>
44803      Branch: perl
44804            ! doio.c pp_sys.c
44805 ____________________________________________________________________________
44806 [  7377] By: jhi                                   on 2000/10/20  12:37:12
44807         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44809              Date:     Fri, 20 Oct 2000 08:26:04 EDT
44810              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
44811      Branch: perl
44812            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
44813 ____________________________________________________________________________
44814 [  7376] By: jhi                                   on 2000/10/20  12:35:31
44815         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44816              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44817              Date:     Fri, 20 Oct 2000 07:48:15 EDT
44818              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
44819      Branch: perl
44820            ! configure.com vms/gen_shrfls.pl
44821 ____________________________________________________________________________
44822 [  7375] By: bailey                                on 2000/10/20  04:44:37
44823         Log: SYN SYN
44824      Branch: vmsperl
44825           +> (branch 134 files)
44826            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
44827            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
44828            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
44829            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
44830            - eg/cgi/frameset.cgi eg/cgi/index.html
44831            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44832            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44833            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44834            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44835            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44836            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44837            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44838            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44839            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44840            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44841            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44842            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44843            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44844            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
44845            - lib/unicode/Props.txt lib/unicode/UCD300.html
44846            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44847            - utils/perlbc.PL vms/subconfigure.com
44848           !> (integrate 785 files)
44849 ____________________________________________________________________________
44850 [  7374] By: jhi                                   on 2000/10/20  00:59:48
44851         Log: In the latest compiler builds cccdlflags must not become -fpic,
44852              from Wilfredo Sánchez.
44853      Branch: perl
44854            ! hints/darwin.sh
44855 ____________________________________________________________________________
44856 [  7373] By: jhi                                   on 2000/10/20  00:56:35
44857         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44858              From: Tony Cook <tony@develop-help.com>
44859              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
44860              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
44861      Branch: perl
44862            ! pod/perlop.pod
44863 ____________________________________________________________________________
44864 [  7372] By: jhi                                   on 2000/10/19  19:34:40
44865         Log: Typo noted by Mark Lutz.
44866      Branch: perl
44867            ! t/op/64bitint.t
44868 ____________________________________________________________________________
44869 [  7371] By: jhi                                   on 2000/10/19  19:33:13
44870         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44871      Branch: metaconfig
44872            ! U/modified/Cppsym.U U/modified/Oldconfig.U
44873      Branch: metaconfig/U/perl
44874            ! End.U dlsrc.U libperl.U
44875      Branch: perl
44876            + hints/nonstopux.sh
44877            ! Configure MANIFEST config_h.SH
44878 ____________________________________________________________________________
44879 [  7370] By: jhi                                   on 2000/10/19  17:18:08
44880         Log: Subject: PATCH do_print has 2 PerlIO_error()s
44881              From: nick@ccl4.org
44882              Date: Thu, 19 Oct 2000 18:09:20 +0100
44883              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
44884      Branch: perl
44885            ! doio.c
44886 ____________________________________________________________________________
44887 [  7369] By: jhi                                   on 2000/10/19  14:01:49
44888         Log: Update Changes.
44889      Branch: perl
44890            ! Changes patchlevel.h
44891 ____________________________________________________________________________
44892 [  7368] By: jhi                                   on 2000/10/19  13:04:29
44893         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44895              Date: Wed, 18 Oct 2000 13:12:01 +0200
44896              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
44897      Branch: perl
44898            ! hints/aix.sh
44899 ____________________________________________________________________________
44900 [  7367] By: jhi                                   on 2000/10/19  02:22:40
44901         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
44902              of a 'pmshort' anywhere in the B, so the offending line was simply
44903              removed.
44904      Branch: perl
44905            ! ext/B/B/Debug.pm
44906 ____________________________________________________________________________
44907 [  7366] By: jhi                                   on 2000/10/19  02:12:37
44908         Log: Add the test case for the bug id 20000730.004 which seems
44909              to have been fixed by now.
44910      Branch: perl
44911            ! t/pragma/utf8.t
44912 ____________________________________________________________________________
44913 [  7365] By: jhi                                   on 2000/10/18  23:36:24
44914         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44915              From: Hugo <hv@crypt.compulink.co.uk>
44916              Date: Wed, 18 Oct 2000 23:25:58 +0100
44917              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
44918      Branch: perl
44919            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
44920 ____________________________________________________________________________
44921 [  7364] By: jhi                                   on 2000/10/18  21:12:53
44922         Log: (retracted)
44923      Branch: perl
44924            ! pp.c
44925 ____________________________________________________________________________
44926 [  7363] By: jhi                                   on 2000/10/18  20:55:38
44927         Log: Missing change from #7362.
44928      Branch: perl
44929            ! win32/perlhost.h
44930 ____________________________________________________________________________
44931 [  7362] By: jhi                                   on 2000/10/18  20:52:01
44932         Log: Borland C fstat() never saw the fd as writable.
44933              
44934              Subject: fix for Borland's weak "stat" (perl@7211)
44935              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44936              Date: Mon, 16 Oct 2000 09:55:03 +0400
44937              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
44938      Branch: perl
44939            ! win32/win32.c
44940 ____________________________________________________________________________
44941 [  7361] By: jhi                                   on 2000/10/18  17:43:50
44942         Log: Regen toc.
44943      Branch: perl
44944            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44945 ____________________________________________________________________________
44946 [  7360] By: jhi                                   on 2000/10/18  17:07:44
44947         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44948              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44949              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
44950              Date: Mon, 16 Oct 2000 15:19:49 +0200
44951      Branch: perl
44952            + README.aix
44953            ! MANIFEST
44954 ____________________________________________________________________________
44955 [  7359] By: jhi                                   on 2000/10/18  17:04:49
44956         Log: Subject: Pod patch for Devel::Peek
44957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44958              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
44959              Date: Mon, 16 Oct 2000 12:26:34 +0200
44960      Branch: perl
44961            ! ext/Devel/Peek/Peek.pm
44962 ____________________________________________________________________________
44963 [  7358] By: jhi                                   on 2000/10/18  17:03:15
44964         Log: Make Cwd more bulletproof in chrooted environments.
44965              
44966              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44967              From: "Eric E. Coe" <Eric.Coe@oracle.com>
44968              Date: Wed, 18 Oct 2000 04:03:54 -0400
44969              Message-Id: <39ED596A.70E599FE@oracle.com>
44970      Branch: perl
44971            ! lib/Cwd.pm
44972 ____________________________________________________________________________
44973 [  7357] By: jhi                                   on 2000/10/18  16:37:26
44974         Log: Disable the UTF8 downgrade croakage for now to avoid
44975              too many not okay messages.
44976      Branch: perl
44977            ! doio.c
44978 ____________________________________________________________________________
44979 [  7356] By: jhi                                   on 2000/10/17  23:29:41
44980         Log: Show the failed remote port, instead of the failing line number.
44981              
44982              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44983              From: David Sparks <daves@ActiveState.com>
44984              Date: Tue, 17 Oct 2000 15:00:24 -0700
44985              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
44986      Branch: perl
44987            ! lib/perl5db.pl
44988 ____________________________________________________________________________
44989 [  7355] By: jhi                                   on 2000/10/17  14:11:31
44990         Log: On output try to downgrade to bytes, croak if impossible,
44991              from Simon Cozens.  This means that outputting >255 UTF8
44992              is impossible.  Consider this as a strong incentive to get
44993              the I/O disciplines implemented.
44994      Branch: perl
44995            ! doio.c pod/perldiag.pod sv.c
44996 ____________________________________________________________________________
44997 [  7354] By: jhi                                   on 2000/10/17  13:42:23
44998         Log: Clarify documentation on 'use bytes'.
44999              
45000              Subject: Re: What does 'use bytes' "mean" ?
45001              From: Simon Cozens <simon@cozens.net>
45002              Date: Mon, 18 Sep 2000 18:24:25 +0100
45003              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
45004      Branch: perl
45005            ! lib/bytes.pm
45006 ____________________________________________________________________________
45007 [  7353] By: jhi                                   on 2000/10/17  13:28:12
45008         Log: Workaround for a sfio bug where the stream error indicator
45009              is not cleared as documented.
45010              
45011              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45012              From: Nicholas Clark <nick@ccl4.org>
45013              Date: Mon, 16 Oct 2000 18:28:23 +0100
45014              Message-ID: <20001016182823.J19700@plum.flirble.org>
45015      Branch: perl
45016            ! doio.c
45017 ____________________________________________________________________________
45018 [  7352] By: jhi                                   on 2000/10/17  13:06:19
45019         Log: More IoTYPE sprinkling.
45020      Branch: perl
45021            ! doio.c pp_hot.c
45022 ____________________________________________________________________________
45023 [  7351] By: jhi                                   on 2000/10/16  22:47:07
45024         Log: Detect early whether the std streams have gone bad.
45025              
45026              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45027              Date: Mon, 16 Oct 2000 23:28:42 +0100
45028              From: Nicholas Clark <nick@ccl4.org>
45029              Message-ID: <20001016232842.A37942@plum.flirble.org>
45030      Branch: perl
45031            ! t/op/misc.t
45032 ____________________________________________________________________________
45033 [  7350] By: jhi                                   on 2000/10/16  22:45:16
45034         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
45035              From: "Peter J. Farley III" <pjfarley@banet.net>
45036              Date: Mon, 16 Oct 2000 18:15:59 -0400
45037              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
45038      Branch: perl
45039            ! djgpp/djgpp.c dosish.h t/io/open.t
45040 ____________________________________________________________________________
45041 [  7349] By: jhi                                   on 2000/10/16  22:36:45
45042         Log: perldelta tweak.
45043      Branch: perl
45044            ! pod/perldelta.pod
45045 ____________________________________________________________________________
45046 [  7348] By: jhi                                   on 2000/10/16  15:17:53
45047         Log: Update Changes.
45048      Branch: perl
45049            ! Changes patchlevel.h
45050 ____________________________________________________________________________
45051 [  7347] By: jhi                                   on 2000/10/16  13:55:27
45052         Log: Add the capability to include/exclude branches.
45053      Branch: perl
45054            ! Porting/genlog
45055 ____________________________________________________________________________
45056 [  7346] By: jhi                                   on 2000/10/16  13:18:04
45057         Log: Add Charles Lane.
45058      Branch: perl
45059            ! AUTHORS Changes
45060 ____________________________________________________________________________
45061 [  7345] By: jhi                                   on 2000/10/16  13:13:21
45062         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
45063      Branch: perl
45064            ! pod/perldelta.pod
45065 ____________________________________________________________________________
45066 [  7344] By: gsar                                  on 2000/10/16  09:30:21
45067         Log: integrate change#6220 from cfgperl
45068              
45069              Win32 patches from Benjamin Stuhl.
45070      Branch: maint-5.6/perl
45071           !> makedef.pl win32/win32.h
45072 ____________________________________________________________________________
45073 [  7343] By: gsar                                  on 2000/10/16  08:32:19
45074         Log: integrate changes#6221,6222 from cfgperl
45075              
45076              Remove tr///CU (the feature is to be obsoleted by better interfaces).
45077              From: simon@brecon.co.uk (Simon Cozens)
45078              Subject: [PATCH] Eliminate tr///[CU][CU]
45079              Date: 23 Jun 2000 11:05:40 GMT
45080              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
45081              
45082              doc typo fix
45083              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
45084              From: Ian Phillipps <Ian.Phillipps@iname.com>
45085              Date: Fri, 23 Jun 2000 10:40:58 +0100
45086              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
45087      Branch: maint-5.6/perl
45088           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
45089 ____________________________________________________________________________
45090 [  7342] By: gsar                                  on 2000/10/16  08:28:08
45091         Log: integrate change#6217 from cfgperl (in part)
45092              
45093              Rename the fdpid locking and integrate with Sarathy.
45094      Branch: maint-5.6/perl
45095           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45096           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45097           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45098           !> win32/win32.c
45099 ____________________________________________________________________________
45100 [  7341] By: gsar                                  on 2000/10/16  08:23:39
45101         Log: integrate changes#6214..6216 from mainline
45102              
45103              @_ can't have junk in it even in the non-USE_ITHREADS case because
45104              caller() wants to populate @DB::args with it (causes a coredump
45105              in Carp::confess())
45106              
45107              tweak comment about @DB::args
45108              
45109              be more optimal about clearing @_
45110      Branch: maint-5.6/perl
45111           !> av.h cop.h pp_ctl.c t/op/runlevel.t
45112 ____________________________________________________________________________
45113 [  7340] By: gsar                                  on 2000/10/16  08:20:37
45114         Log: integrate changes#6207..6210 from cfgperl
45115              
45116              Subject: [PATCH 5.6.0] Threadsafe patches
45117              From: Dan Sugalski <dan@sidhe.org>
45118              To: perl5-porters@perl.org
45119              Date: Mon, 08 May 2000 18:08:13 -0400
45120              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45121              
45122              Regen headers for #6207.
45123              
45124              Lock PL_fdpid against race conditions, based on:
45125              Subject: [PATCH 5.6.0]subprocess fixup for threads
45126              From: Dan Sugalski <dan@sidhe.org>
45127              To: perl5-porters@perl.org
45128              Date: Tue, 11 Apr 2000 17:02:32 -0400
45129              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45130              
45131              Mopup for #6207 and #6209.
45132      Branch: maint-5.6/perl
45133           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
45134           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
45135           !> win32/win32.c
45136 ____________________________________________________________________________
45137 [  7339] By: gsar                                  on 2000/10/16  08:14:34
45138         Log: integrate change#6203 from cfgperl
45139              
45140              perldiag should refer to perlos2.pod not README.os2
45141      Branch: maint-5.6/perl
45142           !> pod/perldiag.pod
45143 ____________________________________________________________________________
45144 [  7338] By: gsar                                  on 2000/10/16  08:11:42
45145         Log: integrate change#6201 from mainline
45146              
45147              Perl_eval_pv() leaks 4 bytes every time it is called because it
45148              does a PUSHMARK that's never ever POPMARKed; in general, only
45149              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45150              Perl_eval_[sp]v() don't because they don't take any incoming
45151              arguments (this leak has been around since the original version
45152              of perl_eval_pv() in 5.003_97e)
45153      Branch: maint-5.6/perl
45154           !> perl.c
45155 ____________________________________________________________________________
45156 [  7337] By: gsar                                  on 2000/10/16  08:08:47
45157         Log: integrate changes#6197..6200 from cfgperl
45158              
45159              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
45160              From: John Borwick <jhborwic@unity.ncsu.edu>
45161              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
45162              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
45163              
45164              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
45165              From: Dan Sugalski <dan@sidhe.org>
45166              To: vmsperl@perl.org, perl5-porters@perl.org
45167              Date: Fri, 02 Jun 2000 16:00:41 -0400
45168              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
45169              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
45170              
45171              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
45172              From: Dan Sugalski <dan@sidhe.org>
45173              To: perl5-porters@perl.org, vmsperl@perl.org
45174              Date: Fri, 02 Jun 2000 17:30:51 -0400
45175              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
45176              
45177              Update to cperl-mode.el 4.31 from
45178              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45179              Subject: A couple of notes
45180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45181              To: Mailing list Perl5 <perl5-porters@perl.org>
45182              Date: Sat, 3 Jun 2000 23:33:32 -0400
45183              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
45184      Branch: maint-5.6/perl
45185           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
45186           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
45187           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
45188           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
45189           !> vms/vmsish.h
45190 ____________________________________________________________________________
45191 [  7336] By: gsar                                  on 2000/10/16  08:03:46
45192         Log: integrate changes#6194,6195 from mainline
45193              
45194              fix small eval"" memory leaks under USE_ITHREADS
45195              
45196              fix yet another eval"" leak under USE_ITHREADS
45197      Branch: maint-5.6/perl
45198           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45199           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45200           !> vms/perly_c.vms
45201 ____________________________________________________________________________
45202 [  7335] By: gsar                                  on 2000/10/16  08:02:15
45203         Log: integrate changes#6190,6191 from mainline
45204              
45205              submit missing embed.pl change
45206              
45207              vec() loses numericalness (modified version of patch suggested
45208              by Robin Barker)
45209      Branch: maint-5.6/perl
45210           !> doop.c embed.pl t/op/vec.t
45211 ____________________________________________________________________________
45212 [  7334] By: gsar                                  on 2000/10/16  08:01:03
45213         Log: integrate change#6189 from mainline
45214              
45215              counting tr/// corrupts later operation (from M.J.T Guy)
45216      Branch: maint-5.6/perl
45217           !> doop.c t/op/tr.t
45218 ____________________________________________________________________________
45219 [  7333] By: gsar                                  on 2000/10/16  07:59:07
45220         Log: integrate changes#6183..6188 from mainline
45221              
45222              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45223              <nick@ccl4.org>)
45224              
45225              tweak for change#6127
45226              
45227              remove incorrect documentation about implicit split to @_ in
45228              list context, which never really worked in perl 5 (from
45229              M.J.T. Guy)
45230              
45231              further qualify references to "alphanumeric" (from Wolfgang Laun
45232              <wolfgang.laun@alcatel.at>)
45233              
45234              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45235              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45236              
45237              h2xs tweaks
45238      Branch: maint-5.6/perl
45239           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
45240           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
45241           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
45242           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
45243           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
45244           !> pod/pod2latex.PL utils/h2xs.PL
45245 ____________________________________________________________________________
45246 [  7332] By: gsar                                  on 2000/10/16  07:53:52
45247         Log: integrate change#6179 from mainline
45248              
45249              buggy modulus on UVs introduced by change#3378 (resulted in
45250              4063328477 % 65535 amounting to 27406, instead of 27407)
45251      Branch: maint-5.6/perl
45252           !> pp.c t/op/arith.t
45253 ____________________________________________________________________________
45254 [  7331] By: gsar                                  on 2000/10/16  07:52:49
45255         Log: integrate changes#6176,6177,6178,6182 from cfgperl
45256              
45257              Single-quoted utf8 patch from Simon Cozens.
45258              
45259              Substitution utf8 patch from Simon Cozens.
45260              
45261              Be cleaner.
45262              
45263              Be Cleaner Part Deux.
45264      Branch: maint-5.6/perl
45265           !> Makefile.SH pp_hot.c toke.c
45266 ____________________________________________________________________________
45267 [  7330] By: gsar                                  on 2000/10/16  07:41:36
45268         Log: integrate change#6172 from mainline
45269              
45270              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45271              (from Ilya Zakharevich)
45272      Branch: maint-5.6/perl
45273           !> regexec.c t/op/re_tests
45274 ____________________________________________________________________________
45275 [  7329] By: gsar                                  on 2000/10/16  07:40:25
45276         Log: integrate change#6171 from mainline
45277              
45278              scalar() doesn't force scalar context when used in void context
45279              (from Simon Cozens)
45280      Branch: maint-5.6/perl
45281           !> op.c t/op/wantarray.t
45282 ____________________________________________________________________________
45283 [  7328] By: gsar                                  on 2000/10/16  07:39:33
45284         Log: integrate change#6170 from mainline
45285              
45286              change#6142 needs tweaks to tests to work where there's no
45287              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45288      Branch: maint-5.6/perl
45289           !> t/lib/filefind.t
45290 ____________________________________________________________________________
45291 [  7327] By: gsar                                  on 2000/10/16  07:35:34
45292         Log: integrate changes#6166..6168 from cfgperl
45293              
45294              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45295              in case somebody wants to write an extension for more
45296              shadow database interfaces.
45297              
45298              tweak todo
45299              
45300              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45301      Branch: maint-5.6/perl
45302           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45303           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
45304           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
45305           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45306           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45307           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45308 ____________________________________________________________________________
45309 [  7326] By: gsar                                  on 2000/10/16  07:29:05
45310         Log: integrate changes#6157,6159..6161,6164 from cfgperl
45311              
45312              Regen Configure to jive with #6149.
45313              
45314              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45315              
45316              Changes for the File::Temp 0.08 (change #6159) test suite
45317              to fit better into the Perl distribution test framework.
45318              
45319              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45320              both from Simon Cozens.
45321              
45322              detypo
45323      Branch: maint-5.6/perl
45324           +> pod/perlmodlib.PL pod/perlnewmod.pod
45325           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
45326           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
45327           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45328           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45329 ____________________________________________________________________________
45330 [  7325] By: gsar                                  on 2000/10/16  07:25:13
45331         Log: integrate change#6158 from vmsperl
45332              
45333              Add fallback to tmpfile for use in cases where user's relying on
45334              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45335              Lane's patch)
45336      Branch: maint-5.6/perl
45337           !> vms/vms.c vms/vmsish.h
45338 ____________________________________________________________________________
45339 [  7324] By: gsar                                  on 2000/10/16  07:20:50
45340         Log: integrate changes#6153..6155 from mainline
45341              
45342              prettier Test::Harness output on failed tests (from Nicholas Clark
45343              <nick@Bagpuss.uk.boo.com>)
45344              
45345              avoid type mismatch warning
45346              
45347              small bug in change#6144; remove random \xA0 character that snuck
45348              in via change#6145
45349      Branch: maint-5.6/perl
45350           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
45351           !> perl.c
45352 ____________________________________________________________________________
45353 [  7323] By: gsar                                  on 2000/10/16  07:18:47
45354         Log: integrate changes#6151,6152 from mainline
45355              
45356              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45357              
45358              cosmetic fixups of RE debug output (from Ilya Zakharevich)
45359      Branch: maint-5.6/perl
45360           !> regexec.c
45361 ____________________________________________________________________________
45362 [  7322] By: gsar                                  on 2000/10/16  07:17:25
45363         Log: integrate changes#6146..6150 from mainline
45364              
45365              doc typo
45366              
45367              add a make entry to Config.pm so "perl -V:make" works on VMS
45368              (from Peter Prymmer)
45369              
45370              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45371              
45372              OS/2 tweaks for usethreads build (from Rocco Caputo
45373              <troc@netrus.net>)
45374              
45375              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45376      Branch: maint-5.6/perl
45377           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
45378           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
45379           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
45380           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
45381           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
45382           !> warnings.pl x2p/a2p.h
45383 ____________________________________________________________________________
45384 [  7321] By: gsar                                  on 2000/10/16  07:14:02
45385         Log: integrate changes#6143..6145 from mainline
45386              
45387              MacOS support, part 1 (from Matthias Neeracher
45388              <neeri@iis.ee.ethz.ch>)
45389              
45390              MacOS support, part 2: make AutoSplit use File::Spec instead
45391              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45392              <neeri@iis.ee.ethz.ch>)
45393              
45394              make xsubpp skip embedded pod (from Matthias Neeracher
45395              <neeri@iis.ee.ethz.ch>)
45396      Branch: maint-5.6/perl
45397           +> ext/DynaLoader/dl_mac.xs
45398           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45399           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45400           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
45401           !> pp_ctl.c proto.h toke.c util.c util.h
45402 ____________________________________________________________________________
45403 [  7320] By: gsar                                  on 2000/10/16  07:12:13
45404         Log: integrate changes#6141,6142 from mainline
45405              
45406              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45407              forwarded by Peter Seebach from the bsdi-users mailing list.
45408              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45409              
45410              File::Find fails to chdir when chasing symlinks (from
45411              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45412      Branch: maint-5.6/perl
45413           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
45414 ____________________________________________________________________________
45415 [  7319] By: gsar                                  on 2000/10/16  07:04:30
45416         Log: integrate change#6139 from mainline
45417              
45418              revise mktables.PL for bugs and newness in Unicode 3.0
45419              (from James Bence <jbence@amgen.com>)
45420      Branch: maint-5.6/perl
45421           +> (branch 30 files)
45422           !> (integrate 49 files)
45423 ____________________________________________________________________________
45424 [  7318] By: gsar                                  on 2000/10/16  07:01:01
45425         Log: integrate changes#6137,6138 from mainline
45426              
45427              fix bogus redeclaration warning for "our" variables in different
45428              scopes
45429              
45430              add note about the handling of negative indices to tied arrays
45431              (from Michael G Schwern <schwern@pobox.com>)
45432      Branch: maint-5.6/perl
45433           !> op.c pod/perltie.pod t/pragma/strict-vars
45434 ____________________________________________________________________________
45435 [  7317] By: gsar                                  on 2000/10/16  06:58:46
45436         Log: integrate changes#6127..6136 from mainline
45437              
45438              call_method(...,G_EVAL) can longjmp() out if the method probing
45439              failed (from Gisle Aas)
45440              
45441              new perlxstut example for passing/returning refs to arrays
45442              (from David Lowe <dlowe@pootpoot.com>)
45443              
45444              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45445              
45446              fix places that mean C<"word" character> but say C<alphanumeric
45447              character>
45448              
45449              avoid warnings in POSIX.pm (from Barrie Slaymaker)
45450              
45451              warnings::enabled() doesn't fall back to looking at $^W if
45452              caller isn't using lexical warnings (from Paul Marquess)
45453              
45454              elide bogus test in change#6132
45455              
45456              make Test::Harness use wait.h/WCOREDUMP if available
45457              (from Ben Tilly <ben_tilly@hotmail.com>)
45458              
45459              enable Test::Harness to dynamically determine column width etc.
45460              (from Rob Napier <rnapier@employees.org>)
45461              
45462              random pod typos (from Peter Scott <Peter@PSDT.com>)
45463      Branch: maint-5.6/perl
45464           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
45465           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
45466           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45467           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
45468 ____________________________________________________________________________
45469 [  7316] By: gsar                                  on 2000/10/16  06:53:23
45470         Log: integrate change#6126 from mainline
45471              
45472              change#2879 broke rvalue autovivification of magicals such as
45473              ${$num} (reworked variant of patch suggested by Simon Cozens)
45474      Branch: maint-5.6/perl
45475           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45476           !> pp_hot.c proto.h t/op/gv.t
45477 ____________________________________________________________________________
45478 [  7315] By: gsar                                  on 2000/10/16  06:51:38
45479         Log: integrate changes#6123,6125 from mainline
45480              
45481              clarify gotcha with #line directives (from Rocco Caputo
45482              <troc@netrus.net>)
45483              
45484              enable propagating exception objects via Perl_croak() in XS code
45485              (from Gisle Aas)
45486      Branch: maint-5.6/perl
45487           !> pod/perldebug.pod pod/perlsyn.pod util.c
45488 ____________________________________________________________________________
45489 [  7314] By: gsar                                  on 2000/10/16  06:49:28
45490         Log: integrate change#6122 from mainline
45491              
45492              downgrade fatal error on C<"foo@nosucharray.com"> to optional
45493              warning (from Mark-Jason Dominus)
45494      Branch: maint-5.6/perl
45495           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
45496           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45497           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45498           !> toke.c
45499 ____________________________________________________________________________
45500 [  7313] By: gsar                                  on 2000/10/16  06:46:54
45501         Log: integrate changes#6112..6121 from vmsperl
45502              
45503              Check for existence of file before trying to delete
45504              
45505              Ugly workaround for version-specific RTL error
45506              
45507              Urk -- undo previous removal of vmsish 'exit' change
45508              
45509              Add bounds checking for several strings (Charles Lane)
45510              
45511              Miscellaneous cosmetic fixes (Charles Lane)
45512              
45513              Treat sockets as special in sys(read|write) (Charles Lane et al.)
45514              
45515              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45516              Flatten case labels in switch statements uniformly (Charles Bailey)
45517              
45518              Quiet error messages in vmsish.t (Charles Lane)
45519              
45520              Add missing escape (Charles Lane)
45521              
45522              Allow eliminate_macros() and fixpath() to handle space-delimited
45523              lists (based on fixes by Craig Berry)
45524      Branch: maint-5.6/perl
45525           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45526           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45527           !> vms/vmsish.h
45528 ____________________________________________________________________________
45529 [  7312] By: gsar                                  on 2000/10/16  06:41:18
45530         Log: integrate changes#6107,6110 from cfgperl
45531              
45532              Tweak the todo list.
45533              
45534              todo tweak
45535      Branch: maint-5.6/perl
45536           !> Todo-5.6
45537 ____________________________________________________________________________
45538 [  7311] By: gsar                                  on 2000/10/16  06:38:38
45539         Log: integrate changes#6104,6108 from mainline
45540              
45541              PL_sys_intern was being initialized too late on windows
45542              
45543              reenable fake signal handling on Windows, bugs and all
45544      Branch: maint-5.6/perl
45545           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
45546           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
45547           !> win32/win32.c
45548 ____________________________________________________________________________
45549 [  7310] By: gsar                                  on 2000/10/16  06:36:03
45550         Log: integrate changes#6095,6097..6103 from cfgperl
45551              
45552              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
45553              might be useful in future.
45554              
45555              Add a note about possible compilation problems from Allen Smith.
45556              
45557              Add a note about other, yet unsupported, shadow password APIs.
45558              
45559              Tweaks for the cc bugs from Allen Smith.
45560              
45561              More compilation tweakery from Allen Smith.
45562              
45563              Hints and test tweaks for Unicos.
45564              
45565              The test suite tweak in #6101 wasn't quite right.
45566              
45567              Test tweaking for Unicos continues.
45568      Branch: maint-5.6/perl
45569           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45570           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
45571           !> t/lib/complex.t t/op/64bitint.t
45572 ____________________________________________________________________________
45573 [  7309] By: gsar                                  on 2000/10/16  06:29:41
45574         Log: integrate changes#6093,6094 from mainline
45575              
45576              fork() failure to create pseudo process sets errno=EAGAIN and returns
45577              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45578              
45579              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45580      Branch: maint-5.6/perl
45581           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45582           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45583 ____________________________________________________________________________
45584 [  7308] By: gsar                                  on 2000/10/16  06:27:29
45585         Log: integrate change#6092 from cfgperl
45586              
45587              Regen perltoc with the fixed buildtoc.
45588      Branch: maint-5.6/perl
45589           !> pod/perltoc.pod
45590 ____________________________________________________________________________
45591 [  7307] By: gsar                                  on 2000/10/16  06:26:40
45592         Log: integrate changes#6089,6090 from mainline
45593              
45594              buildtoc tweak to fix newline lossage
45595              
45596              concat doesn't preserve utf8-ness, and doesn't invalidate
45597              [NI]OK; added tests for both
45598      Branch: maint-5.6/perl
45599           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
45600 ____________________________________________________________________________
45601 [  7306] By: gsar                                  on 2000/10/16  06:24:05
45602         Log: integrate change#6088 from cfgperl
45603              
45604              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45605              because we do not use those.  The HAS_GETSPNAM remains,
45606              though, because we still do use that.
45607      Branch: maint-5.6/perl
45608           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45609           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45610           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45611           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45612           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45613           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45614 ____________________________________________________________________________
45615 [  7305] By: gsar                                  on 2000/10/16  06:15:52
45616         Log: integrate changes#6084,6085,6087 from mainline
45617              
45618              substr() does not preserve utf8-ness (from Stefan Eissing
45619              <Eissing@medicaldataservice.de>); added tests
45620              
45621              repeat operator (x) doesn't preserve utf8-ness
45622              
45623              reverse() and quotemeta() weren't preserving utf8-ness; add tests
45624      Branch: maint-5.6/perl
45625           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45626 ____________________________________________________________________________
45627 [  7304] By: gsar                                  on 2000/10/16  06:13:10
45628         Log: integrate changes#6077..6083 from mainline
45629              
45630              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45631              and Tom Phoenix)
45632              
45633              workaround for CRT bug in chdir() (from Charles Lane, via
45634              Peter Prymmer)
45635              
45636              remove outdated kludge in Carp (NULLs are permitted in diagnostics
45637              now)
45638              
45639              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45640              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45641              
45642              better default perlbug categories for ok reports (from Richard Foley)
45643              
45644              peek.t non-portable to ithreads
45645              
45646              note about undocumented caller() return value (from M.J.T. Guy);
45647              yet another peek.t tweak
45648      Branch: maint-5.6/perl
45649           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45650           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45651           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45652           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45653           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
45654           !> vms/vmsish.h
45655 ____________________________________________________________________________
45656 [  7303] By: gsar                                  on 2000/10/16  06:03:18
45657         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
45658              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
45659              
45660              &HUGE_VAL is not defined, it exists.
45661              
45662              Do not warn that an infinity does not look like a number.
45663              
45664              Rewrite the pwent/spent logic to be a little bit more clearer.
45665              
45666              Continue on the pwent/spent case.
45667              
45668              Correct Freudian slip.
45669              
45670              Use HUGE_VALL if applicable.
45671              
45672              pwent/spent #ifdef imbalance.
45673              
45674              Infinite problems.
45675              
45676              Call getspnam() only iff needd.
45677              
45678              Test both the scalar and list contexts.
45679              
45680              Use setxxent()/endxxent().
45681              
45682              Complex tweakery.
45683              
45684              Unicos hint tweak.
45685              
45686              Be more forgiving in POSIX about HUGE_VALL.
45687              
45688              Detypo.
45689              
45690              The search of infinity continues, this time simplified.
45691              
45692              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
45693              in natively 64-bit platforms where a long is a quad (no need
45694              for long longs).  Also added bias for IVs.
45695              
45696              Complex tweaks.
45697              
45698              Introduce t/lib/peek.t.
45699              
45700              Make the test more portable.
45701      Branch: maint-5.6/perl
45702           +> t/lib/peek.t
45703            ! pp_sys.c
45704           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
45705           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
45706           !> t/op/pwent.t toke.c util.c
45707 ____________________________________________________________________________
45708 [  7302] By: gsar                                  on 2000/10/16  05:03:37
45709         Log: integrate changes#6066..6071 from mainline
45710              
45711              s/END/CHECK/
45712              
45713              replace direct call to sighandler() with (*PL_sighandlerp)()
45714              
45715              note about values()
45716              
45717              File::Spec compatibility update (from Barrie Slaymaker
45718              <barries@slaysys.com>)
45719              
45720              remove misleading comment (from M.J.T. Guy)
45721              
45722              misformatted perllocal.pod (from Tim Jenness
45723              <t.jenness@jach.hawaii.edu>)
45724      Branch: maint-5.6/perl
45725           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45726           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45727           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
45728           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
45729 ____________________________________________________________________________
45730 [  7301] By: gsar                                  on 2000/10/16  05:00:08
45731         Log: integrate changes#6061..6063 from mainline
45732              
45733              change#5921 neglected to make eq honor "use bytes"
45734              
45735              additional tests for utf8.t
45736              
45737              tokeq() could read unallocated field in argument
45738      Branch: maint-5.6/perl
45739           !> sv.c t/pragma/utf8.t toke.c
45740 ____________________________________________________________________________
45741 [  7300] By: gsar                                  on 2000/10/16  04:56:54
45742         Log: integrate changes#6046,6048,6057,6058 from mainline
45743              
45744              libscheck has insufficient checks for n32 libs (from
45745              Albert Chin-A-Young <china@thewrittenword.com>)
45746              
45747              add note about how $( doesn't interpolate in REs (from
45748              Philip Newton <newton@ficus.frogspace.net>)
45749              
45750              fix broken parsing of /\x{ab}/
45751              
45752              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
45753              (spotted by Donald Kinzer <dkinzer@premia.com>)
45754      Branch: maint-5.6/perl
45755           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
45756           !> t/pragma/utf8.t
45757 ____________________________________________________________________________
45758 [  7299] By: gsar                                  on 2000/10/16  04:52:50
45759         Log: integrate change#6044 from mainline
45760              
45761              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
45762              such that underscores are only ignored in literal numbers,
45763              "\x{...}", and hex/oct argument
45764      Branch: maint-5.6/perl
45765           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
45766 ____________________________________________________________________________
45767 [  7298] By: gsar                                  on 2000/10/16  04:50:53
45768         Log: integrate changes#6027..6043 from mainline
45769              
45770              podlators-1.02 update (from Russ Allbery)
45771              
45772              Pod::Man generates groff-incompatible macro definition (from
45773              Tom Christiansen)
45774              
45775              add CGI.pm v2.66 (from Lincoln Stein)
45776              
45777              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45778              for @- and @+ (from Johan Vromans)
45779              
45780              small nits in diagnostics.pm (from Robin Barker)
45781              
45782              whitespace adjustments
45783              
45784              missing files in MANIFEST
45785              
45786              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
45787              to compensate
45788              
45789              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
45790              
45791              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
45792      Branch: maint-5.6/perl
45793           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45794           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
45795           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
45796           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
45797           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
45798           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45799           !> t/lib/cgi-html.t t/lib/cgi-request.t
45800 ____________________________________________________________________________
45801 [  7297] By: gsar                                  on 2000/10/16  04:44:30
45802         Log: integrate change#6025 from mainline
45803              
45804              Is{Alnum,Alpha,Word} don't match titlecase
45805              TODO: IsSpace is defined recursively!
45806              (both spotted by Larry)
45807      Branch: maint-5.6/perl
45808           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45809           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45810 ____________________________________________________________________________
45811 [  7296] By: gsar                                  on 2000/10/16  04:39:30
45812         Log: integrate change#6023 from mainline
45813              
45814              debugger stomps on $. (from M.J.T. Guy)
45815      Branch: maint-5.6/perl
45816           !> lib/perl5db.pl
45817 ____________________________________________________________________________
45818 [  7295] By: gsar                                  on 2000/10/16  04:38:02
45819         Log: integrate change#6022 from mainline
45820              
45821              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
45822      Branch: maint-5.6/perl
45823           !> sv.c
45824 ____________________________________________________________________________
45825 [  7294] By: gsar                                  on 2000/10/16  04:37:05
45826         Log: integrate changes#6018..6021 from mainline
45827              
45828              make lib/syslog.t portable to systems that don't have _PATH_LOG,
45829              make _PATH_LOG() return "" if unavailable
45830              
45831              windows portability tweaks
45832              
45833              test tweak
45834              
45835              remove Win2K issue in pod (fixed by change#6020)
45836      Branch: maint-5.6/perl
45837           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45838           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
45839           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
45840 ____________________________________________________________________________
45841 [  7293] By: gsar                                  on 2000/10/16  04:20:00
45842         Log: integrate changes#6013..6015 from mainline
45843              
45844              tweak change#5945 to display correct switch name in diagnostic
45845              
45846              glob() loading File::Glob behind the scenes may cause syntax errors
45847              
45848              tweak test for portability
45849      Branch: maint-5.6/perl
45850           !> op.c perl.c pod/perldiag.pod t/lib/b.t
45851 ____________________________________________________________________________
45852 [  7292] By: gsar                                  on 2000/10/16  04:18:11
45853         Log: integrate changes#6005..6010 from mainline, cfgperl
45854              
45855              perldoc might fail via "use blib" (from Hugo van der Sanden)
45856              
45857              Regen Configure.
45858              
45859              note about compile failures and END blocks (from M.J.T. Guy)
45860              
45861              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45862              
45863              (change#6009 integrated earlier in change#7255)
45864              
45865              clarify note about shadow password support (from
45866              gellyfish@gellyfish.com)
45867      Branch: maint-5.6/perl
45868           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45869           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
45870           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
45871 ____________________________________________________________________________
45872 [  7291] By: gsar                                  on 2000/10/16  04:12:03
45873         Log: integrate changes#6002,6003 from mainline
45874              
45875              destructive sv_setsv() can lose UV-ness from source, causing
45876              numeric promotions/comparisons to fail to do the right thing
45877              
45878              allow REG_EXPAND_SZ keys in Windows registry (from
45879              John Clayton <John.Clayton@barclayscapital.com>)
45880      Branch: maint-5.6/perl
45881           !> sv.c win32/win32.c
45882 ____________________________________________________________________________
45883 [  7290] By: gsar                                  on 2000/10/16  04:10:19
45884         Log: integrate change#6001 from mainline
45885              
45886              support additional library locations via $Config{otherlibdirs}
45887              (from Andy Dougherty)
45888      Branch: maint-5.6/perl
45889           !> Configure INSTALL Porting/Glossary Porting/config.sh
45890           !> Porting/config_H config_h.SH epoc/config.sh perl.c
45891           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45892           !> win32/config.bc win32/config.gc win32/config.vc
45893 ____________________________________________________________________________
45894 [  7289] By: gsar                                  on 2000/10/16  04:08:28
45895         Log: integrate change#5999 from mainline
45896              
45897              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
45898      Branch: maint-5.6/perl
45899           !> t/pragma/warn/toke toke.c
45900 ____________________________________________________________________________
45901 [  7288] By: gsar                                  on 2000/10/16  04:07:01
45902         Log: integrate changes#5997,5998 from cfgperl
45903              
45904              Preserve $!.
45905              
45906              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45907      Branch: maint-5.6/perl
45908           !> lib/Math/Complex.pm
45909 ____________________________________________________________________________
45910 [  7287] By: gsar                                  on 2000/10/16  04:04:37
45911         Log: integrate change#5995 from mainline
45912              
45913              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
45914      Branch: maint-5.6/perl
45915           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
45916 ____________________________________________________________________________
45917 [  7286] By: gsar                                  on 2000/10/16  04:03:21
45918         Log: integrate change#5994 from mainline
45919              
45920              fix for missed accounting for null byte in pack("Z",...) (from
45921              M.J.T. Guy)
45922      Branch: maint-5.6/perl
45923           !> pp.c t/op/pack.t
45924 ____________________________________________________________________________
45925 [  7285] By: gsar                                  on 2000/10/16  04:02:11
45926         Log: integrate changes#5989..5993 from mainline
45927              
45928              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45929              itself and no other (from Tom Hughes)
45930              
45931              use $ENV{LIB} to search for libs under Visual C compiler
45932              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
45933              
45934              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45935              
45936              pod nit (from Simon Cozens)
45937              
45938              various minor tweaks seen on p5p
45939      Branch: maint-5.6/perl
45940           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
45941           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
45942           !> t/op/array.t toke.c
45943 ____________________________________________________________________________
45944 [  7284] By: gsar                                  on 2000/10/16  03:59:00
45945         Log: integrate changes#5978..5988 from mainline
45946              
45947              sync version numbers in File::Spec with the ones on CPAN
45948              (from Barrie Slaymaker)
45949              
45950              under useithreads, constant pad entries could inadvertantly be
45951              shared across threads (from Eric Blood <eblood@xmission.com>);
45952              added Eric's test case to testsuite
45953              
45954              allow Configure -S to run non-interactively (spotted by Greg Hudson
45955              <ghudson@mit.edu>)
45956              
45957              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45958              prototype mismatch with CORE::glob(); update pod and tests to
45959              suit (File::Glob::glob() is still available for backward
45960              compatibility, but should be considered deprecated)
45961              
45962              avoid error in IO::Socket::INET when given an unknown service name
45963              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45964              
45965              numeric conversion of non-number in change#3378 tramples on
45966              OOK offset, causing segfaults
45967              
45968              attributes::reftype() doesn't work on tied argument
45969              
45970              forked child may not exit correctly if it failed to open
45971              /dev/console (from Graham Barr)
45972              
45973              add regular expressions tutorial and quick-start guide (from
45974              Mark Kvale <kvale@phy.ucsf.edu>)
45975              
45976              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45977              
45978              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45979              <paul@miraclefish.com>)
45980      Branch: maint-5.6/perl
45981           +> pod/perlrequick.pod pod/perlretut.pod
45982           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
45983           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
45984           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
45985           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
45986           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45987           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45988           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
45989           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
45990 ____________________________________________________________________________
45991 [  7283] By: gsar                                  on 2000/10/16  03:52:14
45992         Log: integrate change#5977 from mainline
45993              
45994              autoquote barewords followed by newline and arrow properly
45995              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45996      Branch: maint-5.6/perl
45997           !> t/pragma/warn/toke toke.c
45998 ____________________________________________________________________________
45999 [  7282] By: gsar                                  on 2000/10/16  03:50:48
46000         Log: integrate change#5976 from mainline
46001              
46002              DB_File v1.73 update (from Paul Marquess)
46003      Branch: maint-5.6/perl
46004           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
46005           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
46006 ____________________________________________________________________________
46007 [  7281] By: gsar                                  on 2000/10/16  03:49:14
46008         Log: integrate change#5975 from mainline
46009              
46010              allow sort() reentrancy (variant of patch suggested by
46011              Hugo van der Sanden)
46012      Branch: maint-5.6/perl
46013           !> pp_ctl.c t/op/sort.t
46014 ____________________________________________________________________________
46015 [  7280] By: gsar                                  on 2000/10/16  03:48:22
46016         Log: integrate change#5974 from mainline
46017              
46018              change#4197 somehow missed initializing PL_errors, meaning
46019              syntax error queueing wasn't working outside eval"" at all;
46020              also fixed eval"" to localize PL_error_count, so that compile-time
46021              eval's don't clobber the error state of the outer context
46022      Branch: maint-5.6/perl
46023           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46024           !> t/pragma/warn/toke
46025 ____________________________________________________________________________
46026 [  7279] By: gsar                                  on 2000/10/16  03:46:21
46027         Log: integrate change#5973 from mainline
46028              
46029              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46030      Branch: maint-5.6/perl
46031           !> regcomp.c regexec.c t/op/re_tests
46032 ____________________________________________________________________________
46033 [  7278] By: gsar                                  on 2000/10/16  03:44:54
46034         Log: integrate change#5971 from cfgperl
46035              
46036              Unicos tweaks from Mark P. Lutz.
46037      Branch: maint-5.6/perl
46038           !> hints/unicos.sh lib/Math/Complex.pm
46039 ____________________________________________________________________________
46040 [  7277] By: gsar                                  on 2000/10/16  03:42:59
46041         Log: integrate changes#5966..5970 from mainline
46042              
46043              add testsuite for B backends, fix bug in B::Deparse (from
46044              Simon Cozens <simon@brecon.co.uk>)
46045              
46046              improved docs on the warn_uninit diagnostic (from David Glasser
46047              and Simon Cozens)
46048              
46049              tolerate spaces in group names in test on solaris (from David Boyce
46050              <dsb@boyski.com>)
46051              
46052              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
46053              
46054              Data::Dumper fumbles negative numbers on 32-bit platforms where
46055              IV is >32bits
46056      Branch: maint-5.6/perl
46057           +> t/lib/b.t t/lib/syslog.t
46058           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
46059           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
46060           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
46061 ____________________________________________________________________________
46062 [  7276] By: gsar                                  on 2000/10/16  03:39:30
46063         Log: integrate change#5965 from mainline
46064              
46065              avoid "will not stay shared" warnings for our variables (from
46066              Robin Barker)
46067      Branch: maint-5.6/perl
46068           !> op.c t/pragma/warn/op
46069 ____________________________________________________________________________
46070 [  7275] By: gsar                                  on 2000/10/16  03:38:18
46071         Log: integrate change#5964 from mainline
46072              
46073              reformat to 72 columns (again)
46074      Branch: maint-5.6/perl
46075           !> pod/perldiag.pod
46076 ____________________________________________________________________________
46077 [  7274] By: gsar                                  on 2000/10/16  03:36:58
46078         Log: integrate change#5963 from mainline
46079              
46080              patch from Larry to make (\&) prototype work; added tests for
46081              the same
46082      Branch: maint-5.6/perl
46083           !> op.c t/comp/proto.t
46084 ____________________________________________________________________________
46085 [  7273] By: gsar                                  on 2000/10/16  03:35:51
46086         Log: integrate changes#5956..5962 from mainline
46087              
46088              better diagnostics on failed tests (from Ilya Zakharevich)
46089              
46090              pod nits (from A. C. Yardley <yardley@tanet.net>)
46091              
46092              change#3569 deleted some essential code, revert; avoid use of
46093              atexit() to make DynaLoader work properly on AIX under mod_perl
46094              (from Jens-Uwe Mager <jum@helios.de>)
46095              
46096              doubled words in pods (from Simon Cozens
46097              <simon.p.cozens@jp.pwcglobal.com>)
46098              
46099              better INSTALL notes on Solaris issues (from Dominic Dunlop)
46100              
46101              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
46102              
46103              updated README.hpux (from Jeff Okamoto)
46104      Branch: maint-5.6/perl
46105           !> INSTALL README.hpux emacs/cperl-mode.el
46106           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
46107           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
46108           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
46109           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
46110           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
46111           !> t/op/lex_assign.t
46112 ____________________________________________________________________________
46113 [  7272] By: gsar                                  on 2000/10/16  03:31:22
46114         Log: integrate change#5955 from mainline
46115              
46116              longstanding bug exposed by change#3307: sort arguments weren't
46117              compiled with the right wantarray context (ensuing runtime lookup
46118              via block_gimme() was getting the incidental context of the
46119              sort() itself)
46120      Branch: maint-5.6/perl
46121           !> op.c t/op/sort.t
46122 ____________________________________________________________________________
46123 [  7271] By: gsar                                  on 2000/10/16  03:29:11
46124         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
46125              branch
46126              
46127              Flatten the cpp jungle doing the nosuid checking.
46128              
46129              Do not assume sign propagation. (from M.J.T. Guy)
46130              
46131              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
46132              
46133              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46134              Now pp_ncmp() returns undef is either operand is a NaN.
46135              
46136              On second thoughts frexp() does have two arguments.
46137              
46138              Document that tr() is not tr(1).
46139              
46140              Be more robust on "extreme" (large absolute value)
46141              arguments.  Originally reported by Daniel Connelly
46142              as a problem with asinh() on large negative arguments,
46143              asinh() used to bail out because an argument to log()
46144              ended up being zero.  Ilya Zakharevich proposed using
46145              Taylor's series in such cases, which for such large
46146              arguments is a very good approximation.
46147              
46148              Undo "use integer" addition from 64bitint as it seems
46149              to break most of the subtests in Digital UNIX;
46150              Unicos needs to find another way.
46151      Branch: maint-5.6/perl
46152           !> (integrate 29 files)
46153 ____________________________________________________________________________
46154 [  7270] By: gsar                                  on 2000/10/16  03:09:44
46155         Log: integrate changes#5948,5949,5950 from mainline
46156              
46157              typo in vars.pm that leads to cryptic message (from Piotr
46158              Piatkowski <kompas@kompas.usr.onet.pl>)
46159              
46160              make perldoc use the pod2man from the same version (from
46161              M.J.T. Guy)
46162              
46163              reformat perldiag to avoid long lines
46164      Branch: maint-5.6/perl
46165           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
46166 ____________________________________________________________________________
46167 [  7269] By: gsar                                  on 2000/10/16  03:05:54
46168         Log: integrate change#5947 from mainline
46169              
46170              use &dl_error rather than &dl_load_file as the guard for calling
46171              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46172              statically built perl)
46173      Branch: maint-5.6/perl
46174           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46175 ____________________________________________________________________________
46176 [  7268] By: gsar                                  on 2000/10/16  03:04:48
46177         Log: integrate change#5945 from mainline
46178              
46179              make module name mandatory after -M switch; reorder perldiag
46180              alphabetically (from Mark-Jason Dominus)
46181      Branch: maint-5.6/perl
46182           !> perl.c pod/perldiag.pod
46183 ____________________________________________________________________________
46184 [  7267] By: gsar                                  on 2000/10/16  03:03:01
46185         Log: integrate change#5939 from mainline
46186              
46187              more pod nits (from Larry Virden)
46188      Branch: maint-5.6/perl
46189           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
46190           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46191           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46192 ____________________________________________________________________________
46193 [  7266] By: gsar                                  on 2000/10/16  03:01:39
46194         Log: integrate change#5938 from mainline
46195              
46196              Consolidated B::Deparse fixes (from Stephen McCamant)
46197      Branch: maint-5.6/perl
46198           !> ext/B/B/Deparse.pm
46199 ____________________________________________________________________________
46200 [  7265] By: gsar                                  on 2000/10/16  03:00:43
46201         Log: integrate change#5936 from mainline
46202              
46203              additional tests for change#7263 (from Paul Marquess)
46204      Branch: maint-5.6/perl
46205           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46206           !> t/pragma/warn/5nolint t/pragma/warn/6default
46207 ____________________________________________________________________________
46208 [  7264] By: gsar                                  on 2000/10/16  02:58:34
46209         Log: integrate change#5934 from mainline
46210              
46211              propagate lexical warnings from surrounding scope correctly
46212              within string eval() (from Paul Marquess)
46213      Branch: maint-5.6/perl
46214           !> pp_ctl.c t/pragma/warn/pp_ctl
46215 ____________________________________________________________________________
46216 [  7263] By: gsar                                  on 2000/10/16  02:56:53
46217         Log: integrate change#5932 from mainline
46218              
46219              add rsignal(), whichsig() and do_join() to public API list
46220              (mod_perl uses them to good advantage)
46221      Branch: maint-5.6/perl
46222           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
46223 ____________________________________________________________________________
46224 [  7262] By: gsar                                  on 2000/10/16  02:55:53
46225         Log: integrate change#5931 from mainline
46226              
46227              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46228      Branch: maint-5.6/perl
46229           !> pp_hot.c regexec.c t/op/pat.t
46230 ____________________________________________________________________________
46231 [  7261] By: gsar                                  on 2000/10/16  02:55:01
46232         Log: integrate change#5930 from mainline
46233              
46234              small os390 tweaks (from Peter Prymmer)
46235      Branch: maint-5.6/perl
46236           !> config_h.SH makedepend.SH
46237 ____________________________________________________________________________
46238 [  7260] By: gsar                                  on 2000/10/16  02:54:10
46239         Log: integrate change#5929 from mainline
46240              
46241              pod nits
46242      Branch: maint-5.6/perl
46243           !> pod/perlguts.pod
46244 ____________________________________________________________________________
46245 [  7259] By: gsar                                  on 2000/10/16  02:52:55
46246         Log: integrate change#5927 from mainline
46247              
46248              arrange for next() to resume at the unstack op rather than the
46249              loop conditional, so that scope cleanup happens correctly
46250              (from Stephen McCamant)
46251      Branch: maint-5.6/perl
46252           !> op.c pp_ctl.c t/op/misc.t
46253 ____________________________________________________________________________
46254 [  7258] By: gsar                                  on 2000/10/16  02:51:38
46255         Log: integrate change#5926 from mainline
46256              
46257              on windows, reserve 16M of stack rather than 128M (allows more
46258              threads to run concurrently)
46259      Branch: maint-5.6/perl
46260           !> win32/Makefile win32/makefile.mk
46261 ____________________________________________________________________________
46262 [  7257] By: gsar                                  on 2000/10/16  02:50:37
46263         Log: integrate change#5925 from mainline
46264              
46265              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
46266      Branch: maint-5.6/perl
46267           !> toke.c
46268 ____________________________________________________________________________
46269 [  7256] By: gsar                                  on 2000/10/16  02:49:36
46270         Log: integrate change#5924 from mainline
46271              
46272              avoid using uninitialized memory in require version check
46273      Branch: maint-5.6/perl
46274           !> pp_ctl.c universal.c
46275 ____________________________________________________________________________
46276 [  7255] By: gsar                                  on 2000/10/16  02:48:03
46277         Log: integrate changes#5923,5928,6009 from mainline
46278              
46279              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46280      Branch: maint-5.6/perl
46281           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46282 ____________________________________________________________________________
46283 [  7254] By: gsar                                  on 2000/10/16  02:44:46
46284         Log: integrate change#5922 from mainline
46285              
46286              commentary about IoTYPE() (from Nathan Torkington)
46287      Branch: maint-5.6/perl
46288           !> sv.h
46289 ____________________________________________________________________________
46290 [  7253] By: gsar                                  on 2000/10/16  02:43:49
46291         Log: integrate change#5921 from mainline
46292              
46293              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
46294      Branch: maint-5.6/perl
46295           !> sv.c t/lib/charnames.t t/pragma/utf8.t
46296 ____________________________________________________________________________
46297 [  7252] By: gsar                                  on 2000/10/16  02:42:31
46298         Log: integrate change#5920 from mainline
46299              
46300              Larry's fix for buggy propagation of utf8-ness in join(); add test
46301      Branch: maint-5.6/perl
46302           !> doop.c t/op/ver.t
46303 ____________________________________________________________________________
46304 [  7251] By: gsar                                  on 2000/10/16  02:41:14
46305         Log: integrate changes#5915..5919 from mainline
46306              
46307              various (pod tweaks &c)
46308      Branch: maint-5.6/perl
46309           !> (integrate 33 files)
46310 ____________________________________________________________________________
46311 [  7250] By: gsar                                  on 2000/10/16  02:38:16
46312         Log: integrate change#5914 from mainline
46313              
46314              caller() wasn't returning the right number of elements for
46315              eval {...}
46316      Branch: maint-5.6/perl
46317           !> pp_ctl.c t/pragma/warn/9enabled
46318 ____________________________________________________________________________
46319 [  7249] By: gsar                                  on 2000/10/16  02:37:02
46320         Log: integrate change#5913 from mainline
46321              
46322              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
46323              (from Mark-Jason Dominus)
46324      Branch: maint-5.6/perl
46325           !> pod/perlfunc.pod
46326 ____________________________________________________________________________
46327 [  7248] By: gsar                                  on 2000/10/16  02:35:58
46328         Log: integrate change#5912 from mainline
46329              
46330              fix totally broken caching in UNIVERSAL::isa() (from
46331              Nick Ing-Simmons)
46332      Branch: maint-5.6/perl
46333           !> t/op/universal.t universal.c
46334 ____________________________________________________________________________
46335 [  7247] By: gsar                                  on 2000/10/16  02:34:27
46336         Log: integrate changes#5910,5911 from mainline
46337              
46338              typo in pod
46339              
46340              add linebreak properties from unicode/LineBrk.txt (from
46341              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
46342      Branch: maint-5.6/perl
46343           +> (branch 29 files)
46344           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
46345 ____________________________________________________________________________
46346 [  7246] By: gsar                                  on 2000/10/16  02:33:29
46347         Log: integrate change#5909 from mainline
46348              
46349              mode argument to do_binmode() should be file mode, not boolean
46350      Branch: maint-5.6/perl
46351           !> pp_sys.c
46352 ____________________________________________________________________________
46353 [  7245] By: gsar                                  on 2000/10/16  02:31:04
46354         Log: integrate change#5908 from mainline
46355              
46356              introduce illegal symbols into null package so that
46357              gv_fetchpv(...,TRUE) always returns a valid GV even when the
46358              symbol is trapped by strictures (avoids coredumps)
46359      Branch: maint-5.6/perl
46360           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
46361           !> t/pragma/strict-vars
46362 ____________________________________________________________________________
46363 [  7244] By: jhi                                   on 2000/10/16  02:29:54
46364         Log: Subject: $Carp::ExportLevel confusion in Exporter
46365              From: "Ben Tilly" <ben_tilly@hotmail.com>
46366              Date: Sat, 14 Oct 2000 16:44:34 EDT
46367              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
46368      Branch: perl
46369            ! lib/Exporter/Heavy.pm
46370 ____________________________________________________________________________
46371 [  7243] By: jhi                                   on 2000/10/16  02:28:33
46372         Log: Subject: [PATCH perlguts.pod] Document offset hack
46373              From: Simon Cozens <simon@cozens.net>
46374              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
46375              Date: Sat, 14 Oct 2000 19:32:25 +0100
46376      Branch: perl
46377            ! pod/perlguts.pod
46378 ____________________________________________________________________________
46379 [  7242] By: gsar                                  on 2000/10/16  02:26:51
46380         Log: integrate changes#5905,5906,5907,6064 from mainline
46381              
46382              printf/sprintf didn't get quad types right under use64bitint
46383      Branch: maint-5.6/perl
46384           !> pp_sys.c sv.c t/op/64bitint.t
46385 ____________________________________________________________________________
46386 [  7241] By: jhi                                   on 2000/10/16  02:22:44
46387         Log: Subject: small pod patch
46388              From: Dan Boorstein <dan_boo@bellsouth.net>
46389              Date: Sat, 14 Oct 2000 14:29:24 -0400
46390              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
46391      Branch: perl
46392            ! pod/perlfaq7.pod pod/perlmod.pod
46393 ____________________________________________________________________________
46394 [  7240] By: jhi                                   on 2000/10/16  02:13:46
46395         Log: -w cleanup.
46396              
46397              Subject: Re: Problems with bleadperl 
46398              From: "Stephen P. Potter" <spp@ds.net>
46399              Date: Fri, 13 Oct 2000 13:32:49 -0400
46400              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
46401      Branch: perl
46402            ! t/pragma/overload.t
46403 ____________________________________________________________________________
46404 [  7239] By: jhi                                   on 2000/10/16  01:41:18
46405         Log: One more ~utf8 tweak.
46406      Branch: perl
46407            ! t/op/bop.t
46408 ____________________________________________________________________________
46409 [  7238] By: jhi                                   on 2000/10/16  01:34:14
46410         Log: Tweak the test of #7235.
46411      Branch: perl
46412            ! t/op/bop.t
46413 ____________________________________________________________________________
46414 [  7237] By: jhi                                   on 2000/10/16  01:25:04
46415         Log: Fix a couple of compiler-noted nits in #7235.
46416      Branch: perl
46417            ! pp.c
46418 ____________________________________________________________________________
46419 [  7236] By: jhi                                   on 2000/10/16  01:22:46
46420         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46421      Branch: perl
46422            ! pp.c pp_hot.c
46423 ____________________________________________________________________________
46424 [  7235] By: jhi                                   on 2000/10/15  16:24:44
46425         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46426              
46427              From: Simon Cozens <simon@cozens.net>
46428              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46429              Date: Sat, 14 Oct 2000 20:52:13 +0100
46430              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
46431      Branch: perl
46432            ! pp.c t/op/bop.t utf8.h
46433 ____________________________________________________________________________
46434 [  7234] By: jhi                                   on 2000/10/15  15:19:29
46435         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46436              The problem was that rx->minlen was in chars while pp_split()
46437              thought it would be in bytes. 
46438      Branch: perl
46439            ! pp.c t/pragma/utf8.t
46440 ____________________________________________________________________________
46441 [  7233] By: jhi                                   on 2000/10/14  20:24:24
46442         Log: Document FNCASE=y as discussed in the bug 20000902.009.
46443      Branch: perl
46444            ! README.dos
46445 ____________________________________________________________________________
46446 [  7232] By: jhi                                   on 2000/10/14  18:52:21
46447         Log: Add test for bug id 20000427.003 (which seems to have
46448              been fixed) (also duplicate as 20000427.004, though
46449              with a higher severity).  Move one utf8 from op/append
46450              to pragma/utf8, tag the tests with bug ids.
46451      Branch: perl
46452            ! t/op/append.t t/pragma/utf8.t
46453 ____________________________________________________________________________
46454 [  7231] By: jhi                                   on 2000/10/14  17:28:37
46455         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
46456      Branch: perl
46457            ! t/pragma/utf8.t
46458 ____________________________________________________________________________
46459 [  7230] By: jhi                                   on 2000/10/14  14:24:50
46460         Log: Needs to be conditional on SunOS 4.
46461              
46462              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46463              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46464              Date: Sat, 14 Oct 2000 13:37:49 +0100
46465              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
46466      Branch: metaconfig/U/perl
46467            ! End.U
46468      Branch: perl
46469            ! Configure myconfig.SH pod/perldelta.pod
46470 ____________________________________________________________________________
46471 [  7229] By: jhi                                   on 2000/10/14  00:49:22
46472         Log: Update Changes.
46473      Branch: perl
46474            ! Changes patchlevel.h
46475 ____________________________________________________________________________
46476 [  7228] By: jhi                                   on 2000/10/14  00:46:10
46477         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46478              From: Peter Prymmer <pvhp@forte.com>
46479              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
46480              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
46481      Branch: perl
46482            ! lib/utf8.pm
46483 ____________________________________________________________________________
46484 [  7227] By: jhi                                   on 2000/10/13  23:20:30
46485         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
46486      Branch: perl
46487            ! t/op/tie.t
46488 ____________________________________________________________________________
46489 [  7226] By: jhi                                   on 2000/10/13  22:14:32
46490         Log: Tweak #7225.
46491              
46492              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46493              From: Peter Prymmer <pvhp@forte.com>
46494              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
46495              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
46496      Branch: perl
46497            ! t/op/sprintf.t
46498 ____________________________________________________________________________
46499 [  7225] By: jhi                                   on 2000/10/13  22:11:31
46500         Log: op/sprintf.t patch for OS/390 (and any other host with limited
46501              floating-point exponent length)
46502              
46503              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46504              From: Dominic Dunlop <domo@computer.org>
46505              Date: Fri, 13 Oct 2000 19:17:57 +0200
46506              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
46507      Branch: perl
46508            ! t/op/sprintf.t
46509 ____________________________________________________________________________
46510 [  7224] By: jhi                                   on 2000/10/13  18:40:48
46511         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
46512      Branch: perl
46513            ! toke.c
46514 ____________________________________________________________________________
46515 [  7223] By: jhi                                   on 2000/10/13  18:37:13
46516         Log: Thinko in #7222.
46517      Branch: perl
46518            ! utf8.c
46519 ____________________________________________________________________________
46520 [  7222] By: jhi                                   on 2000/10/13  18:05:23
46521         Log: Use UTF8SKIP(), from Simon Cozens.
46522      Branch: perl
46523            ! utf8.c
46524 ____________________________________________________________________________
46525 [  7221] By: jhi                                   on 2000/10/13  15:43:19
46526         Log: (accidentally empty check-in)
46527      Branch: perl
46528            ! utf8.c
46529 ____________________________________________________________________________
46530 [  7220] By: jhi                                   on 2000/10/13  15:23:51
46531         Log: Add (optimistically) Storable to static extensions.
46532      Branch: perl
46533            ! hints/uwin.sh hints/vmesa.sh
46534 ____________________________________________________________________________
46535 [  7219] By: jhi                                   on 2000/10/13  15:20:05
46536         Log: Amdahl UTS doesn't seem to do dynaloading.
46537      Branch: perl
46538            ! hints/uts.sh
46539 ____________________________________________________________________________
46540 [  7218] By: jhi                                   on 2000/10/13  15:15:20
46541         Log: Slight tweak of the code to appease Amdahl UTS cc.
46542      Branch: perl
46543            ! pp.c
46544 ____________________________________________________________________________
46545 [  7217] By: jhi                                   on 2000/10/13  14:50:42
46546         Log: In Amdahl UTS "struct sv" is defined by a system header,
46547              <ksync.h>.
46548      Branch: perl
46549            ! perl.h sv.h
46550 ____________________________________________________________________________
46551 [  7216] By: jhi                                   on 2000/10/13  11:58:25
46552         Log: Ilya implemented the memory profiling API.
46553      Branch: perl
46554            ! Todo
46555 ____________________________________________________________________________
46556 [  7215] By: jhi                                   on 2000/10/13  02:56:38
46557         Log: Subject: [PATCH 5.7.0] Perl API for mstats
46558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46559              Date: Thu, 12 Oct 2000 22:52:40 -0400
46560              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
46561      Branch: perl
46562            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
46563 ____________________________________________________________________________
46564 [  7214] By: jhi                                   on 2000/10/13  02:55:38
46565         Log: Subject: [PATCH 5.7.0] IVs in mtats
46566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46567              Date: Thu, 12 Oct 2000 22:51:04 -0400
46568              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
46569      Branch: perl
46570            ! malloc.c perl.h
46571 ____________________________________________________________________________
46572 [  7213] By: jhi                                   on 2000/10/13  02:31:47
46573         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
46574      Branch: perl
46575            ! pod/perldiag.pod pp_sys.c
46576 ____________________________________________________________________________
46577 [  7212] By: jhi                                   on 2000/10/13  01:27:38
46578         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46579              From: Peter Prymmer <pvhp@forte.com>
46580              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
46581              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
46582      Branch: perl
46583            ! t/op/oct.t
46584 ____________________________________________________________________________
46585 [  7211] By: jhi                                   on 2000/10/13  00:35:09
46586         Log: Update Changes.
46587      Branch: perl
46588            ! Changes patchlevel.h
46589 ____________________________________________________________________________
46590 [  7210] By: jhi                                   on 2000/10/12  23:59:40
46591         Log: The Install.pm third of
46592              
46593              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46594              From: Bill Campbell <bill@celestial.com>
46595              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46596              Date: Thu, 5 Oct 2000 18:04:51 -0700
46597      Branch: perl
46598            ! lib/ExtUtils/Install.pm
46599 ____________________________________________________________________________
46600 [  7209] By: jhi                                   on 2000/10/12  23:58:43
46601         Log: Two thirds of
46602              
46603              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46604              Date: Thu, 5 Oct 2000 18:04:51 -0700
46605              From: Bill Campbell <bill@celestial.com>
46606              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46607              
46608              The Install.pm changes will be submitted separately because
46609              they need some work and discussion still.
46610      Branch: perl
46611            ! lib/getopts.pl lib/termcap.pl
46612 ____________________________________________________________________________
46613 [  7208] By: jhi                                   on 2000/10/12  23:41:19
46614         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46616              Date:     Thu, 12 Oct 2000 07:30:02 EDT
46617              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
46618      Branch: perl
46619            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
46620            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
46621 ____________________________________________________________________________
46622 [  7207] By: jhi                                   on 2000/10/12  23:39:01
46623         Log: An updated EBCDIC tr patch.
46624              
46625              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46626              From: Peter Prymmer <pvhp@forte.com>
46627              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
46628              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
46629      Branch: perl
46630            ! t/op/tr.t
46631 ____________________________________________________________________________
46632 [  7206] By: jhi                                   on 2000/10/12  23:34:55
46633         Log: Upgrade to CPAN 1.58, from Andreas König.
46634      Branch: perl
46635            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46636 ____________________________________________________________________________
46637 [  7205] By: jhi                                   on 2000/10/12  23:29:08
46638         Log: Introduce the man[24-8] variables, from Andy Dougherty.
46639      Branch: metaconfig/U/perl
46640            + mandirs.U mandirstyle.U
46641      Branch: perl
46642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46643            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
46644            ! vos/config.h vos/config.pl vos/config_h.SH_orig
46645            ! win32/config.bc win32/config.gc win32/config.vc
46646 ____________________________________________________________________________
46647 [  7204] By: gsar                                  on 2000/10/12  18:11:24
46648         Log: restore change#7202
46649      Branch: perl
46650            ! mg.c
46651 ____________________________________________________________________________
46652 [  7203] By: gsar                                  on 2000/10/12  18:09:40
46653         Log: another test of the Emergency Broadcast System--back out 
46654              change#7202
46655      Branch: perl
46656            ! mg.c
46657 ____________________________________________________________________________
46658 [  7202] By: gsar                                  on 2000/10/12  16:40:47
46659         Log: (submitted on behalf of Jarkko)
46660              Fix the lib/encode.t subtest 6 failure as reported by Andreas
46661              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
46662              was unearthed by change 7182, as was a bug in HTML::Entities.
46663      Branch: perl
46664            ! mg.c
46665 ____________________________________________________________________________
46666 [  7201] By: jhi                                   on 2000/10/11  03:16:05
46667         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
46668      Branch: perl
46669            ! pp_hot.c t/pragma/utf8.t
46670 ____________________________________________________________________________
46671 [  7200] By: jhi                                   on 2000/10/11  00:40:30
46672         Log: The #7198 was a false alarm.
46673      Branch: perl
46674            ! pp_hot.c
46675 ____________________________________________________________________________
46676 [  7199] By: jhi                                   on 2000/10/11  00:26:04
46677         Log: Remove duplicated code.
46678      Branch: perl
46679            ! t/lib/cgi-html.t
46680 ____________________________________________________________________________
46681 [  7198] By: jhi                                   on 2000/10/10  23:30:46
46682         Log: (Retracted by #7200.)
46683      Branch: perl
46684            ! pp_hot.c
46685 ____________________________________________________________________________
46686 [  7197] By: jhi                                   on 2000/10/10  21:49:30
46687         Log: Add the test case for #7190, from the original bug report
46688              by Andreas König.
46689      Branch: perl
46690            ! t/pragma/utf8.t
46691 ____________________________________________________________________________
46692 [  7196] By: jhi                                   on 2000/10/10  21:40:49
46693         Log: Reapply Andy's patch and regen Configure.
46694      Branch: perl
46695            ! Configure INSTALL Makefile.SH Porting/Glossary
46696            ! Porting/config.sh config_h.SH epoc/config.sh installperl
46697            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
46698            ! win32/config.vc
46699 ____________________________________________________________________________
46700 [  7195] By: jhi                                   on 2000/10/10  21:09:30
46701         Log: Use the versiononly instead of the installscripts,
46702              retract the changes 7146 and 7147.
46703      Branch: perl
46704            ! Configure INSTALL Makefile.SH Porting/Glossary
46705            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
46706            ! installperl uconfig.sh vos/config.def win32/config.bc
46707            ! win32/config.gc win32/config.vc
46708 ____________________________________________________________________________
46709 [  7194] By: jhi                                   on 2000/10/10  21:06:15
46710         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
46711              From: Peter Prymmer <pvhp@forte.com>
46712              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
46713              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
46714      Branch: perl
46715            ! t/op/ver.t
46716 ____________________________________________________________________________
46717 [  7193] By: jhi                                   on 2000/10/10  21:05:12
46718         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
46719              From: Peter Prymmer <pvhp@forte.com>
46720              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
46721              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
46722      Branch: perl
46723            ! t/op/tr.t
46724 ____________________________________________________________________________
46725 [  7192] By: jhi                                   on 2000/10/10  20:57:30
46726         Log: Add versiononly, delete installscripts, from Andy Dougherty.
46727      Branch: metaconfig
46728            - U/installdirs/installscripts.U
46729      Branch: metaconfig/U/perl
46730            + versiononly.U
46731 ____________________________________________________________________________
46732 [  7191] By: jhi                                   on 2000/10/10  19:41:21
46733         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
46734              From: Peter Prymmer <pvhp@forte.com>
46735              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
46736              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
46737      Branch: perl
46738            ! pod/perlebcdic.pod
46739 ____________________________________________________________________________
46740 [  7190] By: jhi                                   on 2000/10/10  19:26:14
46741         Log: Subject: Re: utf8 concat, mg_get
46742              From: Simon Cozens <simon@cozens.net>
46743              Date: Tue, 10 Oct 2000 17:40:17 +0100
46744              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
46745      Branch: perl
46746            ! pp_hot.c
46747 ____________________________________________________________________________
46748 [  7189] By: jhi                                   on 2000/10/10  19:23:03
46749         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
46750              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
46751              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
46752              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
46753      Branch: perl
46754            ! lib/ExtUtils/MM_Unix.pm
46755 ____________________________________________________________________________
46756 [  7188] By: jhi                                   on 2000/10/10  15:31:24
46757         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
46758              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46759              Date: Fri, 14 Jul 2000 10:47:36 +0100
46760              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
46761      Branch: perl
46762            ! README.win32
46763 ____________________________________________________________________________
46764 [  7187] By: jhi                                   on 2000/10/10  13:30:10
46765         Log: Quote the temp file name, needed in Win32 because the
46766              default name unfortunately contains spaces, shouldn't
46767              hurt elsewhere.
46768              
46769              Subject: FW: perldoc fails if $TEMP contains spaces
46770              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46771              Date: Thu, 14 Sep 2000 08:58:45 +0100
46772              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
46773      Branch: perl
46774            ! utils/perldoc.PL
46775 ____________________________________________________________________________
46776 [  7186] By: jhi                                   on 2000/10/10  13:16:27
46777         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
46778              From: hv@hugo.hybyte.com
46779              Date: Tue, 10 Oct 2000 14:10:20 +0100
46780              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
46781      Branch: perl
46782            ! t/lib/thr5005.t util.c
46783 ____________________________________________________________________________
46784 [  7185] By: jhi                                   on 2000/10/10  12:06:22
46785         Log: Upgrade to podlators 1.04, from Russ Allbery.
46786      Branch: perl
46787            ! lib/Pod/Man.pm lib/Pod/Text.pm
46788 ____________________________________________________________________________
46789 [  7184] By: jhi                                   on 2000/10/10  12:01:32
46790         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
46791      Branch: perl
46792            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
46793 ____________________________________________________________________________
46794 [  7183] By: jhi                                   on 2000/10/09  23:47:15
46795         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
46796              From: Peter Prymmer <pvhp@forte.com>
46797              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
46798              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
46799      Branch: perl
46800            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
46801 ____________________________________________________________________________
46802 [  7182] By: jhi                                   on 2000/10/09  23:43:16
46803         Log: Make eq work again with utf8 (disabling the upgrading
46804              should no more be necessary since the copies of the
46805              scalars are upgraded, not the scalars themselves).
46806              Takes care of ID 20001009.001.  (The claimed length()
46807              bug in 20001009.001 seems bogus to me.)
46808      Branch: perl
46809            ! sv.c t/pragma/utf8.t
46810 ____________________________________________________________________________
46811 [  7181] By: gsar                                  on 2000/10/09  19:41:54
46812         Log: tweak for change#7173
46813      Branch: perl
46814            ! win32/win32sck.c
46815 ____________________________________________________________________________
46816 [  7180] By: gsar                                  on 2000/10/09  19:26:56
46817         Log: on Windows, clean targets might not work under some flavors of the shell
46818      Branch: perl
46819            ! win32/Makefile win32/makefile.mk
46820 ____________________________________________________________________________
46821 [  7179] By: jhi                                   on 2000/10/09  19:21:02
46822         Log: Update Changes.
46823      Branch: perl
46824            ! Changes patchlevel.h
46825 ____________________________________________________________________________
46826 [  7178] By: jhi                                   on 2000/10/09  19:18:23
46827         Log: Warn about unknown scripts.
46828              
46829              Subject: Re: ideas? patches? [PATCH bleadperl]
46830              From: Dominic Dunlop <domo@computer.org>
46831              Date: Mon, 9 Oct 2000 14:57:17 +0200
46832              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
46833      Branch: perl
46834            ! lib/charnames.pm
46835 ____________________________________________________________________________
46836 [  7177] By: jhi                                   on 2000/10/09  19:13:27
46837         Log: Change #7160 had a nasty typo.
46838      Branch: metaconfig
46839            ! U/compline/Compile.U
46840      Branch: perl
46841            ! Configure config_h.SH
46842 ____________________________________________________________________________
46843 [  7176] By: gsar                                  on 2000/10/09  18:59:33
46844         Log: pod nit
46845      Branch: perl
46846            ! pod/perlport.pod
46847 ____________________________________________________________________________
46848 [  7175] By: gsar                                  on 2000/10/09  18:54:28
46849         Log: Windows9x doesn't support link(), despite what Config.pm
46850              might think
46851      Branch: perl
46852            ! lib/ExtUtils/Manifest.pm
46853 ____________________________________________________________________________
46854 [  7174] By: gsar                                  on 2000/10/09  18:50:03
46855         Log: avoid nonportable example code
46856      Branch: perl
46857            ! lib/File/Copy.pm
46858 ____________________________________________________________________________
46859 [  7173] By: gsar                                  on 2000/10/09  18:46:54
46860         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
46861              being used) when closing a socket handle
46862      Branch: perl
46863            ! win32/win32.c win32/win32.h win32/win32sck.c
46864 ____________________________________________________________________________
46865 [  7172] By: gsar                                  on 2000/10/09  18:41:40
46866         Log: on Windows, cwd strings in the environment should be of the
46867              form =X:=X:\foo instead of =X=X:\foo\
46868      Branch: perl
46869            ! win32/vdir.h
46870 ____________________________________________________________________________
46871 [  7171] By: gsar                                  on 2000/10/09  18:30:09
46872         Log: on Windows, LoadLibrary() could load an extension DLL multiple
46873              times if forward slashes are used in the path
46874      Branch: perl
46875            ! win32/win32.c
46876 ____________________________________________________________________________
46877 [  7170] By: jhi                                   on 2000/10/09  17:53:59
46878         Log: Add a todo note about overloadable assertions.
46879      Branch: perl
46880            ! Todo-5.6
46881 ____________________________________________________________________________
46882 [  7169] By: jhi                                   on 2000/10/09  13:43:45
46883         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
46884              From: mjd@plover.com
46885              Date: 9 Oct 2000 00:24:44 -0000
46886              Message-ID: <20001009002444.10616.qmail@plover.com>
46887      Branch: perl
46888            ! pod/perldebguts.pod
46889 ____________________________________________________________________________
46890 [  7168] By: nick                                  on 2000/10/08  13:16:33
46891         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
46892              is not right thing to do on (e.g. x86). Network order is also "right" for
46893              X fonts.
46894      Branch: perl
46895            ! ext/Encode/Encode.pm
46896 ____________________________________________________________________________
46897 [  7167] By: nick                                  on 2000/10/08  12:54:42
46898         Log: Make "encodings" work post-install when Encode/*.enc files may not
46899              be in same directory as Encode.pm
46900      Branch: perl
46901            ! ext/Encode/Encode.pm
46902 ____________________________________________________________________________
46903 [  7166] By: nick                                  on 2000/10/08  11:51:26
46904         Log: Work round the fact that $hash->{$key} does not take into account
46905              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
46906              so that key is always in the "expected" encoding - i.e. same way we put
46907              it in the hash.
46908      Branch: perl
46909            ! ext/Encode/Encode.pm
46910 ____________________________________________________________________________
46911 [  7165] By: gsar                                  on 2000/10/08  04:15:29
46912         Log: save_re_context() could reset PL_curcop to freed memory, causing core
46913              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
46914      Branch: perl
46915            ! pp_ctl.c
46916 ____________________________________________________________________________
46917 [  7164] By: jhi                                   on 2000/10/06  20:51:48
46918         Log: UTF8ize split() so that the cloned substrings get the UTF8
46919              flag of the original scalar.  Problem reported by Simon Cozens.
46920      Branch: perl
46921            ! pp.c t/pragma/utf8.t
46922 ____________________________________________________________________________
46923 [  7163] By: nick                                  on 2000/10/06  20:48:34
46924         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
46925              got a false +ve and so did not reach code which would have un-FAKEd the SV.
46926      Branch: perl
46927            ! sv.c
46928 ____________________________________________________________________________
46929 [  7162] By: nick                                  on 2000/10/06  20:25:37
46930         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
46931              To fix  (sort {$a <=> $b} keys %hash) in particular but
46932              should cover a number of other as-yet-unknown cases as well.
46933      Branch: perl
46934            ! sv.c
46935 ____________________________________________________________________________
46936 [  7161] By: jhi                                   on 2000/10/06  19:56:18
46937         Log: Change the version number of Tie::Handle in the core to 4.0,
46938              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
46939              
46940              Subject: Note on Tie::Handle
46941              From: andreas.koenig@anima.de (Andreas J. Koenig)
46942              Date:      06 Oct 2000 21:48:58 +0200
46943              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
46944      Branch: perl
46945            ! lib/Tie/Handle.pm
46946 ____________________________________________________________________________
46947 [  7160] By: jhi                                   on 2000/10/06  18:20:35
46948         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
46949              as the first option of cc/ld because of ultrapicky compilers
46950              (e.g. OS/390 R2.5)
46951      Branch: metaconfig
46952            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
46953            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
46954            ! U/compline/orderlib.U U/modified/Cppsym.U
46955            ! U/modified/d_access.U
46956      Branch: metaconfig/U/perl
46957            ! Checkcc.U d_dlsymun.U gccvers.U
46958      Branch: perl
46959            ! Configure config_h.SH
46960 ____________________________________________________________________________
46961 [  7159] By: jhi                                   on 2000/10/06  13:56:39
46962         Log: Update Changes.
46963      Branch: perl
46964            ! Changes patchlevel.h
46965 ____________________________________________________________________________
46966 [  7158] By: jhi                                   on 2000/10/06  12:48:40
46967         Log: Eliminate $Is_VMS code from the test.
46968              
46969              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
46970              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46971              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
46972              Date:     Thu, 5 Oct 2000 07:46:33 EDT
46973      Branch: perl
46974            ! t/lib/b.t
46975 ____________________________________________________________________________
46976 [  7157] By: jhi                                   on 2000/10/06  12:47:13
46977         Log: Also the $ccflags is needed for the C compiler check.
46978              
46979              Subject: Configure (check for C-compiler)
46980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46981              Date: Fri, 06 Oct 2000 08:47:15 +0200
46982              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
46983      Branch: metaconfig/U/perl
46984            ! Checkcc.U
46985      Branch: perl
46986            ! Configure config_h.SH
46987 ____________________________________________________________________________
46988 [  7156] By: jhi                                   on 2000/10/06  11:45:15
46989         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
46990      Branch: perl
46991            ! perl.c pp_ctl.c sv.h utf8.c
46992 ____________________________________________________________________________
46993 [  7155] By: jhi                                   on 2000/10/06  11:40:41
46994         Log: IO::Handle->syswrite() did not handle length omission
46995              like CORE::syswrite() does.
46996              
46997              Subject: [Fwd] IO::Handle, syswrite and arguments
46998              From: Graham Barr <gbarr@pobox.com>
46999              Date: Fri, 6 Oct 2000 10:22:05 +0100
47000              Message-ID: <20001006102205.U6312@pobox.com>
47001              
47002              The original patch from andrew@ugh.net.au.
47003      Branch: perl
47004            ! ext/IO/lib/IO/Handle.pm
47005 ____________________________________________________________________________
47006 [  7154] By: jhi                                   on 2000/10/06  01:42:15
47007         Log: Tweak #7153.
47008      Branch: perl
47009            ! utf8.h
47010 ____________________________________________________________________________
47011 [  7153] By: jhi                                   on 2000/10/06  00:39:55
47012         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47013      Branch: perl
47014            ! utf8.h
47015 ____________________________________________________________________________
47016 [  7152] By: jhi                                   on 2000/10/06  00:38:11
47017         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
47018      Branch: perl
47019            ! perl.c pp_ctl.c sv.h utf8.c
47020 ____________________________________________________________________________
47021 [  7151] By: jhi                                   on 2000/10/06  00:36:38
47022         Log: Subject: Re: Questions about Tie::Array and perl modules
47023              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47024              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
47025              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
47026              
47027              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47028      Branch: perl
47029            ! lib/Tie/Array.pm t/op/array.t
47030 ____________________________________________________________________________
47031 [  7150] By: jhi                                   on 2000/10/05  00:20:45
47032         Log: Regen Changes.
47033      Branch: perl
47034            ! Changes patchlevel.h
47035 ____________________________________________________________________________
47036 [  7149] By: jhi                                   on 2000/10/05  00:20:01
47037         Log: Regen toc.
47038      Branch: perl
47039            ! pod/perltoc.pod
47040 ____________________________________________________________________________
47041 [  7148] By: jhi                                   on 2000/10/04  23:35:08
47042         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47043              reported several times by Dominic Dunlop, for example in
47044              ID 20000315.008.  Patch from Dominic.  Patch affects at
47045              least MachTen, and possibly other oldish BSDs. Should not
47046              break non-broken platforms (tested on LinuxPPC). 
47047      Branch: perl
47048            ! doio.c
47049 ____________________________________________________________________________
47050 [  7147] By: jhi                                   on 2000/10/04  23:26:34
47051         Log: The one that got away from 7146.
47052      Branch: metaconfig
47053            + U/installdirs/installscripts.U
47054 ____________________________________________________________________________
47055 [  7146] By: jhi                                   on 2000/10/04  23:25:04
47056         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
47057              suggested by H. Merijn Brand.
47058      Branch: perl
47059            ! Configure INSTALL Makefile.SH Porting/Glossary
47060            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
47061            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
47062            ! win32/config.vc
47063 ____________________________________________________________________________
47064 [  7145] By: jhi                                   on 2000/10/04  22:08:21
47065         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47067              Date: Wed, 4 Oct 2000 17:37:46 -0400
47068              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
47069      Branch: perl
47070            ! utils/h2xs.PL
47071 ____________________________________________________________________________
47072 [  7144] By: jhi                                   on 2000/10/04  18:11:41
47073         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47074              From: Jeff Pinyan <jeffp@crusoe.net>
47075              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
47076              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
47077      Branch: perl
47078            ! pod/perlrun.pod
47079 ____________________________________________________________________________
47080 [  7143] By: jhi                                   on 2000/10/04  18:09:58
47081         Log: Subject: perlhack.pod Patch for Externals Tools
47082              From: Fisher Mark <fisherm@tce.com>
47083              Date: Tue, 3 Oct 2000 15:43:27 -0500 
47084              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
47085      Branch: perl
47086            ! pod/perlhack.pod
47087 ____________________________________________________________________________
47088 [  7142] By: jhi                                   on 2000/10/04  18:08:41
47089         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
47090              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47091              Date:     Wed, 4 Oct 2000 12:11:11 EDT
47092              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
47093      Branch: perl
47094            ! vms/vms.c
47095 ____________________________________________________________________________
47096 [  7141] By: jhi                                   on 2000/10/04  12:20:16
47097         Log: Subject: [PATCH 5.7.0] h2xs not working
47098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47099              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
47100              Date: Tue, 3 Oct 2000 21:43:01 -0400
47101              
47102              Subject: [PATCH 5.7.0] h2xs not documenting the created module
47103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47104              Date: Tue, 3 Oct 2000 22:55:19 -0400
47105              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
47106      Branch: perl
47107            ! utils/h2xs.PL
47108 ____________________________________________________________________________
47109 [  7140] By: jhi                                   on 2000/10/04  11:53:44
47110         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
47111              From: nick@babyhippo.com
47112              Date: Wed, 4 Oct 2000 12:06:45 +0100
47113              Message-Id: <20001004120645.A7356@babyhippo.com>
47114              
47115              Retract 7118 and 7135.
47116      Branch: perl
47117            ! installman installperl op.c t/pragma/subs.t
47118 ____________________________________________________________________________
47119 [  7139] By: jhi                                   on 2000/10/03  22:09:41
47120         Log: It is possible to have no hosts database at all.  Pointed out in
47121              
47122              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47123              From: Peter Prymmer <pvhp@forte.com>
47124              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
47125              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
47126      Branch: metaconfig
47127            ! U/modified/myhostname.U
47128      Branch: perl
47129            ! Configure config_h.SH
47130 ____________________________________________________________________________
47131 [  7138] By: jhi                                   on 2000/10/03  21:49:49
47132         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47133              From: Peter Prymmer <pvhp@forte.com>
47134              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
47135              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
47136      Branch: perl
47137            ! pp_sys.c
47138 ____________________________________________________________________________
47139 [  7137] By: jhi                                   on 2000/10/03  20:10:05
47140         Log: One remaining nit less at the VMS mailbox sizing.
47141      Branch: perl
47142            ! vms/vms.c
47143 ____________________________________________________________________________
47144 [  7136] By: jhi                                   on 2000/10/03  20:08:47
47145         Log: Test harness update to sync with the new perlcc,
47146              from Simon Cozens.
47147      Branch: perl
47148            ! t/TEST t/UTEST
47149 ____________________________________________________________________________
47150 [  7135] By: jhi                                   on 2000/10/03  15:15:42
47151         Log: Subject: Re: PATCH for 20001003.004
47152              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
47153              From: "AARON B. DOSSETT" <aaron@iglou.com>
47154              Message-Id: <E13gTay-0006od-00@iglou.com>
47155      Branch: perl
47156            ! installman installperl
47157 ____________________________________________________________________________
47158 [  7134] By: jhi                                   on 2000/10/03  15:00:34
47159         Log: Subject: [ID 20001003.006] B::Debug not -w clean
47160              From: Nicholas Clark <nick@babyhippo.co.uk>
47161              Date: Tue, 03 Oct 2000 15:46:32 +0100
47162              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
47163      Branch: perl
47164            ! ext/B/B/Debug.pm
47165 ____________________________________________________________________________
47166 [  7133] By: jhi                                   on 2000/10/03  14:58:39
47167         Log: Scale down the VMS message boxes, by Charles Lane.
47168              Fix for ID 20000903.009, workaround at
47169              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47170      Branch: perl
47171            ! vms/vms.c
47172 ____________________________________________________________________________
47173 [  7132] By: jhi                                   on 2000/10/03  11:20:37
47174         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
47175      Branch: perl
47176            + t/lib/st-lock.t t/lib/st-utf8.t
47177            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
47178            ! ext/Storable/Storable.xs t/lib/st-recurse.t
47179 ____________________________________________________________________________
47180 [  7131] By: jhi                                   on 2000/10/03  03:38:23
47181         Log: Encode nits.
47182      Branch: perl
47183            ! MANIFEST Makefile.SH
47184 ____________________________________________________________________________
47185 [  7130] By: jhi                                   on 2000/10/03  03:31:05
47186         Log: Update Changes.
47187      Branch: perl
47188            ! Changes patchlevel.h
47189 ____________________________________________________________________________
47190 [  7129] By: jhi                                   on 2000/10/03  02:24:02
47191         Log: Misplaced else.
47192      Branch: metaconfig/U/perl
47193            ! d_strtoll.U
47194      Branch: perl
47195            ! Configure config_h.SH
47196 ____________________________________________________________________________
47197 [  7128] By: jhi                                   on 2000/10/03  02:08:29
47198         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47199              From: sthoenna@efn.org
47200              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
47201              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
47202      Branch: metaconfig/U/perl
47203            ! d_strtoll.U
47204      Branch: perl
47205            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
47206 ____________________________________________________________________________
47207 [  7127] By: jhi                                   on 2000/10/03  01:13:14
47208         Log: Update Changes.
47209      Branch: perl
47210            ! Changes patchlevel.h
47211 ____________________________________________________________________________
47212 [  7126] By: jhi                                   on 2000/10/03  00:57:08
47213         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47214              as suggested by Olaf Flebbe and Nick Clark.
47215      Branch: perl
47216            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
47217 ____________________________________________________________________________
47218 [  7125] By: jhi                                   on 2000/10/03  00:50:56
47219         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
47220              From: Nick Clark <nick@plum.flirble.org>
47221              Date: Mon, 2 Oct 2000 11:03:24 +0100
47222              Message-Id: <20001002110324.D20073@plum.flirble.org>
47223              
47224              Also fixes bug ID 20001002.005.
47225      Branch: perl
47226            ! t/lib/encode.t
47227 ____________________________________________________________________________
47228 [  7124] By: jhi                                   on 2000/10/03  00:34:59
47229         Log: Subject: [PATCH 5.7.0] Epoc update
47230              From: Olaf Flebbe <o.flebbe@gmx.de>
47231              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
47232              Message-ID: <26423.969484586@www10.gmx.net>
47233      Branch: perl
47234            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
47235            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
47236            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
47237            ! util.c util.h
47238 ____________________________________________________________________________
47239 [  7123] By: jhi                                   on 2000/10/03  00:30:07
47240         Log: Regen headers.
47241      Branch: perl
47242            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
47243 ____________________________________________________________________________
47244 [  7122] By: jhi                                   on 2000/10/03  00:10:48
47245         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47246      Branch: perl
47247            ! hints/openbsd.sh
47248 ____________________________________________________________________________
47249 [  7121] By: jhi                                   on 2000/10/03  00:05:06
47250         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
47251              From: <abigail@foad.org>
47252              Date: Tue, 26 Sep 2000 13:36:14 -0400
47253              Message-ID: <20000926173614.4356.qmail@foad.org>
47254      Branch: perl
47255            ! pod/perlop.pod
47256 ____________________________________________________________________________
47257 [  7120] By: jhi                                   on 2000/10/03  00:04:00
47258         Log: Inside require() $^S was always left undefined.
47259              
47260              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47262              Date: Wed, 27 Sep 2000 18:54:49 -0400
47263              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
47264      Branch: perl
47265            ! cop.h mg.c pp_ctl.c util.c
47266 ____________________________________________________________________________
47267 [  7119] By: jhi                                   on 2000/10/03  00:00:16
47268         Log: Subject: [PATCH] DLL not restartabke with threaded perl
47269              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
47270              Date: Thu, 28 Sep 2000 09:20:46 +0100
47271              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
47272      Branch: perl
47273            ! perl.c
47274 ____________________________________________________________________________
47275 [  7118] By: jhi                                   on 2000/10/02  23:59:20
47276         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
47277              From: Nicholas Clark <nick@ccl4.org>
47278              Date: Thu, 28 Sep 2000 11:52:24 +0100
47279              Message-ID: <20000928115224.D7924@plum.flirble.org>
47280      Branch: perl
47281            ! op.c
47282 ____________________________________________________________________________
47283 [  7117] By: jhi                                   on 2000/10/02  23:57:51
47284         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47285              From: Nicholas Clark <nick@babyhippo.co.uk>
47286              Date: Thu, 28 Sep 2000 12:18:10 +0100
47287              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
47288              
47289              Did not apply cleanly, manual intervention was needed.
47290      Branch: perl
47291            ! ext/B/B/Bytecode.pm utils/perlcc.PL
47292 ____________________________________________________________________________
47293 [  7116] By: jhi                                   on 2000/10/02  23:50:40
47294         Log: Document the issue (is not a syntax error, kind of)
47295              
47296              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47297              From: Nicholas Clark <nick@ccl4.org>
47298              Date: Thu, 28 Sep 2000 17:12:42 +0100
47299              Message-ID: <20000928171242.K7924@plum.flirble.org>
47300      Branch: perl
47301            ! pod/perldata.pod
47302 ____________________________________________________________________________
47303 [  7115] By: jhi                                   on 2000/10/02  23:48:58
47304         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47306              Date: Thu, 28 Sep 2000 21:55:31 -0400
47307              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
47308      Branch: perl
47309            ! regexec.c
47310 ____________________________________________________________________________
47311 [  7114] By: jhi                                   on 2000/10/02  23:47:57
47312         Log: Subject: DOC PATCH 5.6.0
47313              From: mjd@plover.com
47314              Date: 30 Sep 2000 06:02:34 -0000
47315              Message-ID: <20000930060234.4559.qmail@plover.com>
47316      Branch: perl
47317            ! pod/perldebguts.pod
47318 ____________________________________________________________________________
47319 [  7113] By: jhi                                   on 2000/10/02  23:46:43
47320         Log: SOCK_DGRAM and listen() do not mix as reported in
47321              
47322              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47323              From: Petter Reinholdtsen <pere@hungry.com>
47324              Date: Sun, 1 Oct 2000 10:57:20 +0800
47325              Message-Id: <200010010257.KAA05735@localhost.localdomain>
47326              
47327              The patch for 5.7.0+ had to be reengineered, though.
47328      Branch: perl
47329            ! ext/IO/lib/IO/Socket/UNIX.pm
47330 ____________________________________________________________________________
47331 [  7112] By: jhi                                   on 2000/10/02  23:36:57
47332         Log: Subject: Re: [PATCH 5.005_64 missed]
47333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47334              Date: Sun, 1 Oct 2000 18:50:10 -0400
47335              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
47336      Branch: perl
47337            ! pod/perlxs.pod
47338 ____________________________________________________________________________
47339 [  7111] By: jhi                                   on 2000/10/02  23:35:40
47340         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
47341              From: Radu Greab <radu@netsoft.ro>
47342              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
47343              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
47344      Branch: perl
47345            ! op.c opcode.pl t/op/substr.t
47346 ____________________________________________________________________________
47347 [  7110] By: jhi                                   on 2000/10/02  23:32:38
47348         Log: Subject: [PATCH] Fix aliasing of tied filehandles
47349              From: Daniel Chetlin <daniel@chetlin.com>
47350              Date: Mon, 2 Oct 2000 14:53:27 -0700
47351              Message-ID: <20001002145327.C1617@ilmd>
47352      Branch: perl
47353            ! perl.h pp_hot.c t/op/tiehandle.t
47354 ____________________________________________________________________________
47355 [  7109] By: jhi                                   on 2000/10/02  23:31:30
47356         Log: s/Robin Parker/Robin Barker/
47357      Branch: perl
47358            ! Changes5.6
47359 ____________________________________________________________________________
47360 [  7108] By: jhi                                   on 2000/10/02  23:15:46
47361         Log: Retract #7091 as suggested in
47362              
47363              From: Robin Barker <rmb1@cise.npl.co.uk> 
47364              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
47365              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
47366              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
47367      Branch: perl
47368            ! embed.pl proto.h
47369 ____________________________________________________________________________
47370 [  7107] By: nick                                  on 2000/10/02  18:23:14
47371         Log: A few tweaks to get Tk803 to work with Encode scheme.
47372      Branch: perl
47373            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
47374 ____________________________________________________________________________
47375 [  7106] By: nick                                  on 2000/10/01  21:34:14
47376         Log: Add checking cases to Encode's toUnicode and fromUnicode.
47377      Branch: perl
47378            ! ext/Encode/Encode.pm
47379 ____________________________________________________________________________
47380 [  7105] By: nick                                  on 2000/10/01  17:18:01
47381         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
47382              To read and use them.
47383              Add a lib/encode.t which checks a few things.
47384      Branch: perl
47385            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
47386            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
47387            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
47388            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
47389            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
47390            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
47391            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
47392            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
47393            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
47394            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
47395            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
47396            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
47397            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
47398            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
47399            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
47400            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
47401            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
47402            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
47403            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
47404            + ext/Encode/Encode/iso2022-jp.enc
47405            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
47406            + ext/Encode/Encode/iso8859-1.enc
47407            + ext/Encode/Encode/iso8859-2.enc
47408            + ext/Encode/Encode/iso8859-3.enc
47409            + ext/Encode/Encode/iso8859-4.enc
47410            + ext/Encode/Encode/iso8859-5.enc
47411            + ext/Encode/Encode/iso8859-6.enc
47412            + ext/Encode/Encode/iso8859-7.enc
47413            + ext/Encode/Encode/iso8859-8.enc
47414            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
47415            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
47416            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
47417            + ext/Encode/Encode/macCentEuro.enc
47418            + ext/Encode/Encode/macCroatian.enc
47419            + ext/Encode/Encode/macCyrillic.enc
47420            + ext/Encode/Encode/macDingbats.enc
47421            + ext/Encode/Encode/macGreek.enc
47422            + ext/Encode/Encode/macIceland.enc
47423            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
47424            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
47425            + ext/Encode/Encode/macTurkish.enc
47426            + ext/Encode/Encode/macUkraine.enc
47427            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
47428            + t/lib/encode.t
47429            ! MANIFEST ext/Encode/Encode.pm
47430 ____________________________________________________________________________
47431 [  7104] By: nick                                  on 2000/09/30  13:04:30
47432         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
47433              From: Daniel Chetlin <daniel@chetlin.com>
47434              Date: Mon, 18 Sep 2000 05:05:40 -0700
47435              Message-Id: <20000918050540.C652@ilmd>
47436      Branch: perl
47437            ! lib/overload.pm sv.c t/pragma/overload.t
47438 ____________________________________________________________________________
47439 [  7103] By: nick                                  on 2000/09/30  12:53:36
47440         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47441              From: Johan Vromans <jvromans@squirrel.nl>
47442              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
47443              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
47444      Branch: perl
47445            ! pod/Makefile.SH
47446 ____________________________________________________________________________
47447 [  7102] By: nick                                  on 2000/09/30  12:52:31
47448         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47449              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47450              Date: Sat, 16 Sep 2000 16:36:45 -0400
47451              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
47452      Branch: perl
47453            ! ext/B/B/Deparse.pm
47454 ____________________________________________________________________________
47455 [  7101] By: nick                                  on 2000/09/30  12:51:41
47456         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47457              From: Craig A. Berry <craig.berry@psinetcs.com>
47458              Date: Sat, 16 Sep 2000 10:11:10 -0500
47459              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
47460      Branch: perl
47461            ! vms/vms.c
47462 ____________________________________________________________________________
47463 [  7100] By: nick                                  on 2000/09/30  12:50:33
47464         Log: Subject: Re: unicode support and perl [ID 20000901.097]
47465              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47466              Date: Fri, 15 Sep 2000 16:37:58 -0400
47467              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
47468      Branch: perl
47469            ! t/op/append.t
47470 ____________________________________________________________________________
47471 [  7099] By: nick                                  on 2000/09/30  12:49:35
47472         Log: Subject: Re: unicode support and perl [ID 20000901.097]
47473              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47474              Date: Fri, 15 Sep 2000 16:25:30 -0400
47475              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
47476      Branch: perl
47477            ! pp_hot.c
47478 ____________________________________________________________________________
47479 [  7098] By: nick                                  on 2000/09/30  12:48:00
47480         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47481              From: Gisle Aas <gisle@ActiveState.com>
47482              Date: 15 Sep 2000 16:23:41 +0200
47483              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
47484      Branch: perl
47485            ! toke.c
47486 ____________________________________________________________________________
47487 [  7097] By: nick                                  on 2000/09/30  12:45:16
47488         Log: Subject: [PATCH] Nits in perlmod.pod
47489              From: Daniel Chetlin <daniel@chetlin.com>
47490              Date: Fri, 15 Sep 2000 02:04:09 -0700
47491              Message-Id: <20000915020409.A2104@ilmd>
47492      Branch: perl
47493            ! pod/perlmod.pod
47494 ____________________________________________________________________________
47495 [  7096] By: nick                                  on 2000/09/30  12:18:00
47496         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47497              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47498              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47499              0 to checking to get the warning.
47500      Branch: perl
47501            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
47502            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
47503            ! regexec.c sv.c toke.c utf8.c
47504 ____________________________________________________________________________
47505 [  7095] By: nick                                  on 2000/09/15  16:55:59
47506         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
47507              
47508              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
47509              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47510              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
47511              Date: Fri, 15 Sep 2000 06:37:30 -0400
47512      Branch: perl
47513            ! ext/Encode/Encode.xs sv.c
47514 ____________________________________________________________________________
47515 [  7094] By: jhi                                   on 2000/09/15  03:23:32
47516         Log: Update Changes.
47517      Branch: perl
47518            ! Changes patchlevel.h
47519 ____________________________________________________________________________
47520 [  7093] By: jhi                                   on 2000/09/15  03:11:44
47521         Log: Fix for the charnames.t failures from Spider Boardman.
47522      Branch: perl
47523            ! toke.c
47524 ____________________________________________________________________________
47525 [  7092] By: jhi                                   on 2000/09/15  00:15:48
47526         Log: Botched the #7090 check-in.
47527      Branch: perl
47528            ! sv.c
47529 ____________________________________________________________________________
47530 [  7091] By: jhi                                   on 2000/09/14  23:33:24
47531         Log: Part of #7081 didn't come through.
47532      Branch: perl
47533            ! embed.pl proto.h
47534 ____________________________________________________________________________
47535 [  7090] By: jhi                                   on 2000/09/14  23:17:39
47536         Log: Subject: Re: perl@7078 
47537              From: Spider Boardman <spider@web.zk3.dec.com>
47538              Date: Thu, 14 Sep 2000 19:06:36 -0400
47539              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
47540      Branch: perl
47541            ! sv.c toke.c
47542 ____________________________________________________________________________
47543 [  7089] By: jhi                                   on 2000/09/14  23:11:21
47544         Log: Small portability tweaks.
47545      Branch: perl
47546            ! ext/Encode/Encode.xs
47547 ____________________________________________________________________________
47548 [  7088] By: jhi                                   on 2000/09/14  22:57:23
47549         Log: Fake return to pacify picky compilers.
47550      Branch: perl
47551            ! ext/Encode/Encode.xs
47552 ____________________________________________________________________________
47553 [  7087] By: jhi                                   on 2000/09/14  22:53:37
47554         Log: Subject: [PATCH] utf8.c apidoc
47555              From: Simon Cozens <simon@cozens.net>
47556              Date: Thu, 14 Sep 2000 23:46:57 +0100
47557              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
47558      Branch: perl
47559            ! perlapi.c pod/perlapi.pod utf8.c
47560 ____________________________________________________________________________
47561 [  7086] By: jhi                                   on 2000/09/14  22:40:38
47562         Log: We don't need to count the high bit bytes, a boolean is enough. 
47563      Branch: perl
47564            ! sv.c
47565 ____________________________________________________________________________
47566 [  7085] By: jhi                                   on 2000/09/14  21:20:09
47567         Log: Replace #7084 with
47568              
47569              Subject: Re: perl@7078 
47570              From: Spider Boardman <spider@web.zk3.dec.com>
47571              Date: Thu, 14 Sep 2000 17:09:36 -0400
47572              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
47573      Branch: perl
47574            ! sv.c utf8.c
47575 ____________________________________________________________________________
47576 [  7084] By: jhi                                   on 2000/09/14  20:03:34
47577         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47578              convertable to bytes by checking it doesn't go above 0xc3
47579              
47580              Subject: Re: perl@7078
47581              From: Simon Cozens <simon@cozens.net>
47582              Date: Thu, 14 Sep 2000 20:59:19 +0100
47583              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
47584      Branch: perl
47585            ! utf8.c
47586 ____________________________________________________________________________
47587 [  7083] By: jhi                                   on 2000/09/14  19:38:47
47588         Log: Subject: Re: perl@7078
47589              From: Simon Cozens <simon@cozens.net>
47590              Date: Thu, 14 Sep 2000 20:13:09 +0100
47591              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
47592      Branch: perl
47593            ! t/op/bop.t
47594 ____________________________________________________________________________
47595 [  7082] By: jhi                                   on 2000/09/14  17:50:44
47596         Log: The one that got away.
47597      Branch: perl
47598            ! lib/File/Find.pm
47599 ____________________________________________________________________________
47600 [  7081] By: jhi                                   on 2000/09/14  17:45:35
47601         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
47602              From: Robin Barker <rmb1@cise.npl.co.uk>
47603              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
47604              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
47605      Branch: perl
47606            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
47607            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
47608            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
47609            ! regcomp.c toke.c universal.c
47610 ____________________________________________________________________________
47611 [  7080] By: jhi                                   on 2000/09/14  17:40:35
47612         Log: Problems picked up by AIX cc.
47613              
47614              Subject: Re: perl@7078 (patch included)
47615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47616              Date: Thu, 14 Sep 2000 18:53:30 +0200
47617              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
47618      Branch: perl
47619            ! ext/Encode/Encode.xs
47620 ____________________________________________________________________________
47621 [  7079] By: jhi                                   on 2000/09/14  17:38:27
47622         Log: Subject: File::Find 5.7.0 POD nits
47623              From: Rich Morin <rdm@cfcl.com>
47624              Date: Wed, 13 Sep 2000 22:03:58 -0700
47625              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
47626      Branch: perl
47627            ! lib/File/Find.pm
47628 ____________________________________________________________________________
47629 [  7078] By: jhi                                   on 2000/09/14  14:58:20
47630         Log: Update Changes.
47631      Branch: perl
47632            ! Changes patchlevel.h
47633 ____________________________________________________________________________
47634 [  7077] By: jhi                                   on 2000/09/14  14:55:54
47635         Log: Compilation warnings and an error.
47636      Branch: perl
47637            ! sv.c
47638 ____________________________________________________________________________
47639 [  7076] By: jhi                                   on 2000/09/14  14:42:56
47640         Log: Fix for a parsing bug, not for the original bug.
47641              
47642              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47643              From: Spider Boardman <spider@web.zk3.dec.com>
47644              Date: Wed, 13 Sep 2000 17:52:20 -0400
47645              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
47646      Branch: perl
47647            ! regcomp.c
47648 ____________________________________________________________________________
47649 [  7075] By: jhi                                   on 2000/09/14  14:40:40
47650         Log: Batch of UTF-8 patches from Simon Cozens.
47651      Branch: perl
47652            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
47653            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
47654            ! toke.c utf8.c
47655 ____________________________________________________________________________
47656 [  7074] By: jhi                                   on 2000/09/14  14:29:58
47657         Log: Subject: Re: Two advertising clauses need to be removed
47658              From: Russ Allbery <rra@stanford.edu>
47659              Date: 13 Sep 2000 18:50:26 -0700
47660              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
47661      Branch: perl
47662            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
47663 ____________________________________________________________________________
47664 [  7073] By: jhi                                   on 2000/09/14  14:28:20
47665         Log: Subject: [PATCH] de-wall t/README
47666              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47667              Date: Wed, 13 Sep 2000 17:46:55 -0700
47668              Message-ID: <//Bw5gzkge/e092yn@efn.org>
47669      Branch: perl
47670            ! t/README
47671 ____________________________________________________________________________
47672 [  7072] By: jhi                                   on 2000/09/14  14:25:10
47673         Log: Hints optimization.
47674              
47675              Subject: Minor nit
47676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47677              Date: Wed, 13 Sep 2000 21:42:07 +0200
47678              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
47679      Branch: perl
47680            ! hints/hpux.sh
47681 ____________________________________________________________________________
47682 [  7071] By: jhi                                   on 2000/09/14  14:23:30
47683         Log: Allow chop() and chomp() to be overridden.
47684              
47685              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47686              From: "Casey R. Tweten" <crt@kiski.net>
47687              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
47688              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
47689      Branch: perl
47690            ! toke.c
47691 ____________________________________________________________________________
47692 [  7070] By: jhi                                   on 2000/09/14  14:20:36
47693         Log: The return value of setlocale must be copied away.
47694              
47695              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47696              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47697              Date: Wed, 13 Sep 2000 16:27:37 +0100 
47698              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
47699      Branch: perl
47700            ! util.c
47701 ____________________________________________________________________________
47702 [  7069] By: jhi                                   on 2000/09/14  14:16:27
47703         Log: Remove vestiges of tr//CU.
47704              
47705              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47706              From: Nick Clark <nick@plum.flirble.org>
47707              Date: Tue, 12 Sep 2000 22:50:14 +0100
47708              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
47709              
47710              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47712              Date: Tue, 12 Sep 2000 21:38:48 -0700
47713              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
47714      Branch: perl
47715            ! op.h pod/perlunicode.pod
47716 ____________________________________________________________________________
47717 [  7068] By: jhi                                   on 2000/09/13  14:18:39
47718         Log: Add the Encode extension.  The code is still largely just skeleton.
47719      Branch: perl
47720            + ext/Encode/Encode.pm ext/Encode/Encode.xs
47721            + ext/Encode/Makefile.PL ext/Encode/Todo
47722            ! MANIFEST Todo-5.6
47723 ____________________________________________________________________________
47724 [  7067] By: jhi                                   on 2000/09/12  17:43:33
47725         Log: Allow for whitespace between "#" and "line" in cpp output.
47726              
47727              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47728              From: Calle Dybedahl <calle@lysator.liu.se>
47729              Date: 12 Sep 2000 19:38:02 +0200 
47730              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
47731      Branch: perl
47732            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
47733 ____________________________________________________________________________
47734 [  7066] By: gsar                                  on 2000/09/12  17:24:29
47735         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47736              initialization in all the threads on Windows
47737      Branch: perl
47738            ! win32/win32.c
47739 ____________________________________________________________________________
47740 [  7065] By: jhi                                   on 2000/09/12  15:11:31
47741         Log: Update Changes.
47742      Branch: perl
47743            ! Changes patchlevel.h
47744 ____________________________________________________________________________
47745 [  7064] By: jhi                                   on 2000/09/12  14:54:54
47746         Log: Retract #7062, the pod tests are not ready.
47747      Branch: perl
47748            ! t/TEST t/harness
47749 ____________________________________________________________________________
47750 [  7063] By: jhi                                   on 2000/09/12  14:25:41
47751         Log: The #7054 truncated Configure badly.
47752      Branch: metaconfig/U/perl
47753            ! End.U
47754      Branch: perl
47755            ! Configure config_h.SH
47756 ____________________________________________________________________________
47757 [  7062] By: jhi                                   on 2000/09/12  14:08:32
47758         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
47759              From: sthoenna@efn.org
47760              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
47761              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
47762      Branch: perl
47763            ! t/TEST t/harness
47764 ____________________________________________________________________________
47765 [  7061] By: jhi                                   on 2000/09/12  14:07:18
47766         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47767              From: sthoenna@efn.org
47768              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
47769              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
47770      Branch: perl
47771            ! pod/perlxs.pod
47772 ____________________________________________________________________________
47773 [  7060] By: jhi                                   on 2000/09/12  14:06:08
47774         Log: Break up the myconfig lines a bit.
47775              
47776              Subject: perlbug/perl -V output format
47777              From: sthoenna@efn.org
47778              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
47779              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
47780      Branch: perl
47781            ! myconfig.SH
47782 ____________________________________________________________________________
47783 [  7059] By: jhi                                   on 2000/09/12  14:05:04
47784         Log: Test for the #7049.
47785              
47786              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47787              From: andreas.koenig@anima.de (Andreas J. Koenig)
47788              Date: 12 Sep 2000 06:42:01 +0200
47789              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
47790      Branch: perl
47791            ! t/op/my.t
47792 ____________________________________________________________________________
47793 [  7058] By: jhi                                   on 2000/09/12  14:03:05
47794         Log: Subject: [patch: perl@7045] vms updates
47795              From: Peter Prymmer <pvhp@forte.com>
47796              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
47797              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
47798      Branch: perl
47799            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
47800 ____________________________________________________________________________
47801 [  7057] By: jhi                                   on 2000/09/12  14:00:51
47802         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47803              From: sthoenna@efn.org
47804              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
47805              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
47806      Branch: perl
47807            ! t/op/64bitint.t
47808 ____________________________________________________________________________
47809 [  7056] By: jhi                                   on 2000/09/12  13:58:14
47810         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47811              From: Jeff Pinyan <jeffp@crusoe.net>
47812              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
47813              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
47814      Branch: perl
47815            ! pod/perlfunc.pod
47816 ____________________________________________________________________________
47817 [  7055] By: jhi                                   on 2000/09/12  13:56:32
47818         Log: Do in VMS as the #7054 does.
47819      Branch: perl
47820            ! configure.com
47821 ____________________________________________________________________________
47822 [  7054] By: jhi                                   on 2000/09/12  13:50:31
47823         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47824              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47825              Date: Mon, 11 Sep 2000 08:33:09 +0100
47826              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
47827      Branch: metaconfig/U/perl
47828            ! End.U
47829      Branch: perl
47830            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
47831            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47832 ____________________________________________________________________________
47833 [  7053] By: jhi                                   on 2000/09/12  13:29:19
47834         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47835              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47836              Date:     Tue, 12 Sep 2000 08:35:59 EDT
47837              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
47838      Branch: perl
47839            ! vms/test.com
47840 ____________________________________________________________________________
47841 [  7052] By: jhi                                   on 2000/09/11  23:01:50
47842         Log: Document the SvUTF8*().
47843      Branch: perl
47844            ! pod/perlapi.pod sv.h
47845 ____________________________________________________________________________
47846 [  7051] By: gsar                                  on 2000/09/11  14:46:30
47847         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
47848              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47849      Branch: perl
47850            ! op.c t/op/split.t
47851 ____________________________________________________________________________
47852 [  7050] By: nick                                  on 2000/09/11  10:03:51
47853         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47854              
47855              Subject: borland C++ win32.c tweak
47856              From: Vadim Konovalov <vkonovalov@lucent.com>
47857              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
47858              Date: Mon, 11 Sep 2000 11:22:33 +0400
47859      Branch: perl
47860            ! win32/win32.c
47861 ____________________________________________________________________________
47862 [  7049] By: nick                                  on 2000/09/11  09:57:33
47863         Log: Point fix for s/// on foreach (keys %xxx).
47864      Branch: perl
47865            ! pp_hot.c
47866 ____________________________________________________________________________
47867 [  7048] By: jhi                                   on 2000/09/10  23:37:09
47868         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
47869              by Pod::Text, from Brad Appleton.
47870      Branch: perl
47871            ! t/pod/testp2pt.pl
47872 ____________________________________________________________________________
47873 [  7047] By: jhi                                   on 2000/09/10  14:32:53
47874         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47875              by Russ Allbery.
47876      Branch: perl
47877            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
47878 ____________________________________________________________________________
47879 [  7046] By: jhi                                   on 2000/09/10  14:15:08
47880         Log: Upgrade to CPAN 1.57_65, from Andreas König.
47881      Branch: perl
47882            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47883 ____________________________________________________________________________
47884 [  7045] By: jhi                                   on 2000/09/08  21:36:32
47885         Log: Update Changes.
47886      Branch: perl
47887            ! Changes patchlevel.h
47888 ____________________________________________________________________________
47889 [  7044] By: jhi                                   on 2000/09/08  21:29:56
47890         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47891              From: Peter Prymmer <pvhp@forte.com>
47892              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
47893              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
47894      Branch: perl
47895            ! configure.com
47896 ____________________________________________________________________________
47897 [  7043] By: jhi                                   on 2000/09/08  21:27:50
47898         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47899              From: Peter Prymmer <pvhp@forte.com>
47900              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
47901              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
47902      Branch: perl
47903            ! Makefile.SH installperl
47904 ____________________________________________________________________________
47905 [  7042] By: jhi                                   on 2000/09/08  21:23:21
47906         Log: Continue #7041.
47907      Branch: perl
47908            ! cygwin/Makefile.SHs os2/Makefile.SHs
47909 ____________________________________________________________________________
47910 [  7041] By: jhi                                   on 2000/09/08  21:18:10
47911         Log: Do away with memory models cruft.  Sorry, PDP users.
47912      Branch: metaconfig
47913            ! U/modified/cc.U U/modified/libpth.U
47914      Branch: perl
47915            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
47916            ! Porting/config_H cflags.SH config_h.SH configure.com
47917            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
47918            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
47919            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
47920 ____________________________________________________________________________
47921 [  7040] By: jhi                                   on 2000/09/08  14:34:18
47922         Log: Major rewrite of s2p.  And I mean really major, it is
47923              an implementation of sed in perl.  If called as s2p it
47924              will function as s2p.  Note: needs non-UNIXifying.
47925              
47926              Subject: s2p
47927              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
47928              Date: Mon, 28 Aug 2000 14:05:12 +0200
47929              Message-ID: <39AA5578.2102E2AA@alcatel.at>
47930      Branch: perl
47931            ! x2p/s2p.PL
47932 ____________________________________________________________________________
47933 [  7039] By: jhi                                   on 2000/09/08  14:19:49
47934         Log: Re-allow vec() for characters > 255.
47935              
47936              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47937              From: Spider Boardman <spider@web.zk3.dec.com>
47938              Date: Fri, 08 Sep 2000 02:21:02 -0400
47939              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
47940      Branch: perl
47941            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
47942            ! t/op/vec.t
47943 ____________________________________________________________________________
47944 [  7038] By: jhi                                   on 2000/09/08  14:14:18
47945         Log: Subject: [PATCH lib/Benchmark.pm]
47946              From: <abigail@foad.org>
47947              Date: Thu, 7 Sep 2000 15:03:20 -0400
47948              Message-ID: <20000907190320.888.qmail@foad.org>
47949      Branch: perl
47950            ! lib/Benchmark.pm
47951 ____________________________________________________________________________
47952 [  7037] By: jhi                                   on 2000/09/08  14:11:06
47953         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
47954              
47955              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
47956              From: Spider Boardman <spider@web.zk3.dec.com>
47957              Date: Fri, 08 Sep 2000 01:30:27 -0400
47958              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
47959      Branch: perl
47960            ! op.c
47961 ____________________________________________________________________________
47962 [  7036] By: jhi                                   on 2000/09/08  14:08:58
47963         Log: Subject: [ID 20000908.002] perlipc documentation bug.
47964              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
47965              Date: Fri, 08 Sep 2000 12:38:32 +0200
47966              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
47967      Branch: perl
47968            ! pod/perlipc.pod
47969 ____________________________________________________________________________
47970 [  7035] By: jhi                                   on 2000/09/08  14:03:12
47971         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47972              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47973              Date: Fri, 08 Sep 2000 11:47:34 +0200
47974              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
47975      Branch: perl
47976            ! hints/dec_osf.sh
47977 ____________________________________________________________________________
47978 [  7034] By: jhi                                   on 2000/09/08  13:59:35
47979         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
47980              From: Simon Cozens <simon@cozens.net>
47981              Date: Thu, 7 Sep 2000 20:40:38 +0100
47982              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
47983      Branch: perl
47984            ! pp_hot.c
47985 ____________________________________________________________________________
47986 [  7033] By: jhi                                   on 2000/09/08  04:03:03
47987         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
47988              From: "Larry W. Virden" <lvirden@cas.org>
47989              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
47990              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
47991      Branch: perl
47992            ! pod/perldiag.pod
47993 ____________________________________________________________________________
47994 [  7032] By: jhi                                   on 2000/09/07  22:18:30
47995         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47996              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
47997              Date: Mon, 04 Sep 2000 13:16:38 -0700
47998              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
47999      Branch: perl
48000            ! lib/perl5db.pl
48001 ____________________________________________________________________________
48002 [  7031] By: jhi                                   on 2000/09/07  22:02:29
48003         Log: Fix the ccversion detection for 5.1 and beyond.
48004              
48005              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
48006              From: Spider Boardman <spider@leggy.zk3.dec.com>
48007              Date: Thu, 7 Sep 2000 17:54:27 -0400
48008              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
48009      Branch: perl
48010            ! hints/dec_osf.sh
48011 ____________________________________________________________________________
48012 [  7030] By: jhi                                   on 2000/09/07  19:12:28
48013         Log: Fix for
48014              
48015              Subject: [ID 20000903.001] \w in utf8-strings
48016              From: Marc Lehmann <pcg@goof.com>
48017              Date: Sun, 03 Sep 2000 09:44:29 +0200
48018              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
48019              
48020              and various related nits.
48021      Branch: perl
48022            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
48023 ____________________________________________________________________________
48024 [  7029] By: jhi                                   on 2000/09/07  18:49:09
48025         Log: Fix the URL, but the server is still missing in action.
48026              
48027              Subject: [ID 20000905.002] perlfaq1.pod URL error
48028              From: "Larry W. Virden" <lvirden@cas.org>
48029              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
48030              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
48031      Branch: perl
48032            ! pod/perlfaq1.pod
48033 ____________________________________________________________________________
48034 [  7028] By: jhi                                   on 2000/09/07  18:47:13
48035         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
48036              From: Hugo <hv@crypt.compulink.co.uk>
48037              Date: Tue, 05 Sep 2000 14:13:37 +0100
48038              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
48039      Branch: perl
48040            ! toke.c
48041 ____________________________________________________________________________
48042 [  7027] By: jhi                                   on 2000/09/07  18:45:35
48043         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
48044              From: Daniel Chetlin <daniel@chetlin.com>
48045              Date: Tue, 5 Sep 2000 04:57:07 -0700
48046              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
48047      Branch: perl
48048            ! pod/perlfaq6.pod pod/perlop.pod
48049 ____________________________________________________________________________
48050 [  7026] By: jhi                                   on 2000/09/07  18:44:01
48051         Log: Document the new ref() semantics.
48052              
48053              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
48054              From: Gisle Aas <gisle@ActiveState.com>
48055              Date: 05 Sep 2000 08:10:30 +0200
48056              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
48057      Branch: perl
48058            ! pod/perldelta.pod
48059 ____________________________________________________________________________
48060 [  7025] By: jhi                                   on 2000/09/07  18:42:27
48061         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
48062              
48063              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
48064              From: Gisle Aas <gisle@ActiveState.com>
48065              Date: 05 Sep 2000 08:11:40 +0200
48066              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
48067      Branch: perl
48068            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
48069 ____________________________________________________________________________
48070 [  7024] By: jhi                                   on 2000/09/07  18:39:32
48071         Log: Subject: [PATCH] Modernize Opcode.pm documentation
48072              From: Gisle Aas <gisle@ActiveState.com>
48073              Date: 4 Sep 2000 00:18:55 -0000
48074              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
48075      Branch: perl
48076            ! ext/Opcode/Opcode.pm
48077 ____________________________________________________________________________
48078 [  7023] By: jhi                                   on 2000/09/07  18:37:42
48079         Log: Subject: [PATCH] Tied filehandle documentation
48080              From: Gisle Aas <gisle@ActiveState.com>
48081              Date: 4 Sep 2000 00:14:40 -0000
48082              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
48083      Branch: perl
48084            ! pod/perlfunc.pod pod/perltie.pod
48085 ____________________________________________________________________________
48086 [  7022] By: jhi                                   on 2000/09/07  18:35:37
48087         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
48088              From: Gisle Aas <gisle@ActiveState.com>
48089              Date: 4 Sep 2000 00:04:22 -0000
48090              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
48091      Branch: perl
48092            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
48093 ____________________________________________________________________________
48094 [  7021] By: jhi                                   on 2000/09/07  18:33:22
48095         Log: Subject: small apidoc fix
48096              From: Marc Lehmann <pcg@goof.com>
48097              Date: Sun, 3 Sep 2000 05:12:06 +0200
48098              Message-ID: <20000903051206.A5909@cerebro.laendle>
48099      Branch: perl
48100            ! pod/perlapi.pod utf8.c
48101 ____________________________________________________________________________
48102 [  7020] By: jhi                                   on 2000/09/07  16:14:57
48103         Log: Tiny perldelta nits.
48104      Branch: perl
48105            ! pod/perldelta.pod
48106 ____________________________________________________________________________
48107 [  7019] By: jhi                                   on 2000/09/07  16:04:20
48108         Log: Guard against bad string->int conversion for quads.
48109      Branch: perl
48110            ! t/op/64bitint.t
48111 ____________________________________________________________________________
48112 [  7018] By: jhi                                   on 2000/09/06  17:07:03
48113         Log: Update Unicode todo list.
48114      Branch: perl
48115            ! Todo-5.6
48116 ____________________________________________________________________________
48117 [  7017] By: jhi                                   on 2000/09/05  21:16:01
48118         Log: Document the SvIOK_.*UV().
48119      Branch: perl
48120            ! pod/perlapi.pod sv.h
48121 ____________________________________________________________________________
48122 [  7016] By: nick                                  on 2000/09/03  21:54:46
48123         Log: Hash lookup of constant strings optimization:
48124              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
48125              to string table (as per sharepvn). Add newSV_pvn_share to create such
48126              a thing. Make hv.c compare addresses of strings and skip string compare
48127              if equal. Make method_named and helem ops use these shared-string SVs
48128              when arg is constant. Make keys op return shared-string SVs (less clearly
48129              a win).
48130      Branch: perl
48131            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
48132            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
48133            ! pod/perlintern.pod pp_hot.c proto.h sv.c
48134 ____________________________________________________________________________
48135 [  7015] By: jhi                                   on 2000/09/02  17:48:59
48136         Log: This is 5.7.0.
48137      Branch: perl
48138            ! Changes
48139 ____________________________________________________________________________
48140 [  7014] By: jhi                                   on 2000/09/02  17:35:45
48141         Log: Changes and patchlevel tweaks.
48142      Branch: perl
48143            ! Changes patchlevel.h
48144 ____________________________________________________________________________
48145 [  7013] By: jhi                                   on 2000/09/02  17:30:50
48146         Log: Update Changes.
48147      Branch: perl
48148            ! Changes patchlevel.h
48149 ____________________________________________________________________________
48150 [  7012] By: nick                                  on 2000/09/02  17:25:20
48151         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
48152      Branch: perl
48153            ! gv.c lib/overload.pm
48154 ____________________________________________________________________________
48155 [  7011] By: jhi                                   on 2000/09/02  17:16:25
48156         Log: Update perlhist.
48157      Branch: perl
48158            ! pod/perlhist.pod
48159 ____________________________________________________________________________
48160 [  7010] By: jhi                                   on 2000/09/02  17:01:35
48161         Log: perldelta nits.
48162      Branch: perl
48163            ! pod/perldelta.pod
48164 ____________________________________________________________________________
48165 [  7009] By: nick                                  on 2000/09/02  16:48:35
48166         Log: If overloaded %{} etc. return the object do not loop.
48167              Thus  sub deref { $_[0] } functions if object is wanted type.
48168      Branch: perl
48169            ! pp.h
48170 ____________________________________________________________________________
48171 [  7008] By: jhi                                   on 2000/09/02  16:26:11
48172         Log: Retab MANIFEST.
48173      Branch: perl
48174            ! ext/Storable/MANIFEST
48175 ____________________________________________________________________________
48176 [  7007] By: jhi                                   on 2000/09/02  16:23:02
48177         Log: Make certain cc is set before trying to run it.
48178      Branch: perl
48179            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
48180 ____________________________________________________________________________
48181 [  7006] By: jhi                                   on 2000/09/02  15:45:41
48182         Log: Unicode notes.
48183      Branch: perl
48184            ! pod/perldelta.pod
48185 ____________________________________________________________________________
48186 [  7005] By: jhi                                   on 2000/09/02  15:42:11
48187         Log: Various Configure nits by Philip Newton,
48188              plus the ebcdic one by me.
48189      Branch: metaconfig
48190            + U/modified/pager.U
48191            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
48192      Branch: metaconfig/U/perl
48193            ! Devel.U quadfio.U
48194      Branch: perl
48195            ! Configure config_h.SH
48196 ____________________________________________________________________________
48197 [  7004] By: jhi                                   on 2000/09/02  15:06:14
48198         Log: Apparently avoiding the swapping is too costly.
48199              
48200              From: "Ben Tilly" <ben_tilly@hotmail.com>
48201              Subject: Re: the door is closed.
48202              Date: Fri, 01 Sep 2000 20:23:16 EDT
48203              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
48204      Branch: perl
48205            ! pod/perlfaq4.pod
48206 ____________________________________________________________________________
48207 [  7003] By: nick                                  on 2000/09/02  12:26:04
48208         Log: Undo part of change 6489 which looks like a bulk edit which
48209              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
48210              The supressing of main:: on return from select() is undesirable.
48211      Branch: perl
48212            ! pp_sys.c
48213 ____________________________________________________________________________
48214 [  7002] By: jhi                                   on 2000/09/01  23:08:54
48215         Log: Update Changes.
48216      Branch: perl
48217            ! Changes patchlevel.h
48218 ____________________________________________________________________________
48219 [  7001] By: jhi                                   on 2000/09/01  23:00:13
48220         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
48221              From: Peter Prymmer <pvhp@forte.com>
48222              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
48223              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
48224              
48225              plus rework the http: spots as suggested by Tom Christiansen,
48226              plus regen perltoc.
48227      Branch: perl
48228            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
48229            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
48230 ____________________________________________________________________________
48231 [  7000] By: jhi                                   on 2000/09/01  22:36:01
48232         Log: Only the first line, thank you very much.
48233      Branch: perl
48234            ! hints/solaris_2.sh
48235 ____________________________________________________________________________
48236 [  6999] By: gsar                                  on 2000/09/01  22:16:40
48237         Log: change#6791 accidentally clobbered change#6710, put it back
48238      Branch: perl
48239            ! win32/win32.c
48240 ____________________________________________________________________________
48241 [  6998] By: jhi                                   on 2000/09/01  22:14:16
48242         Log: Mention the HP-UX LP64 freak failure.
48243      Branch: perl
48244            ! pod/perldelta.pod
48245 ____________________________________________________________________________
48246 [  6997] By: jhi                                   on 2000/09/01  21:48:32
48247         Log: Detypo.
48248      Branch: perl
48249            ! hints/hpux.sh
48250 ____________________________________________________________________________
48251 [  6996] By: jhi                                   on 2000/09/01  21:27:10
48252         Log: Update Changes.
48253      Branch: perl
48254            ! Changes patchlevel.h
48255 ____________________________________________________________________________
48256 [  6995] By: jhi                                   on 2000/09/01  21:14:24
48257         Log: Mi splgn s gnin.g
48258      Branch: perl
48259            ! pp_ctl.c
48260 ____________________________________________________________________________
48261 [  6994] By: jhi                                   on 2000/09/01  21:09:54
48262         Log: Subject: http:// in L<>
48263              From: Nicholas Clark <nick@ccl4.org>
48264              Date: Fri, 1 Sep 2000 22:03:21 +0100
48265              Message-ID: <20000901220321.B72074@plum.flirble.org>
48266      Branch: perl
48267            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
48268 ____________________________________________________________________________
48269 [  6993] By: jhi                                   on 2000/09/01  21:06:54
48270         Log: Update to Storable 1.0, from Raphael Manfredi.
48271      Branch: perl
48272            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
48273            ! ext/Storable/Makefile.PL ext/Storable/README
48274            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48275            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48276            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
48277            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
48278            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
48279            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
48280 ____________________________________________________________________________
48281 [  6992] By: jhi                                   on 2000/09/01  20:43:05
48282         Log: Mention known sfio+linux buglet.
48283      Branch: perl
48284            ! pod/perldelta.pod
48285 ____________________________________________________________________________
48286 [  6991] By: jhi                                   on 2000/09/01  20:40:11
48287         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
48288              From: Peter Prymmer <pvhp@forte.com>
48289              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
48290              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
48291      Branch: perl
48292            ! vms/vms.c
48293 ____________________________________________________________________________
48294 [  6990] By: jhi                                   on 2000/09/01  20:25:26
48295         Log: Retract #6986.
48296      Branch: perl
48297            ! hints/solaris_2.sh
48298 ____________________________________________________________________________
48299 [  6989] By: jhi                                   on 2000/09/01  20:23:00
48300         Log: Mergesort is back.
48301      Branch: perl
48302            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
48303 ____________________________________________________________________________
48304 [  6988] By: jhi                                   on 2000/09/01  19:37:40
48305         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
48306              From: Mike Guy <mjtg@cam.ac.uk>
48307              Date: Fri, 01 Sep 2000 17:43:33 +0100
48308              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
48309      Branch: perl
48310            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
48311            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
48312 ____________________________________________________________________________
48313 [  6987] By: jhi                                   on 2000/09/01  19:17:10
48314         Log: Regen perltoc.
48315      Branch: perl
48316            ! pod/perltoc.pod
48317 ____________________________________________________________________________
48318 [  6986] By: jhi                                   on 2000/09/01  18:51:10
48319         Log: Subject: Re: Solaris x86 has no SPARC libraries!
48320              From: Lupe Christoph <lupe@lupe-christoph.de>
48321              Date: Fri, 1 Sep 2000 20:41:20 +0200
48322              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
48323      Branch: perl
48324            ! hints/solaris_2.sh
48325 ____________________________________________________________________________
48326 [  6985] By: jhi                                   on 2000/09/01  18:28:10
48327         Log: Update Changes.
48328      Branch: perl
48329            ! Changes patchlevel.h
48330 ____________________________________________________________________________
48331 [  6984] By: jhi                                   on 2000/09/01  18:26:53
48332         Log: Feature ordering tweak.
48333      Branch: perl
48334            ! myconfig.SH
48335 ____________________________________________________________________________
48336 [  6983] By: jhi                                   on 2000/09/01  18:19:50
48337         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48338              From: <abigail@foad.org>
48339              Date: Fri, 1 Sep 2000 13:07:32 -0400
48340              Message-ID: <20000901170732.18249.qmail@foad.org>
48341      Branch: perl
48342            ! t/pragma/overload.t
48343 ____________________________________________________________________________
48344 [  6982] By: jhi                                   on 2000/09/01  18:17:54
48345         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
48346              so that case-ignoring systems like DCL can tell them from
48347              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
48348      Branch: metaconfig/U/perl
48349            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
48350      Branch: perl
48351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48352            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
48353            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
48354            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
48355            ! vos/config.def vos/config.h vos/config_h.SH_orig
48356            ! win32/config.bc win32/config.gc win32/config.vc
48357 ____________________________________________________________________________
48358 [  6981] By: nick                                  on 2000/09/01  17:21:57
48359         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
48360              warning when UNTIE exists and instead pass the cound of extra references to
48361              the UNTIE method.
48362      Branch: perl
48363            ! pod/perltie.pod pp_sys.c
48364 ____________________________________________________________________________
48365 [  6980] By: jhi                                   on 2000/09/01  16:54:44
48366         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
48367              From: Peter Prymmer <pvhp@forte.com>
48368              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
48369              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
48370      Branch: perl
48371            ! configure.com
48372 ____________________________________________________________________________
48373 [  6979] By: jhi                                   on 2000/09/01  16:06:20
48374         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
48375              From: Mike Guy <mjtg@cam.ac.uk> 
48376              Date: Fri, 01 Sep 2000 16:49:27 +0100
48377              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
48378      Branch: perl
48379            ! t/base/rs.t
48380 ____________________________________________________________________________
48381 [  6978] By: jhi                                   on 2000/09/01  16:00:42
48382         Log: Update to PodParser 1.18, from Brad Appleton.
48383      Branch: perl
48384            ! lib/Pod/Checker.pm t/pod/find.t
48385 ____________________________________________________________________________
48386 [  6977] By: jhi                                   on 2000/09/01  14:48:58
48387         Log: Subject: Nit in Configure (bleadperl@6961)
48388              From: Lupe Christoph <lupe@lupe-christoph.de>
48389              Date: Fri, 1 Sep 2000 16:34:29 +0200
48390              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
48391      Branch: metaconfig
48392            ! U/compline/ccflags.U
48393      Branch: perl
48394            ! Configure config_h.SH
48395 ____________________________________________________________________________
48396 [  6976] By: jhi                                   on 2000/09/01  14:39:52
48397         Log: Update Changes.
48398      Branch: perl
48399            ! Changes patchlevel.h
48400 ____________________________________________________________________________
48401 [  6975] By: jhi                                   on 2000/09/01  14:37:36
48402         Log: microperl config update.
48403      Branch: perl
48404            ! uconfig.h uconfig.sh
48405 ____________________________________________________________________________
48406 [  6974] By: jhi                                   on 2000/09/01  14:36:53
48407         Log: Document known deficiencies.
48408      Branch: perl
48409            ! pod/perldelta.pod
48410 ____________________________________________________________________________
48411 [  6973] By: jhi                                   on 2000/09/01  14:10:20
48412         Log: Mention warnings fixes and updates.
48413      Branch: perl
48414            ! pod/perldelta.pod
48415 ____________________________________________________________________________
48416 [  6972] By: jhi                                   on 2000/09/01  14:01:52
48417         Log: Drop unused argument.
48418              
48419              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
48420              From: Spider Boardman <spider@web.zk3.dec.com>
48421              Date: Thu, 31 Aug 2000 16:10:15 -0400
48422              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
48423      Branch: perl
48424            ! toke.c
48425 ____________________________________________________________________________
48426 [  6971] By: jhi                                   on 2000/09/01  13:59:24
48427         Log: Add the overload warnings to perldiag.
48428      Branch: perl
48429            ! lib/overload.pm pod/perldiag.pod
48430 ____________________________________________________________________________
48431 [  6970] By: jhi                                   on 2000/09/01  13:55:10
48432         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48433              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48434              Date: Fri, 1 Sep 2000 13:43:15 +0100 
48435              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
48436      Branch: perl
48437            ! lib/overload.pm t/pragma/overload.t
48438 ____________________________________________________________________________
48439 [  6969] By: jhi                                   on 2000/09/01  13:52:27
48440         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48441              From: <abigail@foad.org>
48442              Date: Fri, 1 Sep 2000 05:46:54 -0400
48443              Message-ID: <20000901094654.6476.qmail@foad.org>
48444      Branch: perl
48445            ! lib/overload.pm
48446 ____________________________________________________________________________
48447 [  6968] By: jhi                                   on 2000/09/01  13:50:05
48448         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
48449              From: Daniel Chetlin <daniel@chetlin.com>
48450              Date: Fri, 1 Sep 2000 02:10:55 -0700
48451              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
48452      Branch: perl
48453            ! pod/perlretut.pod
48454 ____________________________________________________________________________
48455 [  6967] By: jhi                                   on 2000/09/01  13:47:54
48456         Log: Part of the solution.
48457              
48458              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
48459              From: Mike Guy <mjtg@cam.ac.uk>
48460              Date: Fri, 01 Sep 2000 14:16:01 +0100
48461              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
48462      Branch: perl
48463            ! gv.c mg.c
48464 ____________________________________________________________________________
48465 [  6966] By: jhi                                   on 2000/09/01  13:46:17
48466         Log: Subject: CPAN.pm beta 1.57_57 for the core
48467              From: andreas.koenig@anima.de (Andreas J. Koenig)
48468              Date: 01 Sep 2000 15:16:31 +0200
48469              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
48470      Branch: perl
48471            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48472 ____________________________________________________________________________
48473 [  6965] By: jhi                                   on 2000/09/01  13:43:18
48474         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
48475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48476              Date: Fri, 01 Sep 2000 01:47:22 -0500
48477              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
48478      Branch: perl
48479            ! pod/perldelta.pod vms/vms.c
48480 ____________________________________________________________________________
48481 [  6964] By: jhi                                   on 2000/09/01  13:35:35
48482         Log: File::Temp patches from Andreas König,
48483              
48484              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
48485              From: andreas.koenig@anima.de (Andreas J. Koenig)
48486              Date: 01 Sep 2000 10:07:20 +0200
48487              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
48488              
48489              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
48490              From: andreas.koenig@anima.de (Andreas J. Koenig)
48491              Date: 31 Aug 2000 23:26:08 +0200
48492              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
48493      Branch: perl
48494            ! lib/File/Temp.pm t/lib/ftmp-security.t
48495 ____________________________________________________________________________
48496 [  6963] By: jhi                                   on 2000/09/01  02:22:24
48497         Log: Retract the mergesort code, way too incompatible licensing
48498              and copyrights.
48499      Branch: perl
48500            ! pod/perldelta.pod pp_ctl.c
48501 ____________________________________________________________________________
48502 [  6962] By: jhi                                   on 2000/08/31  23:27:32
48503         Log: Update Changes.
48504      Branch: perl
48505            ! Changes patchlevel.h
48506 ____________________________________________________________________________
48507 [  6961] By: jhi                                   on 2000/08/31  23:20:04
48508         Log: Small tweaks all over.
48509      Branch: metaconfig
48510            ! U/compline/d_gconvert.U
48511      Branch: perl
48512            ! AUTHORS Configure config_h.SH pp_ctl.c
48513 ____________________________________________________________________________
48514 [  6960] By: jhi                                   on 2000/08/31  22:39:36
48515         Log: Further rewording.
48516      Branch: perl
48517            ! pp_ctl.c
48518 ____________________________________________________________________________
48519 [  6959] By: jhi                                   on 2000/08/31  21:26:44
48520         Log: More address tweaking.
48521      Branch: perl
48522            ! AUTHORS Changes
48523 ____________________________________________________________________________
48524 [  6958] By: jhi                                   on 2000/08/31  20:47:25
48525         Log: AUTHORS tweaks, from Peter Prymmer.
48526              
48527              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
48528              From: Peter Prymmer <pvhp@forte.com>
48529              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
48530              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
48531      Branch: perl
48532            ! AUTHORS MAINTAIN
48533 ____________________________________________________________________________
48534 [  6957] By: jhi                                   on 2000/08/31  20:34:43
48535         Log: perldelta tweaks.
48536      Branch: perl
48537            ! pod/perldelta.pod
48538 ____________________________________________________________________________
48539 [  6956] By: jhi                                   on 2000/08/31  19:11:06
48540         Log: Regen perltoc.
48541      Branch: perl
48542            ! pod/perltoc.pod
48543 ____________________________________________________________________________
48544 [  6955] By: jhi                                   on 2000/08/31  19:06:30
48545         Log: Clarify the mergesort situation.
48546      Branch: perl
48547            ! pp_ctl.c
48548 ____________________________________________________________________________
48549 [  6954] By: jhi                                   on 2000/08/31  18:24:17
48550         Log: Move the Solaris 7 scan to use64bitall, make the
48551              failure to find 64-bot sparc libc to mention the
48552              possibility of being in an intel, from Lupe and Alan.
48553      Branch: perl
48554            ! hints/solaris_2.sh
48555 ____________________________________________________________________________
48556 [  6953] By: jhi                                   on 2000/08/31  18:09:20
48557         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
48558              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
48559      Branch: metaconfig
48560            ! U/compline/d_gconvert.U U/threads/archname.U
48561      Branch: metaconfig/U/perl
48562            ! perlxv.U
48563      Branch: perl
48564            ! Configure config_h.SH sv.c
48565 ____________________________________________________________________________
48566 [  6952] By: jhi                                   on 2000/08/31  17:42:24
48567         Log: :: not allowed in pathnames, change to .
48568              
48569              Subject: [PATCH perl@6938] cygwin port
48570              From: "Fifer, Eric" <EFifer@sanwaint.com>
48571              Date: Thu, 31 Aug 2000 16:32:59 +0100
48572              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
48573      Branch: metaconfig/U/perl
48574            ! perlxv.U
48575 ____________________________________________________________________________
48576 [  6951] By: jhi                                   on 2000/08/31  17:02:05
48577         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
48578      Branch: perl
48579            ! perl.h
48580 ____________________________________________________________________________
48581 [  6950] By: jhi                                   on 2000/08/31  16:26:08
48582         Log: More author updates.
48583              
48584              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
48585              From: Simon Cozens <simon@cozens.net>
48586              Date: Thu, 31 Aug 2000 17:13:32 +0100
48587              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
48588      Branch: perl
48589            ! AUTHORS
48590 ____________________________________________________________________________
48591 [  6949] By: jhi                                   on 2000/08/31  16:04:49
48592         Log: POSIX doesn't report long double values under -Duselongdouble
48593              when the long doubles are "real" (bigger than doubles).
48594              
48595              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
48596              From: Spider Boardman <spider@peano.zk3.dec.com>
48597              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
48598              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
48599      Branch: perl
48600            ! ext/POSIX/POSIX.xs
48601 ____________________________________________________________________________
48602 [  6948] By: jhi                                   on 2000/08/31  15:25:10
48603         Log: Update Changes.
48604      Branch: perl
48605            ! Changes patchlevel.h
48606 ____________________________________________________________________________
48607 [  6947] By: jhi                                   on 2000/08/31  15:22:29
48608         Log: Document UNTIE in a very minimalistic way.
48609      Branch: perl
48610            ! pod/perlfunc.pod pod/perltie.pod
48611 ____________________________________________________________________________
48612 [  6946] By: jhi                                   on 2000/08/31  15:15:23
48613         Log: Document known failures.
48614      Branch: perl
48615            ! pod/perldelta.pod
48616 ____________________________________________________________________________
48617 [  6945] By: jhi                                   on 2000/08/31  15:07:00
48618         Log: Don't attach -ld to the archname if pointless.
48619      Branch: metaconfig
48620            ! U/threads/archname.U
48621      Branch: perl
48622            ! Configure config_h.SH
48623 ____________________________________________________________________________
48624 [  6944] By: jhi                                   on 2000/08/31  14:37:42
48625         Log: Wrap the test in eval.
48626              
48627              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
48628              From: Tim Jenness <timj@jach.hawaii.edu>
48629              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
48630              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
48631      Branch: perl
48632            ! t/lib/ftmp-security.t
48633 ____________________________________________________________________________
48634 [  6943] By: jhi                                   on 2000/08/31  14:30:57
48635         Log: Make -Dusemorebits find long doubles in Solaris.
48636      Branch: perl
48637            ! hints/solaris_2.sh
48638 ____________________________________________________________________________
48639 [  6942] By: jhi                                   on 2000/08/31  13:48:45
48640         Log: Clarify the third case of ftmp-security warnings.
48641      Branch: perl
48642            ! INSTALL
48643 ____________________________________________________________________________
48644 [  6941] By: jhi                                   on 2000/08/31  13:40:31
48645         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
48646              From: <abigail@foad.org>
48647              Date: Thu, 31 Aug 2000 01:35:05 -0400
48648              Message-ID: <20000831053505.32120.qmail@foad.org>
48649      Branch: perl
48650            ! pod/perldelta.pod
48651 ____________________________________________________________________________
48652 [  6940] By: jhi                                   on 2000/08/31  13:38:48
48653         Log: Issue useful diagnostic on unknown pod commands.
48654              
48655              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
48656              From: <abigail@foad.org>
48657              Date: Thu, 31 Aug 2000 03:41:18 -0400
48658              Message-ID: <20000831074118.24880.qmail@foad.org>
48659      Branch: perl
48660            ! lib/Pod/Man.pm
48661 ____________________________________________________________________________
48662 [  6939] By: jhi                                   on 2000/08/31  13:34:33
48663         Log: Reveal Borland's isnan.
48664              
48665              Subject: build with BC++ tweak
48666              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48667              Date: Thu, 31 Aug 2000 13:09:37 +0400
48668              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
48669      Branch: perl
48670            ! win32/win32.h
48671 ____________________________________________________________________________
48672 [  6938] By: jhi                                   on 2000/08/31  05:01:20
48673         Log: Update Changes.
48674      Branch: perl
48675            ! Changes patchlevel.h
48676 ____________________________________________________________________________
48677 [  6937] By: jhi                                   on 2000/08/31  04:26:23
48678         Log: sscanf() may be the only way to read long doubles from strings.
48679      Branch: metaconfig/U/perl
48680            ! longdblfio.U
48681      Branch: perl
48682            ! Configure config_h.SH perl.h util.c
48683 ____________________________________________________________________________
48684 [  6936] By: jhi                                   on 2000/08/31  04:18:19
48685         Log: The #6929 was too skimpy.
48686      Branch: perl
48687            ! sv.c
48688 ____________________________________________________________________________
48689 [  6935] By: jhi                                   on 2000/08/31  02:47:07
48690         Log: Subject: Re: typos in pods
48691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48692              Date: Wed, 30 Aug 2000 19:25:34 -0700
48693              Message-ID: <eIcr5gzkg25X092yn@efn.org>
48694      Branch: perl
48695            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
48696 ____________________________________________________________________________
48697 [  6934] By: jhi                                   on 2000/08/31  02:42:55
48698         Log: Missed one Unicode file.
48699      Branch: perl
48700            + lib/unicode/UCDFF301.html
48701 ____________________________________________________________________________
48702 [  6933] By: jhi                                   on 2000/08/30  23:42:27
48703         Log: Update Changes.
48704      Branch: perl
48705            ! Changes patchlevel.h
48706 ____________________________________________________________________________
48707 [  6932] By: jhi                                   on 2000/08/30  23:40:07
48708         Log: Mention UNTIE in perldelta.  Still needs documenting
48709              in perltie et alia.
48710      Branch: perl
48711            ! pod/perldelta.pod
48712 ____________________________________________________________________________
48713 [  6931] By: jhi                                   on 2000/08/30  23:36:02
48714         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
48715              From: <abigail@foad.org>
48716              Date: Wed, 30 Aug 2000 19:28:07 -0400
48717              Message-ID: <20000830232807.305.qmail@foad.org>
48718      Branch: perl
48719            ! pod/perldelta.pod
48720 ____________________________________________________________________________
48721 [  6930] By: jhi                                   on 2000/08/30  23:32:40
48722         Log: Update to Unicode 3.0.1.
48723      Branch: perl
48724            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
48725            + lib/unicode/PropList.txt lib/unicode/README.perl
48726            + lib/unicode/UCD301.html lib/unicode/Unicode.301
48727            - lib/unicode/Props.txt lib/unicode/UCD300.html
48728            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48729            ! (edit 257 files)
48730 ____________________________________________________________________________
48731 [  6929] By: jhi                                   on 2000/08/30  22:38:18
48732         Log: Heap decorruption.
48733              
48734              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
48735              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48736              Date: Wed, 30 Aug 2000 22:39:52 +0100
48737              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
48738      Branch: perl
48739            ! sv.c
48740 ____________________________________________________________________________
48741 [  6928] By: jhi                                   on 2000/08/30  22:29:34
48742         Log: Retract the dummy test, skip the security tests (instead of failing),
48743              explain what the warnings mean.
48744      Branch: perl
48745            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
48746 ____________________________________________________________________________
48747 [  6927] By: jhi                                   on 2000/08/30  22:14:13
48748         Log: Change the internal implementation of sort() to be mergesort
48749              instead of quicksort, from John Linderman <jpl@research.att.com>.
48750              Gives us better worst case, better average case, and stability.
48751              What's there not to like?  (Small fixes for threaded builds
48752              were required).
48753      Branch: perl
48754            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
48755 ____________________________________________________________________________
48756 [  6926] By: jhi                                   on 2000/08/30  20:55:20
48757         Log: A better fix for the Socket building problem from Craig Berry.
48758      Branch: perl
48759            ! vms/vms.c
48760 ____________________________________________________________________________
48761 [  6925] By: jhi                                   on 2000/08/30  20:20:25
48762         Log: Subject: [PATCH] Re: UNTIE method 
48763              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48764              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
48765              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
48766      Branch: perl
48767            ! pp_sys.c t/op/tie.t
48768 ____________________________________________________________________________
48769 [  6924] By: jhi                                   on 2000/08/30  20:17:11
48770         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
48771              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48772              Date: Wed, 30 Aug 2000 15:03:14 -0500
48773              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
48774      Branch: perl
48775            ! vms/vms.c
48776 ____________________________________________________________________________
48777 [  6923] By: jhi                                   on 2000/08/30  20:15:18
48778         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
48779              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48780              Date: Wed, 30 Aug 2000 13:30:36 -0500
48781              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
48782      Branch: perl
48783            ! vms/vms.c
48784 ____________________________________________________________________________
48785 [  6922] By: jhi                                   on 2000/08/30  19:54:43
48786         Log: Better options for rsync.
48787      Branch: perl
48788            ! pod/perlhack.pod
48789 ____________________________________________________________________________
48790 [  6921] By: jhi                                   on 2000/08/30  19:40:16
48791         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
48792              From: Rick Delaney <rick@consumercontact.com>
48793              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
48794              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
48795      Branch: perl
48796            ! pod/perlfunc.pod
48797 ____________________________________________________________________________
48798 [  6920] By: jhi                                   on 2000/08/30  19:36:40
48799         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
48800              From: Peter Prymmer <pvhp@forte.com>
48801              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
48802              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
48803      Branch: perl
48804            ! configure.com
48805 ____________________________________________________________________________
48806 [  6919] By: jhi                                   on 2000/08/30  14:52:02
48807         Log: Update Changes.
48808      Branch: perl
48809            ! Changes patchlevel.h
48810 ____________________________________________________________________________
48811 [  6918] By: jhi                                   on 2000/08/30  14:48:34
48812         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
48813      Branch: perl
48814            ! lib/ExtUtils/typemap
48815 ____________________________________________________________________________
48816 [  6917] By: jhi                                   on 2000/08/30  14:46:34
48817         Log: Subject: typos in pods
48818              From: Nicholas Clark <nick@ccl4.org>
48819              Date: Wed, 30 Aug 2000 01:12:50 +0100
48820              Message-ID: <20000830011249.A61388@plum.flirble.org>
48821      Branch: perl
48822            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
48823            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
48824            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
48825            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
48826 ____________________________________________________________________________
48827 [  6916] By: jhi                                   on 2000/08/30  14:19:09
48828         Log: Document Storable problems on Crays.  (Will have
48829              to document all the other Storable problems, too.)
48830      Branch: perl
48831            ! pod/perldelta.pod
48832 ____________________________________________________________________________
48833 [  6915] By: jhi                                   on 2000/08/30  14:06:02
48834         Log: Subject: [PATCH] fix misc cast warnings
48835              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48836              Date: Tue, 29 Aug 2000 23:16:14 -0700
48837              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
48838      Branch: perl
48839            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
48840            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
48841            ! os2/os2ish.h
48842 ____________________________________________________________________________
48843 [  6914] By: jhi                                   on 2000/08/30  14:03:45
48844         Log: Timestamp mismatch again.  Need to fix this dependence on
48845              config_h.SH timestamp, since it's the contents of config_h.SH
48846              that matter.
48847      Branch: perl
48848            ! uconfig.h uconfig.sh
48849 ____________________________________________________________________________
48850 [  6913] By: jhi                                   on 2000/08/30  13:54:06
48851         Log: Don't say "Perl 5.0 source kit".
48852      Branch: perl
48853            ! perl.c
48854 ____________________________________________________________________________
48855 [  6912] By: jhi                                   on 2000/08/30  13:51:24
48856         Log: Reset archname and archname64 always, forcing them be
48857              recomputed at each Configure run, make Configure and
48858              the hints files agree on the naming of largefiles variables.
48859      Branch: metaconfig
48860            ! U/threads/archname.U
48861      Branch: metaconfig/U/perl
48862            ! use64bits.U
48863      Branch: perl
48864            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
48865            ! hints/linux.sh hints/solaris_2.sh
48866 ____________________________________________________________________________
48867 [  6911] By: jhi                                   on 2000/08/30  13:30:13
48868         Log: Put back the slice accidentally removed by #6907.
48869      Branch: perl
48870            ! hints/solaris_2.sh
48871 ____________________________________________________________________________
48872 [  6910] By: jhi                                   on 2000/08/30  01:24:26
48873         Log: Be consistent: other Net::get* do export theirs.
48874              
48875              Subject: Re: Net::protoent does not export 'getproto'
48876              From: Yasushi Nakajima <sey@jkc.co.jp>
48877              Date: Wed, 30 Aug 2000 09:53:14 +0900
48878              Message-Id: <200008300051.DAA24700@taku.hut.fi>
48879      Branch: perl
48880            ! lib/Net/protoent.pm
48881 ____________________________________________________________________________
48882 [  6909] By: jhi                                   on 2000/08/30  01:17:25
48883         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
48884              From: Gurusamy Sarathy <gsar@ActiveState.com>
48885              Date: Tue, 29 Aug 2000 17:17:07 -0700
48886              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
48887      Branch: perl
48888            ! cop.h
48889 ____________________________________________________________________________
48890 [  6908] By: jhi                                   on 2000/08/30  00:58:05
48891         Log: Update Changes.
48892      Branch: perl
48893            ! Changes patchlevel.h
48894 ____________________________________________________________________________
48895 [  6907] By: jhi                                   on 2000/08/30  00:57:22
48896         Log: Introduce ccname to keep track of what compiler kind of we have.
48897      Branch: metaconfig/U/perl
48898            ! Checkcc.U gccvers.U
48899      Branch: perl
48900            ! Configure config_h.SH hints/solaris_2.sh
48901 ____________________________________________________________________________
48902 [  6906] By: jhi                                   on 2000/08/30  00:25:47
48903         Log: Put back the flags dump as reasoned in
48904              
48905              Subject: Re: [PATCH] Glob dumping
48906              From: Mike Guy <mjtg@cam.ac.uk> 
48907              Date: Tue, 29 Aug 2000 21:41:32 +0100
48908              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
48909      Branch: perl
48910            ! dump.c t/lib/peek.t
48911 ____________________________________________________________________________
48912 [  6905] By: jhi                                   on 2000/08/30  00:16:17
48913         Log: Make the epsilon to be relative, not absolute.
48914              
48915              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
48916              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
48917              Date: Tue, 29 Aug 2000 19:58:56 -0400
48918              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
48919      Branch: perl
48920            ! t/lib/trig.t
48921 ____________________________________________________________________________
48922 [  6904] By: jhi                                   on 2000/08/30  00:13:09
48923         Log: From now on, Gisle is on my list of usual suspects :-)
48924              Retract #6902.
48925      Branch: perl
48926            ! ext/Opcode/Safe.pm
48927 ____________________________________________________________________________
48928 [  6903] By: jhi                                   on 2000/08/29  23:51:20
48929         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
48930              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48931              Date: Tue, 29 Aug 2000 18:43:26 -0500
48932              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
48933      Branch: perl
48934            + vms/vmspipe.com
48935            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
48936            ! vms/vms.c
48937 ____________________________________________________________________________
48938 [  6902] By: jhi                                   on 2000/08/29  23:44:14
48939         Log: Retry what #6882 attempted.
48940              
48941              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
48942              From: Gisle Aas <gisle@ActiveState.com>
48943              Date: 30 Aug 2000 00:33:09 +0200
48944              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
48945      Branch: perl
48946            ! ext/Opcode/Safe.pm
48947 ____________________________________________________________________________
48948 [  6901] By: jhi                                   on 2000/08/29  22:59:32
48949         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48950              From: Hugo <hv@crypt.compulink.co.uk>
48951              Date: Mon, 12 Jun 2000 19:36:08 +0100
48952              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
48953      Branch: perl
48954            ! sv.c
48955 ____________________________________________________________________________
48956 [  6900] By: jhi                                   on 2000/08/29  22:58:35
48957         Log: Admit that we are leaking scalars.
48958              
48959              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
48960              From: Spider Boardman <spider@leggy.zk3.dec.com>
48961              Date: Tue, 29 Aug 2000 18:48:29 -0400
48962              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
48963      Branch: perl
48964            ! t/pragma/warnings.t
48965 ____________________________________________________________________________
48966 [  6899] By: jhi                                   on 2000/08/29  20:53:13
48967         Log: Update Changes.
48968      Branch: perl
48969            ! Changes patchlevel.h
48970 ____________________________________________________________________________
48971 [  6898] By: jhi                                   on 2000/08/29  20:46:21
48972         Log: Undo namespace pollution of #6878.
48973              
48974              Subject: Re: Net::protoent does not export 'getproto'
48975              From: Mike Guy <mjtg@cam.ac.uk>
48976              Date: Tue, 29 Aug 2000 21:32:37 +0100
48977              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
48978      Branch: perl
48979            ! lib/Net/protoent.pm
48980 ____________________________________________________________________________
48981 [  6897] By: jhi                                   on 2000/08/29  20:44:29
48982         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
48983              From: Peter Prymmer <pvhp@forte.com>
48984              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
48985              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
48986      Branch: perl
48987            ! pod/perlebcdic.pod
48988 ____________________________________________________________________________
48989 [  6896] By: jhi                                   on 2000/08/29  20:40:57
48990         Log: There's no point repeating the 'revision' (5) of perl5.
48991      Branch: metaconfig/U/perl
48992            ! Devel.U patchlevel.U
48993      Branch: perl
48994            ! Configure config_h.SH
48995 ____________________________________________________________________________
48996 [  6895] By: jhi                                   on 2000/08/29  20:16:58
48997         Log: Regen Configure for #6894.
48998      Branch: metaconfig/U/perl
48999            ! perladmin.U
49000      Branch: perl
49001            ! Configure config_h.SH
49002 ____________________________________________________________________________
49003 [  6894] By: jhi                                   on 2000/08/29  19:59:52
49004         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
49005              From: "Philip Newton" <Philip.Newton@gmx.net>
49006              Date: Tue, 29 Aug 2000 21:39:14 +0200
49007              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
49008      Branch: perl
49009            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
49010            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
49011            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
49012            ! utils/perlbug.PL
49013 ____________________________________________________________________________
49014 [  6893] By: jhi                                   on 2000/08/29  19:55:30
49015         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
49016              From: "Philip Newton" <Philip.Newton@gmx.net>
49017              Date: Tue, 29 Aug 2000 21:39:14 +0200
49018              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
49019      Branch: perl
49020            ! installhtml
49021 ____________________________________________________________________________
49022 [  6892] By: jhi                                   on 2000/08/29  19:53:59
49023         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
49024              From: "Philip Newton" <Philip.Newton@gmx.net>
49025              Date: Tue, 29 Aug 2000 21:48:18 +0200
49026              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
49027      Branch: perl
49028            ! lib/File/Temp.pm
49029 ____________________________________________________________________________
49030 [  6891] By: jhi                                   on 2000/08/29  18:30:03
49031         Log: Nail the ID 20000828.023.
49032      Branch: perl
49033            ! ext/Storable/Storable.xs
49034 ____________________________________________________________________________
49035 [  6890] By: jhi                                   on 2000/08/29  16:50:17
49036         Log: Under usethreads the dumped variable is IN_PAD.
49037              
49038              Subject: Re: [PATCH] Glob dumping
49039              From: Gisle Aas <gisle@ActiveState.com>
49040              Date: 29 Aug 2000 18:45:05 +0200
49041              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
49042      Branch: perl
49043            ! t/lib/peek.t
49044 ____________________________________________________________________________
49045 [  6889] By: jhi                                   on 2000/08/29  15:17:37
49046         Log: Update Changes.
49047      Branch: perl
49048            ! Changes patchlevel.h
49049 ____________________________________________________________________________
49050 [  6888] By: jhi                                   on 2000/08/29  14:49:59
49051         Log: Retract #6882, broke the safe tests.
49052      Branch: perl
49053            ! ext/Opcode/Safe.pm
49054 ____________________________________________________________________________
49055 [  6887] By: jhi                                   on 2000/08/29  14:47:06
49056         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
49057              From: Gisle Aas <gisle@ActiveState.com> 
49058              Date: 09 Jun 2000 20:00:11 +0200
49059              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
49060      Branch: perl
49061            ! utils/perldoc.PL
49062 ____________________________________________________________________________
49063 [  6886] By: jhi                                   on 2000/08/29  14:42:45
49064         Log: The #6881 removed one dump line.
49065      Branch: perl
49066            ! t/lib/peek.t
49067 ____________________________________________________________________________
49068 [  6885] By: jhi                                   on 2000/08/29  14:30:47
49069         Log: Don't forget to tidy up.
49070      Branch: perl
49071            ! t/lib/ftmp-security.t
49072 ____________________________________________________________________________
49073 [  6884] By: jhi                                   on 2000/08/29  14:25:17
49074         Log: Disabling the one test is a bit tricky.
49075      Branch: perl
49076            ! t/lib/ftmp-security.t
49077 ____________________________________________________________________________
49078 [  6883] By: jhi                                   on 2000/08/29  14:16:25
49079         Log: Disable one of the tests for now.
49080      Branch: perl
49081            ! t/lib/ftmp-security.t
49082 ____________________________________________________________________________
49083 [  6882] By: jhi                                   on 2000/08/29  14:05:50
49084         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
49085              From: gisle@aas.no
49086              Date: 29 Aug 2000 10:35:06 -0000
49087              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
49088      Branch: perl
49089            ! ext/Opcode/Safe.pm
49090 ____________________________________________________________________________
49091 [  6881] By: jhi                                   on 2000/08/29  14:03:51
49092         Log: Subject: [PATCH] Glob dumping
49093              From: Gisle Aas <gisle@ActiveState.com>
49094              Date: 29 Aug 2000 07:59:42 -0000
49095              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
49096      Branch: perl
49097            ! dump.c
49098 ____________________________________________________________________________
49099 [  6880] By: jhi                                   on 2000/08/29  14:02:01
49100         Log: Subject: [PATCH] Warnings in B::Deparse
49101              From: <abigail@foad.org>
49102              Date: Tue, 29 Aug 2000 00:00:01 -0400
49103              Message-ID: <20000829040001.2999.qmail@foad.org>
49104      Branch: perl
49105            ! ext/B/B/Deparse.pm
49106 ____________________________________________________________________________
49107 [  6879] By: jhi                                   on 2000/08/29  13:57:26
49108         Log: Missed a change in #6869.
49109      Branch: perl
49110            ! mg.c
49111 ____________________________________________________________________________
49112 [  6878] By: jhi                                   on 2000/08/29  13:45:04
49113         Log: Subject: Net::protoent does not export 'getproto'
49114              From: Yasushi Nakajima <sey@jkc.co.jp>
49115              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
49116      Branch: perl
49117            ! lib/Net/protoent.pm
49118 ____________________________________________________________________________
49119 [  6877] By: jhi                                   on 2000/08/29  13:39:19
49120         Log: Patches all over for people and the files they (hopefully) care about.
49121      Branch: perl
49122            ! AUTHORS Changes MAINTAIN
49123 ____________________________________________________________________________
49124 [  6876] By: jhi                                   on 2000/08/29  12:53:54
49125         Log: Fix for thinko in #6848.
49126              
49127              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
49128              From: Lupe Christoph <lupe@lupe-christoph.de>
49129              Date: Tue, 29 Aug 2000 09:04:08 +0200
49130              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
49131      Branch: perl
49132            ! ext/Thread/Thread.xs
49133 ____________________________________________________________________________
49134 [  6875] By: jhi                                   on 2000/08/29  12:50:14
49135         Log: Update to Getopt::Long 2.24, from Johan Vromans.
49136      Branch: perl
49137            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
49138 ____________________________________________________________________________
49139 [  6874] By: jhi                                   on 2000/08/29  02:09:53
49140         Log: Use minimal @INC in tests, most of the time just '../lib',
49141              so that we simply can't pick up stuff from other Perls than
49142              the one we are testing.  Pointed out by
49143              
49144              From: Mike Guy <mjtg@cam.ac.uk>
49145              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
49146              Date: Fri, 25 Aug 2000 15:15:59 +0100
49147              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
49148      Branch: perl
49149            ! (edit 185 files)
49150 ____________________________________________________________________________
49151 [  6873] By: jhi                                   on 2000/08/29  01:07:11
49152         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
49153              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49154              Date: Mon, 28 Aug 2000 17:45:52 -0700
49155              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
49156      Branch: perl
49157            ! Makefile.SH hints/os2.sh
49158 ____________________________________________________________________________
49159 [  6872] By: jhi                                   on 2000/08/28  23:33:39
49160         Log: Subject: [PATCH bleedperl@6866] spellings
49161              From: marcel@codewerk.com (Marcel Grunauer)
49162              Date: Tue, 29 Aug 2000 01:19:59 +0200
49163              Message-Id: <200008282319.BAA29862@gandalf.local>
49164      Branch: perl
49165            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
49166            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
49167            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
49168 ____________________________________________________________________________
49169 [  6871] By: jhi                                   on 2000/08/28  23:22:09
49170         Log: Take out the SUIDMAIL thing, that will not be
49171              a problem in 5.7.*.
49172      Branch: perl
49173            ! patchlevel.h
49174 ____________________________________________________________________________
49175 [  6870] By: jhi                                   on 2000/08/28  23:19:30
49176         Log: -S is the silent flag, -s is the strip flag.
49177              
49178              Subject: [PATCH] Re: [PATCH] make no-install          
49179              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49180              Date: Mon, 28 Aug 2000 15:12:55 -0700
49181              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
49182      Branch: perl
49183            ! Makefile.SH
49184 ____________________________________________________________________________
49185 [  6869] By: jhi                                   on 2000/08/28  23:12:05
49186         Log: Subject: [PATCH bleedperl@6856] warnings fixes
49187              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49188              Date: Mon, 28 Aug 2000 23:55:06 +0100
49189              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
49190      Branch: perl
49191            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
49192            ! warnings.h warnings.pl
49193 ____________________________________________________________________________
49194 [  6868] By: jhi                                   on 2000/08/28  21:38:22
49195         Log: Potential cruft.
49196      Branch: perl
49197            ! Makefile.SH
49198 ____________________________________________________________________________
49199 [  6867] By: jhi                                   on 2000/08/28  21:35:36
49200         Log: Update Changes.
49201      Branch: perl
49202            ! Changes patchlevel.h
49203 ____________________________________________________________________________
49204 [  6866] By: jhi                                   on 2000/08/28  21:33:49
49205         Log: Subject: hv.h Doc Patch
49206              From: Fisher Mark <fisherm@tce.com>
49207              Date: Mon, 28 Aug 2000 16:24:59 -0500
49208              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
49209      Branch: perl
49210            ! hv.h
49211 ____________________________________________________________________________
49212 [  6865] By: jhi                                   on 2000/08/28  21:02:15
49213         Log: Add -ld to archname on long tr...double platforms.
49214      Branch: metaconfig
49215            ! U/threads/archname.U
49216      Branch: perl
49217            ! Configure config_h.SH
49218 ____________________________________________________________________________
49219 [  6864] By: jhi                                   on 2000/08/28  20:38:59
49220         Log: An attempt to fix the problem reported in
49221              
49222              Subject: Building perl@6856 using gcc/AIX 4.3.3 
49223              From: Daniel Muino <dmuino@afip.gov.ar> 
49224              Date: Mon, 28 Aug 2000 15:50:01 -0300   
49225              Message-ID: <20000828155001.A14403@con2-dgi>
49226              
49227              I can't test this properly since the gcc installation I have
49228              access to seems to be botched (gcc is calling the AIX cpp,
49229              a losing proposition...)
49230      Branch: perl
49231            ! hints/aix.sh
49232 ____________________________________________________________________________
49233 [  6863] By: jhi                                   on 2000/08/28  18:57:52
49234         Log: Fix for ID 20000828.001, long doubles were not formatted
49235              correctly (showed up in $], which stopped installing perl).
49236      Branch: perl
49237            ! sv.c
49238 ____________________________________________________________________________
49239 [  6862] By: jhi                                   on 2000/08/28  18:07:15
49240         Log: Typo in #6858.
49241      Branch: perl
49242            ! lib/Cwd.pm
49243 ____________________________________________________________________________
49244 [  6861] By: jhi                                   on 2000/08/28  17:57:27
49245         Log: opmini.o may be left around if a build is interrupted.
49246      Branch: perl
49247            ! Makefile.SH
49248 ____________________________________________________________________________
49249 [  6860] By: jhi                                   on 2000/08/28  16:52:50
49250         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
49251              From: Daniel Chetlin <daniel@chetlin.com>
49252              Date: Mon, 28 Aug 2000 01:14:18 -0700
49253              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
49254      Branch: perl
49255            ! lib/overload.pm
49256 ____________________________________________________________________________
49257 [  6859] By: jhi                                   on 2000/08/28  16:08:46
49258         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
49259              From: Nicholas Clark <nick@ccl4.org>
49260              Date: Mon, 28 Aug 2000 16:03:27 +0100
49261              Message-Id: <20000828160327.C49785@plum.flirble.org>
49262      Branch: perl
49263            ! ext/ByteLoader/bytecode.h
49264 ____________________________________________________________________________
49265 [  6858] By: jhi                                   on 2000/08/28  16:02:10
49266         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
49267              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
49268              Date: Mon, 28 Aug 2000 13:08:30 +0200
49269              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
49270      Branch: perl
49271            ! lib/Cwd.pm
49272 ____________________________________________________________________________
49273 [  6857] By: jhi                                   on 2000/08/28  15:42:47
49274         Log: display_format used as a class method without arguments was broken,
49275              reported in
49276              
49277              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
49278              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
49279              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
49280              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
49281      Branch: perl
49282            ! lib/Math/Complex.pm t/lib/complex.t
49283 ____________________________________________________________________________
49284 [  6856] By: jhi                                   on 2000/08/27  22:09:48
49285         Log: Update Changes.
49286      Branch: perl
49287            ! Changes patchlevel.h
49288 ____________________________________________________________________________
49289 [  6855] By: jhi                                   on 2000/08/27  21:59:21
49290         Log: Retract #6853 (false alarm).
49291      Branch: perl
49292            ! lib/ExtUtils/xsubpp
49293 ____________________________________________________________________________
49294 [  6854] By: jhi                                   on 2000/08/27  21:37:44
49295         Log: Update Changes.
49296      Branch: perl
49297            ! Changes patchlevel.h
49298 ____________________________________________________________________________
49299 [  6853] By: jhi                                   on 2000/08/27  21:37:16
49300         Log: Subject: [PATCH perl@6850] workaround for xsubpp
49301              From: Hugo <hv@crypt.compulink.co.uk>
49302              Date: Sun, 27 Aug 2000 22:30:25 +0100
49303              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
49304      Branch: perl
49305            ! lib/ExtUtils/xsubpp
49306 ____________________________________________________________________________
49307 [  6852] By: jhi                                   on 2000/08/27  21:33:58
49308         Log: Big-endian 64-bit patch from Raphael Manfredi.
49309      Branch: perl
49310            ! ext/Storable/Storable.xs
49311 ____________________________________________________________________________
49312 [  6851] By: jhi                                   on 2000/08/27  21:22:21
49313         Log: More ruthless editing from Hugo van der Sanden.
49314      Branch: perl
49315            ! pod/perldelta.pod
49316 ____________________________________________________________________________
49317 [  6850] By: jhi                                   on 2000/08/27  16:11:46
49318         Log: Update Changes.
49319      Branch: perl
49320            ! Changes patchlevel.h
49321 ____________________________________________________________________________
49322 [  6849] By: jhi                                   on 2000/08/27  16:11:05
49323         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
49324      Branch: perl
49325            ! configpm pod/perldelta.pod
49326 ____________________________________________________________________________
49327 [  6848] By: jhi                                   on 2000/08/27  15:35:08
49328         Log: Use the actual thread type, not the pointer-to-struct.
49329      Branch: perl
49330            ! ext/Thread/Thread.xs
49331 ____________________________________________________________________________
49332 [  6847] By: jhi                                   on 2000/08/27  15:30:49
49333         Log: Test nit.
49334      Branch: perl
49335            ! t/pragma/warn/pp_sys
49336 ____________________________________________________________________________
49337 [  6846] By: jhi                                   on 2000/08/27  15:19:02
49338         Log: Passing -R in ldflags makes now it to appear in the default
49339              for lddlflags, just like with -L.
49340              
49341              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49342              From: Lupe Christoph <lupe@lupe-christoph.de>
49343              Date: Sun, 27 Aug 2000 10:28:21 +0200
49344              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
49345      Branch: metaconfig/U/perl
49346            ! dlsrc.U
49347      Branch: perl
49348            ! Configure
49349 ____________________________________________________________________________
49350 [  6845] By: jhi                                   on 2000/08/27  15:08:54
49351         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49352              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49353              Date: Sat, 26 Aug 2000 22:23:27 +0100
49354              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
49355      Branch: perl
49356            ! lib/ExtUtils/MM_Unix.pm
49357 ____________________________________________________________________________
49358 [  6844] By: jhi                                   on 2000/08/27  15:02:37
49359         Log: DJGPP update from Laszlo Molnar.
49360              
49361              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
49362              From: ml1050 <ml1050@freemail.hu>
49363              Date: Sat, 26 Aug 2000 23:24:40 +0200
49364              Message-Id: <20000826232440.A439@freemail.hu>
49365      Branch: perl
49366            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
49367            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
49368 ____________________________________________________________________________
49369 [  6843] By: jhi                                   on 2000/08/27  14:53:58
49370         Log: Subject: installman buglet
49371              From: Lupe Christoph <lupe@lupe-christoph.de>
49372              Date: Sun, 27 Aug 2000 14:38:59 +0200
49373              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
49374      Branch: perl
49375            ! installman
49376 ____________________________________________________________________________
49377 [  6842] By: jhi                                   on 2000/08/27  14:52:08
49378         Log: Can't get the test to reliably work thanks to the
49379              inaccurateness of floating point.  "Resolves" bug ids
49380              20000826.003, 20000826.009, 20000826.010,
49381      Branch: perl
49382            ! t/lib/trig.t
49383 ____________________________________________________________________________
49384 [  6841] By: jhi                                   on 2000/08/26  15:53:58
49385         Log: Update Changes.
49386      Branch: perl
49387            ! Changes patchlevel.h
49388 ____________________________________________________________________________
49389 [  6840] By: jhi                                   on 2000/08/26  14:23:03
49390         Log: grep -e isn't portable.
49391              
49392              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49393              From: chris@broadband.att.com
49394              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
49395              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
49396      Branch: perl
49397            ! hints/solaris_2.sh
49398 ____________________________________________________________________________
49399 [  6839] By: jhi                                   on 2000/08/26  14:12:23
49400         Log: no-install target a la make -n.
49401              
49402              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49403              From: <abigail@foad.org>
49404              Date: Sat, 26 Aug 2000 03:57:34 -0400
49405              Message-ID: <20000826075735.18912.qmail@foad.org>
49406      Branch: perl
49407            ! Makefile.SH installman installperl
49408 ____________________________________________________________________________
49409 [  6838] By: jhi                                   on 2000/08/26  14:06:33
49410         Log: Retract #6826 as the #6828 should be do the same
49411              in a More Correct Way.
49412      Branch: perl
49413            ! installperl
49414 ____________________________________________________________________________
49415 [  6837] By: jhi                                   on 2000/08/26  05:24:00
49416         Log: More casting.
49417      Branch: perl
49418            ! ext/Storable/Storable.xs
49419 ____________________________________________________________________________
49420 [  6836] By: jhi                                   on 2000/08/26  05:05:46
49421         Log: Nicer in decimal.
49422      Branch: perl
49423            ! ext/Storable/Storable.xs
49424 ____________________________________________________________________________
49425 [  6835] By: jhi                                   on 2000/08/26  05:03:50
49426         Log: There be no UVdf.
49427      Branch: perl
49428            ! ext/Storable/Storable.xs
49429 ____________________________________________________________________________
49430 [  6834] By: jhi                                   on 2000/08/26  05:00:18
49431         Log: Continue IVdfing and UVxfing.
49432      Branch: perl
49433            ! ext/Storable/Storable.xs
49434 ____________________________________________________________________________
49435 [  6833] By: jhi                                   on 2000/08/26  04:53:14
49436         Log: Use IVdf.
49437      Branch: perl
49438            ! ext/Storable/Storable.xs
49439 ____________________________________________________________________________
49440 [  6832] By: jhi                                   on 2000/08/26  04:40:41
49441         Log: Document PTR2XX and INT2PTR.
49442      Branch: perl
49443            ! pod/perlguts.pod
49444 ____________________________________________________________________________
49445 [  6831] By: jhi                                   on 2000/08/26  04:33:18
49446         Log: Use UVxf, PTR2UV, NVff.
49447      Branch: perl
49448            ! ext/Storable/Storable.xs
49449 ____________________________________________________________________________
49450 [  6830] By: jhi                                   on 2000/08/26  04:31:32
49451         Log: Update the test count.
49452      Branch: perl
49453            ! t/lib/trig.t
49454 ____________________________________________________________________________
49455 [  6829] By: jhi                                   on 2000/08/26  03:05:50
49456         Log: Subject: [PATCH] installation not quite silent yet.
49457              From: <abigail@foad.org>
49458              Date: Fri, 25 Aug 2000 20:07:53 -0400
49459              Message-ID: <20000826000753.7822.qmail@foad.org>
49460      Branch: perl
49461            ! installman installperl
49462 ____________________________________________________________________________
49463 [  6828] By: jhi                                   on 2000/08/26  03:05:14
49464         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49465              From: Spider Boardman <spider@web.zk3.dec.com>
49466              Date: Fri, 25 Aug 2000 19:12:40 -0400
49467              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
49468      Branch: perl
49469            ! gv.c
49470 ____________________________________________________________________________
49471 [  6827] By: jhi                                   on 2000/08/25  23:54:34
49472         Log: Support preserving extremely big/small angles.
49473      Branch: perl
49474            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
49475 ____________________________________________________________________________
49476 [  6826] By: jhi                                   on 2000/08/25  23:01:20
49477         Log: Patch installperl to be long double-aware.
49478              
49479              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49480              From: Spider Boardman <spider@web.zk3.dec.com>
49481              Date: Fri, 25 Aug 2000 18:15:23 -0400
49482              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
49483      Branch: perl
49484            ! installperl
49485 ____________________________________________________________________________
49486 [  6825] By: jhi                                   on 2000/08/25  22:58:25
49487         Log: Remove duplicately applied patch shards.
49488              
49489              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49490              From: Spider Boardman <spider@leggy.zk3.dec.com>
49491              Date: Fri, 25 Aug 2000 16:45:03 -0400
49492              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
49493      Branch: perl
49494            ! t/lib/cgi-html.t
49495 ____________________________________________________________________________
49496 [  6824] By: jhi                                   on 2000/08/25  22:57:00
49497         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49498              From: Daniel Chetlin <daniel@chetlin.com>
49499              Date: Fri, 25 Aug 2000 12:23:16 -0700
49500              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
49501              
49502              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49503              From: Daniel Chetlin <daniel@chetlin.com>
49504              Date: Fri, 25 Aug 2000 14:47:19 -0700
49505              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
49506      Branch: perl
49507            ! installman
49508 ____________________________________________________________________________
49509 [  6823] By: jhi                                   on 2000/08/25  22:44:17
49510         Log: Timestamp problem?
49511      Branch: perl
49512            ! uconfig.h uconfig.sh
49513 ____________________________________________________________________________
49514 [  6822] By: jhi                                   on 2000/08/25  19:01:06
49515         Log: One forgotten file from #6816.
49516      Branch: perl
49517            ! vos/config.h
49518 ____________________________________________________________________________
49519 [  6821] By: jhi                                   on 2000/08/25  18:56:39
49520         Log: Regen Changes.
49521      Branch: perl
49522            ! Changes patchlevel.h
49523 ____________________________________________________________________________
49524 [  6820] By: jhi                                   on 2000/08/25  18:52:35
49525         Log: Fix Changes ordering.
49526      Branch: perl
49527            ! Changes
49528 ____________________________________________________________________________
49529 [  6819] By: jhi                                   on 2000/08/25  18:50:25
49530         Log: Update Changes.
49531      Branch: perl
49532            ! Changes patchlevel.h
49533 ____________________________________________________________________________
49534 [  6818] By: jhi                                   on 2000/08/25  18:47:45
49535         Log: Tweak the sfio/useperlio logic, hopefully as wished in
49536              
49537              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49538              From: Nicholas Clark <nick@babyhippo.co.uk>
49539              Date: Fri, 25 Aug 2000 12:01:45 +0100
49540              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
49541      Branch: metaconfig/U/perl
49542            ! d_sfio.U
49543      Branch: perl
49544            ! Configure
49545 ____________________________________________________________________________
49546 [  6817] By: jhi                                   on 2000/08/25  18:32:51
49547         Log: Allow microperl to assume <math.h>, without it the math
49548              functions like floor() are assumed to return int, which makes
49549              for core dumps in machines where integer and floating register
49550              don't mix.
49551      Branch: perl
49552            ! uconfig.h uconfig.sh
49553 ____________________________________________________________________________
49554 [  6816] By: jhi                                   on 2000/08/25  18:27:17
49555         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49556              the problem reported in
49557              
49558              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49559              From: danhale@us.ibm.com
49560              Date: Fri, 25 Aug 2000 10:58:06 -0400
49561              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
49562      Branch: metaconfig/U/perl
49563            + d_socks5_init.U
49564      Branch: perl
49565            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
49566            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
49567            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
49568            ! win32/config.gc win32/config.vc
49569 ____________________________________________________________________________
49570 [  6815] By: jhi                                   on 2000/08/25  17:43:31
49571         Log: A solution for the retrieve_fd autosplit warning,
49572              idea suggested by Mike Guy.
49573      Branch: perl
49574            ! ext/Storable/Storable.pm
49575 ____________________________________________________________________________
49576 [  6814] By: jhi                                   on 2000/08/25  17:16:03
49577         Log: Add install-silent target.
49578      Branch: perl
49579            ! Makefile.SH
49580 ____________________________________________________________________________
49581 [  6813] By: jhi                                   on 2000/08/25  17:14:23
49582         Log: Subject: Re: [PATCH] More silencing of installman.
49583              From: <abigail@foad.org>
49584              Date: Thu, 24 Aug 2000 19:27:03 -0400
49585              Message-ID: <20000824232703.7001.qmail@foad.org>
49586              
49587              Subject: Re: [PATCH] More silencing of installman.
49588              From: <abigail@foad.org>
49589              Date: Fri, 25 Aug 2000 03:00:58 -0400
49590              Message-ID: <20000825070058.10697.qmail@foad.org>
49591      Branch: perl
49592            ! installman
49593 ____________________________________________________________________________
49594 [  6812] By: jhi                                   on 2000/08/25  17:11:28
49595         Log: installperl --verbose and --silent.
49596              
49597              Subject: Re: [PATCH] More silencing of installman.
49598              From: <abigail@foad.org>
49599              Message-ID: <20000825064430.9719.qmail@foad.org>
49600              Date: Fri, 25 Aug 2000 02:44:30 -0400
49601      Branch: perl
49602            ! installperl
49603 ____________________________________________________________________________
49604 [  6811] By: jhi                                   on 2000/08/25  17:05:43
49605         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49606              From: "Peter J. Farley III" <pjfarley@banet.net>
49607              Date: Thu, 24 Aug 2000 21:58:03 -0400
49608              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
49609              
49610              (applied slightly modified)
49611      Branch: perl
49612            ! lib/ExtUtils/MM_Unix.pm
49613 ____________________________________________________________________________
49614 [  6810] By: jhi                                   on 2000/08/25  17:01:18
49615         Log: Missing parts of 
49616              
49617              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49618              From: Peter Prymmer <pvhp@forte.com>
49619              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
49620              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
49621      Branch: perl
49622            ! t/lib/cgi-html.t
49623 ____________________________________________________________________________
49624 [  6809] By: jhi                                   on 2000/08/25  16:46:32
49625         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49626              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49627              Date: Thu, 24 Aug 2000 19:13:11 -0500
49628              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
49629      Branch: perl
49630            ! vms/vms.c
49631 ____________________________________________________________________________
49632 [  6808] By: jhi                                   on 2000/08/25  16:39:22
49633         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
49634              From: Peter Prymmer <pvhp@forte.com>
49635              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
49636              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
49637      Branch: perl
49638            ! configure.com
49639 ____________________________________________________________________________
49640 [  6807] By: jhi                                   on 2000/08/25  16:36:37
49641         Log: Better wording for the vec lvalue diagnostic.
49642              
49643              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49644              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49645              Date: Wed, 23 Aug 2000 14:12:16 -0400
49646              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
49647      Branch: perl
49648            ! pod/perldiag.pod
49649 ____________________________________________________________________________
49650 [  6806] By: jhi                                   on 2000/08/24  18:17:22
49651         Log: Subject: [PATCH] More silencing of installman.
49652              From: <abigail@foad.org>
49653              Date: Thu, 24 Aug 2000 14:01:44 -0400
49654              Message-ID: <20000824180144.20062.qmail@foad.org>
49655      Branch: perl
49656            ! installman
49657 ____________________________________________________________________________
49658 [  6805] By: jhi                                   on 2000/08/24  15:00:31
49659         Log: Update Changes.
49660      Branch: perl
49661            ! Changes patchlevel.h
49662 ____________________________________________________________________________
49663 [  6804] By: jhi                                   on 2000/08/24  14:59:07
49664         Log: Regen perltoc.
49665      Branch: perl
49666            ! pod/perltoc.pod
49667 ____________________________________________________________________________
49668 [  6803] By: jhi                                   on 2000/08/24  14:44:39
49669         Log: Show the doc file, not the temp file.
49670      Branch: perl
49671            ! installman
49672 ____________________________________________________________________________
49673 [  6802] By: jhi                                   on 2000/08/24  14:41:53
49674         Log: Continue silencing.
49675      Branch: perl
49676            ! installman
49677 ____________________________________________________________________________
49678 [  6801] By: jhi                                   on 2000/08/24  14:34:40
49679         Log: Actually do something with the silencer option.
49680      Branch: perl
49681            ! installman
49682 ____________________________________________________________________________
49683 [  6800] By: jhi                                   on 2000/08/24  14:26:22
49684         Log: Make installman to recognize the silence flag -S.
49685      Branch: perl
49686            ! installman
49687 ____________________________________________________________________________
49688 [  6799] By: jhi                                   on 2000/08/24  13:49:38
49689         Log: DOS patches and portability/porting notes, from Tim Jenness.
49690      Branch: perl
49691            ! lib/File/Temp.pm
49692 ____________________________________________________________________________
49693 [  6798] By: jhi                                   on 2000/08/24  13:48:27
49694         Log: Create directories in silence.
49695              
49696              Subject: [PATCH] Another silencer for MakeMaker
49697              From: andreas.koenig@anima.de (Andreas J. Koenig)
49698              Date: 24 Aug 2000 14:18:52 +0200
49699              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
49700      Branch: perl
49701            ! lib/ExtUtils/Command.pm
49702 ____________________________________________________________________________
49703 [  6797] By: jhi                                   on 2000/08/24  13:46:42
49704         Log: More liberal parsing of version numbers.
49705              
49706              Subject: Re: CPAN.pm beta for testing available
49707              From: andreas.koenig@anima.de (Andreas J. Koenig)
49708              Date: 24 Aug 2000 13:51:57 +0200
49709              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
49710      Branch: perl
49711            ! lib/CPAN.pm
49712 ____________________________________________________________________________
49713 [  6796] By: jhi                                   on 2000/08/24  13:44:36
49714         Log: Make "make install" by default silent.  A new "install-verbose"
49715              target is verbose.
49716      Branch: perl
49717            ! Makefile.SH
49718 ____________________________________________________________________________
49719 [  6795] By: jhi                                   on 2000/08/24  13:39:14
49720         Log: Add silencer flags to installperl.
49721              
49722              Subject: [PATCH] Making installperl silent.
49723              From: <abigail@foad.org>
49724              Date: Thu, 24 Aug 2000 05:01:45 -0400
49725              Message-ID: <20000824090145.13141.qmail@foad.org>
49726      Branch: perl
49727            ! installperl
49728 ____________________________________________________________________________
49729 [  6794] By: jhi                                   on 2000/08/24  13:35:50
49730         Log: installperl couldn't tell whether it had run tests or not.
49731              
49732              Subject: [PATCH] Re: installperl and t/TEST
49733              From: <abigail@foad.org>
49734              Date: Thu, 24 Aug 2000 04:00:53 -0400
49735              Message-ID: <20000824080053.2494.qmail@foad.org>
49736      Branch: perl
49737            ! Makefile.SH installperl
49738 ____________________________________________________________________________
49739 [  6793] By: jhi                                   on 2000/08/24  13:27:50
49740         Log: Drop the separate perlbc, perlcc -b should be enough.
49741      Branch: perl
49742            - utils/perlbc.PL
49743            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
49744 ____________________________________________________________________________
49745 [  6792] By: jhi                                   on 2000/08/24  04:41:30
49746         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
49747              plus the typo fix from Peter Prymmer.
49748      Branch: perl
49749            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
49750            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49751 ____________________________________________________________________________
49752 [  6791] By: jhi                                   on 2000/08/24  02:10:43
49753         Log: Replace #6705 with a minimal doc patch.
49754              
49755              Subject: [PATCH 5.6.0] replace change #6705
49756              From: Jan Dubois <jand@ActiveState.com>
49757              Date: Wed, 23 Aug 2000 18:31:51 -0700
49758              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
49759      Branch: perl
49760            ! lib/Win32.pod win32/win32.c
49761 ____________________________________________________________________________
49762 [  6790] By: jhi                                   on 2000/08/23  17:52:00
49763         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49764              From: Mike Guy <mjtg@cam.ac.uk>
49765              Date: Wed, 23 Aug 2000 18:38:46 +0100
49766              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
49767      Branch: perl
49768            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
49769 ____________________________________________________________________________
49770 [  6789] By: jhi                                   on 2000/08/23  15:34:21
49771         Log: Update Changes.
49772      Branch: perl
49773            ! Changes patchlevel.h
49774 ____________________________________________________________________________
49775 [  6788] By: jhi                                   on 2000/08/23  15:33:40
49776         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49777              From: Wilfredo Sánchez <wsanchez@apple.com>
49778              Date: Tue, 22 Aug 2000 19:31:27 -0700
49779              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
49780      Branch: perl
49781            ! perl.h
49782 ____________________________________________________________________________
49783 [  6787] By: jhi                                   on 2000/08/23  15:29:31
49784         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49785              From: Spider Boardman <spider@leggy.zk3.dec.com>
49786              Date: Wed, 23 Aug 2000 10:33:23 -0400
49787              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
49788      Branch: perl
49789            ! lib/Pod/Html.pm
49790 ____________________________________________________________________________
49791 [  6786] By: jhi                                   on 2000/08/23  15:28:11
49792         Log: Bad makefile.
49793      Branch: perl
49794            ! ext/B/Makefile.PL
49795 ____________________________________________________________________________
49796 [  6785] By: jhi                                   on 2000/08/23  14:37:04
49797         Log: Update Changes.
49798      Branch: perl
49799            ! Changes patchlevel.h
49800 ____________________________________________________________________________
49801 [  6784] By: jhi                                   on 2000/08/23  13:58:41
49802         Log: Portability fix from Hugo van der Sanden.
49803      Branch: perl
49804            ! ext/re/Makefile.PL
49805 ____________________________________________________________________________
49806 [  6783] By: jhi                                   on 2000/08/23  13:53:53
49807         Log: Storable support, v-version fixes.
49808              
49809              Subject: CPAN.pm beta for testing available
49810              From: andreas.koenig@anima.de (Andreas J. Koenig)
49811              Date: 22 Aug 2000 23:31:33 +0200
49812              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
49813      Branch: perl
49814            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49815 ____________________________________________________________________________
49816 [  6782] By: jhi                                   on 2000/08/23  13:51:26
49817         Log: Mac and other portability updates from Chris Nandor.
49818      Branch: perl
49819            ! pod/perlmodinstall.pod
49820 ____________________________________________________________________________
49821 [  6781] By: jhi                                   on 2000/08/23  13:47:33
49822         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
49823              From: Peter Prymmer <pvhp@forte.com>
49824              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
49825              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
49826      Branch: perl
49827            ! ext/Storable/Storable.xs
49828 ____________________________________________________________________________
49829 [  6780] By: jhi                                   on 2000/08/23  13:33:34
49830         Log: VMS MMS (make) wants null action.
49831      Branch: perl
49832            ! ext/B/Makefile.PL
49833 ____________________________________________________________________________
49834 [  6779] By: jhi                                   on 2000/08/22  19:44:47
49835         Log: Forgot portability nit.
49836      Branch: perl
49837            ! t/lib/st-forgive.t
49838 ____________________________________________________________________________
49839 [  6778] By: jhi                                   on 2000/08/22  19:35:25
49840         Log: Be portable.
49841      Branch: perl
49842            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
49843            ! t/lib/st-store.t
49844 ____________________________________________________________________________
49845 [  6777] By: jhi                                   on 2000/08/22  18:50:53
49846         Log: Update Changes.
49847      Branch: perl
49848            ! Changes patchlevel.h
49849 ____________________________________________________________________________
49850 [  6776] By: jhi                                   on 2000/08/22  18:44:46
49851         Log: cSVOPo_*v things index into the current PL_curpad
49852              under ithreads, which is different from the curpad
49853              used by the XSUB.  (In other words, the code as-is
49854              before this patch wouldn't work under ithreads.)
49855              From Sarathy.
49856      Branch: perl
49857            ! ext/B/B.xs
49858 ____________________________________________________________________________
49859 [  6775] By: jhi                                   on 2000/08/22  18:18:37
49860         Log: Make the selection of NVff et al stricter.
49861      Branch: metaconfig/U/perl
49862            ! perlxvf.U
49863      Branch: perl
49864            ! Configure config_h.SH
49865 ____________________________________________________________________________
49866 [  6774] By: jhi                                   on 2000/08/22  17:19:42
49867         Log: perldelta nits.
49868      Branch: perl
49869            ! pod/perldelta.pod
49870 ____________________________________________________________________________
49871 [  6773] By: jhi                                   on 2000/08/22  17:06:26
49872         Log: Long double fixes from Spider Boardman.
49873              
49874              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
49875              From: system PRIVILEGED account <root@peano.zk3.dec.com>
49876              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
49877              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
49878      Branch: perl
49879            ! t/lib/bigfltpm.t t/lib/st-06compat.t
49880 ____________________________________________________________________________
49881 [  6772] By: jhi                                   on 2000/08/22  15:04:53
49882         Log: Update Changes.
49883      Branch: perl
49884            ! Changes patchlevel.h
49885 ____________________________________________________________________________
49886 [  6771] By: jhi                                   on 2000/08/22  15:01:44
49887         Log: perldelta fixes from Hugo van der Sanden.
49888      Branch: perl
49889            ! pod/perldelta.pod
49890 ____________________________________________________________________________
49891 [  6770] By: jhi                                   on 2000/08/22  14:34:49
49892         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
49893              From: Hugo <hv@crypt.compulink.co.uk>
49894              Date: Tue, 22 Aug 2000 11:21:53 +0100
49895              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
49896      Branch: perl
49897            ! regcomp.c
49898 ____________________________________________________________________________
49899 [  6769] By: jhi                                   on 2000/08/22  14:30:02
49900         Log: Add Yitzchak, reformat.
49901      Branch: perl
49902            ! Changes config_h.SH
49903 ____________________________________________________________________________
49904 [  6768] By: jhi                                   on 2000/08/22  14:21:35
49905         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
49906              and Spider Boardman.
49907      Branch: metaconfig
49908            ! U/compline/d_gconvert.U
49909      Branch: perl
49910            ! Configure
49911 ____________________________________________________________________________
49912 [  6767] By: jhi                                   on 2000/08/22  14:11:24
49913         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
49914              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49915              Date: Mon, 21 Aug 2000 19:08:31 -0700
49916              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
49917      Branch: perl
49918            - ext/Storable/patchlevel.h
49919            ! MANIFEST ext/Storable/MANIFEST
49920 ____________________________________________________________________________
49921 [  6766] By: jhi                                   on 2000/08/22  13:49:29
49922         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
49923              From: Peter Prymmer <pvhp@forte.com>
49924              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
49925              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
49926      Branch: perl
49927            ! configure.com ext/Storable/Makefile.PL
49928 ____________________________________________________________________________
49929 [  6765] By: jhi                                   on 2000/08/22  13:44:59
49930         Log: Subject: [PATCH blead] B:: missing dependency
49931              From: Hugo <hv@crypt.compulink.co.uk>
49932              Date: Tue, 22 Aug 2000 06:44:33 +0100
49933              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
49934      Branch: perl
49935            ! ext/B/Makefile.PL
49936 ____________________________________________________________________________
49937 [  6764] By: jhi                                   on 2000/08/22  13:38:12
49938         Log: More bytecompiler.
49939      Branch: perl
49940            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
49941 ____________________________________________________________________________
49942 [  6763] By: jhi                                   on 2000/08/22  13:36:44
49943         Log: Bytecompiler patches from Benjamin Stuhl.
49944      Branch: perl
49945            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
49946            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49947            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49948            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49949            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
49950            ! perl.c perlapi.h pod/perldelta.pod
49951 ____________________________________________________________________________
49952 [  6762] By: jhi                                   on 2000/08/21  23:43:40
49953         Log: An obsoleted diagnostic.
49954      Branch: perl
49955            ! pod/perldelta.pod
49956 ____________________________________________________________________________
49957 [  6761] By: jhi                                   on 2000/08/21  23:01:45
49958         Log: The #6759 wasn't quite right.
49959      Branch: perl
49960            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49961            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49962            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49963            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49964            ! t/lib/st-tieditems.t
49965 ____________________________________________________________________________
49966 [  6760] By: jhi                                   on 2000/08/21  22:35:49
49967         Log: Be verydeepclean.
49968      Branch: perl
49969            ! Makefile.SH
49970 ____________________________________________________________________________
49971 [  6759] By: jhi                                   on 2000/08/21  22:25:40
49972         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
49973              From: Peter Prymmer <pvhp@forte.com>
49974              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
49975              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
49976      Branch: perl
49977            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49978            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49979            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49980            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49981            ! t/lib/st-tieditems.t
49982 ____________________________________________________________________________
49983 [  6758] By: jhi                                   on 2000/08/21  22:22:32
49984         Log: Few more casts, need reported in
49985              
49986              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
49987              From: Mike Stok <mike@stok.co.uk>
49988              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
49989              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
49990              
49991              and
49992              
49993              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
49994              From: abigail@foad.org
49995              Date: 21 Aug 2000 21:31:34 -0000
49996              Message-Id: <20000821213134.30170.qmail@foad.org>
49997      Branch: perl
49998            ! ext/Storable/Storable.xs
49999 ____________________________________________________________________________
50000 [  6757] By: jhi                                   on 2000/08/21  18:37:07
50001         Log: Update Changes.
50002      Branch: perl
50003            ! Changes patchlevel.h
50004 ____________________________________________________________________________
50005 [  6756] By: jhi                                   on 2000/08/21  18:34:02
50006         Log: A pod nit.
50007              
50008              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50009              From: <abigail@foad.org>
50010              Date: Mon, 21 Aug 2000 14:00:16 -0400
50011              Message-ID: <20000821180016.28627.qmail@foad.org>
50012      Branch: perl
50013            ! pod/perlre.pod
50014 ____________________________________________________________________________
50015 [  6755] By: jhi                                   on 2000/08/21  18:30:56
50016         Log: Use PodParser 1.18 new test.
50017      Branch: perl
50018            ! t/pod/special_seqs.t t/pod/special_seqs.xr
50019 ____________________________________________________________________________
50020 [  6754] By: jhi                                   on 2000/08/21  18:28:35
50021         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
50022              patches cannot be applied since #6712 conflicts.
50023      Branch: perl
50024            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
50025 ____________________________________________________________________________
50026 [  6753] By: jhi                                   on 2000/08/21  18:15:11
50027         Log: Weed out some smaller changes.
50028      Branch: perl
50029            ! pod/perldelta.pod
50030 ____________________________________________________________________________
50031 [  6752] By: jhi                                   on 2000/08/21  18:02:30
50032         Log: Also under djgpp the timestamps are funky.
50033      Branch: perl
50034            ! t/op/stat.t
50035 ____________________________________________________________________________
50036 [  6751] By: jhi                                   on 2000/08/21  17:55:56
50037         Log: Tweak the floating point output routine preferences.
50038      Branch: metaconfig
50039            ! U/compline/d_gconvert.U
50040      Branch: perl
50041            ! Configure
50042 ____________________________________________________________________________
50043 [  6750] By: jhi                                   on 2000/08/21  17:51:29
50044         Log: Unicos/mk requires elaborate paranoia.
50045      Branch: perl
50046            ! lib/Math/Complex.pm
50047 ____________________________________________________________________________
50048 [  6749] By: gsar                                  on 2000/08/21  16:53:31
50049         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50050      Branch: perl
50051            ! lib/Cwd.pm
50052 ____________________________________________________________________________
50053 [  6748] By: gsar                                  on 2000/08/21  16:22:19
50054         Log: free TLS slot properly on Windows
50055      Branch: perl
50056            ! thread.h win32/perllib.c win32/win32thread.h
50057 ____________________________________________________________________________
50058 [  6747] By: jhi                                   on 2000/08/21  16:20:58
50059         Log: Rename the macro argument because some preprocessors
50060              can't tell the difference and expand arguments also inside
50061              double quoted strings.
50062      Branch: perl
50063            ! regcomp.c
50064 ____________________________________________________________________________
50065 [  6746] By: jhi                                   on 2000/08/21  16:09:41
50066         Log: Support long doubles in Storable.
50067              
50068              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
50069              From: Radu Greab <radu@netsoft.ro>
50070              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
50071              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
50072      Branch: perl
50073            ! ext/Storable/Storable.xs
50074 ____________________________________________________________________________
50075 [  6745] By: jhi                                   on 2000/08/21  15:51:40
50076         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
50077              From: "Fifer, Eric" <EFifer@sanwaint.com>
50078              Date: Mon, 21 Aug 2000 15:34:49 +0100
50079              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
50080      Branch: perl
50081            ! t/pragma/warn/9enabled
50082 ____________________________________________________________________________
50083 [  6744] By: jhi                                   on 2000/08/21  15:39:35
50084         Log: Document the endianness of Alpha more precisely.
50085      Branch: perl
50086            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
50087            ! pod/perlport.pod
50088 ____________________________________________________________________________
50089 [  6743] By: jhi                                   on 2000/08/21  14:47:05
50090         Log: perldelta fixes from the p5p crowd.
50091      Branch: perl
50092            ! pod/perldelta.pod pod/perlop.pod
50093 ____________________________________________________________________________
50094 [  6742] By: jhi                                   on 2000/08/21  13:34:51
50095         Log: Update to Pod::LaTeX 0.53.
50096              
50097              Subject: [PATCH] lib/Pod/LaTeX.pm updates
50098              From: Tim Jenness <timj@jach.hawaii.edu>
50099              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
50100              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
50101      Branch: perl
50102            ! lib/Pod/LaTeX.pm
50103 ____________________________________________________________________________
50104 [  6741] By: jhi                                   on 2000/08/21  13:33:01
50105         Log: Subject: [PATCH] os2.c fix for use64bitint
50106              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50107              Date: Mon, 21 Aug 2000 01:32:25 -0700
50108              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
50109      Branch: perl
50110            ! os2/os2.c
50111 ____________________________________________________________________________
50112 [  6740] By: jhi                                   on 2000/08/21  13:28:52
50113         Log: Array context keeps slithering in.
50114              
50115              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
50116              From: Daniel Chetlin <daniel@chetlin.com>
50117              Date: Sun, 20 Aug 2000 21:40:25 -0700
50118              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
50119      Branch: perl
50120            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
50121            ! pod/perldebtut.pod
50122 ____________________________________________________________________________
50123 [  6739] By: jhi                                   on 2000/08/21  13:23:55
50124         Log: Big-endian quad fixes for Storable from Radu Greab,
50125              plus few explicit null casts for picky compilers.
50126      Branch: perl
50127            ! ext/Storable/Storable.xs
50128 ____________________________________________________________________________
50129 [  6738] By: gsar                                  on 2000/08/21  05:56:13
50130         Log: small tweaks for change#6705: avoid C++ style comments in C code;
50131              use Perl's malloc API rather than the low level system one
50132      Branch: perl
50133            ! win32/win32.c
50134 ____________________________________________________________________________
50135 [  6737] By: gsar                                  on 2000/08/21  05:35:41
50136         Log: add Storable to list of extensions on Windows
50137      Branch: perl
50138            ! win32/Makefile win32/makefile.mk
50139 ____________________________________________________________________________
50140 [  6736] By: jhi                                   on 2000/08/21  02:57:53
50141         Log: Update Changes.
50142      Branch: perl
50143            ! Changes patchlevel.h
50144 ____________________________________________________________________________
50145 [  6735] By: jhi                                   on 2000/08/21  02:57:20
50146         Log: Draft 0.
50147      Branch: perl
50148            ! pod/perldelta.pod
50149 ____________________________________________________________________________
50150 [  6734] By: jhi                                   on 2000/08/21  02:57:03
50151         Log: Add Storable 0.7.2 from Raphael Manfredi,
50152              plus the patch from
50153              
50154              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
50155              From: Radu Greab <radu@netsoft.ro>
50156              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
50157              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
50158              
50159              plus changes to get Storable to compile with
50160              picky ANSI compilers.
50161      Branch: perl
50162            + ext/Storable/ChangeLog ext/Storable/MANIFEST
50163            + ext/Storable/Makefile.PL ext/Storable/README
50164            + ext/Storable/Storable.pm ext/Storable/Storable.xs
50165            + ext/Storable/patchlevel.h t/lib/st-06compat.t
50166            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
50167            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
50168            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
50169            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
50170            + t/lib/st-tieditems.t
50171            ! MANIFEST
50172 ____________________________________________________________________________
50173 [  6733] By: jhi                                   on 2000/08/21  02:29:09
50174         Log: The correct cleaning order is an art.
50175      Branch: perl
50176            ! Makefile.SH
50177 ____________________________________________________________________________
50178 [  6732] By: jhi                                   on 2000/08/21  01:23:39
50179         Log: The #6724 is here.
50180      Branch: perl
50181            ! t/lib/ftmp-security.t
50182 ____________________________________________________________________________
50183 [  6731] By: jhi                                   on 2000/08/20  23:17:03
50184         Log: s/this one/the 5.6.0 release/
50185      Branch: perl
50186            ! pod/perl56delta.pod
50187 ____________________________________________________________________________
50188 [  6730] By: jhi                                   on 2000/08/20  23:07:34
50189         Log: Mention perlebcdic and perlposix-bc.
50190      Branch: perl
50191            ! pod/perlport.pod
50192 ____________________________________________________________________________
50193 [  6729] By: jhi                                   on 2000/08/20  21:32:59
50194         Log: Document the number of exponent digits.
50195      Branch: perl
50196            ! pod/perlfunc.pod
50197 ____________________________________________________________________________
50198 [  6728] By: jhi                                   on 2000/08/20  21:16:47
50199         Log: Use File::Spec->tmpdir().
50200              
50201              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
50202              From: Tim Jenness <timj@jach.hawaii.edu>
50203              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
50204              MIME-Version: 1.0
50205              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
50206      Branch: perl
50207            ! utils/perlbug.PL
50208 ____________________________________________________________________________
50209 [  6727] By: jhi                                   on 2000/08/20  20:43:32
50210         Log: Update Changes.
50211      Branch: perl
50212            ! Changes patchlevel.h
50213 ____________________________________________________________________________
50214 [  6726] By: jhi                                   on 2000/08/20  20:41:44
50215         Log: The veryclean target needs to clobber.
50216      Branch: perl
50217            ! Makefile.SH
50218 ____________________________________________________________________________
50219 [  6725] By: jhi                                   on 2000/08/20  20:37:38
50220         Log: Document odd vs even subreleases and -Dusedevel.
50221      Branch: perl
50222            ! INSTALL
50223 ____________________________________________________________________________
50224 [  6724] By: jhi                                   on 2000/08/20  19:58:05
50225         Log: Use temporary directory instead of current directory.
50226              
50227              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
50228              From: Tim Jenness <timj@jach.hawaii.edu>
50229              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
50230              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
50231      Branch: perl
50232            ! t/lib/ftmp-security.t
50233 ____________________________________________________________________________
50234 [  6723] By: jhi                                   on 2000/08/20  19:55:55
50235         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
50236              From: andreas.koenig@anima.de (Andreas J. Koenig)
50237              Date: 20 Aug 2000 15:52:03 +0200
50238              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
50239      Branch: perl
50240            ! lib/ExtUtils/MM_Unix.pm
50241 ____________________________________________________________________________
50242 [  6722] By: jhi                                   on 2000/08/20  19:46:01
50243         Log: Update to CGI 2.72, from Lincoln Stein.
50244      Branch: perl
50245            ! lib/CGI.pm
50246 ____________________________________________________________________________
50247 [  6721] By: jhi                                   on 2000/08/20  19:43:54
50248         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
50249              From: Radu Greab <radu@netsoft.ro>
50250              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
50251              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
50252      Branch: perl
50253            ! ext/GDBM_File/GDBM_File.xs
50254 ____________________________________________________________________________
50255 [  6720] By: jhi                                   on 2000/08/20  19:42:01
50256         Log: pp_open() could pass an uninitialized filename down to do_open9().
50257      Branch: perl
50258            ! pp_sys.c
50259 ____________________________________________________________________________
50260 [  6719] By: jhi                                   on 2000/08/20  14:06:41
50261         Log: UTF8 concat fixes.
50262              
50263              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
50264              From: Hugo <hv@crypt.compulink.co.uk>
50265              Date: Sun, 20 Aug 2000 07:30:46 +0100
50266              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
50267      Branch: perl
50268            ! pp_hot.c t/op/append.t
50269 ____________________________________________________________________________
50270 [  6718] By: jhi                                   on 2000/08/20  02:09:37
50271         Log: Let's try #6717 again.
50272      Branch: perl
50273            ! lib/File/Temp.pm
50274 ____________________________________________________________________________
50275 [  6717] By: jhi                                   on 2000/08/20  01:56:55
50276         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
50277              From: "Craig A. Berry" <craig.berry@metamorgs.com>
50278              Date: Sat, 19 Aug 2000 18:15:39 -0500
50279              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
50280      Branch: perl
50281            ! lib/File/Temp.pm
50282 ____________________________________________________________________________
50283 [  6716] By: jhi                                   on 2000/08/19  15:50:11
50284         Log: Update Changes.
50285      Branch: perl
50286            ! Changes patchlevel.h
50287 ____________________________________________________________________________
50288 [  6715] By: jhi                                   on 2000/08/19  15:39:09
50289         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
50290              From: Jonathan D Johnston <jdjohnston2@juno.com>
50291              Date: Thu, 17 Aug 2000 23:13:01 -0400       
50292              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
50293      Branch: perl
50294            ! pod/perlfunc.pod
50295 ____________________________________________________________________________
50296 [  6714] By: jhi                                   on 2000/08/19  15:34:04
50297         Log: Introduce a 'veryclean' target that is like 'distclean'
50298              but also removes *~ and *.orig.
50299      Branch: perl
50300            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
50301            ! utils/Makefile x2p/Makefile.SH
50302 ____________________________________________________________________________
50303 [  6713] By: jhi                                   on 2000/08/19  14:15:45
50304         Log: Put back the long double avoidance code to POSIX.xs
50305              because VMS seems to need it still.
50306      Branch: perl
50307            ! ext/POSIX/POSIX.xs
50308 ____________________________________________________________________________
50309 [  6712] By: jhi                                   on 2000/08/19  14:10:41
50310         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
50311              From: Peter Prymmer <pvhp@forte.com>
50312              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
50313              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
50314      Branch: perl
50315            ! lib/Pod/Find.pm t/pod/find.t
50316 ____________________________________________________________________________
50317 [  6711] By: jhi                                   on 2000/08/19  14:09:19
50318         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
50319              From: Peter Prymmer <pvhp@forte.com>
50320              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
50321              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
50322              cc: vmsperl@perl.org
50323      Branch: perl
50324            ! t/lib/peek.t
50325 ____________________________________________________________________________
50326 [  6710] By: jhi                                   on 2000/08/19  14:08:01
50327         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
50328              From: Jan Dubois <jand@ActiveState.com>
50329              Date: Fri, 18 Aug 2000 16:31:48 -0700
50330              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
50331      Branch: perl
50332            ! win32/win32.c
50333 ____________________________________________________________________________
50334 [  6709] By: jhi                                   on 2000/08/19  14:06:57
50335         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
50336              
50337              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
50338              From: Spider.Boardman@Orb.Nashua.NH.US
50339              Date: Fri, 18 Aug 2000 18:41:14 -0400
50340              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
50341      Branch: perl
50342            ! regcomp.c
50343 ____________________________________________________________________________
50344 [  6708] By: jhi                                   on 2000/08/18  22:04:49
50345         Log: Update Changes.
50346      Branch: perl
50347            ! Changes patchlevel.h
50348 ____________________________________________________________________________
50349 [  6707] By: jhi                                   on 2000/08/18  21:55:14
50350         Log: Add warnif(), check warnings further up the stack,
50351              all the warnings functions now can take an optional object reference.
50352              
50353              Subject: [PATCH bleedperl@6691] warnings pragma update
50354              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50355              Date: Fri, 18 Aug 2000 22:42:06 +0100
50356              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
50357      Branch: perl
50358            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
50359            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
50360            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
50361 ____________________________________________________________________________
50362 [  6706] By: jhi                                   on 2000/08/18  21:41:45
50363         Log: Typo in pp_complement().
50364              
50365              Subject: [PATCH perl-current] Deparse
50366              From: Peter Scott <Peter@PSDT.com>
50367              Date: Fri, 18 Aug 2000 12:44:37 -0700
50368              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
50369      Branch: perl
50370            ! ext/B/B/Deparse.pm
50371 ____________________________________________________________________________
50372 [  6705] By: jhi                                   on 2000/08/18  21:25:59
50373         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50374              From: Jan Dubois <jand@ActiveState.com>
50375              Date: Fri, 18 Aug 2000 14:22:51 -0700
50376              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
50377      Branch: perl
50378            ! lib/Win32.pod win32/win32.c
50379 ____________________________________________________________________________
50380 [  6704] By: jhi                                   on 2000/08/18  21:16:14
50381         Log: Don't eat leading os from index entries.
50382              
50383              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50384              From: Russ Allbery <rra@stanford.edu>
50385              Date: 10 Aug 2000 20:49:25 -0700
50386              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
50387      Branch: perl
50388            ! lib/Pod/Man.pm
50389 ____________________________________________________________________________
50390 [  6703] By: jhi                                   on 2000/08/18  21:07:06
50391         Log: Add [[:blank:]] as suggested in
50392              
50393              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50394              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
50395              Date: Sun, 16 Jul 2000 17:55:29 -0700
50396              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
50397              
50398              (the [=cc=] has already been taken care of by #6439
50399              so the whole bug report can be closed)
50400              
50401              and make [[:space:]] to be equivalent to isspace(3)
50402              (as opposed to \s, which is isSPACE()).  The difference
50403              is that now [[:space:]] matches the mythical vertical tab,
50404              while \s doesn't.
50405      Branch: perl
50406            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
50407            ! regexec.c t/op/pat.t
50408 ____________________________________________________________________________
50409 [  6702] By: jhi                                   on 2000/08/18  18:47:47
50410         Log: The new tests were missing from #6415.
50411      Branch: perl
50412            ! t/op/bop.t
50413 ____________________________________________________________________________
50414 [  6701] By: jhi                                   on 2000/08/18  18:20:40
50415         Log: Document the NDBM_File and ODBM_File as SDBM_File
50416              was documented in #6417.
50417      Branch: perl
50418            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
50419            ! ext/SDBM_File/SDBM_File.pm
50420 ____________________________________________________________________________
50421 [  6700] By: jhi                                   on 2000/08/18  18:10:39
50422         Log: Subject: [PATCH perl@6698] cygwin port
50423              From: "Fifer, Eric" <EFifer@sanwaint.com>
50424              Date: Fri, 18 Aug 2000 17:30:05 +0100
50425              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
50426      Branch: perl
50427            ! lib/File/Temp.pm
50428 ____________________________________________________________________________
50429 [  6699] By: jhi                                   on 2000/08/18  16:21:49
50430         Log: Document code point which makes if (defined %stash::) to work
50431              (noted by Spider Boardman).
50432      Branch: perl
50433            ! op.c
50434 ____________________________________________________________________________
50435 [  6698] By: jhi                                   on 2000/08/18  13:43:27
50436         Log: Update Changes.
50437      Branch: perl
50438            ! Changes patchlevel.h
50439 ____________________________________________________________________________
50440 [  6697] By: jhi                                   on 2000/08/18  13:35:57
50441         Log: Tiny Getopt::Long patch from Johan Vromans.
50442      Branch: perl
50443            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
50444 ____________________________________________________________________________
50445 [  6696] By: jhi                                   on 2000/08/18  13:26:14
50446         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50447              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
50448              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
50449              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
50450      Branch: perl
50451            ! pod/perldiag.pod pod/perlsyn.pod
50452 ____________________________________________________________________________
50453 [  6695] By: jhi                                   on 2000/08/18  13:13:26
50454         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50455              From: Daniel Chetlin <daniel@chetlin.com>
50456              Date: Fri, 18 Aug 2000 03:13:36 -0700
50457              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
50458      Branch: perl
50459            ! pod/perlfunc.pod
50460 ____________________________________________________________________________
50461 [  6694] By: jhi                                   on 2000/08/18  13:08:05
50462         Log: Subject: [PATCH] perltrap.pod spring cleaning
50463              From: Daniel Chetlin <daniel@chetlin.com>
50464              Date: Fri, 18 Aug 2000 03:06:54 -0700
50465              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
50466              
50467              plus Mike Guy's nitfix.
50468      Branch: perl
50469            ! pod/perltrap.pod
50470 ____________________________________________________________________________
50471 [  6693] By: jhi                                   on 2000/08/18  13:00:26
50472         Log: Unbuffer the output.
50473              
50474              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
50475              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50476              Date: Thu, 17 Aug 2000 18:39:29 -0700
50477              Message-ID: <RPJn5gzkgydf092yn@efn.org>
50478      Branch: perl
50479            ! t/op/fork.t
50480 ____________________________________________________________________________
50481 [  6692] By: jhi                                   on 2000/08/18  05:19:17
50482         Log: Delete the image, too, not just its MANIFEStation.
50483      Branch: perl
50484            - lib/CGI/eg/wilogo.gif
50485 ____________________________________________________________________________
50486 [  6691] By: jhi                                   on 2000/08/18  05:10:26
50487         Log: Propagate new Configure vars.
50488      Branch: perl
50489            ! configure.com epoc/config.sh uconfig.h uconfig.sh
50490            ! vos/config.def vos/config.h vos/config_h.SH_orig
50491            ! win32/config.bc win32/config.gc win32/config.vc
50492            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50493 ____________________________________________________________________________
50494 [  6690] By: jhi                                   on 2000/08/18  04:30:56
50495         Log: Update Changes.
50496      Branch: perl
50497            ! Changes patchlevel.h
50498 ____________________________________________________________________________
50499 [  6689] By: jhi                                   on 2000/08/18  04:12:30
50500         Log: Fix the lib/complex failure of
50501              
50502              From: abigail@foad.org
50503              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50504              Date: 15 Aug 2000 04:06:38 -0000
50505              Message-Id: <20000815040638.8524.qmail@foad.org> 
50506              
50507              Linux long double accuracy issue: something that
50508              when printed with %g looks like "2" but int() of it is 1.
50509      Branch: perl
50510            ! lib/Math/Complex.pm
50511 ____________________________________________________________________________
50512 [  6688] By: jhi                                   on 2000/08/18  03:15:35
50513         Log: The byteorder code in #6671 was wrong.
50514      Branch: perl
50515            ! configpm
50516 ____________________________________________________________________________
50517 [  6687] By: jhi                                   on 2000/08/18  02:08:42
50518         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
50519              From: Jan Dubois <jand@ActiveState.com>
50520              Date: Thu, 17 Aug 2000 18:31:55 -0700
50521              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
50522      Branch: perl
50523            ! sv.c
50524 ____________________________________________________________________________
50525 [  6686] By: jhi                                   on 2000/08/18  02:04:15
50526         Log: Use NVs in POSIX math, not doubles.
50527              
50528              From: abigail@foad.org
50529              Subject: [ID 20000817.014] POSIX & modfl
50530              Date: 17 Aug 2000 20:49:18 -0000
50531              Message-Id: <20000817204918.23123.qmail@foad.org>
50532      Branch: perl
50533            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50534 ____________________________________________________________________________
50535 [  6685] By: jhi                                   on 2000/08/18  02:02:12
50536         Log: Introduce NVef, NVff, and NVgf, use the middle one.
50537              (helps for lib/peek + Linux + long doubles)  Reported in
50538              
50539              From: abigail@foad.org
50540              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50541              Date: 15 Aug 2000 04:06:38 -0000
50542              Message-Id: <20000815040638.8524.qmail@foad.org> 
50543              
50544              (note: the lib/complex failure has not yet been addressed)
50545      Branch: metaconfig/U/perl
50546            ! perlxvf.U
50547      Branch: perl
50548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50549            ! config_h.SH dump.c perl.h pod/perlguts.pod
50550 ____________________________________________________________________________
50551 [  6684] By: jhi                                   on 2000/08/17  23:22:19
50552         Log: Add byteorder to the myconfig output.
50553      Branch: perl
50554            ! myconfig.SH
50555 ____________________________________________________________________________
50556 [  6683] By: jhi                                   on 2000/08/17  23:20:19
50557         Log: The image doth not exist, spotted by Johan Vromans.
50558      Branch: perl
50559            ! MANIFEST
50560 ____________________________________________________________________________
50561 [  6682] By: jhi                                   on 2000/08/17  22:38:16
50562         Log: Document what the backtick returns if the command fails.
50563      Branch: perl
50564            ! pod/perlop.pod
50565 ____________________________________________________________________________
50566 [  6681] By: jhi                                   on 2000/08/17  22:33:12
50567         Log: Do not use prototyping here.
50568              
50569              Subject: [ID 20000817.016] [PATCH] Peek.xs
50570              From: abigail@foad.org
50571              Date: 17 Aug 2000 20:55:56 -0000
50572              Message-Id: <20000817205556.24270.qmail@foad.org>
50573      Branch: perl
50574            ! ext/Devel/Peek/Makefile.PL
50575 ____________________________________________________________________________
50576 [  6680] By: jhi                                   on 2000/08/17  19:46:43
50577         Log: Don't propose using modules built for 5.005 if no binary
50578              compatibility with 5.005 is attempted.
50579              
50580              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50581              Subject: Minor nit with 5.7.0 (6655)
50582              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
50583              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
50584      Branch: metaconfig
50585            ! U/installdirs/inc_version_list.U
50586      Branch: perl
50587            ! Configure config_h.SH
50588 ____________________________________________________________________________
50589 [  6679] By: jhi                                   on 2000/08/17  19:16:39
50590         Log: Microperl config update.
50591      Branch: perl
50592            ! uconfig.h uconfig.sh
50593 ____________________________________________________________________________
50594 [  6678] By: jhi                                   on 2000/08/17  19:16:13
50595         Log: The #6648 wasn't protective enough for limited platforms
50596              (like microperl).
50597      Branch: perl
50598            ! dump.c sv.c
50599 ____________________________________________________________________________
50600 [  6677] By: jhi                                   on 2000/08/17  14:46:35
50601         Log: Update Changes.
50602      Branch: perl
50603            ! Changes patchlevel.h
50604 ____________________________________________________________________________
50605 [  6676] By: jhi                                   on 2000/08/17  14:44:02
50606         Log: Add perlebcdic from Peter Prymmer, regen toc.
50607      Branch: perl
50608            + pod/perlebcdic.pod
50609            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50610 ____________________________________________________________________________
50611 [  6675] By: jhi                                   on 2000/08/17  14:41:52
50612         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50613      Branch: perl
50614            ! pod/perldebtut.pod
50615 ____________________________________________________________________________
50616 [  6674] By: jhi                                   on 2000/08/17  14:29:43
50617         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
50618              
50619              Subject: [ID 20000724.006] -DLEAKTEST problem
50620              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
50621              Date: Tue, 25 Jul 2000 00:36:32 -0500
50622              Message-Id: <20000725003632.A26186@www.llamacom.com>
50623              
50624              Reminder sent
50625              
50626              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
50627              From: Hugo <hv@crypt.compulink.co.uk>
50628              Date: Thu, 17 Aug 2000 15:23:42 +0100
50629              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
50630      Branch: perl
50631            ! util.c
50632 ____________________________________________________________________________
50633 [  6673] By: jhi                                   on 2000/08/17  04:07:10
50634         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50635              From: John Peacock <JPeacock@UnivPress.com>
50636              Date: Tue, 01 Aug 2000 09:38:12 -0400
50637              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
50638      Branch: perl
50639            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
50640 ____________________________________________________________________________
50641 [  6672] By: jhi                                   on 2000/08/17  03:04:35
50642         Log: Subject: [PATCH] Cwd.pm now uses strict
50643              From: Tim Jenness <timj@jach.hawaii.edu>
50644              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
50645              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
50646      Branch: perl
50647            ! lib/Cwd.pm
50648 ____________________________________________________________________________
50649 [  6671] By: jhi                                   on 2000/08/17  02:16:35
50650         Log: Make $Config{byteorder} more magical so that it is
50651              dynamically computed: nice for 'fat binaries'.
50652              
50653              Subject: [PATCH]: default byteorder
50654              From: Wilfredo Sánchez <wsanchez@apple.com>
50655              Date: Mon, 31 Jul 2000 19:45:31 -0700
50656              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
50657      Branch: perl
50658            ! configpm
50659 ____________________________________________________________________________
50660 [  6670] By: gsar                                  on 2000/08/17  01:22:21
50661         Log: move WNOHANG definition to where other such things are
50662      Branch: perl
50663            ! win32/win32.h
50664 ____________________________________________________________________________
50665 [  6669] By: jhi                                   on 2000/08/17  01:19:17
50666         Log: Update Changes.
50667      Branch: perl
50668            ! Changes patchlevel.h
50669 ____________________________________________________________________________
50670 [  6668] By: jhi                                   on 2000/08/17  01:16:29
50671         Log: Doc nits spotted by Richard Soderberg.
50672      Branch: perl
50673            ! README.posix-bc README.vmesa
50674 ____________________________________________________________________________
50675 [  6667] By: jhi                                   on 2000/08/17  01:12:11
50676         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50677              From: "Casey R. Tweten" <crt@kiski.net>
50678              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
50679              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
50680      Branch: perl
50681            ! pod/perldebtut.pod
50682 ____________________________________________________________________________
50683 [  6666] By: jhi                                   on 2000/08/17  01:09:31
50684         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50685              From: "Casey R. Tweten" <crt@kiski.net>
50686              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
50687              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
50688      Branch: perl
50689            ! lib/Shell.pm
50690 ____________________________________________________________________________
50691 [  6665] By: gsar                                  on 2000/08/17  01:03:52
50692         Log: add "ok" targets from change#6632 in makefile.mk
50693      Branch: perl
50694            ! pod/perlport.pod win32/Makefile win32/makefile.mk
50695 ____________________________________________________________________________
50696 [  6664] By: gsar                                  on 2000/08/17  00:56:11
50697         Log: avoid warnings from dense compiler
50698      Branch: perl
50699            ! win32/win32.c
50700 ____________________________________________________________________________
50701 [  6663] By: jhi                                   on 2000/08/17  00:51:49
50702         Log: Tweak the regex compilation errors once more.
50703      Branch: perl
50704            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50705            ! t/op/regmesg.t t/pragma/warn/regcomp
50706 ____________________________________________________________________________
50707 [  6662] By: gsar                                  on 2000/08/17  00:28:19
50708         Log: trailing new %ENV entries weren't being pushed into the real
50709              environment of subprocesses on Windows
50710      Branch: perl
50711            ! t/op/magic.t win32/perlhost.h
50712 ____________________________________________________________________________
50713 [  6661] By: gsar                                  on 2000/08/17  00:19:20
50714         Log: waitpid() now handles externally spawned pids correctly;
50715              fixes for backtick/wait/waitpid failures on Windows 9x
50716              
50717              these changes make the pid returned by process functions on
50718              Windows 9x always positive by clearing the high bit (which
50719              is always set on Win9x); pseudo-process PIDs are likewise
50720              always negative now on Win9x (just as on NT/2000)
50721      Branch: perl
50722            ! pp_sys.c win32/perlhost.h win32/win32.c
50723 ____________________________________________________________________________
50724 [  6660] By: jhi                                   on 2000/08/17  00:04:32
50725         Log: Retract #6645.
50726      Branch: perl
50727            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50728            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50729            ! t/op/sprintf.t
50730 ____________________________________________________________________________
50731 [  6659] By: gsar                                  on 2000/08/16  23:59:28
50732         Log: on windows, the return values from wait() and waitpid() don't
50733              match those of pseudo-pids
50734      Branch: perl
50735            ! pp_sys.c t/op/fork.t util.c win32/win32.c
50736 ____________________________________________________________________________
50737 [  6658] By: gsar                                  on 2000/08/16  23:56:14
50738         Log: pod nit seen in passing
50739      Branch: perl
50740            ! pod/perlfunc.pod
50741 ____________________________________________________________________________
50742 [  6657] By: gsar                                  on 2000/08/16  23:53:42
50743         Log: change#6328 could make close(SOCKET) return false on windows
50744              when it shouldn't
50745      Branch: perl
50746            ! win32/win32sck.c
50747 ____________________________________________________________________________
50748 [  6656] By: gsar                                  on 2000/08/16  23:46:57
50749         Log: check that the number pseudo children doesn't exceed
50750              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50751              the WaitForMultipleObjects() limit that would cause wait()
50752              to crash)
50753              
50754              wait() and waitpid() could potentially be rewritten to use
50755              more than one thread to do the waiting to eliminate this
50756              limitation
50757      Branch: perl
50758            ! win32/perlhost.h
50759 ____________________________________________________________________________
50760 [  6655] By: jhi                                   on 2000/08/16  14:11:05
50761         Log: Update Changes.
50762      Branch: perl
50763            ! Changes patchlevel.h
50764 ____________________________________________________________________________
50765 [  6654] By: jhi                                   on 2000/08/16  14:10:12
50766         Log: Update to perldebtut 1.9, from Richard Foley.
50767      Branch: perl
50768            ! pod/perldebtut.pod
50769 ____________________________________________________________________________
50770 [  6653] By: jhi                                   on 2000/08/16  14:08:17
50771         Log: Change the regx compilation error markers to use = instead of <
50772              since pod makes using the latter quite messy.  Reported in
50773              ID 20000814.006 by Abigail and in
50774              Subject: Unknown escape E<> ?
50775              From: Lupe Christoph <lupe@lupe-christoph.de>
50776              Date: Fri, 11 Aug 2000 00:30:27 +0200
50777              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
50778      Branch: perl
50779            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50780            ! t/op/regmesg.t t/pragma/warn/regcomp
50781 ____________________________________________________________________________
50782 [  6652] By: jhi                                   on 2000/08/16  13:25:31
50783         Log: Change the perlbug address to perl.org since it's more forgiving.
50784              
50785              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
50786              From: abigail@foad.org
50787              Date: 15 Aug 2000 04:15:40 -0000
50788              Message-Id: <20000815041540.8633.qmail@foad.org>
50789      Branch: perl
50790            ! utils/perlbug.PL
50791 ____________________________________________________________________________
50792 [  6651] By: jhi                                   on 2000/08/16  13:22:35
50793         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50794              From: Tim Jenness <timj@jach.hawaii.edu>
50795              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
50796              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
50797      Branch: perl
50798            ! lib/Cwd.pm
50799 ____________________________________________________________________________
50800 [  6650] By: jhi                                   on 2000/08/16  13:18:13
50801         Log: Update to CPAN 1.57.
50802              
50803              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
50804              From: andreas.koenig@anima.de (Andreas J. Koenig)
50805              Date: 16 Aug 2000 15:09:46 +0200
50806              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
50807      Branch: perl
50808            ! lib/CPAN.pm
50809 ____________________________________________________________________________
50810 [  6649] By: jhi                                   on 2000/08/16  13:12:31
50811         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
50812              From: "Larry W. Virden" <lvirden@cas.org>
50813              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
50814              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
50815      Branch: perl
50816            ! README.hpux
50817 ____________________________________________________________________________
50818 [  6648] By: jhi                                   on 2000/08/16  13:03:53
50819         Log: The numeric locale was reset to "C" by s?printf and never restored.
50820              
50821              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50822              From: Christian Kirsch <ck@held.mind.de>
50823              Date: Wed, 9 Aug 2000 17:05:17 +0200
50824              Message-Id: <20000809170517.A25389@held>
50825              
50826              No test since adding the failing example to locale.t
50827              does not fail -- probably because the locale settings are so
50828              thoroughly tweaked by that time.  Running the example standalone
50829              does fail, though.  UPDATE: test case added at change #7540.
50830      Branch: perl
50831            ! dump.c perl.h pp.c pp_ctl.c sv.c
50832 ____________________________________________________________________________
50833 [  6647] By: jhi                                   on 2000/08/16  00:07:54
50834         Log: Update Changes and test semi-automatic patchlevel updating.
50835      Branch: perl
50836            ! Changes patchlevel.h
50837 ____________________________________________________________________________
50838 [  6646] By: jhi                                   on 2000/08/15  23:35:07
50839         Log: Fix a dependency problem.
50840              
50841              Subject: [PATCH: 6640] VMS Makefile.SH update
50842              From: Peter Prymmer <pvhp@forte.com>
50843              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
50844              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
50845      Branch: perl
50846            ! vms/descrip_mms.template
50847 ____________________________________________________________________________
50848 [  6645] By: jhi                                   on 2000/08/15  23:33:23
50849         Log: (Retracted by #6660)
50850              
50851              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
50852              From: Dominic Dunlop <domo@computer.org>
50853              Date: Tue, 15 Aug 2000 22:20:52 +0200
50854              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
50855      Branch: metaconfig/U/perl
50856            + d_printfed.U
50857      Branch: perl
50858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50859            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50860            ! t/op/sprintf.t
50861 ____________________________________________________________________________
50862 [  6644] By: jhi                                   on 2000/08/15  21:17:20
50863         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50864              From: abigail@foad.org
50865              Date: 15 Aug 2000 20:12:41 -0000
50866              Message-Id: <20000815201241.25556.qmail@foad.org>
50867      Branch: perl
50868            ! INSTALL
50869 ____________________________________________________________________________
50870 [  6643] By: jhi                                   on 2000/08/15  21:15:28
50871         Log: (an already applied patch)
50872      Branch: perl
50873            ! lib/CGI.pm
50874 ____________________________________________________________________________
50875 [  6642] By: gsar                                  on 2000/08/15  19:54:05
50876         Log: magic callbacks all need to have same type signature
50877      Branch: perl
50878            ! embed.pl mg.c proto.h
50879 ____________________________________________________________________________
50880 [  6641] By: jhi                                   on 2000/08/15  17:56:27
50881         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)
50882              From: Mike Guy <mjtg@cam.ac.uk>
50883              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
50884              Date: Tue, 15 Aug 2000 18:26:45 +0100
50885              
50886              Only the peek.t part applied, not the hash quality part.
50887      Branch: perl
50888            ! t/lib/peek.t
50889 ____________________________________________________________________________
50890 [  6640] By: jhi                                   on 2000/08/15  16:37:37
50891         Log: Update Changes.
50892      Branch: perl
50893            ! Changes
50894 ____________________________________________________________________________
50895 [  6639] By: jhi                                   on 2000/08/15  16:34:55
50896         Log: Missed a file from #6638.
50897      Branch: perl
50898            ! lib/File/Temp.pm
50899 ____________________________________________________________________________
50900 [  6638] By: jhi                                   on 2000/08/15  16:33:19
50901         Log: Subject: [PATCH perl@6620] cygwin port
50902              From: "Fifer, Eric" <EFifer@sanwaint.com>
50903              Date: Tue, 15 Aug 2000 17:00:49 +0100
50904              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
50905      Branch: perl
50906            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
50907 ____________________________________________________________________________
50908 [  6637] By: jhi                                   on 2000/08/15  16:29:22
50909         Log: Subject: [PATCH] debugger exit code should reflect user exit code
50910              From: Mike Guy <mjtg@cam.ac.uk>
50911              Date: Tue, 15 Aug 2000 16:55:59 +0100
50912              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
50913      Branch: perl
50914            ! lib/perl5db.pl
50915 ____________________________________________________________________________
50916 [  6636] By: jhi                                   on 2000/08/15  15:30:58
50917         Log: Update Changes.
50918      Branch: perl
50919            ! Changes
50920 ____________________________________________________________________________
50921 [  6635] By: jhi                                   on 2000/08/15  15:27:21
50922         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
50923      Branch: metaconfig
50924            ! U/mkglossary U/mksample
50925      Branch: metaconfig/U/perl
50926            ! Devel.U
50927      Branch: perl
50928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50929 ____________________________________________________________________________
50930 [  6634] By: jhi                                   on 2000/08/15  14:11:55
50931         Log: Don't blow limited stacks, a lower number is enough to
50932              tickle the lookbehind limit.
50933              
50934              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
50935              From: Dominic Dunlop <domo@computer.org>
50936              Date: Tue, 15 Aug 2000 13:51:24 +0200
50937              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
50938      Branch: perl
50939            ! t/op/regmesg.t
50940 ____________________________________________________________________________
50941 [  6633] By: jhi                                   on 2000/08/15  14:01:46
50942         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50943              From: Mike Guy <mjtg@cam.ac.uk>
50944              Date: Tue, 15 Aug 2000 12:10:50 +0100
50945              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
50946      Branch: perl
50947            ! utils/perldoc.PL
50948 ____________________________________________________________________________
50949 [  6632] By: jhi                                   on 2000/08/15  13:58:48
50950         Log: make ok etc also for win32.
50951              
50952              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
50953              From: Prymmer/Kahn <pvhp@best.com>
50954              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
50955              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
50956      Branch: perl
50957            ! win32/Makefile
50958 ____________________________________________________________________________
50959 [  6631] By: jhi                                   on 2000/08/15  13:45:03
50960         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
50961      Branch: perl
50962            ! lib/Test.pm
50963 ____________________________________________________________________________
50964 [  6630] By: jhi                                   on 2000/08/15  03:25:09
50965         Log: Update Changes.
50966      Branch: perl
50967            ! Changes
50968 ____________________________________________________________________________
50969 [  6629] By: jhi                                   on 2000/08/15  03:23:53
50970         Log: magic_regdatum_set() is void, not int.
50971      Branch: perl
50972            ! embed.pl mg.c proto.h
50973 ____________________________________________________________________________
50974 [  6628] By: jhi                                   on 2000/08/15  03:08:02
50975         Log: Make the user to give up his firstborn, err, to knowingly
50976              verify installing an unstable developer release.  Also bump
50977              the release to 5.7.0, but leave a patch tag in the local
50978              patches saying that this is not yet the real thing.
50979      Branch: metaconfig
50980            ! U/modified/Instruct.U
50981      Branch: metaconfig/U/perl
50982            + Devel.U
50983      Branch: perl
50984            ! Configure patchlevel.h
50985 ____________________________________________________________________________
50986 [  6627] By: jhi                                   on 2000/08/14  22:32:52
50987         Log: README.os2 update.
50988              
50989              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50990              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50991              Date: Wed, 02 Aug 2000 21:55:09 -0700
50992              Message-ID: <tsPi5gzkgegX092yn@efn.org>
50993      Branch: perl
50994            ! README.os2
50995 ____________________________________________________________________________
50996 [  6626] By: jhi                                   on 2000/08/14  21:00:02
50997         Log: Subject: Re: File::Temp problems on VMS in bleedperl
50998              From: Tim Jenness <timj@jach.hawaii.edu>
50999              cc: vmsperl@perl.org
51000              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
51001              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
51002      Branch: perl
51003            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
51004 ____________________________________________________________________________
51005 [  6625] By: jhi                                   on 2000/08/14  20:52:16
51006         Log: Add SUIDMAIL as was done for the CERT alert.
51007      Branch: perl
51008            ! patchlevel.h
51009 ____________________________________________________________________________
51010 [  6624] By: jhi                                   on 2000/08/14  20:48:50
51011         Log: Subject: sfio2000
51012              From: Daniel Muino <dmuino@afip.gov.ar>
51013              Date: Mon, 14 Aug 2000 16:58:11 -0300
51014              Message-ID: <20000814165811.B16368@con2-dgi>
51015      Branch: perl
51016            ! perlsdio.h perlsfio.h
51017 ____________________________________________________________________________
51018 [  6623] By: jhi                                   on 2000/08/14  20:47:36
51019         Log: Subject: warning: storage class after type is obsolescent
51020              From: Daniel Muino <dmuino@afip.gov.ar>
51021              Date: Mon, 14 Aug 2000 16:42:47 -0300
51022              Message-ID: <20000814164247.A16368@con2-dgi>
51023      Branch: perl
51024            ! regcomp.pl regnodes.h
51025 ____________________________________________________________________________
51026 [  6622] By: jhi                                   on 2000/08/14  20:43:05
51027         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
51028              From: abigail@foad.org
51029              Date: 14 Aug 2000 20:00:10 -0000
51030              Message-Id: <20000814200010.27271.qmail@foad.org>
51031      Branch: perl
51032            ! Changes
51033 ____________________________________________________________________________
51034 [  6621] By: jhi                                   on 2000/08/14  15:23:05
51035         Log: Update Changes.
51036      Branch: perl
51037            ! Changes
51038 ____________________________________________________________________________
51039 [  6620] By: jhi                                   on 2000/08/14  15:22:14
51040         Log: Subject: Re: [PATCH] @+, @- readonly
51041              From: Mike Guy <mjtg@cam.ac.uk>
51042              Date: Mon, 14 Aug 2000 15:26:55 +0100
51043              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
51044      Branch: perl
51045            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
51046            ! sv.c t/op/pat.t
51047 ____________________________________________________________________________
51048 [  6619] By: jhi                                   on 2000/08/14  14:12:08
51049         Log: Update Changes.
51050      Branch: perl
51051            ! Changes
51052 ____________________________________________________________________________
51053 [  6618] By: jhi                                   on 2000/08/14  14:09:34
51054         Log: For now remove the mail code.
51055      Branch: perl
51056            ! perl.c
51057 ____________________________________________________________________________
51058 [  6617] By: jhi                                   on 2000/08/14  14:08:28
51059         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
51060      Branch: perl
51061            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
51062            ! pod/perlfaq8.pod pod/perlsec.pod
51063 ____________________________________________________________________________
51064 [  6616] By: jhi                                   on 2000/08/14  14:00:11
51065         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51066              From: Mike Guy <mjtg@cam.ac.uk>
51067              Date: Mon, 14 Aug 2000 08:26:02 +0100
51068              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
51069      Branch: perl
51070            ! lib/perl5db.pl
51071 ____________________________________________________________________________
51072 [  6615] By: jhi                                   on 2000/08/14  13:58:45
51073         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
51074              From: Mike Guy <mjtg@cam.ac.uk>
51075              Date: Mon, 14 Aug 2000 08:04:22 +0100
51076              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
51077      Branch: perl
51078            ! gv.c mg.c t/op/pat.t
51079 ____________________________________________________________________________
51080 [  6614] By: jhi                                   on 2000/08/14  13:56:45
51081         Log: Subject: Test fails / warnings with perl-current #6612
51082              From: Mike Guy <mjtg@cam.ac.uk>
51083              Date: Mon, 14 Aug 2000 07:57:23 +0100
51084              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
51085      Branch: perl
51086            ! t/lib/b.t t/lib/peek.t
51087 ____________________________________________________________________________
51088 [  6613] By: jhi                                   on 2000/08/14  13:45:33
51089         Log: VMS configure.com update continues.
51090      Branch: perl
51091            - vms/configure.com
51092            ! MANIFEST configure.com
51093 ____________________________________________________________________________
51094 [  6612] By: jhi                                   on 2000/08/13  22:13:35
51095         Log: Update Changes.
51096      Branch: perl
51097            ! Changes
51098 ____________________________________________________________________________
51099 [  6611] By: jhi                                   on 2000/08/13  16:21:45
51100         Log: Upgrade to CGI 2.71, from Lincoln Stein.
51101      Branch: perl
51102            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
51103 ____________________________________________________________________________
51104 [  6610] By: jhi                                   on 2000/08/13  15:09:16
51105         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
51106              From: Mike Guy <mjtg@cam.ac.uk>
51107              Date: Sun, 13 Aug 2000 13:45:51 +0100
51108              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
51109      Branch: perl
51110            ! t/op/regmesg.t
51111 ____________________________________________________________________________
51112 [  6609] By: jhi                                   on 2000/08/13  14:31:26
51113         Log: Andreas says that 1.56 is fine, so reverting back to it.
51114      Branch: perl
51115            ! lib/CPAN.pm
51116 ____________________________________________________________________________
51117 [  6608] By: jhi                                   on 2000/08/13  05:34:20
51118         Log: Update Changes.
51119      Branch: perl
51120            ! Changes
51121 ____________________________________________________________________________
51122 [  6607] By: jhi                                   on 2000/08/13  05:32:01
51123         Log: Put back the \z changes of #5406 to CPAN.pm.
51124      Branch: perl
51125            ! lib/CPAN.pm
51126 ____________________________________________________________________________
51127 [  6606] By: jhi                                   on 2000/08/13  05:20:16
51128         Log: Fix-n-skip the tests under 5005threads.
51129      Branch: perl
51130            ! t/lib/b.t
51131 ____________________________________________________________________________
51132 [  6605] By: jhi                                   on 2000/08/13  05:07:48
51133         Log: Fix the test for 5005threads.
51134      Branch: perl
51135            ! t/lib/peek.t
51136 ____________________________________________________________________________
51137 [  6604] By: jhi                                   on 2000/08/13  03:35:37
51138         Log: Should have deleted this in #6603.
51139      Branch: perl
51140            - vms/subconfigure.com
51141 ____________________________________________________________________________
51142 [  6603] By: jhi                                   on 2000/08/12  18:29:32
51143         Log: Rewrite of vms/subconfigure.com as configure.com,
51144              from Peter Prymmer and the vmsperl crew.
51145      Branch: perl
51146            + vms/configure.com
51147            ! MANIFEST
51148 ____________________________________________________________________________
51149 [  6602] By: jhi                                   on 2000/08/11  13:00:01
51150         Log: PlainText.pm is dead.
51151      Branch: perl
51152            - lib/Pod/PlainText.pm
51153            ! MANIFEST
51154 ____________________________________________________________________________
51155 [  6601] By: jhi                                   on 2000/08/11  04:06:45
51156         Log: Update Changes.
51157      Branch: perl
51158            ! Changes
51159 ____________________________________________________________________________
51160 [  6600] By: jhi                                   on 2000/08/11  04:06:10
51161         Log: Add a few missing files, update MANIFEST.
51162      Branch: perl
51163            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
51164            + lib/Pod/PlainText.pm t/pod/find.t
51165            ! MANIFEST t/op/regmesg.t
51166 ____________________________________________________________________________
51167 [  6599] By: jhi                                   on 2000/08/11  03:31:10
51168         Log: Add Perl debugging tutorial, regen toc. 
51169              
51170              Subject: perldebtut.pod
51171              From: Richard Foley <Richard.Foley@m.dasa.de>
51172              Date: Wed, 09 Aug 2000 10:17:15 +0200
51173              Message-id: <3991138B.262247B8@m.dasa.de>
51174      Branch: perl
51175            + pod/perldebtut.pod
51176            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51177 ____________________________________________________________________________
51178 [  6598] By: jhi                                   on 2000/08/11  02:48:56
51179         Log: tiny Changes edit
51180      Branch: perl
51181            ! Changes
51182 ____________________________________________________________________________
51183 [  6597] By: jhi                                   on 2000/08/11  02:39:04
51184         Log: Tests for #6589.
51185              
51186              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51187              From: simon@brecon.co.uk (Simon Cozens)
51188              Date: 11 Aug 2000 02:24:52 GMT
51189              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
51190      Branch: perl
51191            ! t/lib/b.t
51192 ____________________________________________________________________________
51193 [  6596] By: jhi                                   on 2000/08/11  01:50:07
51194         Log: Update Changes.
51195      Branch: perl
51196            ! Changes
51197 ____________________________________________________________________________
51198 [  6595] By: jhi                                   on 2000/08/11  01:47:16
51199         Log: nitfix
51200      Branch: perl
51201            ! Changes
51202 ____________________________________________________________________________
51203 [  6594] By: jhi                                   on 2000/08/11  01:36:16
51204         Log: Subject: Getting perlio and threads to compile
51205              From: Lupe Christoph <lupe@lupe-christoph.de>
51206              Date: Wed, 9 Aug 2000 11:35:54 +0200
51207              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
51208              
51209              (the Solaris version changes in Configure skipped)
51210      Branch: perl
51211            ! hints/solaris_2.sh thread.h
51212 ____________________________________________________________________________
51213 [  6593] By: jhi                                   on 2000/08/11  01:30:16
51214         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
51215              From: simon@brecon.co.uk (Simon Cozens)
51216              Date: 1 Aug 2000 06:55:19 GMT
51217              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
51218      Branch: perl
51219            ! lib/utf8.pm
51220 ____________________________________________________________________________
51221 [  6592] By: jhi                                   on 2000/08/11  01:26:39
51222         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
51223              From: Peter Scott <Peter@PeterScott.com>
51224              Date: Thu, 10 Aug 2000 08:23:27 -0700
51225              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
51226      Branch: perl
51227            ! lib/perl5db.pl
51228 ____________________________________________________________________________
51229 [  6591] By: jhi                                   on 2000/08/11  01:22:02
51230         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
51231              From: Hugo <hv@crypt.compulink.co.uk>
51232              Date: Thu, 10 Aug 2000 19:23:04 +0100
51233              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
51234      Branch: perl
51235            ! regexec.c t/op/pat.t
51236 ____________________________________________________________________________
51237 [  6590] By: jhi                                   on 2000/08/11  01:19:19
51238         Log: Preprocessing and postprocessing for File::Find.
51239              
51240              Subject: Patch to Find::File.pm to allow alphabetical results
51241              From: Joe Smith <jsmith@inwap.com>
51242              Date: Wed, 9 Aug 2000 02:44:54 -0700
51243              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
51244      Branch: perl
51245            ! lib/File/Find.pm
51246 ____________________________________________________________________________
51247 [  6589] By: jhi                                   on 2000/08/11  01:12:39
51248         Log: B::Deparse didn't do sub attributes.
51249              
51250              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51251              From: simon@brecon.co.uk (Simon Cozens)
51252              Date: 9 Aug 2000 04:49:20 GMT
51253              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
51254      Branch: perl
51255            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
51256 ____________________________________________________________________________
51257 [  6588] By: jhi                                   on 2000/08/11  01:06:40
51258         Log: Subject: debugger "d" command doesnt check line number
51259              From: Mike Guy <mjtg@cam.ac.uk>
51260              Date: Tue, 08 Aug 2000 21:54:29 +0100
51261              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
51262      Branch: perl
51263            ! lib/perl5db.pl mg.c pod/perldiag.pod
51264 ____________________________________________________________________________
51265 [  6587] By: jhi                                   on 2000/08/11  00:45:03
51266         Log: sleep(1) does not necessarily return 1.
51267              
51268              Subject: [PATCH bleadperl] op/lex_assign.t  
51269              From: Hugo <hv@crypt.compulink.co.uk>
51270              Date: Thu, 03 Aug 2000 14:34:22 +0100        
51271              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
51272      Branch: perl
51273            ! t/op/lex_assign.t
51274 ____________________________________________________________________________
51275 [  6586] By: jhi                                   on 2000/08/11  00:31:50
51276         Log: Document the IO::Select timeout.
51277      Branch: perl
51278            ! ext/IO/lib/IO/Select.pm
51279 ____________________________________________________________________________
51280 [  6585] By: jhi                                   on 2000/08/11  00:13:54
51281         Log: Forgot contributor.
51282      Branch: perl
51283            ! Changes
51284 ____________________________________________________________________________
51285 [  6584] By: jhi                                   on 2000/08/11  00:09:19
51286         Log: detypo
51287      Branch: perl
51288            ! Changes
51289 ____________________________________________________________________________
51290 [  6583] By: jhi                                   on 2000/08/11  00:07:53
51291         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
51292              
51293              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
51294              From: Mike Guy <mjtg@cam.ac.uk> 
51295              Date: Thu, 10 Aug 2000 15:50:54 +0100
51296              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
51297      Branch: perl
51298            ! sv.c t/op/int.t
51299 ____________________________________________________________________________
51300 [  6582] By: jhi                                   on 2000/08/10  23:29:32
51301         Log: Update Changes.
51302      Branch: perl
51303            ! Changes
51304 ____________________________________________________________________________
51305 [  6581] By: jhi                                   on 2000/08/10  23:26:16
51306         Log: Put back the std @INC thing.
51307      Branch: perl
51308            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
51309            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
51310            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
51311            ! t/lib/gol-oo.t
51312 ____________________________________________________________________________
51313 [  6580] By: jhi                                   on 2000/08/10  23:03:34
51314         Log: Update to CGI 2.70, from Lincoln Stein.
51315      Branch: perl
51316            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
51317            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
51318            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
51319            ! t/lib/cgi-request.t
51320 ____________________________________________________________________________
51321 [  6579] By: jhi                                   on 2000/08/10  22:41:50
51322         Log: Update to CPAN 1.56, from Andreas König.
51323      Branch: perl
51324            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51325 ____________________________________________________________________________
51326 [  6578] By: jhi                                   on 2000/08/10  22:38:13
51327         Log: Update to Pod::Parser 1.17, from Brad Appleton.
51328      Branch: perl
51329            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
51330            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
51331            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
51332            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
51333            ! t/pod/include.t t/pod/included.t t/pod/lref.t
51334            ! t/pod/multiline_items.t t/pod/nested_items.t
51335            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51336            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
51337            ! t/pod/special_seqs.t
51338 ____________________________________________________________________________
51339 [  6577] By: jhi                                   on 2000/08/10  22:35:41
51340         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
51341      Branch: perl
51342            ! AUTHORS MAINTAIN
51343 ____________________________________________________________________________
51344 [  6576] By: jhi                                   on 2000/08/10  22:24:54
51345         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
51346      Branch: perl
51347            + t/lib/gol-oo.t
51348            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
51349            ! t/lib/gol-compat.t t/lib/gol-linkage.t
51350 ____________________________________________________________________________
51351 [  6575] By: jhi                                   on 2000/08/10  22:02:07
51352         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
51353      Branch: perl
51354            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
51355 ____________________________________________________________________________
51356 [  6574] By: jhi                                   on 2000/08/10  21:55:03
51357         Log: Iterating perl6 description.
51358      Branch: perl
51359            ! pod/perlfaq1.pod
51360 ____________________________________________________________________________
51361 [  6573] By: jhi                                   on 2000/08/10  21:48:26
51362         Log: Revert the sv.c part of #6559, a better fix is needed.
51363      Branch: perl
51364            ! sv.c
51365 ____________________________________________________________________________
51366 [  6572] By: jhi                                   on 2000/08/10  20:33:43
51367         Log: It's the 2ndO'ROSSC.
51368      Branch: perl
51369            ! pod/perlfaq1.pod
51370 ____________________________________________________________________________
51371 [  6571] By: jhi                                   on 2000/08/10  15:55:48
51372         Log: detypo
51373      Branch: perl
51374            ! pod/perlfaq1.pod
51375 ____________________________________________________________________________
51376 [  6570] By: jhi                                   on 2000/08/10  14:11:17
51377         Log: An exceptionally sticky typo.
51378      Branch: perl
51379            ! Changes
51380 ____________________________________________________________________________
51381 [  6569] By: jhi                                   on 2000/08/10  14:09:33
51382         Log: detypo (and test Changes updating script)
51383      Branch: perl
51384            ! Changes
51385 ____________________________________________________________________________
51386 [  6568] By: jhi                                   on 2000/08/10  14:07:07
51387         Log: Update Changes.
51388      Branch: perl
51389            ! Changes
51390 ____________________________________________________________________________
51391 [  6567] By: jhi                                   on 2000/08/10  14:06:19
51392         Log: Amend the description of Perl6.
51393              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
51394              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51395              Date: Wed, 9 Aug 2000 22:11:06 -0500
51396              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
51397      Branch: perl
51398            ! pod/perlfaq1.pod
51399 ____________________________________________________________________________
51400 [  6566] By: jhi                                   on 2000/08/10  13:58:57
51401         Log: Subject: Remove dead entry in perldiag
51402              From: Mike Guy <mjtg@cam.ac.uk>
51403              Date: Thu, 10 Aug 2000 14:19:19 +0100
51404              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
51405      Branch: perl
51406            ! pod/perldiag.pod
51407 ____________________________________________________________________________
51408 [  6565] By: jhi                                   on 2000/08/10  13:51:48
51409         Log: Zero entries were skipped, fix from Adrian Goalby
51410              <argoalby@yahoo.co.uk>
51411      Branch: perl
51412            ! lib/unicode/Number.pl lib/unicode/mktables.PL
51413 ____________________________________________________________________________
51414 [  6564] By: jhi                                   on 2000/08/10  13:00:12
51415         Log: Subject: [PATCH 5.6.0] cygwin port
51416              From: "Fifer, Eric" <EFifer@sanwaint.com>
51417              Date: Thu, 10 Aug 2000 13:15:36 +0100
51418              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
51419      Branch: perl
51420            ! README.cygwin hints/cygwin.sh
51421 ____________________________________________________________________________
51422 [  6563] By: jhi                                   on 2000/08/10  12:55:16
51423         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
51424      Branch: perl
51425            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
51426 ____________________________________________________________________________
51427 [  6562] By: gsar                                  on 2000/08/10  08:38:39
51428         Log: warn is a macro, avoid using at a variable to avoid warnings
51429              in some configurations; readdir.t is too conservative in
51430              estimating number of *.t's
51431      Branch: perl
51432            ! t/op/readdir.t util.c
51433 ____________________________________________________________________________
51434 [  6561] By: jhi                                   on 2000/08/09  23:35:42
51435         Log: Update Changes.
51436      Branch: perl
51437            ! Changes
51438 ____________________________________________________________________________
51439 [  6560] By: jhi                                   on 2000/08/09  23:05:47
51440         Log: Subject: Re: enhanced(?) regex error messages
51441              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51442              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
51443              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
51444              
51445              (plus two small patches sent privately)
51446              (this still seems to leave few test failures)
51447      Branch: perl
51448            + t/op/regmesg.t
51449            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
51450            ! t/pragma/warn/regcomp
51451 ____________________________________________________________________________
51452 [  6559] By: jhi                                   on 2000/08/09  20:41:18
51453         Log: (The fix did work but was not right, retracted in #6573)
51454              
51455              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51456              From: Christian Kirsch <ck@held.mind.de>
51457              Date: Wed, 9 Aug 2000 17:05:17 +0200
51458              Message-Id: <20000809170517.A25389@held>
51459      Branch: perl
51460            ! sv.c t/pragma/locale.t
51461 ____________________________________________________________________________
51462 [  6558] By: jhi                                   on 2000/08/08  22:34:08
51463         Log: Tiny updates on the contributors list.
51464      Branch: perl
51465            ! Changes
51466 ____________________________________________________________________________
51467 [  6557] By: jhi                                   on 2000/08/08  19:34:28
51468         Log: Double check that we have a dirhandle.
51469      Branch: perl
51470            ! util.c
51471 ____________________________________________________________________________
51472 [  6556] By: jhi                                   on 2000/08/08  19:01:51
51473         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
51474              May be repopulated with fresh maintained examples.
51475      Branch: perl
51476            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
51477            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
51478            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
51479            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
51480            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
51481            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
51482            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
51483            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
51484            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
51485            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
51486            + lib/CGI/eg/wilogo_gif.uu
51487            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
51488            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
51489            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
51490            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
51491            - eg/cgi/frameset.cgi eg/cgi/index.html
51492            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51493            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51494            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51495            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51496            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51497            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51498            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51499            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51500            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51501            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51502            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51503            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51504            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51505            - eg/van/vanish eg/who eg/wrapsuid
51506            ! MANIFEST
51507 ____________________________________________________________________________
51508 [  6555] By: jhi                                   on 2000/08/08  18:51:08
51509         Log: Delete chat2 as requested by Randal.
51510              
51511              Subject: Re: perlfaq8 coyness
51512              From: merlyn@stonehenge.com (Randal L. Schwartz) 
51513              Date: 15 May 2000 18:52:42 -0700 
51514              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
51515      Branch: perl
51516            - lib/chat2.pl
51517            ! MANIFEST
51518 ____________________________________________________________________________
51519 [  6554] By: jhi                                   on 2000/08/08  18:31:35
51520         Log: Regen global.sym.
51521      Branch: perl
51522            ! global.sym
51523 ____________________________________________________________________________
51524 [  6553] By: jhi                                   on 2000/08/08  18:28:13
51525         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
51526              (either perlbug or p5p ate the original), plus regen
51527              perlapi and perltoc. 
51528      Branch: perl
51529            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
51530            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
51531            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
51532            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
51533            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
51534            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
51535            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
51536            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
51537            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
51538            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
51539 ____________________________________________________________________________
51540 [  6552] By: jhi                                   on 2000/08/08  18:06:29
51541         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
51542              From: Mike Guy <mjtg@cam.ac.uk>
51543              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
51544              Date: Tue, 08 Aug 2000 15:51:27 +0100
51545      Branch: perl
51546            ! doop.c sv.h t/op/join.t t/pragma/overload.t
51547 ____________________________________________________________________________
51548 [  6551] By: jhi                                   on 2000/08/08  18:01:11
51549         Log: Re-apply #6549.
51550      Branch: perl
51551            ! lib/perl5db.pl
51552 ____________________________________________________________________________
51553 [  6550] By: jhi                                   on 2000/08/08  17:43:08
51554         Log: Accidental retraction of #6549.
51555      Branch: perl
51556            ! lib/perl5db.pl
51557 ____________________________________________________________________________
51558 [  6549] By: jhi                                   on 2000/08/08  17:40:04
51559         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51560              From: Mike Guy <mjtg@cam.ac.uk>
51561              Date: Mon, 07 Aug 2000 21:49:58 +0100
51562              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
51563      Branch: perl
51564            ! lib/perl5db.pl
51565 ____________________________________________________________________________
51566 [  6548] By: jhi                                   on 2000/08/08  17:37:57
51567         Log: Document here-doc better.
51568              
51569              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
51570              From: Mike Guy <mjtg@cam.ac.uk>
51571              Date: Mon, 07 Aug 2000 14:02:09 +0100
51572              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
51573      Branch: perl
51574            ! pod/perldata.pod
51575 ____________________________________________________________________________
51576 [  6547] By: jhi                                   on 2000/08/08  17:33:34
51577         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
51578              From: "Randy J. Ray" <rjray@redhat.com>
51579              Date: Mon, 07 Aug 2000 19:12:25 -0700
51580              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
51581      Branch: perl
51582            ! perl.c pod/perlrun.pod
51583 ____________________________________________________________________________
51584 [  6546] By: jhi                                   on 2000/08/08  17:29:26
51585         Log: Subject: Re: enhanced(?) regex error messages 
51586              From: Hugo <hv@crypt.compulink.co.uk>
51587              Date: Tue, 08 Aug 2000 03:25:51 +0100
51588              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
51589              
51590              plus Capitalize the error messages, plus perldiag them.
51591      Branch: perl
51592            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
51593 ____________________________________________________________________________
51594 [  6545] By: jhi                                   on 2000/08/08  13:59:28
51595         Log: Augment #6539 a bit: don't croak if there's magic in the air.
51596              
51597              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
51598              From: Hugo <hv@crypt.compulink.co.uk>
51599              Date: Tue, 08 Aug 2000 03:02:03 +0100
51600              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
51601      Branch: perl
51602            ! pp.c t/op/bless.t
51603 ____________________________________________________________________________
51604 [  6544] By: jhi                                   on 2000/08/07  21:11:52
51605         Log: Make the test -w clean.
51606      Branch: perl
51607            ! t/op/bless.t
51608 ____________________________________________________________________________
51609 [  6543] By: jhi                                   on 2000/08/07  19:49:53
51610         Log: use warnings instead of $^W.
51611      Branch: perl
51612            ! t/op/bless.t
51613 ____________________________________________________________________________
51614 [  6542] By: jhi                                   on 2000/08/07  17:41:41
51615         Log: Disable a portability warning Because We Know What We Are Doing.
51616      Branch: perl
51617            ! t/op/bless.t
51618 ____________________________________________________________________________
51619 [  6541] By: jhi                                   on 2000/08/07  17:29:51
51620         Log: Tiny tidying on report_evil_fh().
51621      Branch: perl
51622            ! util.c
51623 ____________________________________________________________________________
51624 [  6540] By: jhi                                   on 2000/08/07  16:37:38
51625         Log: Make regular expression parse error messages easier to understand.
51626              
51627              Subject: Re: enhanced(?) regex error messages
51628              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51629              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
51630              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
51631      Branch: perl
51632            ! regcomp.c
51633 ____________________________________________________________________________
51634 [  6539] By: jhi                                   on 2000/08/07  16:12:27
51635         Log: Make bless(REF, REF) a fatal error, add bless tests.
51636              
51637              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
51638              From: Hugo <hv@crypt.compulink.co.uk>
51639              Date: Mon, 07 Aug 2000 16:59:38 +0100
51640              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
51641      Branch: perl
51642            + t/op/bless.t
51643            ! MANIFEST pod/perldiag.pod pp.c sv.c
51644 ____________________________________________________________________________
51645 [  6538] By: jhi                                   on 2000/08/07  15:59:43
51646         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
51647              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
51648              Date: Thu, 3 Aug 2000 14:29:21 -0700
51649              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
51650      Branch: perl
51651            ! lib/lib_pm.PL
51652 ____________________________________________________________________________
51653 [  6537] By: jhi                                   on 2000/08/07  15:47:18
51654         Log: Retract #6419 for now since it breaks in AFS and MachTen.
51655      Branch: perl
51656            ! lib/Cwd.pm
51657 ____________________________________________________________________________
51658 [  6536] By: jhi                                   on 2000/08/07  15:05:29
51659         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
51660              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
51661              The security hole exists only in suidperls, which isn't
51662              installed or even built by default.
51663      Branch: perl
51664            ! perl.c
51665 ____________________________________________________________________________
51666 [  6535] By: jhi                                   on 2000/08/07  14:45:14
51667         Log: tr memory corruption fix from Simon Cozens.
51668      Branch: perl
51669            ! doop.c
51670 ____________________________________________________________________________
51671 [  6534] By: jhi                                   on 2000/08/06  11:38:16
51672         Log: Document a bit that UDP is not what you might think.
51673              
51674              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
51675              From: Lupe Christoph <lupe@lupe-christoph.de>
51676              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
51677              Date: Mon, 24 Jul 2000 08:59:15 +0200
51678      Branch: perl
51679            ! pod/perlipc.pod
51680 ____________________________________________________________________________
51681 [  6533] By: jhi                                   on 2000/08/06  11:35:01
51682         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
51683              From: Jeff Pinyan <jeffp@hut.crusoe.net>
51684              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
51685              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
51686      Branch: perl
51687            ! pod/perlfunc.pod
51688 ____________________________________________________________________________
51689 [  6532] By: jhi                                   on 2000/08/06  03:45:41
51690         Log: Have symbols for the IoTYPEs.
51691      Branch: perl
51692            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
51693 ____________________________________________________________________________
51694 [  6531] By: jhi                                   on 2000/08/06  01:33:55
51695         Log: Continue fixing the io warnings.  This also
51696              sort of fixes bug ID 20000802.003: the core dump
51697              is no more.  Whether the current behaviour is correct
51698              (giving a warning: "Not a format reference"), is another matter.
51699      Branch: perl
51700            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
51701            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
51702 ____________________________________________________________________________
51703 [  6530] By: jhi                                   on 2000/08/05  21:33:12
51704         Log: Change the Policy policy: now -Dprefix= with an existing
51705              Policy.sh and prefix == siteprefix == vendorprefix, then all
51706              of them follow along the new prefix.
51707              
51708              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
51709              From: Andy Dougherty <doughera@lafayette.edu>
51710              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
51711              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
51712      Branch: perl
51713            ! Policy_sh.SH
51714 ____________________________________________________________________________
51715 [  6529] By: jhi                                   on 2000/08/05  18:57:28
51716         Log: Zap lib/Sys directory when cleaning up.
51717      Branch: perl
51718            ! Makefile.SH
51719 ____________________________________________________________________________
51720 [  6528] By: jhi                                   on 2000/08/05  18:40:44
51721         Log: Essential prototype changes were missing from #6527.
51722              Also make report_evil_fh() more bomb-proof.
51723      Branch: perl
51724            ! embed.h util.c
51725 ____________________________________________________________________________
51726 [  6527] By: jhi                                   on 2000/08/05  03:22:05
51727         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
51728              From: "Ronald F. Guilmette" <rfg@monkeys.com>
51729              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
51730              Message-Id: <200007242247.PAA52177@monkeys.com>
51731      Branch: perl
51732            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
51733 ____________________________________________________________________________
51734 [  6526] By: jhi                                   on 2000/08/04  21:23:27
51735         Log: gcc versions might have (parentheses) in them.
51736      Branch: metaconfig/U/perl
51737            ! gccvers.U
51738      Branch: perl
51739            ! Configure config_h.SH
51740 ____________________________________________________________________________
51741 [  6525] By: jhi                                   on 2000/08/04  20:23:12
51742         Log: Weed buglets pointed out by
51743              
51744              From: Lupe Christoph <lupe@lupe-christoph.de>
51745              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
51746              Date: Fri, 4 Aug 2000 17:34:39 +0200
51747              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
51748      Branch: metaconfig/U/perl
51749            ! gccvers.U uselfs.U
51750      Branch: perl
51751            ! Configure config_h.SH
51752 ____________________________________________________________________________
51753 [  6524] By: jhi                                   on 2000/08/04  19:02:08
51754         Log: Warn under -w if lstat(FH) is attempted.
51755              
51756              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
51757              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
51758              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
51759              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
51760      Branch: perl
51761            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
51762            ! t/pragma/warn/pp_sys
51763 ____________________________________________________________________________
51764 [  6523] By: jhi                                   on 2000/08/04  12:31:11
51765         Log: Subject: New perlcc, take 2
51766              From: simon@brecon.co.uk (Simon Cozens)
51767              Date: 4 Aug 2000 06:21:04 GMT
51768              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
51769      Branch: perl
51770            ! utils/perlcc.PL
51771 ____________________________________________________________________________
51772 [  6522] By: jhi                                   on 2000/08/04  12:26:33
51773         Log: Subject: Re: Array vs. List context
51774              From: Daniel Chetlin <daniel@chetlin.com>
51775              Date: Fri, 4 Aug 2000 00:22:44 -0700
51776              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
51777      Branch: perl
51778            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
51779            ! pod/perlfaq4.pod
51780 ____________________________________________________________________________
51781 [  6521] By: jhi                                   on 2000/08/04  12:22:38
51782         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
51783              From: Raymund Will <ray@caldera.de>
51784              Date: Fri, 4 Aug 2000 12:07:09 +0200
51785              Message-Id: <20000804120709.A14982@caldera.de>
51786      Branch: perl
51787            ! configure.gnu
51788 ____________________________________________________________________________
51789 [  6520] By: jhi                                   on 2000/08/04  04:09:06
51790         Log: After the #6519 a warning about stat() is just that,
51791              not about a filetest, which now have their own warning.
51792      Branch: perl
51793            ! pod/perldiag.pod
51794 ____________________________________________________________________________
51795 [  6519] By: jhi                                   on 2000/08/04  04:06:30
51796         Log: In the warnings call filehandles consistently so;
51797              add "unopened" warning for stat().
51798      Branch: perl
51799            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
51800            ! t/pragma/warn/pp_sys
51801 ____________________________________________________________________________
51802 [  6518] By: jhi                                   on 2000/08/04  02:55:35
51803         Log: Subject: Minor tweak to perlvar.pod
51804              From: "Stephen P. Potter" <spp@ds.net>
51805              Date: Tue, 18 Apr 2000 09:26:03 -0400
51806              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
51807      Branch: perl
51808            ! pod/perlvar.pod
51809 ____________________________________________________________________________
51810 [  6517] By: jhi                                   on 2000/08/04  02:50:08
51811         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
51812              From: "Clinton Pierce" <cpierce1@ford.com>
51813              Date: Wed, 21 Jul 1999 16:45:31 -0400
51814              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
51815              
51816              Fix by Stephen Potter (visible in the bug db but not in p5p?)
51817      Branch: perl
51818            ! pod/perlfunc.pod pod/perlop.pod
51819 ____________________________________________________________________________
51820 [  6516] By: jhi                                   on 2000/08/04  02:09:25
51821         Log: This is 6512.  Really.
51822      Branch: perl
51823            ! dump.c
51824 ____________________________________________________________________________
51825 [  6515] By: jhi                                   on 2000/08/04  01:25:50
51826         Log: mention the idea of @( and @)
51827      Branch: perl
51828            ! Todo-5.6
51829 ____________________________________________________________________________
51830 [  6514] By: bailey                                on 2000/08/04  01:18:46
51831         Log: YA resync with mainstem, including VMS patches from others
51832      Branch: vmsperl
51833           +> (branch 48 files)
51834            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
51835           !> (integrate 354 files)
51836 ____________________________________________________________________________
51837 [  6513] By: jhi                                   on 2000/08/04  01:18:18
51838         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
51839              From: Mark Dickinson <dickins3@fas.harvard.edu>
51840              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
51841              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
51842      Branch: perl
51843            ! t/op/grent.t t/op/pwent.t
51844 ____________________________________________________________________________
51845 [  6512] By: jhi                                   on 2000/08/04  01:14:06
51846         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
51847              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51848              Date: Wed, 02 Aug 2000 10:51:01 +0100
51849              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
51850      Branch: perl
51851            ! sv.c
51852 ____________________________________________________________________________
51853 [  6511] By: jhi                                   on 2000/08/04  00:57:00
51854         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
51855              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51856              Date: Thu, 03 Aug 2000 17:20:04 -0700
51857              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
51858      Branch: metaconfig
51859            ! U/modified/Cppsym.U
51860      Branch: perl
51861            ! Configure config_h.SH
51862 ____________________________________________________________________________
51863 [  6510] By: jhi                                   on 2000/08/04  00:25:28
51864         Log: detypo
51865      Branch: perl
51866            ! Makefile.SH
51867 ____________________________________________________________________________
51868 [  6509] By: jhi                                   on 2000/08/03  23:43:18
51869         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
51870              From: Dominic Dunlop <domo@computer.org>
51871              Date: Thu, 3 Aug 2000 22:16:46 +0200
51872              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
51873      Branch: perl
51874            ! t/op/sprintf.t
51875 ____________________________________________________________________________
51876 [  6508] By: jhi                                   on 2000/08/03  23:40:37
51877         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
51878              From: Hugo <hv@crypt.compulink.co.uk>
51879              Date: Thu, 03 Aug 2000 18:25:30 +0100
51880              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
51881      Branch: perl
51882            ! regcomp.c t/op/re_tests
51883 ____________________________________________________________________________
51884 [  6507] By: jhi                                   on 2000/08/03  23:38:28
51885         Log: Subject: [PATCH] sv.h documentation - SvLEN
51886              From: Mike Guy <mjtg@cam.ac.uk>
51887              Date: Thu, 03 Aug 2000 14:43:09 +0100
51888              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
51889      Branch: perl
51890            ! sv.h
51891 ____________________________________________________________________________
51892 [  6506] By: jhi                                   on 2000/08/03  15:49:14
51893         Log: Disable the fix_pl hack for now.
51894      Branch: perl
51895            ! Makefile.SH
51896 ____________________________________________________________________________
51897 [  6505] By: jhi                                   on 2000/08/03  13:49:04
51898         Log: Add a URL for FSF.
51899              
51900              Subject: Patch for README
51901              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51902              Date: Wed, 2 Aug 2000 13:25:09 -0500
51903              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
51904      Branch: perl
51905            ! README
51906 ____________________________________________________________________________
51907 [  6504] By: jhi                                   on 2000/08/03  13:29:19
51908         Log: Be more informative on what is skipped and why,
51909              also repeat the list at the end.
51910      Branch: perl
51911            ! Porting/p4desc
51912 ____________________________________________________________________________
51913 [  6503] By: jhi                                   on 2000/08/03  13:07:05
51914         Log: Circumvent the removal of .patch by fix_pl.
51915              
51916              Subject: Re: [ID 20000802.011] unable to 'make test'          
51917              From: simon@brecon.co.uk (Simon Cozens) 
51918              Date: 3 Aug 2000 04:17:00 GMT
51919              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
51920      Branch: perl
51921            ! Makefile.SH
51922 ____________________________________________________________________________
51923 [  6502] By: jhi                                   on 2000/08/03  00:14:34
51924         Log: Add the missing setproctitle unit.
51925      Branch: metaconfig/U/perl
51926            + d_setproctitle.U
51927 ____________________________________________________________________________
51928 [  6501] By: jhi                                   on 2000/08/03  00:00:26
51929         Log: The subtest 4 may fail also on VOBS, as pointed out
51930              by Nick Ing-Simmons in November 1999, bug id 19991124.003
51931              (but the failure in that bug report isn't the subtest 4).
51932      Branch: perl
51933            ! t/op/stat.t
51934 ____________________________________________________________________________
51935 [  6500] By: jhi                                   on 2000/08/02  23:49:30
51936         Log: Better skip message for the test; one of the two problems in
51937              
51938              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
51939              From: Lupe Christoph <lupe@lupe-christoph.de>
51940              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
51941              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
51942      Branch: perl
51943            ! t/op/numconvert.t
51944 ____________________________________________________________________________
51945 [  6499] By: jhi                                   on 2000/08/02  22:49:16
51946         Log: Allow "no Module;" even if there is no 'unimport'.
51947              
51948              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
51949              From: mjd@plover.com
51950              Date: 24 Mar 2000 15:24:34 -0000
51951              Message-Id: <20000324152434.15160.qmail@plover.com>
51952      Branch: perl
51953            ! gv.c
51954 ____________________________________________________________________________
51955 [  6498] By: jhi                                   on 2000/08/02  22:42:58
51956         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
51957              that are hopefully soon put into use.
51958      Branch: perl
51959            ! opcode.h opcode.pl opnames.h
51960 ____________________________________________________________________________
51961 [  6497] By: gsar                                  on 2000/08/02  22:28:59
51962         Log: require.t needs binmode() to work on windows
51963      Branch: perl
51964            ! t/comp/require.t
51965 ____________________________________________________________________________
51966 [  6496] By: jhi                                   on 2000/08/02  22:08:51
51967         Log: Document the IVdf UVuf UVof UVxf.
51968      Branch: perl
51969            ! pod/perlguts.pod
51970 ____________________________________________________________________________
51971 [  6495] By: jhi                                   on 2000/08/02  21:54:26
51972         Log: detypo #6494
51973      Branch: perl
51974            ! ext/Data/Dumper/Dumper.xs
51975 ____________________________________________________________________________
51976 [  6494] By: jhi                                   on 2000/08/02  21:49:17
51977         Log: Dump UVs as UVs in Data::Dumper.
51978              
51979              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
51980              From: Gurusamy Sarathy <gsar@ActiveState.com>
51981              Date: Thu, 27 Apr 2000 12:26:25 -0700
51982              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
51983      Branch: perl
51984            ! ext/Data/Dumper/Dumper.xs
51985 ____________________________________________________________________________
51986 [  6493] By: jhi                                   on 2000/08/02  17:01:58
51987         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
51988              From: Hugo <hv@crypt.compulink.co.uk>
51989              Date: Wed, 02 Aug 2000 14:53:56 +0100
51990              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
51991      Branch: perl
51992            ! regexec.c t/op/re_tests
51993 ____________________________________________________________________________
51994 [  6492] By: jhi                                   on 2000/08/02  15:02:46
51995         Log: The new setproctitle() feature is available only in 
51996              bleeding edge FreeBSD.  From Paul Saab.
51997      Branch: perl
51998            ! mg.c
51999 ____________________________________________________________________________
52000 [  6491] By: jhi                                   on 2000/08/02  13:34:36
52001         Log: The tr utf8 patching continues.
52002              
52003              Subject: Re: #6469, too many tests claimed in require.t
52004              From: simon@brecon.co.uk (Simon Cozens)
52005              Date: 2 Aug 2000 02:37:17 GMT
52006              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
52007              
52008              (the logic of the test was the wrong way round in the patch)
52009      Branch: perl
52010            ! doop.c
52011 ____________________________________________________________________________
52012 [  6490] By: jhi                                   on 2000/08/02  13:27:38
52013         Log: The name of a filehandle does not have <these>.
52014      Branch: perl
52015            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
52016            ! t/pragma/warn/pp_sys util.c
52017 ____________________________________________________________________________
52018 [  6489] By: jhi                                   on 2000/08/02  04:26:46
52019         Log: Remove the extraneous "main::" prefix from all the
52020              "opened only for", "on closed", and "never opened" warnings.
52021              
52022              Subject: Re: inappropriate warning
52023              From: Gurusamy Sarathy <gsar@ActiveState.com>
52024              Date: Mon, 20 Mar 2000 11:28:02 -0800
52025              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
52026      Branch: perl
52027            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
52028            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
52029            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
52030 ____________________________________________________________________________
52031 [  6488] By: jhi                                   on 2000/08/02  03:02:57
52032         Log: memcpy has n o in it, as pinted ut by Sarathy.
52033      Branch: perl
52034            ! pod/perlguts.pod
52035 ____________________________________________________________________________
52036 [  6487] By: jhi                                   on 2000/08/02  02:44:51
52037         Log: Document in one place the memory abstractions used in Perl core.
52038              
52039              Subject: Re: Memory abstraction
52040              From: simon@brecon.co.uk (Simon Cozens)
52041              Date: 2 Aug 2000 02:20:23 GMT
52042              Organization: Earth.li Origins
52043      Branch: perl
52044            ! pod/perlguts.pod
52045 ____________________________________________________________________________
52046 [  6486] By: jhi                                   on 2000/08/02  02:41:57
52047         Log: regen_headers, regen perltoc.
52048      Branch: perl
52049            ! perlapi.c pod/perltoc.pod
52050 ____________________________________________________________________________
52051 [  6485] By: jhi                                   on 2000/08/02  01:43:33
52052         Log: "This little thing tests for a file .patch, and if it contains
52053              a number, pops into patchlevel.h" (making it easier to track
52054              which development version people are reporting bugs against)
52055              
52056              Subject: Patchlevel autogeneration for repository perls
52057              From: simon@brecon.co.uk (Simon Cozens)
52058              Date: 14 Jul 2000 07:12:15 GMT
52059              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
52060      Branch: perl
52061            + fix_pl
52062            ! MANIFEST Makefile.SH
52063 ____________________________________________________________________________
52064 [  6484] By: jhi                                   on 2000/08/02  01:32:54
52065         Log: FreeBSD 3.* updates from
52066              
52067              From: Paul Saab <ps@yahoo-inc.com>
52068              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
52069              Date: Tue, 1 Aug 2000 15:41:39 -0700
52070              Message-Id: <20000801154139.A53740@yahoo-inc.com>
52071      Branch: perl
52072            ! hints/freebsd.sh
52073 ____________________________________________________________________________
52074 [  6483] By: jhi                                   on 2000/08/02  01:27:44
52075         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
52076              instead one must use setproctitle().  This was already addressed
52077              by change #6457, but the below has a new variant for FreeBSD 4.0
52078              or later, and the matter is also documented more.
52079              
52080              From: Paul Saab <ps@yahoo-inc.com>
52081              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
52082              Date: Tue, 1 Aug 2000 15:41:39 -0700
52083              Message-Id: <20000801154139.A53740@yahoo-inc.com>
52084      Branch: metaconfig/U/perl
52085            + i_libutil.U
52086      Branch: perl
52087            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
52088 ____________________________________________________________________________
52089 [  6482] By: jhi                                   on 2000/08/01  22:17:32
52090         Log: The test from this
52091              
52092              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
52093              Date: Sat, 15 Apr 2000 17:03:44 +0100
52094              From: Tom Hughes <tom@compton.nu>
52095              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
52096              
52097              was missing, the code change went in as #5989
52098              (which had a different test?)
52099      Branch: perl
52100            ! t/op/misc.t
52101 ____________________________________________________________________________
52102 [  6481] By: jhi                                   on 2000/08/01  21:48:38
52103         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
52104              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52105              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
52106              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
52107      Branch: perl
52108            ! perl.h
52109 ____________________________________________________________________________
52110 [  6480] By: jhi                                   on 2000/08/01  18:05:28
52111         Log: Make p4desc to skip non-mainperl branches by default.
52112      Branch: perl
52113            ! Porting/p4desc
52114 ____________________________________________________________________________
52115 [  6479] By: jhi                                   on 2000/08/01  17:29:19
52116         Log: If gccosandvers is equal to osname, clear gccosandvers.
52117      Branch: metaconfig/U/perl
52118            ! gccvers.U
52119      Branch: perl
52120            ! Configure config_h.SH
52121 ____________________________________________________________________________
52122 [  6478] By: jhi                                   on 2000/08/01  15:54:08
52123         Log: BOM patching from Simon Cozens.
52124      Branch: perl
52125            ! toke.c
52126 ____________________________________________________________________________
52127 [  6477] By: jhi                                   on 2000/08/01  04:50:33
52128         Log: Stash away the largefiles flags and libswanted.
52129      Branch: perl
52130            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
52131 ____________________________________________________________________________
52132 [  6476] By: gsar                                  on 2000/08/01  04:24:24
52133         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
52134              on Windows)
52135      Branch: perl
52136            ! t/pragma/utf8.t utf8.c win32/win32.c
52137 ____________________________________________________________________________
52138 [  6475] By: jhi                                   on 2000/08/01  03:35:24
52139         Log: Make chr() for values >127 to create utf8 when under utf8.
52140              
52141              Subject: Re: uft8/chr()
52142              From: simon@brecon.co.uk (Simon Cozens)
52143              Date: 1 Aug 2000 02:37:02 GMT
52144              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
52145      Branch: perl
52146            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
52147 ____________________________________________________________________________
52148 [  6474] By: jhi                                   on 2000/08/01  02:36:18
52149         Log: In Digital UNIX warn if gcc explicitly chosen because even
52150              2.95.2 is known to cause problems.
52151      Branch: perl
52152            ! hints/dec_osf.sh
52153 ____________________________________________________________________________
52154 [  6473] By: jhi                                   on 2000/08/01  02:00:56
52155         Log: Make the safety catch for buggy gccs work with triple version
52156              numbers like 2.95.2.  Reported in
52157              
52158              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
52159              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
52160              Date: Mon, 31 Jul 2000 14:55:06 +0200
52161              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
52162      Branch: perl
52163            ! hints/dec_osf.sh
52164 ____________________________________________________________________________
52165 [  6472] By: jhi                                   on 2000/08/01  01:13:33
52166         Log: Subject: fix and question re: waitpid() under win32
52167              From: Brian Clarke <clarke@appliedmeta.com>
52168              Date: Fri, 28 Jul 2000 15:18:29 -0400
52169              Message-ID: <3981DC85.290314EB@appliedmeta.com>
52170              
52171              Slightly reformatted and WNOHANG # define moved to win32.h
52172              so that also POSIX.xs sees it, as suggsted by Sarathy.
52173      Branch: perl
52174            ! win32/win32.c win32/win32.h
52175 ____________________________________________________________________________
52176 [  6471] By: jhi                                   on 2000/08/01  00:55:05
52177         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
52178              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52179              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
52180              Date: Mon, 31 Jul 2000 13:28:51 +0100
52181              
52182              (aka ID 20000730.002)
52183      Branch: perl
52184            ! op.c t/op/tr.t
52185 ____________________________________________________________________________
52186 [  6470] By: jhi                                   on 2000/07/31  23:34:42
52187         Log: Document the problem with -P in HP-UX and its workaround.
52188              
52189              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
52190              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
52191              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
52192              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
52193      Branch: perl
52194            ! README.hpux
52195 ____________________________________________________________________________
52196 [  6469] By: jhi                                   on 2000/07/31  04:15:02
52197         Log: The swallow_bom() saga continues.  The #23 of require.t
52198              (UTF16-LE) still fails (silently, no output) but the #22
52199              (UTF16-BE) seems to be working now.  The root of the
52200              failure may be in sv_gets(): is it UTF-16LE-aware,
52201              especially when it comes to line endings? 
52202      Branch: perl
52203            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
52204            ! t/comp/require.t toke.c utf8.c
52205 ____________________________________________________________________________
52206 [  6468] By: jhi                                   on 2000/07/30  19:05:48
52207         Log: Find green threads before native threads.
52208              
52209              Subject: Re: Patch to jpl/JNI/Makefile.PL
52210              From: Jens Thomsen <jens@fiend.cis.com>
52211              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
52212              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
52213      Branch: perl
52214            ! jpl/JNI/Makefile.PL
52215 ____________________________________________________________________________
52216 [  6467] By: jhi                                   on 2000/07/30  18:36:22
52217         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
52218      Branch: perl
52219            ! doop.c
52220 ____________________________________________________________________________
52221 [  6466] By: jhi                                   on 2000/07/30  04:37:29
52222         Log: A new version of the "remove UPPERACSE string comparison"
52223              operators.  The problem with the previous one (change #6454)
52224              was that it was for Perl 5.6.0.  From Paul Marquess.
52225      Branch: perl
52226            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
52227            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
52228            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52229 ____________________________________________________________________________
52230 [  6465] By: jhi                                   on 2000/07/29  22:39:56
52231         Log: Do not upgrade SVs into utf8 just because they participate
52232              in eq or cmp.  Reported and fix suggested in
52233              
52234              Subject: [ID 20000720.009] sv_eq UTF8 bug
52235              From: "Simon Cozens" <simon@othersideofthe.earth.li>
52236              Date: 21 Jul 2000 04:37:29 -0000
52237              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
52238              
52239              Exercise for the kind reader: should we or should we not
52240              cache the utf8 conversion alonside the SV? (as magic,
52241              as thestrxfrm()ed version is cached under use locale)
52242              Argue both for and against.
52243      Branch: perl
52244            ! sv.c
52245 ____________________________________________________________________________
52246 [  6464] By: jhi                                   on 2000/07/29  22:36:22
52247         Log: Subject: UTF8 concat
52248              From: simon@brecon.co.uk (Simon Cozens) 
52249              Date: 30 Jun 2000 06:13:25 GMT
52250              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
52251              
52252              (with a memory leak fixed, plus a few casts added)
52253              
52254              This also seems to help for
52255              
52256              Subject: [ID 20000716.015] join UTF8 weirdness
52257              From: root <root@ak-71.mind.de> 
52258              Date: Sat, 15 Jul 2000 15:29:54 +0200
52259              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
52260              
52261              (from Andreas König)
52262      Branch: perl
52263            ! pp_hot.c
52264 ____________________________________________________________________________
52265 [  6463] By: jhi                                   on 2000/07/29  00:55:39
52266         Log: Tune the comments and hopefully stop a memory leak.
52267      Branch: perl
52268            ! toke.c utf8.c
52269 ____________________________________________________________________________
52270 [  6462] By: jhi                                   on 2000/07/29  00:16:53
52271         Log: The problem described in this
52272              
52273              Subject: [ID 20000322.018] named chars aren't magical enough
52274              From: root <root@dixie.cscaper.com>     
52275              Date: Wed, 22 Mar 2000 18:37:42 -0700
52276              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
52277              
52278              has been fixed in perl 5.6.0 but just in case added a test
52279              to keep it away.  (The report from Joseph Hall.)
52280      Branch: perl
52281            ! t/lib/charnames.t
52282 ____________________________________________________________________________
52283 [  6461] By: jhi                                   on 2000/07/28  23:56:36
52284         Log: Tiny fixes for #6460.
52285      Branch: metaconfig/U/perl
52286            ! gccvers.U
52287      Branch: perl
52288            ! Configure config_h.SH
52289 ____________________________________________________________________________
52290 [  6460] By: jhi                                   on 2000/07/28  23:24:41
52291         Log: Warn if the version of the operating system used to compile gcc
52292              differs from the current version of the operating system.
52293              Also display the gcc compilation os and version in myconfig.
52294              Inspiration from
52295              
52296              Subject: Re: [ID 20000710.003] ERRORS!!         
52297              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52298              Date: Mon, 10 Jul 2000 15:54:16 -0400
52299              Message-ID: <20000710155416.A1384@O2.chapin.edu>
52300      Branch: metaconfig/U/perl
52301            ! gccvers.U
52302      Branch: perl
52303            ! Configure config_h.SH myconfig.SH
52304 ____________________________________________________________________________
52305 [  6459] By: jhi                                   on 2000/07/28  22:00:32
52306         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
52307              letter to $Config{osvers}.
52308      Branch: metaconfig
52309            ! U/modified/Oldconfig.U
52310      Branch: perl
52311            ! Configure config_h.SH
52312 ____________________________________________________________________________
52313 [  6458] By: jhi                                   on 2000/07/28  04:15:39
52314         Log: Back out #6454, doesn't seem to work.
52315              (Reason: that patch was for perl 5.6.0, not perl-current)
52316              (A version of the patch for perl-current came in later as #6466)
52317      Branch: perl
52318            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
52319            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
52320            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52321 ____________________________________________________________________________
52322 [  6457] By: jhi                                   on 2000/07/27  23:31:49
52323         Log: Use setproctitle() if available to modify $0.
52324              
52325              Subject: setting $* on BSD4 broken
52326              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
52327              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
52328              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
52329      Branch: metaconfig
52330            ! U/modified/Myinit.U
52331      Branch: perl
52332            ! Configure config_h.SH mg.c
52333 ____________________________________________________________________________
52334 [  6456] By: jhi                                   on 2000/07/27  14:50:47
52335         Log: Allow "no AutoLoader;", based on change #6444,
52336              suggested by Graham Barr.
52337      Branch: perl
52338            ! lib/AutoLoader.pm
52339 ____________________________________________________________________________
52340 [  6455] By: jhi                                   on 2000/07/27  14:19:10
52341         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
52342              From: rspier@pobox.com (Robert Spier)
52343              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
52344              Message-ID: <14720.15855.787664.424783@rls.cx>
52345      Branch: perl
52346            ! pod/perldiag.pod
52347 ____________________________________________________________________________
52348 [  6454] By: jhi                                   on 2000/07/27  14:03:02
52349         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
52350              for a long time).
52351              
52352              Reported in
52353              
52354              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
52355              From: Ryan Herbert <rherbert@sycamorehq.com>
52356              Date: Mon, 17 Jul 2000 11:40:42 -0400
52357              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
52358              
52359              Patched in
52360              
52361              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
52362              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52363              Date: Wed, 26 Jul 2000 23:40:18 +0100
52364              Message-ID: <000001bff752$79511880$0a17073e@tiny>
52365              
52366              based on an earlier patch from Stephen P. Potter.
52367              
52368              (Removed later by change #6458 because this patch was for
52369              perl 5.6.0, not perl-current)
52370      Branch: perl
52371            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
52372            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
52373            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52374 ____________________________________________________________________________
52375 [  6453] By: jhi                                   on 2000/07/27  13:48:02
52376         Log: Subject: [PATCH] fixes bug 20000508.004
52377              From: Michael Stevens <mstevens@globnix.org>
52378              Date: Thu, 27 Jul 2000 13:49:04 +0100
52379              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
52380      Branch: perl
52381            ! pod/perldata.pod
52382 ____________________________________________________________________________
52383 [  6452] By: jhi                                   on 2000/07/26  23:51:26
52384         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
52385              and Craig A. Berry.
52386      Branch: perl
52387            ! lib/File/Temp.pm pod/perlport.pod
52388 ____________________________________________________________________________
52389 [  6451] By: jhi                                   on 2000/07/26  19:43:30
52390         Log: Be wary of close()s, too.
52391              
52392              Subject: Re: [PATCH] perlbug cleanup
52393              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52394              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
52395              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
52396      Branch: perl
52397            ! utils/perlbug.PL
52398 ____________________________________________________________________________
52399 [  6450] By: jhi                                   on 2000/07/26  18:41:40
52400         Log: Subject: Minor doc patch: handy.h
52401              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
52402              Date: Wed, 26 Jul 2000 15:34:25 -0300
52403              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
52404      Branch: perl
52405            ! handy.h pod/perlapi.pod
52406 ____________________________________________________________________________
52407 [  6449] By: jhi                                   on 2000/07/26  18:23:55
52408         Log: Subject: [PATCH] minor doc change - perlguts
52409              From: Michael Stevens <mstevens@globnix.org>
52410              Date: Thu, 13 Jul 2000 12:39:18 +0100
52411              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
52412      Branch: perl
52413            ! pod/perlguts.pod
52414 ____________________________________________________________________________
52415 [  6448] By: jhi                                   on 2000/07/26  18:20:30
52416         Log: open() wariness in perlbug.
52417              
52418              Subject: [PATCH] perlbug cleanup
52419              From: Michael Stevens <mstevens@globnix.org>
52420              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
52421              Date: Thu, 13 Jul 2000 15:52:23 +0100
52422      Branch: perl
52423            ! utils/perlbug.PL
52424 ____________________________________________________________________________
52425 [  6447] By: jhi                                   on 2000/07/26  18:13:04
52426         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
52427      Branch: perl
52428            ! lib/File/Temp.pm t/lib/ftmp-security.t
52429 ____________________________________________________________________________
52430 [  6446] By: jhi                                   on 2000/07/26  18:06:32
52431         Log: docfix from Peter Scott <Peter@PSDT.com>.
52432      Branch: perl
52433            ! pod/perlfunc.pod
52434 ____________________________________________________________________________
52435 [  6445] By: jhi                                   on 2000/07/26  17:53:31
52436         Log: Fix *foo{FORMAT}.
52437              
52438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52439              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52440              Date: Wed, 26 Jul 2000 19:51:02 +0200
52441              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
52442              
52443              From: Graham Barr <gbarr@pobox.com>
52444              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52445              Date: Wed, 26 Jul 2000 17:38:36 +0100
52446              Message-ID: <20000726173836.L472@pobox.com>
52447      Branch: perl
52448            ! pp.c sv.c t/op/gv.t
52449 ____________________________________________________________________________
52450 [  6444] By: jhi                                   on 2000/07/26  17:49:14
52451         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
52452              from Graham Barr in the module list.
52453      Branch: perl
52454            ! gv.c pod/perlobj.pod
52455 ____________________________________________________________________________
52456 [  6443] By: jhi                                   on 2000/07/26  16:06:56
52457         Log: More split() doc and test patches from Mike Guy.
52458      Branch: perl
52459            ! pod/perlfunc.pod t/op/split.t
52460 ____________________________________________________________________________
52461 [  6442] By: jhi                                   on 2000/07/26  16:05:30
52462         Log: MacOS nits from Matthias Neeracher.
52463      Branch: perl
52464            ! perl.c pp_ctl.c
52465 ____________________________________________________________________________
52466 [  6441] By: jhi                                   on 2000/07/26  04:39:57
52467         Log: Subject: [PATCH] split /^/
52468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52469              Date: Tue, 25 Jul 2000 14:18:57 +0100
52470              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
52471              
52472              (with notes from tchrist and gbarr)
52473      Branch: perl
52474            ! pod/perlfunc.pod t/op/split.t
52475 ____________________________________________________________________________
52476 [  6440] By: jhi                                   on 2000/07/26  04:32:32
52477         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
52478              From: Peter Prymmer <pvhp@forte.com>
52479              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
52480              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
52481      Branch: perl
52482            ! vms/munchconfig.c
52483 ____________________________________________________________________________
52484 [  6439] By: jhi                                   on 2000/07/26  04:31:01
52485         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
52486              to be fatal errors (instead of by default ignoring them, and
52487              ignoring with a bug: even though -w gave an error, the opening [
52488              was left in)  Reported in:
52489              
52490              Subject: [ID 20000716.024] [=cc=] / [:blank:]
52491              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52492              Date: Sun, 16 Jul 2000 17:55:29 -0700
52493              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52494      Branch: perl
52495            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
52496 ____________________________________________________________________________
52497 [  6438] By: jhi                                   on 2000/07/25  15:41:15
52498         Log: Subject: [PATCH] av.c apidoc
52499              From: simon@brecon.co.uk (Simon Cozens)
52500              Date: 24 Jul 2000 06:40:52 GMT
52501              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
52502      Branch: perl
52503            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
52504            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
52505 ____________________________________________________________________________
52506 [  6437] By: jhi                                   on 2000/07/25  14:05:36
52507         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
52508              From: "Stephen P. Potter" <spp@ds.net>
52509              Date: Mon, 24 Jul 2000 14:22:23 -0400
52510              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
52511      Branch: perl
52512            ! pod/perllocale.pod
52513 ____________________________________________________________________________
52514 [  6436] By: jhi                                   on 2000/07/25  14:02:03
52515         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
52516              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52517              Date: Mon, 24 Jul 2000 18:04:28 +0100
52518              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
52519      Branch: perl
52520            ! t/lib/syslfs.t t/op/lfs.t
52521 ____________________________________________________________________________
52522 [  6435] By: jhi                                   on 2000/07/25  13:59:28
52523         Log: Get UTF16 BOMs working.  Patch from
52524              
52525              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52527              Date: Tue, 25 Jul 2000 12:52:45 +0100
52528              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
52529              
52530              and notes from
52531              
52532              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52533              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52534              Date: Tue, 25 Jul 2000 11:43:25 +0100
52535              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
52536      Branch: perl
52537            ! t/comp/require.t toke.c utf8.c
52538 ____________________________________________________________________________
52539 [  6434] By: jhi                                   on 2000/07/25  02:39:54
52540         Log: Make the "uninit variable" warning to say "concat or string"
52541              or "join or string" when in concat or join .
52542              
52543              Subject: Re: [ID 20000403.009] uninitialised concatenation???
52544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52545              Date: Tue, 04 Apr 2000 18:22:58 +0100
52546              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
52547              
52548              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
52549              From: William R Ward <hermit@BayView.COM>
52550              Date: Thu, 30 Mar 2000 19:50:03 -0800
52551              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
52552      Branch: perl
52553            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
52554            ! t/pragma/warn/op t/pragma/warn/sv
52555 ____________________________________________________________________________
52556 [  6433] By: jhi                                   on 2000/07/24  17:52:56
52557         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
52558      Branch: perl
52559            ! lib/File/Spec/VMS.pm
52560 ____________________________________________________________________________
52561 [  6432] By: jhi                                   on 2000/07/24  17:44:44
52562         Log: Test cases for #6431.
52563              
52564              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52565              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52566              Date: Mon, 24 Jul 2000 15:32:29 +0100
52567              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
52568      Branch: perl
52569            ! t/op/pat.t t/op/split.t
52570 ____________________________________________________________________________
52571 [  6431] By: jhi                                   on 2000/07/24  17:43:17
52572         Log: Bind op fix.
52573              
52574              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52575              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52576              Date: Mon, 17 Jul 2000 20:04:56 +0100
52577              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
52578      Branch: perl
52579            ! op.c
52580 ____________________________________________________________________________
52581 [  6430] By: jhi                                   on 2000/07/24  03:42:42
52582         Log: Subject: [ID 20000716.023] syslog test fails without sockets
52583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52584              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
52585              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
52586      Branch: metaconfig/U/perl
52587            ! Extensions.U
52588      Branch: perl
52589            ! Configure config_h.SH
52590 ____________________________________________________________________________
52591 [  6429] By: jhi                                   on 2000/07/24  03:11:52
52592         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
52593              case, but add also notes explaining the relationship of this
52594              patch and the earlier notes by Sarathy.
52595              
52596              Subject: Map is still slow
52597              From: "Ben Tilly" <ben_tilly@hotmail.com>
52598              Date: Sat, 15 Jul 2000 17:23:27 EDT
52599              Message-ID: <20000715212327.21656.qmail@hotmail.com>
52600      Branch: perl
52601            ! pp_ctl.c
52602 ____________________________________________________________________________
52603 [  6428] By: jhi                                   on 2000/07/24  02:58:52
52604         Log: Documentation to explain the behaviour of map().
52605              
52606              Subject: Re: Map is still slow 
52607              From: Gurusamy Sarathy <gsar@ActiveState.com>
52608              Date: Sat, 15 Jul 2000 16:05:09 -0700
52609              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
52610      Branch: perl
52611            ! pp_ctl.c
52612 ____________________________________________________________________________
52613 [  6427] By: jhi                                   on 2000/07/24  02:50:03
52614         Log: Add tests for
52615              [ID 19991110.003] another matching finding by pcre author
52616              which has already been fixed by some patch, as verified in
52617              
52618              Subject: Re: two regex bugs from the mists of time (well, last November)
52619              From: Hugo <hv@crypt.compulink.co.uk>
52620              Date: Sat, 22 Jul 2000 18:12:58 +0100
52621              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
52622      Branch: perl
52623            ! t/op/re_tests
52624 ____________________________________________________________________________
52625 [  6426] By: jhi                                   on 2000/07/24  02:11:20
52626         Log: A missing 'break' after the [[:space:]] switch case.
52627              
52628              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
52629              From: "Stephen P. Potter" <spp@ds.net>
52630              Date: Tue, 18 Jul 2000 16:25:17 -0400
52631              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
52632      Branch: perl
52633            ! regcomp.c
52634 ____________________________________________________________________________
52635 [  6425] By: jhi                                   on 2000/07/24  02:06:12
52636         Log: The output might have been produced in the wrong order.
52637              
52638              Subject: [ID 20000720.003] [PATCH] t/op/write.t
52639              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52640              Date: Thu, 20 Jul 2000 18:49:18 +0100
52641              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
52642      Branch: perl
52643            ! t/op/write.t
52644 ____________________________________________________________________________
52645 [  6424] By: jhi                                   on 2000/07/24  02:00:07
52646         Log: Use STDOUT consistently.
52647              
52648              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
52649              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52650              Date: Thu, 20 Jul 2000 18:04:01 +0100
52651              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
52652      Branch: perl
52653            ! lib/Test/Harness.pm
52654 ____________________________________________________________________________
52655 [  6423] By: jhi                                   on 2000/07/24  01:54:54
52656         Log: Protect against "wild next"s, that is, callbacks doing "next"
52657              instead of "return".
52658              
52659              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
52660              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52661              Date: Tue, 18 Jul 2000 11:30:16 +0100
52662              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
52663      Branch: perl
52664            ! lib/File/Find.pm
52665 ____________________________________________________________________________
52666 [  6422] By: jhi                                   on 2000/07/24  01:35:47
52667         Log: Out-of-date note removed.
52668              
52669              Subject: [PATCH] documentation perlipc
52670              From: rspier@pobox.com (Robert Spier)
52671              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
52672              Message-ID: <14711.35178.572612.502654@rls.cx>
52673      Branch: perl
52674            ! pod/perlipc.pod
52675 ____________________________________________________________________________
52676 [  6421] By: jhi                                   on 2000/07/24  00:09:18
52677         Log: Send all installperl messages to STDERR and be -w clean.
52678              
52679              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
52680              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52681              Date: Sat, 22 Jul 2000 14:02:11 +0100
52682              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
52683      Branch: perl
52684            ! installperl
52685 ____________________________________________________________________________
52686 [  6420] By: jhi                                   on 2000/07/24  00:04:19
52687         Log: Decutandpasto.
52688              
52689              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
52690              From: "Richard Soderberg" <rs@crystalflame.net>
52691              Date: Sun, 23 Jul 2000 01:37:23 -0700
52692              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
52693      Branch: perl
52694            ! pod/perlipc.pod
52695 ____________________________________________________________________________
52696 [  6419] By: jhi                                   on 2000/07/24  00:01:12
52697         Log: A cleaner abs_path().
52698              Subject: Re: unix alternative to Cwd.pm
52699              From: Jeff Pinyan <jeffp@crusoe.net>
52700              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
52701              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
52702      Branch: perl
52703            ! lib/Cwd.pm
52704 ____________________________________________________________________________
52705 [  6418] By: jhi                                   on 2000/07/23  23:48:56
52706         Log: Detypo.
52707              
52708              Subject: [PATCH perl-current] Typo in hints/powerux.sh
52709              From: "Richard Soderberg" <rs@crystalflame.net>
52710              Date: Sun, 23 Jul 2000 01:27:33 -0700
52711              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
52712      Branch: perl
52713            ! hints/powerux.sh
52714 ____________________________________________________________________________
52715 [  6417] By: jhi                                   on 2000/07/17  22:13:31
52716         Log: Subject: SDBM_File documentation
52717              From: mjd@plover.com
52718              Date: 16 Jul 2000 17:41:17 -0000
52719              Message-ID: <20000716174117.18515.qmail@plover.com>
52720      Branch: perl
52721            ! ext/SDBM_File/SDBM_File.pm
52722 ____________________________________________________________________________
52723 [  6416] By: jhi                                   on 2000/07/17  19:13:26
52724         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
52725      Branch: perl
52726            ! hints/mpeix.sh mpeix/relink
52727 ____________________________________________________________________________
52728 [  6415] By: jhi                                   on 2000/07/15  14:11:02
52729         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
52730              the utf8 'characters' can be more than one octet).
52731              
52732              Date: Sat, 15 Jul 2000 00:21:56 +0100
52733              From: Tom Hughes <tom@compton.nu>
52734              Subject: Re: [ID 20000714.002]
52735              Message-ID: <db2334de49.tom@compton.compton.nu>
52736              
52737              Reported in
52738              
52739              Subject: [ID 20000714.002]
52740              From: "Simon Cozens" <simon@othersideofthe.earth.li>
52741              Date: 14 Jul 2000 15:13:09 -0000
52742              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
52743      Branch: perl
52744            ! doop.c
52745 ____________________________________________________________________________
52746 [  6414] By: jhi                                   on 2000/07/15  03:13:41
52747         Log: another VMS build tweak from Peter Prymmer
52748      Branch: perl
52749            ! vms/descrip_mms.template
52750 ____________________________________________________________________________
52751 [  6413] By: jhi                                   on 2000/07/15  03:10:40
52752         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
52753      Branch: perl
52754            ! vms/perlvms.pod
52755 ____________________________________________________________________________
52756 [  6412] By: jhi                                   on 2000/07/15  00:31:05
52757         Log: More docs for sv functions.
52758              
52759              Subject: [PATCH cfgperl] sv.c apidoc
52760              From: simon@brecon.co.uk (Simon Cozens)
52761              Date: 13 Jul 2000 09:00:20 GMT
52762              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
52763              
52764              Subject: Re: [PATCH cfgperl] sv.c apidoc
52765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52766              Date: Thu, 13 Jul 2000 12:27:41 +0100
52767              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
52768              
52769              Subject: Re: [PATCH cfgperl] sv.c apidoc
52770              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52771              Date: Thu, 13 Jul 2000 13:23:09 +0100
52772              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
52773              
52774              Subject: Re: [PATCH cfgperl] sv.c apidoc
52775              From: simon@brecon.co.uk (Simon Cozens)
52776              Date: 14 Jul 2000 06:51:02 GMT
52777              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
52778      Branch: perl
52779            ! embed.pl pod/perlapi.pod sv.c
52780 ____________________________________________________________________________
52781 [  6411] By: jhi                                   on 2000/07/15  00:10:41
52782         Log: lib/b test fixes from Peter Prymmer.
52783      Branch: perl
52784            ! t/lib/b.t
52785 ____________________________________________________________________________
52786 [  6410] By: jhi                                   on 2000/07/15  00:02:09
52787         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
52788              From: Hugo <hv@crypt.compulink.co.uk>
52789              Date: Fri, 14 Jul 2000 23:05:20 +0100
52790              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
52791              
52792              Didn't anymore apply, but that point still could use another fix.
52793      Branch: perl
52794            ! pod/perlfunc.pod
52795 ____________________________________________________________________________
52796 [  6409] By: jhi                                   on 2000/07/14  23:15:15
52797         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
52798              not in pod, from Peter Prymmer
52799      Branch: perl
52800            ! vms/descrip_mms.template
52801 ____________________________________________________________________________
52802 [  6408] By: jhi                                   on 2000/07/14  20:35:05
52803         Log: The bug report
52804              [ID 19991110.002] minimal matching discrepancy found by pcre author
52805              seems to have been fixed (though differently from what was suggested
52806              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
52807      Branch: perl
52808            ! t/op/re_tests
52809 ____________________________________________________________________________
52810 [  6407] By: jhi                                   on 2000/07/14  17:38:08
52811         Log: Fix AutoSplit to use File::Spec the right way in VMS,
52812              from Peter Prymmer.
52813      Branch: perl
52814            ! lib/AutoSplit.pm
52815 ____________________________________________________________________________
52816 [  6406] By: jhi                                   on 2000/07/14  14:13:22
52817         Log: Merge perlhacktut into perlhack, update perlguts.
52818              
52819              Subject: Re: Perlhacktut
52820              From: simon@brecon.co.uk (Simon Cozens)
52821              Date: 14 Jul 2000 06:49:21 GMT
52822              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
52823              
52824              Subject: Re: Perlhacktut
52825              From: simon@brecon.co.uk (Simon Cozens)
52826              Date: 14 Jul 2000 07:09:45 GMT
52827              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
52828      Branch: perl
52829            ! pod/perlguts.pod pod/perlhack.pod
52830 ____________________________________________________________________________
52831 [  6405] By: jhi                                   on 2000/07/14  14:02:31
52832         Log: Integrate with Sarathy.
52833      Branch: cfgperl
52834           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
52835           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
52836           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
52837 ____________________________________________________________________________
52838 [  6404] By: gsar                                  on 2000/07/14  12:15:02
52839         Log: PERL_OBJECT build tweaks
52840      Branch: perl
52841            ! toke.c
52842 ____________________________________________________________________________
52843 [  6403] By: gsar                                  on 2000/07/14  11:23:41
52844         Log: inconsistent types needs casts
52845      Branch: perl
52846            ! toke.c
52847 ____________________________________________________________________________
52848 [  6402] By: gsar                                  on 2000/07/14  11:12:04
52849         Log: typos in change#6399, regen headers
52850      Branch: perl
52851            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
52852 ____________________________________________________________________________
52853 [  6401] By: gsar                                  on 2000/07/14  10:59:12
52854         Log: typecasts needed for change#6394
52855      Branch: perl
52856            ! toke.c
52857 ____________________________________________________________________________
52858 [  6400] By: gsar                                  on 2000/07/14  10:49:37
52859         Log: integrate cfgperl contents into mainline
52860      Branch: perl
52861           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
52862           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
52863 ____________________________________________________________________________
52864 [  6399] By: gsar                                  on 2000/07/14  10:38:35
52865         Log: enable UTF-16 filter by default if relevant BOM is seen; various
52866              cleanups (typos, misformatted code, and small bugs)
52867      Branch: perl
52868            ! doop.c embed.pl mg.c op.c pp.c toke.c
52869 ____________________________________________________________________________
52870 [  6398] By: gsar                                  on 2000/07/14  08:55:38
52871         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
52872              name suggests anyway)
52873      Branch: perl
52874            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
52875 ____________________________________________________________________________
52876 [  6397] By: gsar                                  on 2000/07/14  08:44:33
52877         Log: move new variables to the end of the interpreter structure (for
52878              bincompat in code that doesn't #include XSUB.h)
52879      Branch: perl
52880            ! intrpvar.h
52881 ____________________________________________________________________________
52882 [  6396] By: gsar                                  on 2000/07/14  08:13:58
52883         Log: MakeMaker should not remove editor backups (*~) on `make clean`
52884              by default (completes change#6383)
52885      Branch: perl
52886            ! lib/ExtUtils/MM_Unix.pm
52887 ____________________________________________________________________________
52888 [  6395] By: jhi                                   on 2000/07/14  05:20:33
52889         Log: Replace change #6337 with a better one.
52890              
52891              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
52892              From: Hugo <hv@crypt.compulink.co.uk>
52893              Date: Fri, 14 Jul 2000 04:16:20 +0100
52894              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
52895      Branch: cfgperl
52896            ! regexec.c t/op/re_tests
52897 ____________________________________________________________________________
52898 [  6394] By: jhi                                   on 2000/07/14  01:33:59
52899         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
52900      Branch: cfgperl
52901            ! embed.pl global.sym proto.h toke.c
52902 ____________________________________________________________________________
52903 [  6393] By: jhi                                   on 2000/07/13  23:41:23
52904         Log: remove discarded test
52905      Branch: cfgperl
52906            ! MANIFEST
52907 ____________________________________________________________________________
52908 [  6392] By: jhi                                   on 2000/07/13  23:32:25
52909         Log: The {multiplier} of a fixed substring was overlooked which
52910              caused a wrong initial search offset for that substring.
52911              
52912              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
52913              From: Hugo <hv@crypt.compulink.co.uk>
52914              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
52915              Date: Thu, 13 Jul 2000 19:27:13 +0100
52916      Branch: cfgperl
52917            ! regcomp.c t/op/re_tests
52918 ____________________________________________________________________________
52919 [  6391] By: jhi                                   on 2000/07/13  16:37:42
52920         Log: typo fix from Craig Berry
52921      Branch: cfgperl
52922            ! vms/subconfigure.com
52923 ____________________________________________________________________________
52924 [  6390] By: jhi                                   on 2000/07/13  13:20:12
52925         Log: Integrate with Sarathy.
52926      Branch: cfgperl
52927            - t/op/method2entersub.t
52928           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
52929           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
52930           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
52931           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
52932 ____________________________________________________________________________
52933 [  6389] By: jhi                                   on 2000/07/13  13:18:48
52934         Log: Detypo from Peter Prymmer, part of #6388.
52935      Branch: cfgperl
52936            ! Configure config_h.SH
52937      Branch: metaconfig
52938            ! U/modified/d_longlong.U
52939 ____________________________________________________________________________
52940 [  6388] By: gsar                                  on 2000/07/13  06:33:40
52941         Log: typos (spotted by Peter Prymmer)
52942      Branch: perl
52943            ! Configure t/lib/english.t
52944 ____________________________________________________________________________
52945 [  6387] By: gsar                                  on 2000/07/13  05:35:28
52946         Log: new selfloader.t in change#6183 doesn't close DATA handles,
52947              and thus fails to clean up tmp files on dosish platforms
52948      Branch: perl
52949            ! t/lib/selfloader.t
52950 ____________________________________________________________________________
52951 [  6386] By: gsar                                  on 2000/07/12  21:42:39
52952         Log: sprintf test tweaks (from Dominic Dunlop)
52953      Branch: perl
52954            ! t/op/sprintf.t
52955 ____________________________________________________________________________
52956 [  6385] By: gsar                                  on 2000/07/12  21:33:46
52957         Log: fix bugs in processing %v-*d and similar format specs (from
52958              Avi Finkel <avi@finkel.org>)
52959      Branch: perl
52960            ! sv.c t/op/sprintf.t
52961 ____________________________________________________________________________
52962 [  6384] By: gsar                                  on 2000/07/12  16:04:19
52963         Log: readd missing perldelta.pod changes from changes#6339,6376
52964      Branch: perl
52965            ! pod/perldelta.pod
52966 ____________________________________________________________________________
52967 [  6383] By: gsar                                  on 2000/07/12  16:00:51
52968         Log: don't clobber *.orig files on *clean targets
52969      Branch: perl
52970            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
52971 ____________________________________________________________________________
52972 [  6382] By: gsar                                  on 2000/07/12  07:59:12
52973         Log: fix broken integrations in cfgperl
52974      Branch: cfgperl
52975           !> Changes pod/perldelta.pod
52976 ____________________________________________________________________________
52977 [  6381] By: gsar                                  on 2000/07/12  07:42:17
52978         Log: integrate cfgperl changes into mainline
52979      Branch: perl
52980            ! Changes
52981           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
52982           !> pod/perlre.pod
52983 ____________________________________________________________________________
52984 [  6380] By: gsar                                  on 2000/07/12  07:31:00
52985         Log: get sprintf.t to adjust properly for 3-digit exponents
52986      Branch: perl
52987            ! t/op/sprintf.t
52988 ____________________________________________________________________________
52989 [  6379] By: gsar                                  on 2000/07/12  06:40:04
52990         Log: change#6174 needs corresponding change in win32/config_h.PL,
52991              which grovels through config_h.SH to find the config.h name
52992      Branch: perl
52993            ! win32/config_h.PL
52994 ____________________________________________________________________________
52995 [  6378] By: jhi                                   on 2000/07/12  05:03:59
52996         Log: Do the cc sanity check both before the hints and
52997              after the cc selction.
52998      Branch: cfgperl
52999            ! Configure config_h.SH
53000      Branch: metaconfig
53001            ! U/modified/Oldconfig.U U/modified/cc.U
53002      Branch: metaconfig/U/perl
53003            + Checkcc.U
53004 ____________________________________________________________________________
53005 [  6377] By: jhi                                   on 2000/07/12  02:49:22
53006         Log: Fix nits noticed by Boston.pm.
53007      Branch: cfgperl
53008            ! pod/perlre.pod
53009 ____________________________________________________________________________
53010 [  6376] By: jhi                                   on 2000/07/11  21:22:13
53011         Log: Configure cosmetics and perldelta.
53012      Branch: cfgperl
53013            ! Configure config_h.SH pod/perldelta.pod
53014      Branch: metaconfig
53015            ! U/modified/cc.U
53016 ____________________________________________________________________________
53017 [  6375] By: gsar                                  on 2000/07/11  21:17:35
53018         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
53019      Branch: perl
53020            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
53021            ! win32/win32sck.c
53022 ____________________________________________________________________________
53023 [  6374] By: gsar                                  on 2000/07/11  20:48:50
53024         Log: tweak for build failure under multiplicity
53025      Branch: perl
53026            ! toke.c
53027 ____________________________________________________________________________
53028 [  6373] By: gsar                                  on 2000/07/11  20:37:23
53029         Log: integrate cfgperl changes#6325..6373 into mainline
53030              (NOTE: today's batch of integrations still untested)
53031      Branch: perl
53032           +> ext/DynaLoader/hints/netbsd.pl
53033            ! Changes
53034           !> (integrate 26 files)
53035 ____________________________________________________________________________
53036 [  6372] By: jhi                                   on 2000/07/11  20:30:36
53037         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
53038              regen perltoc.
53039      Branch: cfgperl
53040            + pod/perlbook.pod
53041            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
53042            ! pod/perltoc.pod
53043 ____________________________________________________________________________
53044 [  6371] By: jhi                                   on 2000/07/11  20:08:56
53045         Log: Minor cleanups on the booklist.
53046      Branch: cfgperl
53047            ! pod/perlfaq2.pod
53048 ____________________________________________________________________________
53049 [  6370] By: jhi                                   on 2000/07/11  19:31:13
53050         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
53051      Branch: cfgperl
53052            ! t/pragma/overload.t
53053 ____________________________________________________________________________
53054 [  6369] By: gsar                                  on 2000/07/11  19:27:48
53055         Log: integrate cfgperl changes#6293..6324 into mainline
53056      Branch: perl
53057           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
53058            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
53059           !> (integrate 30 files)
53060 ____________________________________________________________________________
53061 [  6368] By: gsar                                  on 2000/07/11  19:18:57
53062         Log: skip integrate of problematic change#6292 from cfgperl into mainline
53063      Branch: perl
53064           !> pp_hot.c
53065 ____________________________________________________________________________
53066 [  6367] By: gsar                                  on 2000/07/11  19:17:21
53067         Log: integrate cfgperl changes#6288..6290 into mainline
53068      Branch: perl
53069           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
53070 ____________________________________________________________________________
53071 [  6366] By: gsar                                  on 2000/07/11  19:11:18
53072         Log: integrate cfgperl changes#6268..6282 into mainline
53073      Branch: perl
53074           !> (integrate 30 files)
53075 ____________________________________________________________________________
53076 [  6365] By: gsar                                  on 2000/07/11  18:57:00
53077         Log: delete new accidentally branched file
53078      Branch: perl
53079            - t/op/method2entersub.t
53080 ____________________________________________________________________________
53081 [  6364] By: gsar                                  on 2000/07/11  18:55:13
53082         Log: skip integrate of change#6267 from cfgperl into mainline (the
53083              method call optimization is flawed without additional hints
53084              from user about immutableness of @ISA and no runtime method
53085              definitions)
53086      Branch: perl
53087           +> t/op/method2entersub.t
53088           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
53089           !> perl.h t/op/sprintf.t xsutils.c
53090 ____________________________________________________________________________
53091 [  6363] By: gsar                                  on 2000/07/11  18:49:43
53092         Log: integrate cfgperl changes#6261..6266 into mainline
53093      Branch: perl
53094           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
53095           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
53096           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53097           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
53098 ____________________________________________________________________________
53099 [  6362] By: gsar                                  on 2000/07/11  18:43:26
53100         Log: integrate cfgperl changes#6252..6260 into mainline
53101      Branch: perl
53102           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
53103           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
53104           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
53105           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
53106 ____________________________________________________________________________
53107 [  6361] By: gsar                                  on 2000/07/11  18:37:12
53108         Log: skip integrate of problematic change#6251 from cfgperl into mainline
53109      Branch: perl
53110           !> lib/Exporter.pm
53111 ____________________________________________________________________________
53112 [  6360] By: gsar                                  on 2000/07/11  18:34:56
53113         Log: integrate cfgperl change#6250 into mainline
53114      Branch: perl
53115           +> t/op/my_stash.t
53116           !> MANIFEST embed.pl proto.h toke.c
53117 ____________________________________________________________________________
53118 [  6359] By: gsar                                  on 2000/07/11  18:21:19
53119         Log: integrate cfgperl changes#6242..6249 into mainline
53120      Branch: perl
53121           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
53122           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
53123           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
53124           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
53125           !> t/lib/peek.t utf8.c
53126 ____________________________________________________________________________
53127 [  6358] By: gsar                                  on 2000/07/11  18:15:45
53128         Log: skip integrate of problematic change#6241 from cfgperl into mainline
53129      Branch: perl
53130           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
53131 ____________________________________________________________________________
53132 [  6357] By: jhi                                   on 2000/07/11  18:15:16
53133         Log: Fix for
53134              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
53135              From: Roderick Schertler <roderick@argon.org> 
53136              Date: Tue, 11 Jul 2000 13:55:05 -0400 
53137              Message-Id: <200007111755.NAA05077@jones.argon.org> 
53138      Branch: cfgperl
53139            ! doio.c
53140 ____________________________________________________________________________
53141 [  6356] By: jhi                                   on 2000/07/11  18:12:51
53142         Log: Typo in #6341.
53143      Branch: cfgperl
53144            ! pp_hot.c
53145 ____________________________________________________________________________
53146 [  6355] By: gsar                                  on 2000/07/11  18:12:10
53147         Log: integrate cfgperl changes#6231..6240 into mainline
53148      Branch: perl
53149           +> pod/perlutil.pod
53150           !> (integrate 35 files)
53151 ____________________________________________________________________________
53152 [  6354] By: jhi                                   on 2000/07/11  18:04:34
53153         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
53154              From: Dominic Dunlop <domo@computer.org> 
53155              Date: Tue, 11 Jul 2000 12:27:33 +0200 
53156              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
53157              
53158              Replaces change #6268.
53159      Branch: cfgperl
53160            ! t/op/sprintf.t
53161 ____________________________________________________________________________
53162 [  6353] By: gsar                                  on 2000/07/11  17:59:51
53163         Log: skip integrate of problematic change#6230 from cfgperl into mainline
53164              (a later version of File::Spec is already in mainline)
53165      Branch: perl
53166           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
53167           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
53168 ____________________________________________________________________________
53169 [  6352] By: gsar                                  on 2000/07/11  17:57:48
53170         Log: integrate cfgperl changes#6224..6229 into mainline
53171      Branch: perl
53172           +> lib/lib.pm.PL
53173            - lib/lib.pm
53174           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
53175           !> lib/English.pm op.c t/lib/english.t
53176 ____________________________________________________________________________
53177 [  6351] By: gsar                                  on 2000/07/11  17:50:10
53178         Log: skip integrate of problematic change#6223 from cfgperl into mainline
53179      Branch: perl
53180           !> doio.c
53181 ____________________________________________________________________________
53182 [  6350] By: gsar                                  on 2000/07/11  17:48:28
53183         Log: integrate cfgperl changes#6220..6222 into mainline
53184      Branch: perl
53185           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
53186           !> toke.c utf8.c win32/win32.h
53187 ____________________________________________________________________________
53188 [  6349] By: gsar                                  on 2000/07/11  17:46:13
53189         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
53190              mainline
53191      Branch: perl
53192           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53193           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
53194           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53195 ____________________________________________________________________________
53196 [  6348] By: jhi                                   on 2000/07/11  17:45:49
53197         Log: README.posix-bc podified from Thomas Dorner.
53198      Branch: cfgperl
53199            ! README.posix-bc
53200 ____________________________________________________________________________
53201 [  6347] By: gsar                                  on 2000/07/11  17:42:04
53202         Log: integrate cfgperl change#6217 into mainline
53203      Branch: perl
53204           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
53205           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
53206           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
53207 ____________________________________________________________________________
53208 [  6346] By: gsar                                  on 2000/07/11  17:39:37
53209         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
53210              mainline
53211      Branch: perl
53212           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
53213           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53214           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
53215           !> perlapi.h pod/perlapi.pod
53216 ____________________________________________________________________________
53217 [  6345] By: gsar                                  on 2000/07/11  17:36:42
53218         Log: integrate cfgperl changes#6207..6210 into mainline
53219      Branch: perl
53220           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
53221           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
53222 ____________________________________________________________________________
53223 [  6344] By: gsar                                  on 2000/07/11  17:31:20
53224         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
53225              mainline
53226      Branch: perl
53227           !> (integrate 40 files)
53228 ____________________________________________________________________________
53229 [  6343] By: gsar                                  on 2000/07/11  17:19:08
53230         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
53231      Branch: perl
53232           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
53233            ! Changes
53234           !> (integrate 34 files)
53235 ____________________________________________________________________________
53236 [  6342] By: jhi                                   on 2000/07/11  16:05:48
53237         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
53238              To: perl5-porters@perl.org
53239              From: Karsten Sperling <spiff@phreax.net>
53240              Date: Mon, 10 Jul 2000 15:12:52 +0200
53241              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
53242      Branch: cfgperl
53243            ! lib/Symbol.pm
53244 ____________________________________________________________________________
53245 [  6341] By: jhi                                   on 2000/07/11  15:59:23
53246         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
53247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53248              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
53249              Date: Fri, 07 Jul 2000 17:57:16 +0100
53250      Branch: cfgperl
53251            ! pp_hot.c
53252 ____________________________________________________________________________
53253 [  6340] By: jhi                                   on 2000/07/11  15:55:47
53254         Log: Subject: Re: format bug report  [Patch]
53255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53256              Date: Wed, 05 Jul 2000 13:12:52 +0200
53257              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
53258              
53259              Subject: Re: format bug report  [Patch]
53260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53261              Date: Wed, 05 Jul 2000 14:10:01 +0200
53262              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
53263      Branch: cfgperl
53264            ! t/op/write.t toke.c
53265 ____________________________________________________________________________
53266 [  6339] By: jhi                                   on 2000/07/11  13:54:09
53267         Log: Be less forgiving about ambiguous and illegal tr ranges.
53268              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
53269              From: Mark-Jason Dominus <mjd@plover.com>
53270              Date: Tue, 04 Jul 2000 10:00:12 -0400
53271              Message-ID: <20000704140012.17772.qmail@plover.com>
53272              
53273              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
53274              From: Mark-Jason Dominus <mjd@plover.com>
53275              Date: Wed, 05 Jul 2000 09:37:36 -0400
53276              Message-ID: <20000705133736.27293.qmail@plover.com>
53277      Branch: cfgperl
53278            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
53279 ____________________________________________________________________________
53280 [  6338] By: jhi                                   on 2000/07/11  13:31:24
53281         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
53282              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53283              Date: Tue, 11 Jul 2000 13:50:51 +0100
53284              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
53285      Branch: cfgperl
53286            ! sv.c
53287 ____________________________________________________________________________
53288 [  6337] By: jhi                                   on 2000/07/11  13:29:14
53289         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
53290              From: Hugo <hv@crypt.compulink.co.uk>
53291              Date: Tue, 11 Jul 2000 12:44:50 +0100
53292              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
53293      Branch: cfgperl
53294            ! regexec.c t/op/re_tests
53295 ____________________________________________________________________________
53296 [  6336] By: jhi                                   on 2000/07/11  13:26:47
53297         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
53298              From: simon@brecon.co.uk (Simon Cozens)
53299              Date: 7 Jul 2000 11:26:09 GMT
53300              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
53301      Branch: cfgperl
53302            ! mg.c
53303 ____________________________________________________________________________
53304 [  6335] By: jhi                                   on 2000/07/11  13:23:37
53305         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
53306              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
53307              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
53308              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
53309      Branch: cfgperl
53310            + ext/DynaLoader/hints/netbsd.pl
53311            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
53312 ____________________________________________________________________________
53313 [  6334] By: jhi                                   on 2000/07/11  13:20:38
53314         Log: Subject: PATCH perlguts.pod: Document D and d magic types
53315              From: mjd@plover.com
53316              Date: 5 Jul 2000 18:01:51 -0000
53317              Message-ID: <20000705180151.29413.qmail@plover.com>
53318      Branch: cfgperl
53319            ! pod/perlguts.pod
53320 ____________________________________________________________________________
53321 [  6333] By: jhi                                   on 2000/07/11  13:15:51
53322         Log: Precedence goof, fix based on
53323              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
53324              From: Hugo <hv@crypt.compulink.co.uk>
53325              Date: Tue, 11 Jul 2000 12:52:38 +0100
53326              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
53327      Branch: cfgperl
53328            ! t/op/taint.t
53329 ____________________________________________________________________________
53330 [  6332] By: jhi                                   on 2000/07/11  12:40:17
53331         Log: Integrate with Sarathy.
53332      Branch: cfgperl
53333           !> win32/win32sck.c
53334 ____________________________________________________________________________
53335 [  6331] By: jhi                                   on 2000/07/10  20:14:16
53336         Log: Sprinkle ldlibpath.
53337      Branch: cfgperl
53338            ! pod/Makefile.SH
53339 ____________________________________________________________________________
53340 [  6330] By: jhi                                   on 2000/07/10  17:54:49
53341         Log: More POSIX.pod tweaks.
53342      Branch: cfgperl
53343            ! ext/POSIX/POSIX.pod
53344 ____________________________________________________________________________
53345 [  6329] By: jhi                                   on 2000/07/10  14:02:12
53346         Log: Reorder perl.pod once more.
53347      Branch: cfgperl
53348            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53349 ____________________________________________________________________________
53350 [  6328] By: gsar                                  on 2000/07/10  07:06:00
53351         Log: accept() leaks memory on windows due to incorrect ordering of
53352              closesocket() and fclose() calls
53353      Branch: perl
53354            ! win32/win32sck.c
53355 ____________________________________________________________________________
53356 [  6327] By: gsar                                  on 2000/07/10  06:49:17
53357         Log: winsock options weren't being set in all threads under ithreads
53358              (caused send()s from second and subsequent threads to fail)
53359      Branch: perl
53360            ! win32/win32sck.c
53361 ____________________________________________________________________________
53362 [  6326] By: jhi                                   on 2000/07/08  02:45:40
53363         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
53364              was cast to an unsigned (32-bit) integer with wild abandon.
53365      Branch: cfgperl
53366            ! ext/Devel/DProf/DProf.xs
53367 ____________________________________________________________________________
53368 [  6325] By: jhi                                   on 2000/07/07  18:50:33
53369         Log: Remove perlbook, update perlfaq book listing,
53370              rearrange perl.pod, regenerate perltoc.
53371      Branch: cfgperl
53372            - pod/perlbook.pod
53373            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
53374            ! pod/perlfaq2.pod pod/perltoc.pod
53375 ____________________________________________________________________________
53376 [  6324] By: jhi                                   on 2000/07/07  14:03:40
53377         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
53378      Branch: cfgperl
53379            ! sv.h toke.c
53380 ____________________________________________________________________________
53381 [  6323] By: jhi                                   on 2000/07/06  16:03:55
53382         Log: Fix complaints of buildtoc.
53383      Branch: cfgperl
53384            + lib/Win32.pod
53385            - pod/Win32.pod
53386            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53387 ____________________________________________________________________________
53388 [  6322] By: jhi                                   on 2000/07/06  15:15:52
53389         Log: Add =head1 NAMEs so that buildtoc is happy.
53390              (The CGI::Util nit reported to Lincoln.)
53391      Branch: cfgperl
53392            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
53393            ! pod/perltoc.pod
53394 ____________________________________________________________________________
53395 [  6321] By: jhi                                   on 2000/07/06  03:16:04
53396         Log: Config is being used.
53397      Branch: cfgperl
53398            ! t/op/method.t
53399 ____________________________________________________________________________
53400 [  6320] By: jhi                                   on 2000/07/06  03:13:13
53401         Log: Integrate with Sarathy.
53402      Branch: cfgperl
53403           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
53404 ____________________________________________________________________________
53405 [  6319] By: jhi                                   on 2000/07/06  03:11:46
53406         Log: Autogenerate pod/Makefile and pod/buildtoc.
53407              buildtoc also checks whether the existin pods are
53408              mentioned in MANIFEST and perl.pod, and vice versa.
53409              (None of the thusly found discrepancies fixed yet.)
53410              roffitall also needs to be autogenerated similarly but it
53411              seems so badly out of date that I didn't touch it yet.
53412      Branch: cfgperl
53413            + pod/Makefile.SH pod/buildtoc.PL
53414            - pod/Makefile pod/buildtoc
53415            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
53416 ____________________________________________________________________________
53417 [  6318] By: gsar                                  on 2000/07/05  22:10:54
53418         Log: fix UNC path handling on Windows under ithreads, and chdir()
53419              return value when given a non-existent directory
53420      Branch: perl
53421            ! win32/vdir.h
53422 ____________________________________________________________________________
53423 [  6317] By: gsar                                  on 2000/07/05  22:08:19
53424         Log: winsock cleanup never done on Windows (leads to handle leaks)
53425      Branch: perl
53426            ! win32/perllib.c win32/win32sck.c
53427 ____________________________________________________________________________
53428 [  6316] By: gsar                                  on 2000/07/05  22:06:19
53429         Log: some debugger output does not go to the socket when RemotePort is set
53430      Branch: perl
53431            ! lib/perl5db.pl
53432 ____________________________________________________________________________
53433 [  6315] By: jhi                                   on 2000/07/05  00:25:21
53434         Log: Integrate with Sarathy, preliminary fix for unicos
53435              alignment problems in [ID 20000612.002] Perl problem on Cray system.
53436      Branch: cfgperl
53437            ! sv.h
53438           !> pp_hot.c
53439 ____________________________________________________________________________
53440 [  6314] By: gsar                                  on 2000/07/04  23:34:02
53441         Log: tyop in change#6306
53442      Branch: perl
53443            ! pp_hot.c
53444 ____________________________________________________________________________
53445 [  6313] By: jhi                                   on 2000/07/04  22:14:38
53446         Log: Multiline string literals ENONPORTABLE.
53447      Branch: cfgperl
53448            ! pp_hot.c
53449 ____________________________________________________________________________
53450 [  6312] By: jhi                                   on 2000/07/04  20:34:44
53451         Log: Integrate with Sarathy.
53452      Branch: cfgperl
53453           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
53454           !> t/op/method.t
53455 ____________________________________________________________________________
53456 [  6311] By: jhi                                   on 2000/07/04  20:30:56
53457         Log: More POSIX.pod embellishment.
53458      Branch: cfgperl
53459            ! ext/POSIX/POSIX.pod
53460 ____________________________________________________________________________
53461 [  6310] By: gsar                                  on 2000/07/04  17:28:48
53462         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
53463      Branch: perl
53464            ! t/lib/b.t
53465 ____________________________________________________________________________
53466 [  6309] By: jhi                                   on 2000/07/04  17:22:18
53467         Log: The #6308 required a little bit more.
53468      Branch: cfgperl
53469            ! Makefile.SH win32/Makefile
53470 ____________________________________________________________________________
53471 [  6308] By: jhi                                   on 2000/07/04  16:35:24
53472         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
53473      Branch: cfgperl
53474            + lib/lib_pm.PL
53475            - lib/lib.pm.PL
53476            ! MANIFEST Makefile.SH
53477 ____________________________________________________________________________
53478 [  6307] By: jhi                                   on 2000/07/04  16:28:58
53479         Log: Win32 patches for cfgperl from Sarathy.
53480      Branch: cfgperl
53481            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
53482            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
53483            ! thread.h toke.c util.c win32/Makefile win32/win32.c
53484 ____________________________________________________________________________
53485 [  6306] By: gsar                                  on 2000/07/04  16:28:40
53486         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
53487              (from Richard Soderberg <rs@oregonnet.com>)
53488      Branch: perl
53489            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
53490 ____________________________________________________________________________
53491 [  6305] By: jhi                                   on 2000/07/04  16:24:24
53492         Log: Integrate with Sarathy.
53493      Branch: cfgperl
53494           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
53495           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53496           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
53497           !> proto.h win32/win32.c
53498 ____________________________________________________________________________
53499 [  6304] By: gsar                                  on 2000/07/04  16:17:24
53500         Log: missing perldiag entry for unpack("w",...) diagnostic (from
53501              Andreas Koenig)
53502      Branch: perl
53503            ! pod/perldiag.pod
53504 ____________________________________________________________________________
53505 [  6303] By: gsar                                  on 2000/07/04  16:14:44
53506         Log: remove rel2abs prototypes (from Barrie Slaymaker)
53507      Branch: perl
53508            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53509            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53510 ____________________________________________________________________________
53511 [  6302] By: gsar                                  on 2000/07/04  04:59:35
53512         Log: adjust change#6299
53513      Branch: perl
53514            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
53515            ! win32/win32.c
53516 ____________________________________________________________________________
53517 [  6301] By: jhi                                   on 2000/07/04  04:50:07
53518         Log: Integrate with Sarathy.
53519      Branch: cfgperl
53520           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
53521           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
53522           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
53523 ____________________________________________________________________________
53524 [  6300] By: gsar                                  on 2000/07/04  04:42:09
53525         Log: PERL_OBJECT build tweak
53526      Branch: perl
53527            ! perl.h
53528 ____________________________________________________________________________
53529 [  6299] By: gsar                                  on 2000/07/04  04:37:00
53530         Log: fix memory leak on Windows (PL_sys_intern contents were never
53531              freed)
53532      Branch: perl
53533            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53534            ! perlapi.c proto.h win32/win32.c
53535 ____________________________________________________________________________
53536 [  6298] By: gsar                                  on 2000/07/04  04:15:59
53537         Log: fix large memory leak that has been around for ever, masked by
53538              -DPURIFY (most of the arenas were never freed!)
53539      Branch: perl
53540            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
53541 ____________________________________________________________________________
53542 [  6297] By: gsar                                  on 2000/07/04  04:07:46
53543         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
53544      Branch: perl
53545            ! perl.c
53546 ____________________________________________________________________________
53547 [  6296] By: jhi                                   on 2000/06/30  18:28:37
53548         Log: Elaborate POSIX.pod.  Still needs work.
53549      Branch: cfgperl
53550            ! ext/POSIX/POSIX.pod
53551 ____________________________________________________________________________
53552 [  6295] By: jhi                                   on 2000/06/30  14:58:18
53553         Log: Point to perlipc for more SysV IPC examples.
53554      Branch: cfgperl
53555            ! pod/perlfunc.pod
53556 ____________________________________________________________________________
53557 [  6294] By: gsar                                  on 2000/06/30  14:47:45
53558         Log: slurp mode fix in change#4736 still not quite right
53559      Branch: perl
53560            ! pp_hot.c t/io/argv.t
53561 ____________________________________________________________________________
53562 [  6293] By: jhi                                   on 2000/06/30  12:02:55
53563         Log: Integrate with Sarathy.
53564      Branch: cfgperl
53565           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
53566 ____________________________________________________________________________
53567 [  6292] By: jhi                                   on 2000/06/30  12:01:11
53568         Log: From: simon@brecon.co.uk (Simon Cozens)
53569              Subject: UTF8 concat
53570              Date: 30 Jun 2000 06:13:25 GMT
53571              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
53572      Branch: cfgperl
53573            ! pp_hot.c
53574 ____________________________________________________________________________
53575 [  6291] By: gsar                                  on 2000/06/30  04:37:33
53576         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
53577              when @_ is modified, causing coredumps
53578      Branch: perl
53579            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
53580 ____________________________________________________________________________
53581 [  6290] By: jhi                                   on 2000/06/30  02:21:44
53582         Log: Integrate with Sarathy.
53583      Branch: cfgperl
53584           !> vms/vms.c vms/vmsish.h
53585 ____________________________________________________________________________
53586 [  6289] By: jhi                                   on 2000/06/30  02:21:02
53587         Log: Check VERSIONs.
53588      Branch: cfgperl
53589            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53590            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53591            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53592 ____________________________________________________________________________
53593 [  6288] By: jhi                                   on 2000/06/30  02:18:52
53594         Log: Integrate with Sarathy.
53595      Branch: cfgperl
53596           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
53597           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53598           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53599           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
53600 ____________________________________________________________________________
53601 [  6287] By: gsar                                  on 2000/06/30  02:17:08
53602         Log: integrate vmsperl changes into mainline
53603      Branch: perl
53604           !> vms/vms.c vms/vmsish.h
53605 ____________________________________________________________________________
53606 [  6285] By: gsar                                  on 2000/06/30  02:05:28
53607         Log: localize %INC in a Safe compartment so that use/require work
53608              (many other magic globals probably need similar treatment)
53609      Branch: perl
53610            ! ext/Opcode/Opcode.xs
53611 ____________________________________________________________________________
53612 [  6284] By: gsar                                  on 2000/06/30  01:54:54
53613         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
53614              about Windows
53615      Branch: perl
53616            ! pod/perlembed.pod
53617 ____________________________________________________________________________
53618 [  6283] By: jhi                                   on 2000/06/30  01:50:10
53619         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
53620              From: Barrie Slaymaker <barries@jester.slaysys.com>
53621              Date: Wed, 28 Jun 2000 11:35:29 -0400
53622              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
53623      Branch: perl
53624            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
53625            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53626            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53627            ! lib/File/Spec/Win32.pm
53628 ____________________________________________________________________________
53629 [  6282] By: jhi                                   on 2000/06/29  22:57:22
53630         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
53631              From: Dan Sugalski <dan@sidhe.org>
53632              Date: Tue, 06 Jun 2000 11:59:50 -0400
53633              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
53634      Branch: cfgperl
53635            ! vms/vms.c
53636 ____________________________________________________________________________
53637 [  6281] By: jhi                                   on 2000/06/29  22:52:50
53638         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
53639              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53640              Date: Wed, 7 Jun 2000 04:02:04 -0500
53641              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
53642      Branch: cfgperl
53643            ! utils/h2xs.PL
53644 ____________________________________________________________________________
53645 [  6280] By: jhi                                   on 2000/06/29  22:45:47
53646         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
53647              From: rspier@pobox.com (Robert Spier)
53648              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
53649              Message-ID: <14654.31913.845602.610277@rls.cx>
53650      Branch: cfgperl
53651            ! utils/h2xs.PL
53652 ____________________________________________________________________________
53653 [  6279] By: jhi                                   on 2000/06/29  22:38:16
53654         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
53655              From: Tim Ayers <tayers@bridge.com>
53656              Date: Thu, 08 Jun 2000 08:11:06 +0200
53657              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
53658              [resent by Richard Foley, Message-Id probably wrong]
53659      Branch: cfgperl
53660            ! pod/perlsub.pod
53661 ____________________________________________________________________________
53662 [  6278] By: jhi                                   on 2000/06/29  22:21:45
53663         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
53664              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
53665              Date: Fri, 09 Jun 2000 12:39:27 -0400
53666              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
53667              (plus update the version "number" of Text::Wrap)
53668      Branch: cfgperl
53669            ! lib/Text/Wrap.pm
53670 ____________________________________________________________________________
53671 [  6277] By: jhi                                   on 2000/06/29  22:13:10
53672         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
53673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53674              Date: Mon, 12 Jun 2000 14:55:59 +0100
53675              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
53676      Branch: cfgperl
53677            ! pod/perlfunc.pod
53678 ____________________________________________________________________________
53679 [  6276] By: jhi                                   on 2000/06/29  22:11:06
53680         Log: Subject: [PATCH] Re: eval documentation: context
53681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53682              Date: Mon, 12 Jun 2000 15:07:29 +0100
53683              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
53684      Branch: cfgperl
53685            ! pod/perlfunc.pod
53686 ____________________________________________________________________________
53687 [  6275] By: jhi                                   on 2000/06/29  21:59:46
53688         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
53689              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53690              Date: Tue, 13 Jun 2000 02:43:48 -0500
53691              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
53692      Branch: cfgperl
53693            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
53694 ____________________________________________________________________________
53695 [  6274] By: jhi                                   on 2000/06/29  21:56:14
53696         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
53697              From: Andy Dougherty <doughera@lafayette.edu>
53698              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
53699              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
53700      Branch: cfgperl
53701            ! ext/File/Glob/Glob.pm
53702 ____________________________________________________________________________
53703 [  6273] By: jhi                                   on 2000/06/29  21:49:09
53704         Log: Subject: [PATCH] xsub attributes
53705              From: Doug MacEachern <dougm@covalent.net>
53706              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
53707              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
53708      Branch: cfgperl
53709            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
53710            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
53711 ____________________________________________________________________________
53712 [  6272] By: jhi                                   on 2000/06/29  21:41:28
53713         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
53714              From: Tom Phoenix <rootbeer@redcat.com>
53715              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
53716              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
53717      Branch: cfgperl
53718            ! lib/Net/Ping.pm
53719 ____________________________________________________________________________
53720 [  6271] By: jhi                                   on 2000/06/29  21:36:55
53721         Log: Subject: PATCH pod/perltie.pod
53722              From: Ian Phillipps <Ian.Phillipps@iname.com>
53723              Date: Fri, 16 Jun 2000 00:17:19 +0100
53724              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
53725              (only the first hunk, the second hunk had already been done
53726              by some other patch)
53727      Branch: cfgperl
53728            ! pod/perltie.pod
53729 ____________________________________________________________________________
53730 [  6270] By: jhi                                   on 2000/06/29  21:24:51
53731         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
53732              From: Nicholas Clark <nick@talking.bollo.cx>
53733              Date: Fri, 23 Jun 2000 16:21:15 +0100
53734              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
53735      Branch: cfgperl
53736            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
53737            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
53738 ____________________________________________________________________________
53739 [  6269] By: jhi                                   on 2000/06/29  19:38:15
53740         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
53741              silence few compiler warnings.
53742      Branch: cfgperl
53743            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
53744 ____________________________________________________________________________
53745 [  6268] By: jhi                                   on 2000/06/29  18:21:50
53746         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
53747              From: Dominic Dunlop <domo@computer.org> 
53748              Date: Thu, 29 Jun 2000 12:32:39 +0200 
53749              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
53750      Branch: cfgperl
53751            ! t/op/sprintf.t
53752 ____________________________________________________________________________
53753 [  6267] By: jhi                                   on 2000/06/29  18:16:07
53754         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
53755              From: Doug MacEachern <dougm@covalent.net>
53756              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
53757              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
53758      Branch: cfgperl
53759            + t/op/method2entersub.t
53760            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
53761            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53762            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
53763            ! xsutils.c
53764 ____________________________________________________________________________
53765 [  6266] By: jhi                                   on 2000/06/29  15:11:15
53766         Log: Subject: [PATCH 5.6.0] cygwin port
53767              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
53768              From: "Fifer, Eric" <EFifer@sanwaint.com>
53769              Date: Thu, 29 Jun 2000 12:58:29 +0100
53770      Branch: cfgperl
53771            ! cygwin/Makefile.SHs
53772 ____________________________________________________________________________
53773 [  6265] By: jhi                                   on 2000/06/29  15:04:05
53774         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
53775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53776              Date: Wed, 28 Jun 2000 17:50:12 -0700
53777              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
53778      Branch: cfgperl
53779            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53780 ____________________________________________________________________________
53781 [  6264] By: jhi                                   on 2000/06/29  15:00:57
53782         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
53783              From: Marty Lucich <marty@netcom.com>
53784              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
53785              Message-Id: <200006282116.OAA11148@netcom.com>
53786              ccdlflags update (the BSD/OS 4.1 part had already been taken
53787              care of by #6141).
53788      Branch: cfgperl
53789            ! hints/bsdos.sh
53790 ____________________________________________________________________________
53791 [  6263] By: jhi                                   on 2000/06/29  13:47:44
53792         Log: tr fixes from Simon Cozens
53793      Branch: cfgperl
53794            ! doop.c
53795 ____________________________________________________________________________
53796 [  6262] By: jhi                                   on 2000/06/28  18:46:01
53797         Log: Subject: 5.6.0 Patch for EPOC
53798              From: Olaf Flebbe <o.flebbe@gmx.de>
53799              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
53800              Message-ID: <23449.960929969@www11.gmx.net>
53801      Branch: cfgperl
53802            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
53803            ! epoc/epocish.h
53804 ____________________________________________________________________________
53805 [  6261] By: jhi                                   on 2000/06/28  18:29:07
53806         Log: Subject: Re: [PATCH cfgperl] BOMs away!
53807              From: simon@brecon.co.uk (Simon Cozens)
53808              Date: 17 Jun 2000 11:49:57 GMT
53809              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
53810      Branch: cfgperl
53811            ! pod/perldiag.pod t/comp/require.t toke.c
53812 ____________________________________________________________________________
53813 [  6260] By: jhi                                   on 2000/06/28  17:47:16
53814         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
53815              From: simon@brecon.co.uk (Simon Cozens) 
53816              Date: 17 Jun 2000 11:56:44 GMT 
53817              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
53818              pack U0, pack C0
53819      Branch: cfgperl
53820            ! pod/perlfunc.pod pp.c t/op/pack.t
53821 ____________________________________________________________________________
53822 [  6259] By: jhi                                   on 2000/06/28  16:43:17
53823         Log: perlnewmod was missing from MANIFEST.
53824      Branch: cfgperl
53825            ! MANIFEST
53826 ____________________________________________________________________________
53827 [  6258] By: jhi                                   on 2000/06/28  15:54:30
53828         Log: linenumber tweak
53829      Branch: cfgperl
53830            ! t/pragma/warn/regcomp
53831 ____________________________________________________________________________
53832 [  6257] By: jhi                                   on 2000/06/28  15:50:44
53833         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
53834              From: Doug MacEachern <dougm@covalent.net>
53835              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
53836              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
53837              (one part of the patch had been applied earlier)
53838      Branch: cfgperl
53839            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
53840 ____________________________________________________________________________
53841 [  6256] By: jhi                                   on 2000/06/28  15:40:22
53842         Log: tweaks from Simon Cozens to further fix tr/// under utf8
53843      Branch: cfgperl
53844            ! doop.c
53845 ____________________________________________________________________________
53846 [  6255] By: jhi                                   on 2000/06/28  15:33:45
53847         Log: small thinko tweaks
53848      Branch: cfgperl
53849            ! lib/IPC/Open3.pm t/op/my_stash.t
53850 ____________________________________________________________________________
53851 [  6254] By: jhi                                   on 2000/06/28  15:33:25
53852         Log: Subject: tr///, help wanted.
53853              From: simon@brecon.co.uk (Simon Cozens)
53854              Date: 28 Jun 2000 11:29:04 GMT
53855              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
53856      Branch: cfgperl
53857            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
53858            ! pp_proto.h proto.h t/op/tr.t
53859 ____________________________________________________________________________
53860 [  6253] By: jhi                                   on 2000/06/28  15:09:17
53861         Log: Paranoia tweak on #6249.
53862              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
53863              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53864              Date: Sun, 25 Jun 2000 23:43:12 -0400
53865              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
53866      Branch: cfgperl
53867            ! lib/IPC/Open3.pm
53868 ____________________________________________________________________________
53869 [  6252] By: jhi                                   on 2000/06/28  15:01:38
53870         Log: Document #6249 and #6251.
53871      Branch: cfgperl
53872            ! lib/Exporter.pm lib/IPC/Open3.pm
53873 ____________________________________________________________________________
53874 [  6251] By: jhi                                   on 2000/06/28  14:50:43
53875         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
53876              From: Doug MacEachern <dougm@covalent.net>
53877              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
53878              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
53879      Branch: cfgperl
53880            ! lib/Exporter.pm
53881 ____________________________________________________________________________
53882 [  6250] By: jhi                                   on 2000/06/28  14:45:23
53883         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
53884              From: Doug MacEachern <dougm@covalent.net>
53885              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
53886              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
53887      Branch: cfgperl
53888            + t/op/my_stash.t
53889            ! MANIFEST embed.pl global.sym proto.h toke.c
53890 ____________________________________________________________________________
53891 [  6249] By: jhi                                   on 2000/06/28  14:36:34
53892         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
53893              From: Frank Tobin <ftobin@uiuc.edu>
53894              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
53895              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
53896      Branch: cfgperl
53897            ! lib/IPC/Open3.pm
53898 ____________________________________________________________________________
53899 [  6248] By: jhi                                   on 2000/06/28  14:11:25
53900         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
53901              From: Mark-Jason Dominus <mjd@plover.com>
53902              Date: Tue, 27 Jun 2000 22:36:42 -0400
53903              Message-ID: <20000628023642.12166.qmail@plover.com>
53904      Branch: cfgperl
53905            ! pod/perlfunc.pod
53906 ____________________________________________________________________________
53907 [  6247] By: jhi                                   on 2000/06/27  12:46:37
53908         Log: Tweak $VERSION, patch from Doug MacEachern.
53909      Branch: cfgperl
53910            ! lib/File/Spec.pm
53911 ____________________________________________________________________________
53912 [  6246] By: jhi                                   on 2000/06/27  03:34:46
53913         Log: Allow for standalone testing.
53914      Branch: cfgperl
53915            ! t/lib/filefunc.t t/lib/filespec.t
53916 ____________________________________________________________________________
53917 [  6245] By: jhi                                   on 2000/06/27  02:50:02
53918         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
53919              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53920              Date: Sat, 24 Jun 2000 13:06:20 +0100
53921              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
53922      Branch: cfgperl
53923            ! ext/DynaLoader/DynaLoader_pm.PL
53924 ____________________________________________________________________________
53925 [  6244] By: jhi                                   on 2000/06/27  02:46:10
53926         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
53927              From: Doug MacEachern <dougm@covalent.net>
53928              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
53929              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
53930      Branch: cfgperl
53931            ! gv.c sv.c t/lib/peek.t
53932 ____________________________________________________________________________
53933 [  6243] By: jhi                                   on 2000/06/27  02:38:07
53934         Log: Subject: [PATCH] is_utf8_string
53935              From: simon@brecon.co.uk (Simon Cozens)
53936              Date: 26 Jun 2000 02:25:59 GMT
53937              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
53938      Branch: cfgperl
53939            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
53940            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
53941            ! proto.h utf8.c
53942 ____________________________________________________________________________
53943 [  6242] By: jhi                                   on 2000/06/27  02:24:00
53944         Log: Subject: [PATCH] bytes<->utf8 fixes
53945              From: simon@brecon.co.uk (Simon Cozens)
53946              Date: 26 Jun 2000 04:55:45 GMT
53947              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
53948      Branch: cfgperl
53949            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
53950 ____________________________________________________________________________
53951 [  6241] By: jhi                                   on 2000/06/27  02:12:42
53952         Log: Do no -warn on \_, only on \alpha.
53953              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
53954              From: David Dyck <dcd@tc.fluke.com>
53955              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
53956              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
53957      Branch: cfgperl
53958            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
53959 ____________________________________________________________________________
53960 [  6240] By: jhi                                   on 2000/06/27  02:00:01
53961         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
53962              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53963              Date: Mon, 26 Jun 2000 18:40:14 +0100
53964              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
53965      Branch: cfgperl
53966            ! utils/h2xs.PL
53967 ____________________________________________________________________________
53968 [  6239] By: jhi                                   on 2000/06/27  01:53:40
53969         Log: Configure maintenance.  Sever some dependency cycles,
53970              separate gccversion from the cc unit,
53971              address [ID 20000623.006] Configure script patch for using gcc on AIX
53972              (but solve it a little bit differently),
53973              unduplex some accidentally duplicated units,
53974              suggest using gcc if no cc available
53975              (p5p thread: "Solaris configure: counterproposal", 1999-09)
53976      Branch: cfgperl
53977            ! Configure Todo-5.6 config_h.SH
53978      Branch: metaconfig
53979            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
53980            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
53981      Branch: metaconfig/U/perl
53982            + gccvers.U
53983            ! d_getespwnam.U d_getprpwnam.U i_prot.U
53984 ____________________________________________________________________________
53985 [  6238] By: jhi                                   on 2000/06/25  18:04:56
53986         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
53987              From: Dan Sugalski <dan@sidhe.org>
53988              Date: Fri, 23 Jun 2000 17:00:00 -0400
53989              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
53990      Branch: cfgperl
53991            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
53992 ____________________________________________________________________________
53993 [  6237] By: jhi                                   on 2000/06/25  16:36:45
53994         Log: Tweak embed.pl, regen headers.
53995      Branch: cfgperl
53996            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
53997            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
53998            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
53999            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
54000            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
54001 ____________________________________________________________________________
54002 [  6236] By: jhi                                   on 2000/06/25  15:26:42
54003         Log: Regen headers.
54004      Branch: cfgperl
54005            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
54006            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
54007            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
54008            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
54009            ! regnodes.h warnings.h
54010 ____________________________________________________________________________
54011 [  6235] By: jhi                                   on 2000/06/23  19:39:35
54012         Log: The thread begun by
54013              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
54014              From: Kevin.Ruscoe@ubsw.com
54015              Date: Fri, 16 Jun 2000 16:38:51 +0100
54016              Message-Id: <H000019b03c300d6@MHS>
54017      Branch: cfgperl
54018            ! hints/solaris_2.sh
54019 ____________________________________________________________________________
54020 [  6234] By: jhi                                   on 2000/06/23  19:23:36
54021         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
54022              because when run as services (Win32ese for daemons)
54023              no environment variables are set and tmpdir ends up as /tmp,
54024              which is ambiguous.
54025              
54026              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
54027              From: matt@sergeant.org
54028              Date: 16 Jun 2000 16:30:43 -0000
54029              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
54030      Branch: cfgperl
54031            ! lib/File/Spec/Win32.pm
54032 ____________________________________________________________________________
54033 [  6233] By: jhi                                   on 2000/06/23  19:18:58
54034         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
54035              From: Mark-Jason Dominus <mjd@plover.com>
54036              Date: Fri, 16 Jun 2000 20:53:04 -0400
54037              Message-ID: <20000617005304.8008.qmail@plover.com>
54038      Branch: cfgperl
54039            ! op.h
54040 ____________________________________________________________________________
54041 [  6232] By: jhi                                   on 2000/06/23  16:10:02
54042         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
54043              From: simon@brecon.co.uk (Simon Cozens)
54044              Date: 19 Jun 2000 15:18:27 GMT
54045              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
54046              
54047              plus update pod/Makefile and regenerate perltoc
54048      Branch: cfgperl
54049            + pod/perlutil.pod
54050            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
54051 ____________________________________________________________________________
54052 [  6231] By: jhi                                   on 2000/06/23  15:19:18
54053         Log: Subject: [PATCH 5.6.0] cygwin port
54054              From: "Fifer, Eric" <EFifer@sanwaint.com>
54055              Date: Tue, 20 Jun 2000 14:30:58 +0100
54056              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
54057      Branch: cfgperl
54058            ! README.cygwin lib/File/Find.pm
54059 ____________________________________________________________________________
54060 [  6230] By: jhi                                   on 2000/06/23  14:25:21
54061         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
54062      Branch: cfgperl
54063            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
54064            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54065            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54066            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
54067 ____________________________________________________________________________
54068 [  6229] By: jhi                                   on 2000/06/23  14:13:34
54069         Log: Subject: README.hpux version 0.6.1
54070              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
54071              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
54072              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
54073      Branch: cfgperl
54074            ! README.hpux
54075 ____________________________________________________________________________
54076 [  6228] By: jhi                                   on 2000/06/23  14:07:20
54077         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
54078              From: Doug MacEachern <dougm@covalent.net>
54079              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
54080              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
54081      Branch: cfgperl
54082            ! op.c
54083 ____________________________________________________________________________
54084 [  6227] By: jhi                                   on 2000/06/23  14:01:06
54085         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
54086              From: Doug MacEachern <dougm@covalent.net>
54087              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
54088              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
54089      Branch: cfgperl
54090            + lib/lib.pm.PL
54091            - lib/lib.pm
54092            ! MANIFEST Makefile.SH
54093 ____________________________________________________________________________
54094 [  6226] By: jhi                                   on 2000/06/23  13:53:07
54095         Log: Subject: [PATCH] remove forward declarations in Socket.pm
54096              From: Doug MacEachern <dougm@covalent.net>
54097              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
54098              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
54099              
54100              From: Doug MacEachern <dougm@covalent.net>
54101              Subject: Re: [PATCH] remove forward declarations in Socket.pm
54102              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
54103              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
54104      Branch: cfgperl
54105            ! ext/Socket/Socket.pm op.c
54106 ____________________________________________________________________________
54107 [  6225] By: jhi                                   on 2000/06/23  13:41:52
54108         Log: Add source code filenames to apidoc.
54109              From: simon@brecon.co.uk (Simon Cozens)
54110              Subject: [PATCH embed.pl] Source X-ref
54111              Date: 22 Jun 2000 02:18:49 GMT
54112              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
54113      Branch: cfgperl
54114            ! embed.pl
54115 ____________________________________________________________________________
54116 [  6224] By: jhi                                   on 2000/06/23  13:32:33
54117         Log: A way to avoid English.pm performance hit.
54118              From: root <root@jester.slaysys.com>
54119              Subject: [YAPATCH English.pm] My turn to putt again
54120              Date: Thu, 22 Jun 2000 20:33:58 -0400
54121              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
54122      Branch: cfgperl
54123            ! lib/English.pm t/lib/english.t
54124 ____________________________________________________________________________
54125 [  6223] By: jhi                                   on 2000/06/23  13:27:06
54126         Log: Avoid double close().
54127              Subject: [PATCH] avoid double close()
54128              From: Doug MacEachern <dougm@covalent.net>
54129              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
54130              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
54131      Branch: cfgperl
54132            ! doio.c
54133 ____________________________________________________________________________
54134 [  6222] By: jhi                                   on 2000/06/23  13:25:54
54135         Log: doc typo fix
54136              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
54137              From: Ian Phillipps <Ian.Phillipps@iname.com>
54138              Date: Fri, 23 Jun 2000 10:40:58 +0100
54139              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
54140      Branch: cfgperl
54141            ! lib/Pod/Usage.pm
54142 ____________________________________________________________________________
54143 [  6221] By: jhi                                   on 2000/06/23  13:24:15
54144         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
54145              From: simon@brecon.co.uk (Simon Cozens)
54146              Subject: [PATCH] Eliminate tr///[CU][CU]
54147              Date: 23 Jun 2000 11:05:40 GMT
54148              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
54149      Branch: cfgperl
54150            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
54151 ____________________________________________________________________________
54152 [  6220] By: jhi                                   on 2000/06/22  16:07:51
54153         Log: Win32 patches from Benjamin Stuhl.
54154      Branch: cfgperl
54155            ! makedef.pl win32/win32.h
54156 ____________________________________________________________________________
54157 [  6219] By: jhi                                   on 2000/06/22  16:06:34
54158         Log: Bytecode patches from Benjamin Stuhl.
54159      Branch: cfgperl
54160            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54161            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54162            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54163 ____________________________________________________________________________
54164 [  6218] By: jhi                                   on 2000/06/15  23:54:16
54165         Log: Bytecode patches from Benjamin Stuhl.
54166      Branch: cfgperl
54167            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54168 ____________________________________________________________________________
54169 [  6217] By: jhi                                   on 2000/06/09  13:38:29
54170         Log: Rename the fdpid locking and integrate with Sarathy.
54171      Branch: cfgperl
54172            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
54173            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
54174            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
54175            ! win32/win32.c
54176           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
54177 ____________________________________________________________________________
54178 [  6216] By: gsar                                  on 2000/06/08  14:54:21
54179         Log: be more optimal about clearing @_
54180      Branch: perl
54181            ! cop.h
54182 ____________________________________________________________________________
54183 [  6215] By: gsar                                  on 2000/06/08  14:33:04
54184         Log: tweak comment about @DB::args
54185      Branch: perl
54186            ! av.h pp_ctl.c
54187 ____________________________________________________________________________
54188 [  6214] By: gsar                                  on 2000/06/08  13:57:54
54189         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
54190              caller() wants to populate @DB::args with it (causes a coredump
54191              in Carp::confess())
54192      Branch: perl
54193            ! cop.h t/op/runlevel.t
54194 ____________________________________________________________________________
54195 [  6213] By: gsar                                  on 2000/06/08  07:06:35
54196         Log: back out change#6106 (seems problematic)
54197      Branch: perl
54198            ! hints/solaris_2.sh
54199 ____________________________________________________________________________
54200 [  6212] By: jhi                                   on 2000/06/07  03:10:36
54201         Log: Continuing mopup for #6204.
54202      Branch: cfgperl
54203            ! ext/B/defsubs_h.PL
54204 ____________________________________________________________________________
54205 [  6211] By: jhi                                   on 2000/06/07  02:41:50
54206         Log: Mopup for #6204.
54207              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
54208              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
54209              This is comes from const() where POK isn't on when expected.
54210      Branch: cfgperl
54211            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
54212            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54213            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
54214            ! perlapi.h pod/perlapi.pod
54215 ____________________________________________________________________________
54216 [  6210] By: jhi                                   on 2000/06/07  01:56:29
54217         Log: Mopup for #6207 and #6209.
54218      Branch: cfgperl
54219            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
54220 ____________________________________________________________________________
54221 [  6209] By: jhi                                   on 2000/06/07  01:33:12
54222         Log: Lock PL_fdpid against race conditions, based on:
54223              Subject: [PATCH 5.6.0]subprocess fixup for threads
54224              From: Dan Sugalski <dan@sidhe.org>
54225              To: perl5-porters@perl.org
54226              Date: Tue, 11 Apr 2000 17:02:32 -0400
54227              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
54228      Branch: cfgperl
54229            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
54230            ! win32/win32.c
54231 ____________________________________________________________________________
54232 [  6208] By: jhi                                   on 2000/06/07  01:05:23
54233         Log: Regen headers for #6207.
54234      Branch: cfgperl
54235            ! embed.h global.sym objXSUB.h proto.h
54236 ____________________________________________________________________________
54237 [  6207] By: jhi                                   on 2000/06/06  23:43:13
54238         Log: Subject: [PATCH 5.6.0] Threadsafe patches
54239              From: Dan Sugalski <dan@sidhe.org>
54240              To: perl5-porters@perl.org
54241              Date: Mon, 08 May 2000 18:08:13 -0400
54242              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
54243      Branch: cfgperl
54244            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
54245            ! proto.h sv.h util.c
54246 ____________________________________________________________________________
54247 [  6206] By: jhi                                   on 2000/06/06  23:21:23
54248         Log: Subject: [PATCH] Eliminate $a/$b in pod
54249              From: David Glasser <me@davidglasser.net>
54250              To: perl5-porters@perl.org
54251              Date: Mon, 29 May 2000 21:15:59 -0400
54252              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
54253      Branch: cfgperl
54254            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
54255            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
54256            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
54257            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
54258            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
54259            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
54260            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
54261            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
54262            ! pod/perlvar.pod pod/perlxs.pod
54263 ____________________________________________________________________________
54264 [  6205] By: jhi                                   on 2000/06/06  23:12:14
54265         Log: Subject: [PATCH] Win32 improvements
54266              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
54267              To: gsar@activestate.com, perl5-porters@perl.org
54268              Date: Mon, 29 May 2000 17:22:24 PDT
54269              Message-ID: <20000530002224.91142.qmail@hotmail.com>
54270              (MUA had mangled many lines by wordwrapping)
54271      Branch: cfgperl
54272            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
54273 ____________________________________________________________________________
54274 [  6204] By: jhi                                   on 2000/06/06  23:01:50
54275         Log: Subject: [PATCH] B::Bytecode patches
54276              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
54277              To: gsar@activestate.com, jhi@iki.fi
54278              Cc: perl5-porters@perl.org
54279              Message-ID: <20000602202526.48694.qmail@hotmail.com>
54280              (MUA had mangled many lines by wordwrapping)
54281      Branch: cfgperl
54282            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
54283            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
54284            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54285            ! intrpvar.h perl.c
54286 ____________________________________________________________________________
54287 [  6203] By: jhi                                   on 2000/06/06  22:32:43
54288         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
54289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54290              Date: Tue, 06 Jun 2000 13:07:45 -0700
54291              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
54292      Branch: cfgperl
54293            ! pod/perldiag.pod
54294 ____________________________________________________________________________
54295 [  6202] By: jhi                                   on 2000/06/06  19:38:35
54296         Log: Integrate with Sarathy.
54297      Branch: cfgperl
54298           !> perl.c
54299 ____________________________________________________________________________
54300 [  6201] By: gsar                                  on 2000/06/06  00:42:59
54301         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
54302              does a PUSHMARK that's never ever POPMARKed; in general, only
54303              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
54304              Perl_eval_[sp]v() don't because they don't take any incoming
54305              arguments (this leak has been around since the original version
54306              of perl_eval_pv() in 5.003_97e)
54307      Branch: perl
54308            ! perl.c
54309 ____________________________________________________________________________
54310 [  6200] By: jhi                                   on 2000/06/04  03:44:52
54311         Log: Update to cperl-mode.el 4.31 from
54312              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
54313              Subject: A couple of notes
54314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54315              To: Mailing list Perl5 <perl5-porters@perl.org>
54316              Date: Sat, 3 Jun 2000 23:33:32 -0400
54317              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
54318      Branch: cfgperl
54319            ! emacs/cperl-mode.el
54320 ____________________________________________________________________________
54321 [  6199] By: jhi                                   on 2000/06/03  15:11:05
54322         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
54323              From: Dan Sugalski <dan@sidhe.org>
54324              To: perl5-porters@perl.org, vmsperl@perl.org
54325              Date: Fri, 02 Jun 2000 17:30:51 -0400
54326              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
54327      Branch: cfgperl
54328            ! vms/descrip_mms.template vms/gen_shrfls.pl
54329 ____________________________________________________________________________
54330 [  6198] By: jhi                                   on 2000/06/03  14:59:15
54331         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
54332              From: Dan Sugalski <dan@sidhe.org>
54333              To: vmsperl@perl.org, perl5-porters@perl.org
54334              Date: Fri, 02 Jun 2000 16:00:41 -0400
54335              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
54336              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
54337      Branch: cfgperl
54338            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
54339            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
54340            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
54341 ____________________________________________________________________________
54342 [  6197] By: jhi                                   on 2000/06/03  14:41:30
54343         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
54344              From: John Borwick <jhborwic@unity.ncsu.edu>
54345              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
54346              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
54347      Branch: cfgperl
54348            ! pod/perlsyn.pod
54349 ____________________________________________________________________________
54350 [  6196] By: jhi                                   on 2000/06/03  14:38:09
54351         Log: Integrate with Sarathy.
54352      Branch: cfgperl
54353           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54354           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54355           !> vms/perly_c.vms
54356 ____________________________________________________________________________
54357 [  6195] By: gsar                                  on 2000/06/02  22:43:13
54358         Log: fix yet another eval"" leak under USE_ITHREADS
54359      Branch: perl
54360            ! op.c
54361 ____________________________________________________________________________
54362 [  6194] By: gsar                                  on 2000/06/02  18:22:06
54363         Log: fix small eval"" memory leaks under USE_ITHREADS
54364      Branch: perl
54365            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54366            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54367            ! vms/perly_c.vms
54368 ____________________________________________________________________________
54369 [  6193] By: jhi                                   on 2000/06/01  13:03:56
54370         Log: Signals-be-gone for microperl.
54371      Branch: cfgperl
54372            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
54373 ____________________________________________________________________________
54374 [  6192] By: jhi                                   on 2000/06/01  12:52:02
54375         Log: Integrate with Sarathy.
54376      Branch: cfgperl
54377           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
54378           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
54379           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
54380           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54381           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
54382           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
54383           !> t/op/vec.t utils/h2xs.PL
54384 ____________________________________________________________________________
54385 [  6191] By: gsar                                  on 2000/06/01  09:38:21
54386         Log: vec() loses numericalness (modified version of patch suggested
54387              by Robin Barker)
54388      Branch: perl
54389            ! doop.c t/op/vec.t
54390 ____________________________________________________________________________
54391 [  6190] By: gsar                                  on 2000/06/01  09:26:15
54392         Log: submit missing embed.pl change
54393      Branch: perl
54394            ! embed.pl
54395 ____________________________________________________________________________
54396 [  6189] By: gsar                                  on 2000/06/01  09:05:34
54397         Log: counting tr/// corrupts later operation (from M.J.T Guy)
54398      Branch: perl
54399            ! doop.c t/op/tr.t
54400 ____________________________________________________________________________
54401 [  6188] By: gsar                                  on 2000/06/01  08:58:39
54402         Log: h2xs tweaks
54403      Branch: perl
54404            ! utils/h2xs.PL
54405 ____________________________________________________________________________
54406 [  6187] By: gsar                                  on 2000/06/01  08:50:07
54407         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
54408              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54409      Branch: perl
54410            + lib/Pod/LaTeX.pm
54411            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
54412            ! pod/pod2latex.PL
54413 ____________________________________________________________________________
54414 [  6186] By: gsar                                  on 2000/06/01  08:24:40
54415         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
54416              <wolfgang.laun@alcatel.at>)
54417      Branch: perl
54418            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54419            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
54420 ____________________________________________________________________________
54421 [  6185] By: gsar                                  on 2000/06/01  08:12:00
54422         Log: remove incorrect documentation about implicit split to @_ in
54423              list context, which never really worked in perl 5 (from
54424              M.J.T. Guy)
54425      Branch: perl
54426            ! pod/perlfunc.pod pod/perltrap.pod
54427 ____________________________________________________________________________
54428 [  6184] By: gsar                                  on 2000/06/01  07:52:27
54429         Log: tweak for change#6127
54430      Branch: perl
54431            ! perl.c
54432 ____________________________________________________________________________
54433 [  6183] By: gsar                                  on 2000/06/01  07:41:02
54434         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
54435              <nick@ccl4.org>)
54436      Branch: perl
54437            + t/lib/selfloader.t
54438            ! MANIFEST lib/SelfLoader.pm
54439 ____________________________________________________________________________
54440 [  6182] By: jhi                                   on 2000/06/01  00:34:42
54441         Log: Be Cleaner Part Deux.
54442      Branch: cfgperl
54443            ! Makefile.SH
54444 ____________________________________________________________________________
54445 [  6181] By: jhi                                   on 2000/06/01  00:32:09
54446         Log: Integrate with Sarathy.
54447      Branch: cfgperl
54448           !> pp.c t/op/arith.t
54449 ____________________________________________________________________________
54450 [  6180] By: jhi                                   on 2000/06/01  00:31:13
54451         Log: microperl nits from Simon Cozens.
54452      Branch: cfgperl
54453            + uconfig.h
54454            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
54455            ! unixish.h
54456 ____________________________________________________________________________
54457 [  6179] By: gsar                                  on 2000/05/31  22:37:51
54458         Log: buggy modulus on UVs introduced by change#3378 (resulted in
54459              4063328477 % 65535 amounting to 27406, instead of 27407)
54460      Branch: perl
54461            ! pp.c t/op/arith.t
54462 ____________________________________________________________________________
54463 [  6178] By: jhi                                   on 2000/05/31  21:52:41
54464         Log: Be cleaner.
54465      Branch: cfgperl
54466            ! Makefile.SH
54467 ____________________________________________________________________________
54468 [  6177] By: jhi                                   on 2000/05/31  21:47:33
54469         Log: Substitution utf8 patch from Simon Cozens.
54470      Branch: cfgperl
54471            ! pp_hot.c
54472 ____________________________________________________________________________
54473 [  6176] By: jhi                                   on 2000/05/31  21:45:34
54474         Log: Single-quoted utf8 patch from Simon Cozens.
54475      Branch: cfgperl
54476            ! toke.c
54477 ____________________________________________________________________________
54478 [  6175] By: jhi                                   on 2000/05/31  21:40:18
54479         Log: Integrate with Sarathy.
54480      Branch: cfgperl
54481           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
54482 ____________________________________________________________________________
54483 [  6174] By: jhi                                   on 2000/05/31  21:37:31
54484         Log: microperl changes from Simon Cozens; Makefile for microperl
54485              written from scratch; few casts added as microperl compilation
54486              doesn't have all prototypes available.
54487      Branch: cfgperl
54488            + Makefile.micro README.micro Todo.micro uconfig.sh
54489            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
54490            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
54491      Branch: metaconfig
54492            + U/modified/Config_h.U
54493 ____________________________________________________________________________
54494 [  6173] By: jhi                                   on 2000/05/31  20:00:24
54495         Log: metaconfig maintenance.
54496      Branch: metaconfig
54497            + U/modified/Inhdr.U U/typedefs/inotype.U
54498      Branch: metaconfig/U/perl
54499            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
54500            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
54501 ____________________________________________________________________________
54502 [  6172] By: gsar                                  on 2000/05/31  05:05:42
54503         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
54504              (from Ilya Zakharevich)
54505      Branch: perl
54506            ! regexec.c t/op/re_tests
54507 ____________________________________________________________________________
54508 [  6171] By: gsar                                  on 2000/05/31  05:01:47
54509         Log: scalar() doesn't force scalar context when used in void context
54510              (from Simon Cozens)
54511      Branch: perl
54512            ! op.c t/op/wantarray.t
54513 ____________________________________________________________________________
54514 [  6170] By: gsar                                  on 2000/05/31  04:41:33
54515         Log: change#6142 needs tweaks to tests to work where there's no symlink()
54516              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54517      Branch: perl
54518            ! t/lib/filefind.t
54519 ____________________________________________________________________________
54520 [  6169] By: gsar                                  on 2000/05/31  04:29:49
54521         Log: integrate cfgperl contents into mainline
54522      Branch: perl
54523           +> pod/perlmodlib.PL pod/perlnewmod.pod
54524           !> (integrate 42 files)
54525 ____________________________________________________________________________
54526 [  6168] By: jhi                                   on 2000/05/30  22:53:37
54527         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
54528      Branch: cfgperl
54529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54530            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
54531            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
54532            ! win32/config.bc win32/config.gc win32/config.vc
54533            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54534            ! win32/config_h.PL win32/config_sh.PL
54535      Branch: metaconfig/U/perl
54536            ! perlxv.U
54537 ____________________________________________________________________________
54538 [  6167] By: jhi                                   on 2000/05/30  22:20:21
54539         Log: tweak todo 
54540      Branch: cfgperl
54541            ! Todo-5.6
54542 ____________________________________________________________________________
54543 [  6166] By: jhi                                   on 2000/05/30  22:11:51
54544         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
54545              in case somebody wants to write an extension for more
54546              shadow database interfaces.
54547      Branch: cfgperl
54548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54549            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
54550            ! vos/config.def vos/config.h vos/config_h.SH_orig
54551            ! win32/config.bc win32/config.gc win32/config.vc
54552            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54553      Branch: metaconfig
54554            ! U/modified/Myinit.U
54555      Branch: metaconfig/U/perl
54556            + d_getespwnam.U d_getprpwnam.U i_prot.U
54557 ____________________________________________________________________________
54558 [  6165] By: jhi                                   on 2000/05/30  18:35:34
54559         Log: Integrate with Sarathy.
54560      Branch: cfgperl
54561           !> op.c
54562 ____________________________________________________________________________
54563 [  6164] By: jhi                                   on 2000/05/30  18:30:16
54564         Log: detypo
54565      Branch: cfgperl
54566            ! Configure config_h.SH
54567      Branch: metaconfig/U/perl
54568            ! perlxv.U
54569 ____________________________________________________________________________
54570 [  6163] By: gsar                                  on 2000/05/30  03:24:03
54571         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
54572      Branch: perl
54573            ! op.c
54574 ____________________________________________________________________________
54575 [  6162] By: gsar                                  on 2000/05/30  03:09:38
54576         Log: fix memory leak in method call optimization (change#3768);
54577              made C<eval "$x->foo()"> leak
54578      Branch: perl
54579            ! op.c
54580 ____________________________________________________________________________
54581 [  6161] By: jhi                                   on 2000/05/29  17:56:26
54582         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
54583              both from Simon Cozens.
54584      Branch: cfgperl
54585            + pod/perlmodlib.PL pod/perlnewmod.pod
54586            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
54587            ! pod/perlmodlib.pod pod/perltoc.pod
54588 ____________________________________________________________________________
54589 [  6160] By: jhi                                   on 2000/05/29  17:23:55
54590         Log: Changes for the File::Temp 0.08 (change #6159) test suite
54591              to fit better into the Perl distribution test framework.
54592      Branch: cfgperl
54593            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
54594            ! t/lib/ftmp-tempfile.t
54595 ____________________________________________________________________________
54596 [  6159] By: jhi                                   on 2000/05/29  16:55:36
54597         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
54598      Branch: cfgperl
54599            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54600            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54601 ____________________________________________________________________________
54602 [  6158] By: bailey                                on 2000/05/29  16:22:08
54603         Log: Add fallback to tmpfile for use in cases where user's relying on
54604              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
54605              Lane's patch)
54606      Branch: vmsperl
54607            ! vms/vms.c vms/vmsish.h
54608 ____________________________________________________________________________
54609 [  6157] By: jhi                                   on 2000/05/29  03:10:36
54610         Log: Regen Configure to jive with #6149.
54611      Branch: cfgperl
54612            ! Configure
54613      Branch: metaconfig
54614            ! U/modified/Getfile.U
54615 ____________________________________________________________________________
54616 [  6156] By: jhi                                   on 2000/05/29  03:01:38
54617         Log: Integrate with Sarathy.
54618      Branch: cfgperl
54619           +> ext/DynaLoader/dl_mac.xs
54620           !> (integrate 38 files)
54621 ____________________________________________________________________________
54622 [  6155] By: gsar                                  on 2000/05/28  21:15:58
54623         Log: small bug in change#6144; remove random \xA0 character that snuck
54624              in via change#6145
54625      Branch: perl
54626            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
54627 ____________________________________________________________________________
54628 [  6154] By: gsar                                  on 2000/05/28  21:04:19
54629         Log: avoid type mismatch warning
54630      Branch: perl
54631            ! perl.c
54632 ____________________________________________________________________________
54633 [  6153] By: gsar                                  on 2000/05/28  20:58:31
54634         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
54635              <nick@Bagpuss.uk.boo.com>)
54636      Branch: perl
54637            ! lib/Test/Harness.pm
54638 ____________________________________________________________________________
54639 [  6152] By: gsar                                  on 2000/05/28  20:53:42
54640         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
54641      Branch: perl
54642            ! regexec.c
54643 ____________________________________________________________________________
54644 [  6151] By: gsar                                  on 2000/05/28  20:50:28
54645         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
54646      Branch: perl
54647            ! regexec.c
54648 ____________________________________________________________________________
54649 [  6150] By: gsar                                  on 2000/05/28  20:39:58
54650         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
54651      Branch: perl
54652            ! pod/perlrequick.pod
54653 ____________________________________________________________________________
54654 [  6149] By: gsar                                  on 2000/05/28  20:35:16
54655         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
54656              <troc@netrus.net>)
54657      Branch: perl
54658            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
54659            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
54660            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
54661            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
54662 ____________________________________________________________________________
54663 [  6148] By: gsar                                  on 2000/05/28  20:21:07
54664         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
54665      Branch: perl
54666            ! lib/ExtUtils/MM_Unix.pm
54667 ____________________________________________________________________________
54668 [  6147] By: gsar                                  on 2000/05/28  20:12:41
54669         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
54670              (from Peter Prymmer)
54671      Branch: perl
54672            ! vms/subconfigure.com
54673 ____________________________________________________________________________
54674 [  6146] By: gsar                                  on 2000/05/28  20:06:15
54675         Log: doc typo
54676      Branch: perl
54677            ! lib/warnings.pm warnings.h warnings.pl
54678 ____________________________________________________________________________
54679 [  6145] By: gsar                                  on 2000/05/28  18:44:33
54680         Log: make xsubpp skip embedded pod (from Matthias Neeracher
54681              <neeri@iis.ee.ethz.ch>)
54682      Branch: perl
54683            ! lib/ExtUtils/xsubpp
54684 ____________________________________________________________________________
54685 [  6144] By: gsar                                  on 2000/05/28  18:42:49
54686         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
54687              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
54688              <neeri@iis.ee.ethz.ch>)
54689      Branch: perl
54690            ! lib/AutoSplit.pm
54691 ____________________________________________________________________________
54692 [  6143] By: gsar                                  on 2000/05/28  18:41:12
54693         Log: MacOS support, part 1 (from Matthias Neeracher
54694              <neeri@iis.ee.ethz.ch>)
54695      Branch: perl
54696            + ext/DynaLoader/dl_mac.xs
54697            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
54698            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
54699            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
54700            ! util.h
54701 ____________________________________________________________________________
54702 [  6142] By: gsar                                  on 2000/05/28  18:21:51
54703         Log: File::Find fails to chdir when chasing symlinks (from
54704              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54705      Branch: perl
54706            ! lib/File/Find.pm t/lib/filefind.t
54707 ____________________________________________________________________________
54708 [  6141] By: jhi                                   on 2000/05/28  14:25:15
54709         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
54710              forwarded by Peter Seebach from the bsdi-users mailing list.
54711              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
54712      Branch: perl
54713            ! hints/bsdos.sh
54714 ____________________________________________________________________________
54715 [  6140] By: jhi                                   on 2000/05/28  14:11:57
54716         Log: Integrate with Sarathy.
54717      Branch: cfgperl
54718           +> (branch 30 files)
54719           !> (integrate 93 files)
54720 ____________________________________________________________________________
54721 [  6139] By: gsar                                  on 2000/05/28  10:01:48
54722         Log: revise mktables.PL for bugs and newness in Unicode 3.0
54723              (from James Bence <jbence@amgen.com>)
54724      Branch: perl
54725            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
54726            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
54727            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
54728            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
54729            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
54730            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
54731            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
54732            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
54733            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
54734            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
54735            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
54736            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
54737            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
54738            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
54739            + lib/unicode/Is/SylWU.pl
54740            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
54741            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54742            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54743            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54744            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54745            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54746            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54747            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54748            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54749            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54750            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54751            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54752            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54753            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54754            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
54755            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
54756            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
54757            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
54758            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
54759            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
54760            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
54761            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
54762            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
54763            ! lib/unicode/Makefile lib/unicode/mktables.PL
54764 ____________________________________________________________________________
54765 [  6138] By: gsar                                  on 2000/05/28  08:50:32
54766         Log: add note about the handling of negative indices to tied arrays
54767              (from Michael G Schwern <schwern@pobox.com>)
54768      Branch: perl
54769            ! pod/perltie.pod
54770 ____________________________________________________________________________
54771 [  6137] By: gsar                                  on 2000/05/28  08:46:10
54772         Log: fix bogus redeclaration warning for "our" variables in different
54773              scopes
54774      Branch: perl
54775            ! op.c t/pragma/strict-vars
54776 ____________________________________________________________________________
54777 [  6136] By: gsar                                  on 2000/05/28  08:31:20
54778         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
54779      Branch: perl
54780            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
54781 ____________________________________________________________________________
54782 [  6135] By: gsar                                  on 2000/05/28  08:17:50
54783         Log: enable Test::Harness to dynamically determine column width etc.
54784              (from Rob Napier <rnapier@employees.org>)
54785      Branch: perl
54786            ! lib/Test/Harness.pm
54787 ____________________________________________________________________________
54788 [  6134] By: gsar                                  on 2000/05/28  08:13:39
54789         Log: make Test::Harness use wait.h/WCOREDUMP if available
54790              (from Ben Tilly <ben_tilly@hotmail.com>)
54791      Branch: perl
54792            ! lib/Test/Harness.pm
54793 ____________________________________________________________________________
54794 [  6133] By: gsar                                  on 2000/05/28  08:08:05
54795         Log: elide bogus test in change#6132
54796      Branch: perl
54797            ! t/pragma/warn/9enabled
54798 ____________________________________________________________________________
54799 [  6132] By: gsar                                  on 2000/05/28  08:03:14
54800         Log: warnings::enabled() doesn't fall back to looking at $^W if
54801              caller isn't using lexical warnings (from Paul Marquess)
54802      Branch: perl
54803            ! pp_ctl.c t/pragma/warn/9enabled
54804 ____________________________________________________________________________
54805 [  6131] By: gsar                                  on 2000/05/28  07:57:47
54806         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
54807      Branch: perl
54808            ! ext/POSIX/POSIX.pm
54809 ____________________________________________________________________________
54810 [  6130] By: gsar                                  on 2000/05/28  07:29:12
54811         Log: fix places that mean C<"word" character> but say C<alphanumeric
54812              character>
54813      Branch: perl
54814            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
54815 ____________________________________________________________________________
54816 [  6129] By: gsar                                  on 2000/05/28  07:18:41
54817         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
54818      Branch: perl
54819            ! vms/test.com
54820 ____________________________________________________________________________
54821 [  6128] By: gsar                                  on 2000/05/28  07:12:55
54822         Log: new perlxstut example for passing/returning refs to arrays
54823              (from David Lowe <dlowe@pootpoot.com>)
54824      Branch: perl
54825            ! pod/perlxstut.pod
54826 ____________________________________________________________________________
54827 [  6127] By: gsar                                  on 2000/05/28  07:02:50
54828         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
54829              failed (from Gisle Aas)
54830      Branch: perl
54831            ! cop.h perl.c
54832 ____________________________________________________________________________
54833 [  6126] By: gsar                                  on 2000/05/28  06:39:53
54834         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
54835              (reworked variant of patch suggested by Simon Cozens)
54836      Branch: perl
54837            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
54838            ! pp_hot.c proto.h t/op/gv.t
54839 ____________________________________________________________________________
54840 [  6125] By: gsar                                  on 2000/05/28  05:14:55
54841         Log: enable propagating exception objects via Perl_croak() in XS code
54842              (from Gisle Aas)
54843      Branch: perl
54844            ! util.c
54845 ____________________________________________________________________________
54846 [  6124] By: gsar                                  on 2000/05/28  05:07:28
54847         Log: integrate vmsperl contents into mainline
54848      Branch: perl
54849           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
54850           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
54851           !> vms/vmsish.h
54852 ____________________________________________________________________________
54853 [  6123] By: gsar                                  on 2000/05/28  05:03:53
54854         Log: clarify gotcha with #line directives (from Rocco Caputo
54855              <troc@netrus.net>)
54856      Branch: perl
54857            ! pod/perldebug.pod pod/perlsyn.pod
54858 ____________________________________________________________________________
54859 [  6122] By: gsar                                  on 2000/05/28  04:58:29
54860         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
54861              (from Mark-Jason Dominus)
54862      Branch: perl
54863            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
54864            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
54865            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
54866            ! toke.c
54867 ____________________________________________________________________________
54868 [  6121] By: bailey                                on 2000/05/25  04:46:54
54869         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
54870              lists (based on fixes by Craig Berry)
54871      Branch: vmsperl
54872            ! lib/File/Spec/VMS.pm
54873 ____________________________________________________________________________
54874 [  6120] By: bailey                                on 2000/05/25  04:25:38
54875         Log: Add missing escape (Charles Lane)
54876      Branch: vmsperl
54877            ! t/op/lex_assign.t
54878 ____________________________________________________________________________
54879 [  6119] By: bailey                                on 2000/05/25  04:21:25
54880         Log: Quiet error messages in vmsish.t (Charles Lane)
54881      Branch: vmsperl
54882            ! vms/ext/vmsish.t
54883 ____________________________________________________________________________
54884 [  6118] By: bailey                                on 2000/05/25  04:17:57
54885         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
54886              Flatten case labels in switch statements uniformly (Charles Bailey)
54887      Branch: vmsperl
54888            ! vms/vms.c
54889 ____________________________________________________________________________
54890 [  6117] By: bailey                                on 2000/05/25  03:58:09
54891         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
54892      Branch: vmsperl
54893            ! vms/vmsish.h
54894 ____________________________________________________________________________
54895 [  6116] By: bailey                                on 2000/05/25  03:11:15
54896         Log: Miscellaneous cosmetic fixes (Charles Lane)
54897      Branch: vmsperl
54898            ! lib/ExtUtils/MM_VMS.pm
54899 ____________________________________________________________________________
54900 [  6115] By: bailey                                on 2000/05/25  03:10:36
54901         Log: Add bounds checking for several strings (Charles Lane)
54902      Branch: vmsperl
54903            ! vms/vms.c
54904 ____________________________________________________________________________
54905 [  6114] By: bailey                                on 2000/05/25  02:25:34
54906         Log: Urk -- undo previous removal of vmsish 'exit' change
54907      Branch: vmsperl
54908            ! vms/ext/vmsish.pm vms/vmsish.h
54909 ____________________________________________________________________________
54910 [  6113] By: bailey                                on 2000/05/24  02:24:40
54911         Log: Ugly workaround for version-specific RTL error
54912      Branch: vmsperl
54913            ! vms/vms.c
54914 ____________________________________________________________________________
54915 [  6112] By: bailey                                on 2000/05/24  02:19:55
54916         Log: Check for existence of file before trying to delete
54917      Branch: vmsperl
54918            ! vms/test.com
54919 ____________________________________________________________________________
54920 [  6111] By: bailey                                on 2000/05/23  23:35:13
54921         Log: Resync with mainline prior to post-5.6.0 updates
54922      Branch: vmsperl
54923           +> (branch 49 files)
54924            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
54925            ! vms/ext/vmsish.pm
54926           !> (integrate 334 files)
54927 ____________________________________________________________________________
54928 [  6110] By: jhi                                   on 2000/05/23  19:28:32
54929         Log: todo tweak
54930      Branch: cfgperl
54931            ! Todo-5.6
54932 ____________________________________________________________________________
54933 [  6109] By: jhi                                   on 2000/05/18  17:38:54
54934         Log: Integrate with Sarathy.
54935      Branch: cfgperl
54936           !> mg.c perl.h win32/perlhost.h
54937 ____________________________________________________________________________
54938 [  6108] By: gsar                                  on 2000/05/17  02:24:56
54939         Log: reenable fake signal handling on Windows, bugs and all
54940      Branch: perl
54941            ! mg.c perl.h win32/perlhost.h
54942 ____________________________________________________________________________
54943 [  6107] By: jhi                                   on 2000/05/15  18:01:41
54944         Log: Tweak the todo list.
54945      Branch: cfgperl
54946            ! Todo-5.6
54947 ____________________________________________________________________________
54948 [  6106] By: jhi                                   on 2000/05/15  13:41:48
54949         Log: The (Configure) script refuses to go on, after asking for
54950              'You may also choose to try maximal 64-bitness....'.
54951              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
54952              -- Patrick Zima
54953              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
54954      Branch: cfgperl
54955            ! hints/solaris_2.sh
54956 ____________________________________________________________________________
54957 [  6105] By: jhi                                   on 2000/05/11  14:37:43
54958         Log: Integrate with Sarathy.
54959      Branch: cfgperl
54960           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54961           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
54962 ____________________________________________________________________________
54963 [  6104] By: gsar                                  on 2000/05/11  03:39:07
54964         Log: PL_sys_intern was being initialized too late on windows
54965      Branch: perl
54966            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54967            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
54968 ____________________________________________________________________________
54969 [  6103] By: jhi                                   on 2000/05/09  19:42:20
54970         Log: Test tweaking for Unicos continues.
54971      Branch: cfgperl
54972            ! t/op/64bitint.t
54973 ____________________________________________________________________________
54974 [  6102] By: jhi                                   on 2000/05/09  16:47:27
54975         Log: The test suite tweak in #6101 wasn't quite right.
54976      Branch: cfgperl
54977            ! t/lib/complex.t
54978 ____________________________________________________________________________
54979 [  6101] By: jhi                                   on 2000/05/09  15:35:34
54980         Log: Hints and test tweaks for Unicos.
54981      Branch: cfgperl
54982            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
54983 ____________________________________________________________________________
54984 [  6100] By: jhi                                   on 2000/05/08  21:15:06
54985         Log: More compilation tweakery from Allen Smith.
54986      Branch: cfgperl
54987            ! hints/irix_6.sh
54988 ____________________________________________________________________________
54989 [  6099] By: jhi                                   on 2000/05/08  19:21:18
54990         Log: Tweaks for the cc bugs from Allen Smith.
54991      Branch: cfgperl
54992            ! hints/irix_6.sh
54993 ____________________________________________________________________________
54994 [  6098] By: jhi                                   on 2000/05/08  19:13:37
54995         Log: Add a note about other, yet unsupported, shadow password APIs.
54996      Branch: cfgperl
54997            ! pp_sys.c
54998 ____________________________________________________________________________
54999 [  6097] By: jhi                                   on 2000/05/08  18:46:34
55000         Log: Add a note about possible compilation problems from Allen Smith.
55001      Branch: cfgperl
55002            ! hints/irix_6.sh
55003 ____________________________________________________________________________
55004 [  6096] By: jhi                                   on 2000/05/08  17:33:10
55005         Log: Integrate with Sarathy.
55006      Branch: cfgperl
55007           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55008           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
55009 ____________________________________________________________________________
55010 [  6095] By: jhi                                   on 2000/05/08  16:21:33
55011         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
55012              might be useful in future.
55013      Branch: cfgperl
55014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55015            ! config_h.SH
55016      Branch: metaconfig
55017            ! U/installdirs/inc_version_list.U
55018      Branch: metaconfig/U/perl
55019            ! perlxv.U
55020 ____________________________________________________________________________
55021 [  6094] By: gsar                                  on 2000/05/08  14:22:22
55022         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
55023      Branch: perl
55024            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55025            ! hints/cygwin.sh pp_sys.c
55026 ____________________________________________________________________________
55027 [  6093] By: gsar                                  on 2000/05/08  12:52:28
55028         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
55029              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
55030      Branch: perl
55031            ! pp_sys.c sv.c win32/perlhost.h
55032 ____________________________________________________________________________
55033 [  6092] By: jhi                                   on 2000/05/07  22:40:34
55034         Log: Regen perltoc with the fixed buildtoc.
55035      Branch: cfgperl
55036            ! pod/perltoc.pod
55037 ____________________________________________________________________________
55038 [  6091] By: jhi                                   on 2000/05/07  22:24:16
55039         Log: Integrate with Sarathy.
55040      Branch: cfgperl
55041           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
55042           !> t/op/substr.t toke.c
55043 ____________________________________________________________________________
55044 [  6090] By: gsar                                  on 2000/05/07  19:47:07
55045         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
55046              [NI]OK; added tests for both
55047      Branch: perl
55048            ! perl.c pp_hot.c sv.c t/op/substr.t
55049 ____________________________________________________________________________
55050 [  6089] By: gsar                                  on 2000/05/07  18:18:38
55051         Log: buildtoc tweak to fix newline lossage
55052      Branch: perl
55053            ! pod/buildtoc
55054 ____________________________________________________________________________
55055 [  6088] By: jhi                                   on 2000/05/07  16:35:36
55056         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
55057              because we do not use those.  The HAS_GETSPNAM remains,
55058              though, because we still do use that.
55059      Branch: cfgperl
55060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55061            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
55062            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
55063            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
55064            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55065            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55066 ____________________________________________________________________________
55067 [  6087] By: gsar                                  on 2000/05/07  16:05:16
55068         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
55069      Branch: perl
55070            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
55071 ____________________________________________________________________________
55072 [  6086] By: jhi                                   on 2000/05/07  15:27:07
55073         Log: Integrate with Sarathy.
55074      Branch: cfgperl
55075           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55076           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55077           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
55078           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
55079           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
55080           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
55081 ____________________________________________________________________________
55082 [  6085] By: gsar                                  on 2000/05/07  05:52:02
55083         Log: repeat operator (x) doesn't preserve utf8-ness
55084      Branch: perl
55085            ! pp.c t/op/substr.t
55086 ____________________________________________________________________________
55087 [  6084] By: gsar                                  on 2000/05/07  05:39:55
55088         Log: substr() does not preserve utf8-ness (from Stefan Eissing
55089              <Eissing@medicaldataservice.de>); added tests
55090      Branch: perl
55091            ! pp.c t/op/substr.t
55092 ____________________________________________________________________________
55093 [  6083] By: gsar                                  on 2000/05/07  05:24:46
55094         Log: note about undocumented caller() return value (from M.J.T. Guy);
55095              yet another peek.t tweak
55096      Branch: perl
55097            ! pod/perlfunc.pod t/lib/peek.t
55098 ____________________________________________________________________________
55099 [  6082] By: gsar                                  on 2000/05/07  05:08:40
55100         Log: peek.t non-portable to ithreads
55101      Branch: perl
55102            ! t/lib/peek.t
55103 ____________________________________________________________________________
55104 [  6081] By: gsar                                  on 2000/05/07  04:17:04
55105         Log: better default perlbug categories for ok reports (from Richard Foley)
55106      Branch: perl
55107            ! utils/perlbug.PL
55108 ____________________________________________________________________________
55109 [  6080] By: gsar                                  on 2000/05/07  04:08:07
55110         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
55111              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55112      Branch: perl
55113            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55114            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55115            ! AUTHORS MAINTAIN MANIFEST
55116 ____________________________________________________________________________
55117 [  6079] By: gsar                                  on 2000/05/07  04:01:38
55118         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
55119      Branch: perl
55120            ! lib/Carp/Heavy.pm
55121 ____________________________________________________________________________
55122 [  6078] By: gsar                                  on 2000/05/07  01:24:19
55123         Log: workaround for CRT bug in chdir() (from Charles Lane, via
55124              Peter Prymmer)
55125      Branch: perl
55126            ! iperlsys.h vms/vms.c vms/vmsish.h
55127 ____________________________________________________________________________
55128 [  6077] By: gsar                                  on 2000/05/07  01:22:23
55129         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
55130              and Tom Phoenix)
55131      Branch: perl
55132            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
55133 ____________________________________________________________________________
55134 [  6076] By: gsar                                  on 2000/05/06  17:36:29
55135         Log: integrate cfgperl contents into mainline
55136      Branch: perl
55137           +> t/lib/peek.t
55138           !> Configure MANIFEST Porting/Glossary Porting/config.sh
55139           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
55140           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
55141           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
55142 ____________________________________________________________________________
55143 [  6075] By: jhi                                   on 2000/05/05  18:56:10
55144         Log: Make the test more portable.
55145      Branch: cfgperl
55146            ! t/lib/peek.t
55147 ____________________________________________________________________________
55148 [  6074] By: jhi                                   on 2000/05/05  18:49:20
55149         Log: Introduce t/lib/peek.t.
55150      Branch: cfgperl
55151            + t/lib/peek.t
55152            ! MANIFEST
55153 ____________________________________________________________________________
55154 [  6073] By: jhi                                   on 2000/05/05  14:30:45
55155         Log: Complex tweaks.
55156      Branch: cfgperl
55157            ! lib/Math/Complex.pm t/lib/complex.t
55158 ____________________________________________________________________________
55159 [  6072] By: jhi                                   on 2000/05/05  12:27:13
55160         Log: Integrate with Sarathy.
55161      Branch: cfgperl
55162           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55163           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55164           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
55165           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
55166 ____________________________________________________________________________
55167 [  6071] By: gsar                                  on 2000/05/05  02:24:46
55168         Log: misformatted perllocal.pod (from Tim Jenness
55169              <t.jenness@jach.hawaii.edu>)
55170      Branch: perl
55171            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55172 ____________________________________________________________________________
55173 [  6070] By: gsar                                  on 2000/05/05  02:16:52
55174         Log: remove misleading comment (from M.J.T. Guy)
55175      Branch: perl
55176            ! t/lib/anydbm.t
55177 ____________________________________________________________________________
55178 [  6069] By: gsar                                  on 2000/05/05  02:15:13
55179         Log: File::Spec compatibility update (from Barrie Slaymaker
55180              <barries@slaysys.com>)
55181      Branch: perl
55182            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55183            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55184 ____________________________________________________________________________
55185 [  6068] By: gsar                                  on 2000/05/05  02:01:50
55186         Log: note about values()
55187      Branch: perl
55188            ! pod/perlfunc.pod
55189 ____________________________________________________________________________
55190 [  6067] By: gsar                                  on 2000/05/05  01:33:09
55191         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
55192      Branch: perl
55193            ! win32/win32.c
55194 ____________________________________________________________________________
55195 [  6066] By: gsar                                  on 2000/05/05  01:23:43
55196         Log: s/END/CHECK/
55197      Branch: perl
55198            ! perl.c
55199 ____________________________________________________________________________
55200 [  6065] By: jhi                                   on 2000/05/04  17:30:22
55201         Log: Integrate with Sarathy.
55202      Branch: cfgperl
55203           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
55204 ____________________________________________________________________________
55205 [  6064] By: gsar                                  on 2000/05/04  17:26:14
55206         Log: change#5905 wasn't quite right--it's intent only applies when arguments
55207              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
55208      Branch: perl
55209            ! pp_sys.c sv.c
55210 ____________________________________________________________________________
55211 [  6063] By: gsar                                  on 2000/05/04  16:52:29
55212         Log: tokeq() could read unallocated field in argument
55213      Branch: perl
55214            ! toke.c
55215 ____________________________________________________________________________
55216 [  6062] By: gsar                                  on 2000/05/04  16:34:51
55217         Log: additional tests for utf8.t
55218      Branch: perl
55219            ! t/pragma/utf8.t
55220 ____________________________________________________________________________
55221 [  6061] By: gsar                                  on 2000/05/04  16:09:28
55222         Log: change#5921 neglected to make eq honor "use bytes"
55223      Branch: perl
55224            ! sv.c
55225 ____________________________________________________________________________
55226 [  6060] By: jhi                                   on 2000/05/04  15:30:16
55227         Log: Integrate with Sarathy.
55228      Branch: cfgperl
55229           !> perl.c regcomp.c t/pragma/utf8.t
55230 ____________________________________________________________________________
55231 [  6059] By: jhi                                   on 2000/05/04  15:26:37
55232         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
55233              in natively 64-bit platforms where a long is a quad (no need
55234              for long longs).  Also added bias for IVs.
55235      Branch: cfgperl
55236            ! toke.c
55237 ____________________________________________________________________________
55238 [  6058] By: gsar                                  on 2000/05/04  00:19:14
55239         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55240              (spotted by Donald Kinzer <dkinzer@premia.com>)
55241      Branch: perl
55242            ! perl.c
55243 ____________________________________________________________________________
55244 [  6057] By: gsar                                  on 2000/05/03  18:34:01
55245         Log: fix broken parsing of /\x{ab}/
55246      Branch: perl
55247            ! regcomp.c t/pragma/utf8.t
55248 ____________________________________________________________________________
55249 [  6056] By: jhi                                   on 2000/05/03  17:57:16
55250         Log: The search of infinity continues, this time simplified.
55251      Branch: cfgperl
55252            ! lib/Math/Complex.pm
55253 ____________________________________________________________________________
55254 [  6055] By: jhi                                   on 2000/05/03  17:45:30
55255         Log: Detypo.
55256      Branch: cfgperl
55257            ! hints/unicos.sh
55258 ____________________________________________________________________________
55259 [  6054] By: jhi                                   on 2000/05/02  22:28:27
55260         Log: Be more forgiving in POSIX about HUGE_VALL.
55261      Branch: cfgperl
55262            ! ext/POSIX/POSIX.xs
55263 ____________________________________________________________________________
55264 [  6053] By: jhi                                   on 2000/05/02  22:25:05
55265         Log: Integrate with Sarathy.
55266      Branch: cfgperl
55267           !> hints/irix_6.sh pod/perlop.pod
55268 ____________________________________________________________________________
55269 [  6052] By: jhi                                   on 2000/05/02  22:24:31
55270         Log: Unicos hint tweak.
55271      Branch: cfgperl
55272            ! hints/unicos.sh
55273 ____________________________________________________________________________
55274 [  6051] By: jhi                                   on 2000/05/02  22:21:26
55275         Log: Complex tweakery.
55276      Branch: cfgperl
55277            ! lib/Math/Complex.pm t/lib/complex.t
55278 ____________________________________________________________________________
55279 [  6050] By: jhi                                   on 2000/05/02  19:26:22
55280         Log: Use setxxent()/endxxent().
55281      Branch: cfgperl
55282            ! t/op/grent.t t/op/pwent.t
55283 ____________________________________________________________________________
55284 [  6049] By: jhi                                   on 2000/05/02  19:06:02
55285         Log: Test both the scalar and list contexts.
55286      Branch: cfgperl
55287            ! t/op/grent.t t/op/pwent.t
55288 ____________________________________________________________________________
55289 [  6048] By: gsar                                  on 2000/05/02  18:29:10
55290         Log: add note about how $( doesn't interpolate in REs (from
55291              Philip Newton <newton@ficus.frogspace.net>)
55292      Branch: perl
55293            ! pod/perlop.pod
55294 ____________________________________________________________________________
55295 [  6047] By: jhi                                   on 2000/05/02  17:41:24
55296         Log: Call getspnam() only iff needd.
55297      Branch: cfgperl
55298            ! pp_sys.c
55299 ____________________________________________________________________________
55300 [  6046] By: gsar                                  on 2000/05/02  17:07:25
55301         Log: libscheck has insufficient checks for n32 libs (from
55302              Albert Chin-A-Young <china@thewrittenword.com>)
55303      Branch: perl
55304            ! hints/irix_6.sh
55305 ____________________________________________________________________________
55306 [  6045] By: jhi                                   on 2000/05/02  13:57:17
55307         Log: Integrate with Sarathy.
55308      Branch: cfgperl
55309           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
55310           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
55311 ____________________________________________________________________________
55312 [  6044] By: gsar                                  on 2000/05/02  06:48:19
55313         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55314              such that underscores are only ignored in literal numbers,
55315              "\x{...}", and hex/oct argument
55316      Branch: perl
55317            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55318 ____________________________________________________________________________
55319 [  6043] By: gsar                                  on 2000/05/02  02:22:29
55320         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55321      Branch: perl
55322            ! pod/perlretut.pod
55323 ____________________________________________________________________________
55324 [  6042] By: gsar                                  on 2000/05/02  02:17:51
55325         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55326      Branch: perl
55327            ! pod/perltrap.pod
55328 ____________________________________________________________________________
55329 [  6041] By: gsar                                  on 2000/05/02  01:53:51
55330         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55331              to compensate
55332      Branch: perl
55333            ! Porting/makerel
55334 ____________________________________________________________________________
55335 [  6040] By: gsar                                  on 2000/05/02  01:51:57
55336         Log: missing files in MANIFEST
55337      Branch: perl
55338            ! MANIFEST
55339 ____________________________________________________________________________
55340 [  6039] By: jhi                                   on 2000/05/02  00:36:46
55341         Log: Infinite problems.
55342      Branch: cfgperl
55343            ! lib/Math/Complex.pm
55344 ____________________________________________________________________________
55345 [  6038] By: jhi                                   on 2000/05/02  00:06:38
55346         Log: pwent/spent #ifdef imbalance.
55347      Branch: cfgperl
55348            ! pp_sys.c
55349 ____________________________________________________________________________
55350 [  6037] By: jhi                                   on 2000/05/01  22:50:11
55351         Log: Use HUGE_VALL if applicable.
55352      Branch: cfgperl
55353            ! ext/POSIX/POSIX.xs util.c
55354 ____________________________________________________________________________
55355 [  6036] By: jhi                                   on 2000/05/01  22:20:53
55356         Log: Correct Freudian slip.
55357      Branch: cfgperl
55358            ! pp_sys.c
55359 ____________________________________________________________________________
55360 [  6035] By: jhi                                   on 2000/05/01  21:07:38
55361         Log: Continue on the pwent/spent case.
55362      Branch: cfgperl
55363            ! pp_sys.c
55364 ____________________________________________________________________________
55365 [  6034] By: jhi                                   on 2000/05/01  17:45:14
55366         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
55367              adjustments in 6032 conflicted badly with this, will have
55368              to revisit them later.
55369      Branch: cfgperl
55370           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55371           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55372           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
55373           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
55374           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55375           !> t/lib/cgi-html.t t/lib/cgi-request.t
55376 ____________________________________________________________________________
55377 [  6033] By: jhi                                   on 2000/05/01  17:40:49
55378         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
55379      Branch: cfgperl
55380            ! pp_sys.c
55381 ____________________________________________________________________________
55382 [  6032] By: gsar                                  on 2000/05/01  15:56:32
55383         Log: whitespace adjustments
55384      Branch: perl
55385            ! pp_sys.c
55386 ____________________________________________________________________________
55387 [  6031] By: gsar                                  on 2000/05/01  15:19:41
55388         Log: small nits in diagnostics.pm (from Robin Barker)
55389      Branch: perl
55390            ! lib/diagnostics.pm pod/perldiag.pod
55391 ____________________________________________________________________________
55392 [  6030] By: gsar                                  on 2000/05/01  08:39:18
55393         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55394              for @- and @+ (from Johan Vromans)
55395      Branch: perl
55396            ! lib/English.pm pod/perlvar.pod
55397 ____________________________________________________________________________
55398 [  6029] By: gsar                                  on 2000/05/01  08:16:10
55399         Log: add CGI.pm v2.66 (from Lincoln Stein)
55400      Branch: perl
55401            + lib/CGI/Util.pm t/lib/cgi-pretty.t
55402            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55403            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
55404            ! t/lib/cgi-html.t t/lib/cgi-request.t
55405 ____________________________________________________________________________
55406 [  6028] By: gsar                                  on 2000/05/01  06:34:41
55407         Log: Pod::Man generates groff-incompatible macro definition (from
55408              Tom Christiansen)
55409      Branch: perl
55410            ! lib/Pod/Man.pm
55411 ____________________________________________________________________________
55412 [  6027] By: gsar                                  on 2000/05/01  06:31:36
55413         Log: podlators-1.02 update (from Russ Allbery)
55414      Branch: perl
55415            ! lib/Pod/Man.pm lib/Pod/Text.pm
55416 ____________________________________________________________________________
55417 [  6026] By: jhi                                   on 2000/04/30  23:24:23
55418         Log: Integrate with Sarathy.
55419      Branch: cfgperl
55420           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55421           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
55422           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55423           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55424           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
55425           !> t/lib/syslog.t toke.c win32/win32.h
55426 ____________________________________________________________________________
55427 [  6025] By: gsar                                  on 2000/04/30  18:17:47
55428         Log: Is{Alnum,Alpha,Word} don't match titlecase
55429              
55430              TODO: IsSpace is defined recursively!
55431              
55432              (both spotted by Larry)
55433      Branch: perl
55434            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55435            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55436 ____________________________________________________________________________
55437 [  6024] By: gsar                                  on 2000/04/30  17:50:19
55438         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
55439              (from Hugo van der Sanden)
55440      Branch: perl
55441            ! toke.c
55442 ____________________________________________________________________________
55443 [  6023] By: gsar                                  on 2000/04/30  17:14:43
55444         Log: debugger stomps on $. (from M.J.T. Guy)
55445      Branch: perl
55446            ! lib/perl5db.pl
55447 ____________________________________________________________________________
55448 [  6022] By: gsar                                  on 2000/04/30  16:59:22
55449         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55450      Branch: perl
55451            ! sv.c
55452 ____________________________________________________________________________
55453 [  6021] By: gsar                                  on 2000/04/29  21:00:08
55454         Log: remove Win2K issue in pod (fixed by change#6020)
55455      Branch: perl
55456            ! README.win32 pod/perl56delta.pod
55457 ____________________________________________________________________________
55458 [  6020] By: gsar                                  on 2000/04/29  20:51:49
55459         Log: test tweak
55460      Branch: perl
55461            ! t/lib/open3.t
55462 ____________________________________________________________________________
55463 [  6019] By: gsar                                  on 2000/04/29  20:34:27
55464         Log: windows portability tweaks
55465      Branch: perl
55466            ! t/lib/b.t win32/win32.h
55467 ____________________________________________________________________________
55468 [  6018] By: gsar                                  on 2000/04/29  19:55:24
55469         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
55470              make _PATH_LOG() return "" if unavailable
55471      Branch: perl
55472            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55473            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
55474 ____________________________________________________________________________
55475 [  6017] By: jhi                                   on 2000/04/28  22:49:46
55476         Log: Integrate with Sarathy.
55477      Branch: cfgperl
55478           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55479 ____________________________________________________________________________
55480 [  6016] By: jhi                                   on 2000/04/28  22:46:14
55481         Log: Do not warn that an infinity does not look like a number.
55482      Branch: cfgperl
55483            ! sv.c
55484 ____________________________________________________________________________
55485 [  6015] By: gsar                                  on 2000/04/28  22:35:49
55486         Log: tweak test for portability
55487      Branch: perl
55488            ! t/lib/b.t
55489 ____________________________________________________________________________
55490 [  6014] By: gsar                                  on 2000/04/28  22:05:31
55491         Log: glob() loading File::Glob behind the scenes may cause syntax errors
55492      Branch: perl
55493            ! op.c
55494 ____________________________________________________________________________
55495 [  6013] By: gsar                                  on 2000/04/28  21:25:22
55496         Log: tweak change#5945 to display correct switch name in diagnostic
55497      Branch: perl
55498            ! perl.c pod/perldiag.pod
55499 ____________________________________________________________________________
55500 [  6012] By: jhi                                   on 2000/04/28  21:08:12
55501         Log: Integrate with Sarathy.
55502      Branch: cfgperl
55503           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
55504           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
55505           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
55506 ____________________________________________________________________________
55507 [  6011] By: jhi                                   on 2000/04/28  21:04:46
55508         Log: &HUGE_VAL is not defined, it exists.
55509      Branch: cfgperl
55510            ! lib/Math/Complex.pm
55511 ____________________________________________________________________________
55512 [  6010] By: gsar                                  on 2000/04/28  21:02:58
55513         Log: clarify note about shadow password support (from
55514              gellyfish@gellyfish.com)
55515      Branch: perl
55516            ! pod/perlfunc.pod
55517 ____________________________________________________________________________
55518 [  6009] By: gsar                                  on 2000/04/28  21:00:00
55519         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
55520      Branch: perl
55521            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
55522 ____________________________________________________________________________
55523 [  6008] By: gsar                                  on 2000/04/28  20:56:33
55524         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55525      Branch: perl
55526            ! installperl vms/subconfigure.com
55527 ____________________________________________________________________________
55528 [  6007] By: gsar                                  on 2000/04/28  20:51:21
55529         Log: note about compile failures and END blocks (from M.J.T. Guy)
55530      Branch: perl
55531            ! pod/perl56delta.pod pod/perlmod.pod
55532 ____________________________________________________________________________
55533 [  6006] By: jhi                                   on 2000/04/28  20:42:14
55534         Log: Regen Configure.
55535      Branch: cfgperl
55536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55537            ! config_h.SH
55538 ____________________________________________________________________________
55539 [  6005] By: gsar                                  on 2000/04/28  20:41:16
55540         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
55541      Branch: perl
55542            ! utils/perldoc.PL
55543 ____________________________________________________________________________
55544 [  6004] By: jhi                                   on 2000/04/28  20:28:21
55545         Log: Integrate with Sarathy.
55546      Branch: cfgperl
55547           !> Configure INSTALL Porting/Glossary Porting/config.sh
55548           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
55549           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
55550           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55551           !> win32/config.vc win32/win32.c
55552 ____________________________________________________________________________
55553 [  6003] By: gsar                                  on 2000/04/28  20:11:20
55554         Log: allow REG_EXPAND_SZ keys in Windows registry (from
55555              John Clayton <John.Clayton@barclayscapital.com>)
55556      Branch: perl
55557            ! win32/win32.c
55558 ____________________________________________________________________________
55559 [  6002] By: gsar                                  on 2000/04/28  19:34:16
55560         Log: destructive sv_setsv() can lose UV-ness from source, causing
55561              numeric promotions/comparisons to fail to do the right thing
55562      Branch: perl
55563            ! sv.c
55564 ____________________________________________________________________________
55565 [  6001] By: gsar                                  on 2000/04/28  18:44:15
55566         Log: support additional library locations via $Config{otherlibdirs}
55567              (from Andy Dougherty)
55568      Branch: perl
55569            ! Configure INSTALL Porting/Glossary Porting/config.sh
55570            ! Porting/config_H config_h.SH epoc/config.sh perl.c
55571            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55572            ! win32/config.bc win32/config.gc win32/config.vc
55573 ____________________________________________________________________________
55574 [  6000] By: gsar                                  on 2000/04/28  18:26:58
55575         Log: reworked otherlibdirs.U (from Andy Dougherty)
55576      Branch: metaconfig
55577            ! U/installdirs/otherlibdirs.U
55578 ____________________________________________________________________________
55579 [  5999] By: gsar                                  on 2000/04/28  18:17:07
55580         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55581      Branch: perl
55582            ! t/pragma/warn/toke toke.c
55583 ____________________________________________________________________________
55584 [  5998] By: jhi                                   on 2000/04/28  13:32:17
55585         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
55586      Branch: cfgperl
55587            ! lib/Math/Complex.pm
55588 ____________________________________________________________________________
55589 [  5997] By: jhi                                   on 2000/04/28  13:14:04
55590         Log: Preserve $!.
55591      Branch: cfgperl
55592            ! lib/Math/Complex.pm
55593 ____________________________________________________________________________
55594 [  5996] By: jhi                                   on 2000/04/28  12:59:23
55595         Log: Integrate with Sarathy.
55596      Branch: cfgperl
55597           +> pod/perlrequick.pod pod/perlretut.pod
55598           !> (integrate 51 files)
55599 ____________________________________________________________________________
55600 [  5995] By: gsar                                  on 2000/04/28  09:37:36
55601         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55602      Branch: perl
55603            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55604 ____________________________________________________________________________
55605 [  5994] By: gsar                                  on 2000/04/28  09:33:26
55606         Log: fix for missed accounting for null byte in pack("Z",...) (from
55607              M.J.T. Guy)
55608      Branch: perl
55609            ! pp.c t/op/pack.t
55610 ____________________________________________________________________________
55611 [  5993] By: gsar                                  on 2000/04/28  09:30:05
55612         Log: various minor tweaks seen on p5p
55613      Branch: perl
55614            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
55615 ____________________________________________________________________________
55616 [  5992] By: gsar                                  on 2000/04/28  09:08:19
55617         Log: pod nit (from Simon Cozens)
55618      Branch: perl
55619            ! pod/perlop.pod
55620 ____________________________________________________________________________
55621 [  5991] By: gsar                                  on 2000/04/28  09:06:36
55622         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55623      Branch: perl
55624            ! README.posix-bc hints/posix-bc.sh
55625 ____________________________________________________________________________
55626 [  5990] By: gsar                                  on 2000/04/28  08:54:52
55627         Log: use $ENV{LIB} to search for libs under Visual C compiler
55628              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55629      Branch: perl
55630            ! lib/ExtUtils/Liblist.pm
55631 ____________________________________________________________________________
55632 [  5989] By: gsar                                  on 2000/04/28  08:27:12
55633         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55634              itself and no other (from Tom Hughes)
55635      Branch: perl
55636            ! t/op/array.t toke.c
55637 ____________________________________________________________________________
55638 [  5988] By: gsar                                  on 2000/04/28  08:01:38
55639         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55640              <paul@miraclefish.com>)
55641      Branch: perl
55642            ! lib/ExtUtils/MakeMaker.pm
55643 ____________________________________________________________________________
55644 [  5987] By: gsar                                  on 2000/04/28  07:53:09
55645         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55646      Branch: perl
55647            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
55648 ____________________________________________________________________________
55649 [  5986] By: gsar                                  on 2000/04/28  07:44:17
55650         Log: add regular expressions tutorial and quick-start guide (from
55651              Mark Kvale <kvale@phy.ucsf.edu>)
55652      Branch: perl
55653            + pod/perlrequick.pod pod/perlretut.pod
55654            ! AUTHORS MAINTAIN MANIFEST
55655 ____________________________________________________________________________
55656 [  5985] By: gsar                                  on 2000/04/28  07:30:28
55657         Log: forked child may not exit correctly if it failed to open
55658              /dev/console (from Graham Barr)
55659      Branch: perl
55660            ! ext/Sys/Syslog/Syslog.pm
55661 ____________________________________________________________________________
55662 [  5984] By: gsar                                  on 2000/04/28  07:27:20
55663         Log: attributes::reftype() doesn't work on tied argument
55664      Branch: perl
55665            ! xsutils.c
55666 ____________________________________________________________________________
55667 [  5983] By: gsar                                  on 2000/04/28  07:15:04
55668         Log: numeric conversion of non-number in change#3378 tramples on
55669              OOK offset, causing segfaults
55670      Branch: perl
55671            ! sv.c
55672 ____________________________________________________________________________
55673 [  5982] By: gsar                                  on 2000/04/28  04:48:25
55674         Log: avoid error in IO::Socket::INET when given an unknown service name
55675              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55676      Branch: perl
55677            ! ext/IO/lib/IO/Socket/INET.pm
55678 ____________________________________________________________________________
55679 [  5981] By: gsar                                  on 2000/04/28  04:31:31
55680         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55681              prototype mismatch with CORE::glob(); update pod and tests to
55682              suit (File::Glob::glob() is still available for backward
55683              compatibility, but should be considered deprecated)
55684      Branch: perl
55685            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
55686            ! t/lib/glob-taint.t
55687 ____________________________________________________________________________
55688 [  5980] By: gsar                                  on 2000/04/28  03:47:29
55689         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
55690              <ghudson@mit.edu>)
55691      Branch: metaconfig
55692            ! U/modified/Options.U
55693      Branch: perl
55694            ! Configure
55695 ____________________________________________________________________________
55696 [  5979] By: gsar                                  on 2000/04/28  03:07:54
55697         Log: under useithreads, constant pad entries could inadvertantly be
55698              shared across threads (from Eric Blood <eblood@xmission.com>);
55699              added Eric's test case to testsuite
55700      Branch: perl
55701            ! op.c t/op/misc.t
55702 ____________________________________________________________________________
55703 [  5978] By: gsar                                  on 2000/04/27  21:13:00
55704         Log: sync version numbers in File::Spec with the ones on CPAN
55705              (from Barrie Slaymaker)
55706      Branch: perl
55707            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55708            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55709            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55710 ____________________________________________________________________________
55711 [  5977] By: gsar                                  on 2000/04/27  21:07:29
55712         Log: autoquote barewords followed by newline and arrow properly
55713              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55714      Branch: perl
55715            ! t/pragma/warn/toke toke.c
55716 ____________________________________________________________________________
55717 [  5976] By: gsar                                  on 2000/04/27  20:41:20
55718         Log: DB_File v1.73 update (from Paul Marquess)
55719      Branch: perl
55720            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55721            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55722 ____________________________________________________________________________
55723 [  5975] By: gsar                                  on 2000/04/27  20:34:24
55724         Log: allow sort() reentrancy (variant of patch suggested by
55725              Hugo van der Sanden)
55726      Branch: perl
55727            ! pp_ctl.c t/op/sort.t
55728 ____________________________________________________________________________
55729 [  5974] By: gsar                                  on 2000/04/27  19:46:57
55730         Log: change#4197 somehow missed initializing PL_errors, meaning
55731              sytax error queueing wasn't working outside eval"" at all;
55732              also fixed eval"" to localize PL_error_count, so that compile-time
55733              eval's don't clobber the error state of the outer context
55734      Branch: perl
55735            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
55736            ! t/pragma/warn/toke
55737 ____________________________________________________________________________
55738 [  5973] By: gsar                                  on 2000/04/27  18:29:05
55739         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
55740      Branch: perl
55741            ! regcomp.c regexec.c t/op/re_tests
55742 ____________________________________________________________________________
55743 [  5972] By: jhi                                   on 2000/04/27  18:22:41
55744         Log: Integrate with Sarathy.
55745      Branch: cfgperl
55746           +> t/lib/b.t t/lib/syslog.t
55747           !> (integrate 31 files)
55748 ____________________________________________________________________________
55749 [  5971] By: jhi                                   on 2000/04/27  18:18:46
55750         Log: Unicos tweaks from Mark P. Lutz.
55751      Branch: cfgperl
55752            ! hints/unicos.sh lib/Math/Complex.pm
55753 ____________________________________________________________________________
55754 [  5970] By: gsar                                  on 2000/04/27  18:05:11
55755         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
55756              IV is >32bits
55757      Branch: perl
55758            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
55759 ____________________________________________________________________________
55760 [  5969] By: gsar                                  on 2000/04/27  17:50:56
55761         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
55762      Branch: perl
55763            + t/lib/syslog.t
55764            ! MANIFEST ext/Sys/Syslog/Syslog.pm
55765 ____________________________________________________________________________
55766 [  5968] By: gsar                                  on 2000/04/27  17:44:49
55767         Log: tolerate spaces in group names in test on solaris (from David Boyce
55768              <dsb@boyski.com>)
55769      Branch: perl
55770            ! t/op/groups.t
55771 ____________________________________________________________________________
55772 [  5967] By: gsar                                  on 2000/04/27  17:41:22
55773         Log: improved docs on the warn_uninit diagnostic (from David Glasser
55774              and Simon Cozens)
55775      Branch: perl
55776            ! pod/perldiag.pod
55777 ____________________________________________________________________________
55778 [  5966] By: gsar                                  on 2000/04/27  16:54:58
55779         Log: add testsuite for B backends, fix bug in B::Deparse (from
55780              Simon Cozens <simon@brecon.co.uk>)
55781      Branch: perl
55782            + t/lib/b.t
55783            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
55784 ____________________________________________________________________________
55785 [  5965] By: gsar                                  on 2000/04/27  16:10:37
55786         Log: avoid "will not stay shared" warnings for our variables (from
55787              Robin Barker)
55788      Branch: perl
55789            ! op.c t/pragma/warn/op
55790 ____________________________________________________________________________
55791 [  5964] By: gsar                                  on 2000/04/27  07:05:05
55792         Log: reformat to 72 columns (again)
55793      Branch: perl
55794            ! pod/perldiag.pod
55795 ____________________________________________________________________________
55796 [  5963] By: gsar                                  on 2000/04/27  06:28:31
55797         Log: patch from Larry to make (\&) prototype work; added tests for
55798              the same
55799      Branch: perl
55800            ! op.c t/comp/proto.t
55801 ____________________________________________________________________________
55802 [  5962] By: gsar                                  on 2000/04/27  06:15:47
55803         Log: updated README.hpux (from Jeff Okamoto)
55804      Branch: perl
55805            ! README.hpux
55806 ____________________________________________________________________________
55807 [  5961] By: gsar                                  on 2000/04/27  05:55:03
55808         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
55809      Branch: perl
55810            ! emacs/cperl-mode.el
55811 ____________________________________________________________________________
55812 [  5960] By: gsar                                  on 2000/04/27  05:49:26
55813         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
55814      Branch: perl
55815            ! INSTALL
55816 ____________________________________________________________________________
55817 [  5959] By: gsar                                  on 2000/04/27  05:33:41
55818         Log: doubled words in pods (from Simon Cozens
55819              <simon.p.cozens@jp.pwcglobal.com>)
55820      Branch: perl
55821            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
55822            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
55823            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
55824            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
55825            ! pod/perltootc.pod
55826 ____________________________________________________________________________
55827 [  5958] By: gsar                                  on 2000/04/27  05:11:39
55828         Log: change#3569 deleted some essential code, revert; avoid use of
55829              atexit() to make DynaLoader work properly on AIX under mod_perl
55830              (from Jens-Uwe Mager <jum@helios.de>)
55831      Branch: perl
55832            ! ext/DynaLoader/dl_aix.xs
55833 ____________________________________________________________________________
55834 [  5957] By: gsar                                  on 2000/04/27  04:54:51
55835         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
55836      Branch: perl
55837            ! pod/perlmod.pod
55838 ____________________________________________________________________________
55839 [  5956] By: gsar                                  on 2000/04/27  04:51:47
55840         Log: better diagnostics on failed tests (from Ilya Zakharevich)
55841      Branch: perl
55842            ! t/op/lex_assign.t
55843 ____________________________________________________________________________
55844 [  5955] By: gsar                                  on 2000/04/27  04:26:44
55845         Log: longstanding bug exposed by change#3307: sort arguments weren't
55846              compiled with the right wantarray context (ensuing runtime lookup
55847              via block_gimme() was getting the incidental context of the
55848              sort() itself)
55849      Branch: perl
55850            ! op.c t/op/sort.t
55851 ____________________________________________________________________________
55852 [  5954] By: gsar                                  on 2000/04/26  23:42:12
55853         Log: integrate cfgperl contents into mainline
55854      Branch: perl
55855           !> (integrate 30 files)
55856 ____________________________________________________________________________
55857 [  5953] By: jhi                                   on 2000/04/26  23:06:42
55858         Log: Integrate with Sarathy.
55859      Branch: cfgperl
55860           !> README.win32 ext/B/B/Deparse.pm
55861           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55862           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
55863           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
55864           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
55865           !> utils/perldoc.PL vms/perlvms.pod
55866 ____________________________________________________________________________
55867 [  5952] By: jhi                                   on 2000/04/26  23:03:46
55868         Log: Undo "use integer" addition from 64bitint as it seems
55869              to break most of the subtests in Digital UNIX;
55870              Unicos needs to find another way.
55871      Branch: cfgperl
55872            ! t/op/64bitint.t
55873 ____________________________________________________________________________
55874 [  5951] By: jhi                                   on 2000/04/26  22:57:53
55875         Log: Be more robust on "extreme" (large absolute value)
55876              arguments.  Originally reported by Daniel Connelly
55877              as a problem with asinh() on large negative arguments,
55878              asinh() used to bail out because an argument to log()
55879              ended up being zero.  Ilya Zakharevich proposed using
55880              Taylor's series in such cases, which for such large
55881              arguments is a very good approximation.
55882      Branch: cfgperl
55883            ! lib/Math/Complex.pm t/lib/complex.t
55884 ____________________________________________________________________________
55885 [  5950] By: gsar                                  on 2000/04/25  19:13:12
55886         Log: reformat perldiag to avoid long lines
55887      Branch: perl
55888            ! pod/perldiag.pod
55889 ____________________________________________________________________________
55890 [  5949] By: gsar                                  on 2000/04/25  18:41:11
55891         Log: make perldoc use the pod2man from the same version (from
55892              M.J.T. Guy)
55893      Branch: perl
55894            ! utils/perldoc.PL
55895 ____________________________________________________________________________
55896 [  5948] By: gsar                                  on 2000/04/25  18:21:57
55897         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
55898              <kompas@kompas.usr.onet.pl>)
55899      Branch: perl
55900            ! lib/vars.pm
55901 ____________________________________________________________________________
55902 [  5947] By: gsar                                  on 2000/04/25  18:11:53
55903         Log: use &dl_error rather than &dl_load_file as the guard for calling
55904              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
55905              statically built perl)
55906      Branch: perl
55907            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55908 ____________________________________________________________________________
55909 [  5946] By: jhi                                   on 2000/04/25  17:37:54
55910         Log: Document that tr() is not tr(1).
55911      Branch: cfgperl
55912            ! pod/perlop.pod
55913 ____________________________________________________________________________
55914 [  5945] By: gsar                                  on 2000/04/25  16:34:33
55915         Log: make module name mandatory after -M switch; reorder perldiag
55916              alphabetically (from Mark-Jason Dominus)
55917      Branch: perl
55918            ! perl.c pod/perldiag.pod
55919 ____________________________________________________________________________
55920 [  5944] By: jhi                                   on 2000/04/25  01:15:18
55921         Log: On second thoughts frexp() does have two arguments.
55922      Branch: cfgperl
55923            ! perl.h
55924 ____________________________________________________________________________
55925 [  5943] By: jhi                                   on 2000/04/24  22:56:32
55926         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
55927              Now pp_ncmp() returns undef is either operand is a NaN.
55928      Branch: cfgperl
55929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55930            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
55931            ! vms/subconfigure.com vos/config.def vos/config.h
55932            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
55933            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55934            ! win32/config_H.vc
55935      Branch: metaconfig/U/perl
55936            + d_modfl.U
55937 ____________________________________________________________________________
55938 [  5942] By: jhi                                   on 2000/04/24  19:45:17
55939         Log: Regen Configure to match #5937.
55940      Branch: cfgperl
55941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55942            ! config_h.SH
55943      Branch: metaconfig
55944            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
55945 ____________________________________________________________________________
55946 [  5941] By: jhi                                   on 2000/04/24  19:24:11
55947         Log: Further Unicos fixes for Mark Lutz.
55948      Branch: cfgperl
55949            ! hints/unicos.sh pp_ctl.c
55950 ____________________________________________________________________________
55951 [  5940] By: jhi                                   on 2000/04/24  19:09:06
55952         Log: Various Unicos 10.0.0.6 fixes.
55953              
55954              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
55955              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
55956              Reply-To: tecmpl1@triton.ca.boeing.com 
55957              To: perl5-porters@perl.org 
55958              Date: Fri, 14 Apr 2000 20:21:00 GMT 
55959              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
55960      Branch: cfgperl
55961            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
55962 ____________________________________________________________________________
55963 [  5939] By: gsar                                  on 2000/04/24  19:01:24
55964         Log: more pod nits (from Larry Virden)
55965      Branch: perl
55966            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
55967            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
55968            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
55969 ____________________________________________________________________________
55970 [  5938] By: gsar                                  on 2000/04/24  18:54:01
55971         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
55972      Branch: perl
55973            ! ext/B/B/Deparse.pm
55974 ____________________________________________________________________________
55975 [  5937] By: jhi                                   on 2000/04/24  17:39:00
55976         Log: Integrate with Sarathy.
55977      Branch: cfgperl
55978           +> (branch 31 files)
55979           !> (integrate 73 files)
55980 ____________________________________________________________________________
55981 [  5936] By: gsar                                  on 2000/04/24  17:30:06
55982         Log: additional tests for change#5934 (from Paul Marquess, who also
55983              sent in the same fix)
55984      Branch: perl
55985            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
55986            ! t/pragma/warn/5nolint t/pragma/warn/6default
55987 ____________________________________________________________________________
55988 [  5935] By: jhi                                   on 2000/04/24  17:26:05
55989         Log: Do not assume sign propagation.
55990              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
55991              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
55992              To: payner@ncifcrf.gov, perl5-porters@perl.org 
55993              Date: Tue, 18 Apr 2000 18:24:49 +0100 
55994              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
55995      Branch: cfgperl
55996            ! t/op/bop.t t/op/misc.t
55997 ____________________________________________________________________________
55998 [  5934] By: gsar                                  on 2000/04/24  17:16:54
55999         Log: propagate lexical warnings from surrounding scope correctly
56000              within string eval()
56001      Branch: perl
56002            ! pp_ctl.c t/pragma/warn/pp_ctl
56003 ____________________________________________________________________________
56004 [  5933] By: jhi                                   on 2000/04/24  17:01:07
56005         Log: Flatten the cpp jungle doing the nosuid checking.
56006      Branch: cfgperl
56007            ! perl.c
56008 ____________________________________________________________________________
56009 [  5932] By: gsar                                  on 2000/04/24  09:08:14
56010         Log: add rsignal(), whichsig() and do_join() to public API list
56011              (mod_perl uses them to good advantage)
56012      Branch: perl
56013            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
56014 ____________________________________________________________________________
56015 [  5931] By: gsar                                  on 2000/04/24  09:01:40
56016         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56017      Branch: perl
56018            ! pp_hot.c regexec.c t/op/pat.t
56019 ____________________________________________________________________________
56020 [  5930] By: gsar                                  on 2000/04/24  08:58:33
56021         Log: small os390 tweaks (from Peter Prymmer)
56022      Branch: perl
56023            ! config_h.SH makedepend.SH
56024 ____________________________________________________________________________
56025 [  5929] By: gsar                                  on 2000/04/24  08:55:25
56026         Log: pod nits
56027      Branch: perl
56028            ! pod/perlguts.pod
56029 ____________________________________________________________________________
56030 [  5928] By: gsar                                  on 2000/04/24  08:50:13
56031         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
56032      Branch: perl
56033            ! ext/IO/lib/IO/Poll.pm
56034 ____________________________________________________________________________
56035 [  5927] By: gsar                                  on 2000/04/24  08:43:24
56036         Log: arrange for next() to resume at the unstack op rather than the
56037              loop conditional, so that scope cleanup happens correctly
56038              (from Stephen McCamant)
56039      Branch: perl
56040            ! op.c pp_ctl.c t/op/misc.t
56041 ____________________________________________________________________________
56042 [  5926] By: gsar                                  on 2000/04/24  08:18:40
56043         Log: on windows, reserve 16M of stack rather than 128M (allows more
56044              threads to run concurrently)
56045      Branch: perl
56046            ! win32/Makefile win32/makefile.mk
56047 ____________________________________________________________________________
56048 [  5925] By: gsar                                  on 2000/04/24  08:13:52
56049         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56050      Branch: perl
56051            ! toke.c
56052 ____________________________________________________________________________
56053 [  5924] By: gsar                                  on 2000/04/24  08:08:59
56054         Log: avoid using uninitialized memory in require version check
56055      Branch: perl
56056            ! pp_ctl.c universal.c
56057 ____________________________________________________________________________
56058 [  5923] By: gsar                                  on 2000/04/24  07:20:14
56059         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
56060      Branch: perl
56061            ! ext/IO/lib/IO/Poll.pm
56062 ____________________________________________________________________________
56063 [  5922] By: gsar                                  on 2000/04/24  07:08:42
56064         Log: commentary about IoTYPE() (from Nathan Torkington)
56065      Branch: perl
56066            ! sv.h
56067 ____________________________________________________________________________
56068 [  5921] By: gsar                                  on 2000/04/24  06:58:26
56069         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56070              by fix
56071      Branch: perl
56072            ! sv.c t/lib/charnames.t t/pragma/utf8.t
56073 ____________________________________________________________________________
56074 [  5920] By: gsar                                  on 2000/04/24  06:37:59
56075         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
56076      Branch: perl
56077            ! doop.c t/op/ver.t
56078 ____________________________________________________________________________
56079 [  5919] By: gsar                                  on 2000/04/24  06:21:58
56080         Log: Configure might miss old directories when prefix must be
56081              expanded (from Robin Barker)
56082      Branch: metaconfig
56083            ! U/installdirs/inc_version_list.U
56084      Branch: perl
56085            ! Configure
56086 ____________________________________________________________________________
56087 [  5918] By: gsar                                  on 2000/04/24  06:16:11
56088         Log: VMS nits in glob() test (from Charles Lane)
56089      Branch: perl
56090            ! t/lib/glob-basic.t
56091 ____________________________________________________________________________
56092 [  5917] By: gsar                                  on 2000/04/24  06:11:56
56093         Log: various pod nits (from Larry Virden and others)
56094      Branch: perl
56095            ! README.amiga README.hpux README.machten README.os2
56096            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
56097            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
56098            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
56099            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
56100            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
56101            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
56102            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
56103            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
56104 ____________________________________________________________________________
56105 [  5916] By: gsar                                  on 2000/04/24  05:52:43
56106         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
56107              <wjones@tc.fluke.com>)
56108      Branch: perl
56109            ! t/lib/glob-basic.t
56110 ____________________________________________________________________________
56111 [  5915] By: gsar                                  on 2000/04/24  05:07:01
56112         Log: supported platforms mixed up
56113      Branch: perl
56114            ! pod/perl56delta.pod pod/perlport.pod
56115 ____________________________________________________________________________
56116 [  5914] By: gsar                                  on 2000/04/24  04:56:08
56117         Log: caller() wasn't returning the right number of elements for
56118              eval {...}
56119      Branch: perl
56120            ! pp_ctl.c t/pragma/warn/9enabled
56121 ____________________________________________________________________________
56122 [  5913] By: gsar                                  on 2000/04/24  04:35:41
56123         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
56124              Mark-Jason Dominus)
56125      Branch: perl
56126            ! pod/perlfunc.pod
56127 ____________________________________________________________________________
56128 [  5912] By: gsar                                  on 2000/04/24  04:17:15
56129         Log: fix totally broken caching in UNIVERSAL::isa() (from
56130              Nick Ing-Simmons)
56131      Branch: perl
56132            ! t/op/universal.t universal.c
56133 ____________________________________________________________________________
56134 [  5911] By: gsar                                  on 2000/04/24  03:39:47
56135         Log: add linebreak properties from unicode/LineBrk.txt (from
56136              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56137      Branch: perl
56138            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56139            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56140            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56141            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56142            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56143            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56144            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56145            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56146            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56147            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56148            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56149            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56150            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56151            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
56152            + lib/unicode/Is/LbrkZW.pl
56153            ! lib/unicode/mktables.PL
56154 ____________________________________________________________________________
56155 [  5910] By: gsar                                  on 2000/04/24  03:23:10
56156         Log: typo in pod
56157      Branch: perl
56158            ! ext/Thread/Thread.pm
56159 ____________________________________________________________________________
56160 [  5909] By: gsar                                  on 2000/04/24  03:22:03
56161         Log: mode argument to do_binmode() should be file mode, not boolean
56162      Branch: perl
56163            ! pp_sys.c
56164 ____________________________________________________________________________
56165 [  5908] By: gsar                                  on 2000/04/16  16:51:08
56166         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
56167              always returns a valid GV even when the symbol is trapped by strictures
56168              (avoids coredumps)
56169              
56170              TODO: the C<package;> hack needs similar treatment
56171      Branch: perl
56172            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
56173            ! t/pragma/strict-vars
56174 ____________________________________________________________________________
56175 [  5907] By: jhi                                   on 2000/03/31  23:42:56
56176         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
56177              an assumption which #5905 demolished.
56178      Branch: cfgperl
56179            ! pp_sys.c
56180 ____________________________________________________________________________
56181 [  5906] By: jhi                                   on 2000/03/31  18:54:37
56182         Log: Typo in #5905.
56183      Branch: cfgperl
56184            ! t/op/64bitint.t
56185 ____________________________________________________________________________
56186 [  5905] By: jhi                                   on 2000/03/31  18:50:54
56187         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
56188              reported by Joseph N. Hall.  The bug was that even with use64bitint
56189              one had to use the prefixes q, L, or ll with printf/sprintf,
56190              contrary to the documentation and common sense.
56191      Branch: cfgperl
56192            ! sv.c t/op/64bitint.t
56193 ____________________________________________________________________________
56194 [  5904] By: gsar                                  on 2000/03/28  02:31:32
56195         Log: add Changes, perldelta.pod
56196      Branch: perl
56197            + Changes pod/perldelta.pod
56198 ____________________________________________________________________________
56199 [  5903] By: gsar                                  on 2000/03/28  02:03:55
56200         Log: rename Changes and perldelta.pod
56201      Branch: perl
56202           +> Changes5.6 pod/perl56delta.pod
56203            - Changes pod/perldelta.pod
56204            ! MANIFEST
56205 ____________________________________________________________________________
56206 [  5902] By: gsar                                  on 2000/03/28  01:59:14
56207         Log: create maint-5.6 branch
56208      Branch: maint-5.6/perl
56209           +> (branch 1611 files)
56210 ____________________________________________________________________________
56211 [  5901] By: jhi                                   on 2000/03/23  05:48:43
56212         Log: Integrate with Sarathy.
56213      Branch: cfgperl
56214           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
56215 ____________________________________________________________________________
56216 [  5900] By: gsar                                  on 2000/03/23  05:42:43
56217         Log: three guesses on what this is :-)
56218      Branch: perl
56219            ! Changes