17b5f7c022945697a08805bbe62ea028c40b2d83
[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 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
35         Log: Work around old buggy glibcs for langinfo constants,
36              from Nicholas Clark and David Dyck.
37      Branch: perl
38            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39 ____________________________________________________________________________
40 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
41         Log: Eradicate Time:Piece; add an example.
42      Branch: perl
43            ! ext/I18N/Langinfo/Langinfo.pm
44 ____________________________________________________________________________
45 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
46         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
47              From: Robert Spier <rspier@pobox.com>
48              Date: Mon, 1 Oct 2001 23:20:16 -0700
49              Message-ID: <15289.23712.422087.878224@rls.cx>
50      Branch: perl
51            ! lib/Pod/Html.pm
52 ____________________________________________________________________________
53 [ 12303] By: sky                                   on 2001/10/02  10:40:57
54         Log: Fixes obscure bug that manifests itself by.
55              local $!=0;undef*STDOUT;#segfaults
56              Has been around for a while. Possible other magic IO vars are
57              possibly affected aswell. Reported by Jos Boumans.
58      Branch: perl
59            ! mg.c
60 ____________________________________________________________________________
61 [ 12302] By: nick                                  on 2001/10/02  09:00:52
62         Log: Integrate mainline
63      Branch: perlio
64           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
65           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
66           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
67 ____________________________________________________________________________
68 [ 12301] By: nick                                  on 2001/10/02  08:40:57
69         Log: Integrate mainline + lib/open.t patch from Chromatic
70      Branch: perlio
71           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
72            ! lib/open.t
73           !> (integrate 29 files)
74 ____________________________________________________________________________
75 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
76         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
77              Until it has, better stop early if someone requests threads.
78      Branch: perl
79            ! hints/darwin.sh
80 ____________________________________________________________________________
81 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
82         Log: Subject: [ID 20011001.011] redundant code in t/TEST
83              From: David Dyck <dcd@tc.fluke.com>
84              Date: Mon, 1 Oct 2001 12:56:24 -0700
85              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
86      Branch: perl
87            ! t/TEST
88 ____________________________________________________________________________
89 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
90         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
91              From: "chromatic" <chromatic@rmci.net>
92              Date: Mon, 01 Oct 2001 12:27:12 -0600
93              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
94      Branch: perl
95            ! lib/Term/Cap.t
96 ____________________________________________________________________________
97 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
98         Log: UNICOS testing patches from Nicholas Clark.
99      Branch: perl
100            ! t/op/arith.t t/op/pack.t
101 ____________________________________________________________________________
102 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
103         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
104              From: "chromatic" <chromatic@rmci.net>
105              Date: Mon, 01 Oct 2001 10:21:51 -0600
106              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
107      Branch: perl
108            ! lib/open.t
109 ____________________________________________________________________________
110 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
111         Log: Make missing the RADIXCHAR a softer, gentler error.
112      Branch: perl
113            ! ext/I18N/Langinfo/Langinfo.t
114 ____________________________________________________________________________
115 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
116         Log: Nuke also the LANG because of glibc.
117      Branch: perl
118            ! lib/open.t
119 ____________________________________________________________________________
120 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
121         Log: Also the ^Is is optional.
122      Branch: perl
123            ! pod/perlunicode.pod t/op/pat.t
124 ____________________________________________________________________________
125 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
126         Log: Be careful to pull chars from the varargs stack when
127              formatting chars.
128      Branch: perl
129            ! regcomp.c
130 ____________________________________________________________________________
131 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
132         Log: sortsv not in place anymore, noticed by John P. Linderman.
133      Branch: perl
134            ! pod/perlapi.pod pp_ctl.c
135 ____________________________________________________________________________
136 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
137         Log: Make the diagnostic messages more neutral.
138      Branch: perl
139            ! ext/B/t/terse.t
140 ____________________________________________________________________________
141 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
142         Log: Forgotten from #12288.
143      Branch: perl
144            ! ext/Data/Dumper/Dumper.pm
145 ____________________________________________________________________________
146 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
147         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
148              From: Brian Ingerson <ingy@ttul.org>
149              Date: Sun, 30 Sep 2001 21:45:56 -0700
150              Message-ID: <20010930214556.D26392@ttul.org>
151              
152              (remember also the #12289)
153      Branch: perl
154            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
155 ____________________________________________________________________________
156 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
157         Log: More Unicode property tests for the abbreviated
158              general properties.
159      Branch: perl
160            ! t/op/pat.t
161 ____________________________________________________________________________
162 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
163         Log: Further tweaks to the Unicode properties.
164      Branch: perl
165            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
166 ____________________________________________________________________________
167 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
168         Log: Retract #12284.
169      Branch: perl
170            ! lib/Term/Cap.t
171 ____________________________________________________________________________
172 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
173         Log: (Retracted by #12285)
174      Branch: perl
175            ! lib/Term/Cap.t
176 ____________________________________________________________________________
177 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
178         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
179              From: "chromatic" <chromatic@rmci.net>  
180              Date: Sun, 30 Sep 2001 16:10:02 -0600
181              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
182      Branch: perl
183            + lib/Term/Cap.t
184            ! MANIFEST
185 ____________________________________________________________________________
186 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
187         Log: Use stty -g to restore the terminal state, do not even
188              try to run the tests if stty -g is not available.
189      Branch: perl
190            ! lib/Term/Complete.t
191 ____________________________________________________________________________
192 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
193         Log: Cleanup utf8_heavy; allow dropping the In prefix from
194              Unicode script/block properties.
195      Branch: perl
196            ! lib/utf8_heavy.pl
197 ____________________________________________________________________________
198 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
199         Log: Retract the #12259 for now.
200      Branch: perl
201            ! embed.h embed.pl sv.h
202 ____________________________________________________________________________
203 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
204         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
205      Branch: perl
206            + lib/Text/TabsWrap/CHANGELOG
207            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
208 ____________________________________________________________________________
209 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
210         Log: #12272 wasn't right, it introduced an extra ().
211      Branch: perl
212            ! lib/utf8_heavy.pl
213 ____________________________________________________________________________
214 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
215         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
216              From: Jonathan Stowe <gellyfish@gellyfish.com>
217              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
218              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
219      Branch: perl
220            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
221 ____________________________________________________________________________
222 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
223         Log: Subject: Patch to put qsortsv in the public API
224              From: Brian Ingerson <ingy@ttul.org>
225              Date: Sat, 29 Sep 2001 17:41:13 -0700
226              Message-ID: <20010929174113.A30223@ttul.org>
227      Branch: perl
228            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
229 ____________________________________________________________________________
230 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
231         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
232              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
233              Date: Sat, 29 Sep 2001 23:54:48 +0200
234              Message-ID: <20010929235448.A5017@rafael>
235      Branch: perl
236            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
237 ____________________________________________________________________________
238 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
239         Log: FAQ sync.
240      Branch: perl
241            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
242            ! pod/perlfaq9.pod
243 ____________________________________________________________________________
244 [ 12273] By: bailey                                on 2001/09/29  23:43:46
245         Log: Resync with mainline
246      Branch: vmsperl
247           +> (branch 1207 files)
248            - (delete 324 files)
249           !> (integrate 866 files)
250 ____________________________________________________________________________
251 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
252         Log: Nasty recursion trap if one would match Unicode.
253      Branch: perl
254            ! lib/utf8_heavy.pl
255 ____________________________________________________________________________
256 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
257         Log: More Unicode todo.
258      Branch: perl
259            ! pod/perltodo.pod
260 ____________________________________________________________________________
261 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
262         Log: Explain a bit the new more flexible \p\P syntax.
263      Branch: perl
264            ! pod/perlunicode.pod
265 ____________________________________________________________________________
266 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
267         Log: More leniency to the \p and \P: now can have whitespace
268              between the property definition and the curlies; now can
269              invert the property by having a caret between the open
270              curly and the property.
271      Branch: perl
272            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
273 ____________________________________________________________________________
274 [ 12268] By: nick                                  on 2001/09/29  17:39:26
275         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
276              one test (lib/open.t) fails
277      Branch: perlio
278           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
279           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
280           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
281           +> lib/Tie/Scalar.t lib/open.t
282            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
283            - ext/B/Stash.t
284           !> (integrate 62 files)
285 ____________________________________________________________________________
286 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
287         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
288      Branch: perl
289            ! t/op/chdir.t
290 ____________________________________________________________________________
291 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
292         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
293              From: "Craig A. Berry" <craigberry@mac.com> 
294              Date: Sat, 29 Sep 2001 09:35:33 -0500
295              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
296      Branch: perl
297            ! t/op/chdir.t
298 ____________________________________________________________________________
299 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
300         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
301              From: "chromatic" <chromatic@rmci.net>
302              Date: Fri, 28 Sep 2001 21:20:12 -0600
303              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
304      Branch: perl
305            + lib/Tie/Scalar.t
306            ! MANIFEST lib/Tie/Scalar.pm
307 ____________________________________________________________________________
308 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
309         Log: Allow for more flexibility in the \p{In...} names, now
310              case doesn't matter, and any space or dash can be
311              matched by any space, dash, underbar, or empty.
312              (may be going too far on leniency)
313      Branch: perl
314            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
315            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
316            ! t/op/pat.t
317 ____________________________________________________________________________
318 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
319         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
320              From: "chromatic" <chromatic@rmci.net>
321              Date: Fri, 28 Sep 2001 17:39:50 -0600
322              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
323      Branch: perl
324            + lib/open.t
325            ! MANIFEST
326 ____________________________________________________________________________
327 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
328         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
329              From: "Craig A. Berry" <craigberry@mac.com>
330              Date: Fri, 28 Sep 2001 16:24:51 -0500
331              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
332      Branch: perl
333            ! ext/File/Glob/t/basic.t
334 ____________________________________________________________________________
335 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
336         Log: Subject: [DOC PATCH] Carp.pm pod typo
337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
338              Date: Fri, 28 Sep 2001 23:14:51 +0200
339              Message-ID: <20010928231451.E16889@rafael>
340      Branch: perl
341            ! lib/Carp.pm
342 ____________________________________________________________________________
343 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
344         Log: Subject: [PATCH] Allow an @INC hook to set %INC
345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
346              Date: Fri, 28 Sep 2001 22:18:13 +0200
347              Message-ID: <20010928221813.A16889@rafael>
348      Branch: perl
349            ! pp_ctl.c
350 ____________________________________________________________________________
351 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
352         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
353              From: Nicholas Clark <nick@ccl4.org>
354              Date: Fri, 28 Sep 2001 23:39:33 +0100
355              Message-ID: <20010928233933.C23673@plum.flirble.org>
356      Branch: perl
357            ! embed.h embed.pl sv.h
358 ____________________________________________________________________________
359 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
360         Log: Update Changes.
361      Branch: perl
362            ! Changes patchlevel.h
363 ____________________________________________________________________________
364 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
365         Log: Move the B tests to B/t.
366      Branch: perl
367            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
368            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
369            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
370            - ext/B/Showlex.t ext/B/Stash.t
371            ! MANIFEST
372 ____________________________________________________________________________
373 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
374         Log: Forgot from #12254.
375      Branch: perl
376            + ext/B/B/Terse.t
377 ____________________________________________________________________________
378 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
379         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
380              From: "chromatic" <chromatic@rmci.net>
381              Date: Thu, 27 Sep 2001 23:22:17 -0600
382              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
383      Branch: perl
384            ! MANIFEST
385 ____________________________________________________________________________
386 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
387         Log: Test numbering mismatch.
388      Branch: perl
389            ! t/op/chdir.t
390 ____________________________________________________________________________
391 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
392         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
393              From: "Craig A. Berry" <craigberry@mac.com>
394              Date: Wed, 26 Sep 2001 17:43:14 -0500
395              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
396      Branch: perl
397            ! iperlsys.h t/op/chdir.t
398 ____________________________________________________________________________
399 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
400         Log: Subject: [PATCH gv.c] make __ANON__ global
401              From: Robin Barker <rmb1@cise.npl.co.uk>
402              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
403              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
404      Branch: perl
405            ! gv.c t/op/anonsub.t t/op/runlevel.t
406 ____________________________________________________________________________
407 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
408         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
410              Date: Thu, 27 Sep 2001 22:34:32 +0200
411              Message-ID: <20010927223432.A1485@rafael>
412      Branch: perl
413            ! ext/B/B/Terse.pm
414 ____________________________________________________________________________
415 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
416         Log: Subject: [PATCH] Cleanup of perldsc.pod      
417              From: Casey West <casey@geeknest.com>
418              Date: Thu, 27 Sep 2001 11:13:17 -0400
419              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
420      Branch: perl
421            ! pod/perldsc.pod
422 ____________________________________________________________________________
423 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
424         Log: Not everyone is using ithreads...
425      Branch: perl
426            ! ext/Devel/Peek/Peek.t
427 ____________________________________________________________________________
428 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
429         Log: Document the nss_delete core dump workaround for HP-UX
430              and Solaris, bug IDs 20010805.018 and 20010629.004.
431      Branch: perl
432            ! README.hpux README.solaris
433 ____________________________________________________________________________
434 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
435         Log: Dump Unicode hash keys also as Unicode,
436              not just as a byte string.
437      Branch: perl
438            ! dump.c ext/Devel/Peek/Peek.t
439 ____________________________________________________________________________
440 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
441         Log: Integrate changes #12241 and #12242 from macperl:
442              
443              Remove unneeded disabling of umask() calls
444              
445              Note (get|set)sockopt are available.
446      Branch: perl
447           !> lib/File/Temp.pm pod/perlport.pod
448 ____________________________________________________________________________
449 [ 12244] By: sky                                   on 2001/09/27  08:53:00
450         Log: Flush buffers on thread closedown.
451      Branch: perl
452            ! ext/threads/threads.xs
453 ____________________________________________________________________________
454 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
455         Log: Dump SvUTF8(sv)s also as \x{...}.
456              
457              TODO: dump the SvUTF8() hash keys similarly. 
458      Branch: perl
459            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
460 ____________________________________________________________________________
461 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
462         Log: Note (get|set)sockopt are available.
463      Branch: maint-5.6/macperl
464            ! pod/perlport.pod
465 ____________________________________________________________________________
466 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
467         Log: Remove unneeded disabling of umask() calls
468      Branch: maint-5.6/macperl
469            ! lib/File/Temp.pm
470 ____________________________________________________________________________
471 [ 12240] By: sky                                   on 2001/09/26  18:44:56
472         Log: Documention update
473      Branch: perl
474            ! ext/threads/threads.pm
475 ____________________________________________________________________________
476 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
477         Log: Update Changes.
478      Branch: perl
479            ! Changes patchlevel.h
480 ____________________________________________________________________________
481 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
482         Log: Check that all environment variables are tainted.
483      Branch: perl
484            ! t/op/taint.t
485 ____________________________________________________________________________
486 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
487         Log: Manual integration error in #12235.
488      Branch: perl
489            ! lib/File/DosGlob.t
490 ____________________________________________________________________________
491 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
492         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
493              From: "chromatic" <chromatic@rmci.net>
494              Date: Tue, 25 Sep 2001 23:57:07 -0600
495              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
496      Branch: perl
497            ! perlio.c
498 ____________________________________________________________________________
499 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
500         Log: Integrate macperl changes from Chris Nandor:
501              12192 11817 11815 11813 11778 11775
502              
503              Update CPAN.pm to work with new Mac::BuildTools instead
504              of ExtUtils::MM_MacOS "orphan" functions
505              
506              Fix test
507              
508              Make syntax check report in MPW style, fix tests
509              to use Mac::err=unix to get normal-style error
510              messages.
511              
512              More module and test ports from Thomas Wegner et al
513              
514              Fix open of /dev/null for Mac OS
515              
516              Allow for platforms to override formatting of errors
517              on output from Matthias Neeracher (core files)
518      Branch: perl
519            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
520            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
521            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
522           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
523           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
524           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
525 ____________________________________________________________________________
526 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
527         Log: grrr.
528      Branch: perl
529            ! t/op/gv.t
530 ____________________________________________________________________________
531 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
532         Log: Retract #12232.
533      Branch: perl
534            ! t/op/gv.t
535 ____________________________________________________________________________
536 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
537         Log: (Retracted by #12233.)
538      Branch: perl
539            ! t/op/gv.t
540 ____________________________________________________________________________
541 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
542         Log: Detypo.
543      Branch: perl
544            ! ext/Encode/Makefile.PL
545 ____________________________________________________________________________
546 [ 12230] By: sky                                   on 2001/09/26  11:36:23
547         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
548              We are using a "delay" here because we do not want to depend on thread synchronization issues.
549      Branch: perl
550            + ext/threads/t/stress_cv.t
551            ! MANIFEST ext/threads/t/stress_string.t
552 ____________________________________________________________________________
553 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
554         Log: NetWare tweak from Ananth Kesari.
555      Branch: perl
556            ! NetWare/t/Readme.txt
557 ____________________________________________________________________________
558 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
559         Log: Trick to fool case-blind filesystems.
560      Branch: perl
561            ! ext/Encode/Makefile.PL
562 ____________________________________________________________________________
563 [ 12227] By: sky                                   on 2001/09/26  11:06:50
564         Log: Threads can start executing in a different order than they were
565              created.... so we cannot ok() inside the threadstarter.
566      Branch: perl
567            ! ext/threads/t/stress_string.t
568 ____________________________________________________________________________
569 [ 12226] By: sky                                   on 2001/09/26  07:41:45
570         Log: Add in stress_string.t to stress test threads a bit more.
571      Branch: perl
572            + ext/threads/t/stress_string.t
573            ! MANIFEST
574 ____________________________________________________________________________
575 [ 12225] By: sky                                   on 2001/09/26  07:04:21
576         Log: Fix negative refcount introduced by #12223.
577      Branch: perl
578            ! ext/threads/threads.xs
579 ____________________________________________________________________________
580 [ 12224] By: sky                                   on 2001/09/26  06:57:58
581         Log: Update documentation to match change #12223
582      Branch: perl
583            ! sharedsv.c
584 ____________________________________________________________________________
585 [ 12223] By: sky                                   on 2001/09/26  06:54:32
586         Log: Use a separate interpreter for the sharedsv space. Another
587              negative sv leak. Sigh.
588      Branch: perl
589            ! sharedsv.c
590 ____________________________________________________________________________
591 [ 12222] By: sky                                   on 2001/09/26  05:58:35
592         Log: Do the environ assignment in perl_contruct to match perl_destruct.
593              Now we don't need to perl_parse/perl_run. However environ is a
594              global....
595      Branch: perl
596            ! perl.c
597 ____________________________________________________________________________
598 [ 12221] By: sky                                   on 2001/09/26  05:41:02
599         Log: Move the creation of PL_strtab to perl_construct so we can work
600              with HV and HEs without running perl_parse.
601      Branch: perl
602            ! perl.c
603 ____________________________________________________________________________
604 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
605         Log: integrate macperl changes into maint-5.6
606      Branch: maint-5.6/perl
607           !> (integrate 26 files)
608 ____________________________________________________________________________
609 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
610         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
611              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
612      Branch: maint-5.6/macperl
613            ! macos/ext/Mac/Fonts/Fonts.xs
614            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
615 ____________________________________________________________________________
616 [ 12218] By: ams                                   on 2001/09/25  23:31:33
617         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
618              From: Nicholas Clark <nick@ccl4.org>
619              Date: Wed, 26 Sep 2001 01:20:20 +0100
620              Message-Id: <20010926012020.B48092@plum.flirble.org>
621      Branch: perl
622            ! lib/AutoSplit.t
623 ____________________________________________________________________________
624 [ 12217] By: ams                                   on 2001/09/25  22:33:05
625         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
626              From: "Craig A. Berry" <craigberry@mac.com>
627              Date: Tue, 25 Sep 2001 18:08:42 -0500
628              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
629      Branch: perl
630            ! vms/vms.c
631 ____________________________________________________________________________
632 [ 12216] By: ams                                   on 2001/09/25  21:41:01
633         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
634              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
635              From: Michael G Schwern <schwern@pobox.com>
636              Date: Wed, 26 Sep 2001 00:38:21 -0400
637              Message-Id: <20010926003821.A627@blackrider>
638      Branch: perl
639            ! lib/AutoSplit.t
640 ____________________________________________________________________________
641 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
642         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
643              From: Michael G Schwern <schwern@pobox.com>
644              Date: Tue, 25 Sep 2001 17:43:49 -0400
645              Message-ID: <20010925174349.B19534@blackrider>
646      Branch: perl
647            ! lib/Test/Simple.pm lib/Test/Utils.pm
648 ____________________________________________________________________________
649 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
650         Log: Integrate changes from bleadperl.
651      Branch: maint-5.6/macperl
652           !> pod/perlport.pod
653 ____________________________________________________________________________
654 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
655         Log: skip($mess) should result in one skip.
656      Branch: perl
657            ! t/test.pl
658 ____________________________________________________________________________
659 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
660         Log: Integrate change #12200 from maintperl.
661      Branch: maint-5.6/macperl
662           !> win32/perlhost.h
663 ____________________________________________________________________________
664 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
665         Log: Fix file types to "apple"
666      Branch: maint-5.6/macperl
667            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
668            ! macos/ext/Mac/SAT/t/Collision.rsrc
669 ____________________________________________________________________________
670 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
671         Log: Fix rsrc file as snd file; fix path in t file.
672      Branch: maint-5.6/macperl
673            ! macos/ext/Mac/Notification/t/Notification.rsrc
674            ! macos/ext/Mac/Notification/t/Notification.t
675 ____________________________________________________________________________
676 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
677         Log: Sync up with File::Find from bleadperl.
678      Branch: maint-5.6/macperl
679            ! lib/File/Find.pm t/lib/filefind-taint.t
680 ____________________________________________________________________________
681 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
682         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
683              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
684              of hundreds)
685      Branch: maint-5.6/macperl
686            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
687            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
688            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
689 ____________________________________________________________________________
690 [ 12207] By: nick                                  on 2001/09/25  19:04:36
691         Log: Integrate mainline (untested while modem is up)
692      Branch: perlio
693           +> lib/AutoSplit.t t/test.pl
694            - lib/warnings/register.t
695           !> (integrate 28 files)
696 ____________________________________________________________________________
697 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
698         Log: perldiag entry for #12205.
699      Branch: perl
700            ! pod/perldiag.pod
701 ____________________________________________________________________________
702 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
703         Log: Subject: [PATCH] warning on v-string in use/require
704              From: John Peacock <jpeacock@rowman.com>
705              Date: Mon, 24 Sep 2001 17:29:03 -0400
706              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
707      Branch: perl
708            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
709 ____________________________________________________________________________
710 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
711         Log: perltooc et al updates.
712      Branch: perl
713            ! plan9/mkfile pod/roffitall
714 ____________________________________________________________________________
715 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
716         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
717              From: Michael G Schwern <schwern@pobox.com>
718              Date: Sun, 23 Sep 2001 00:07:12 -0400
719              Message-ID: <20010923000712.A7005@blackrider>
720      Branch: perl
721            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
722 ____________________________________________________________________________
723 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
724         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
725              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
726              Date: Wed, 26 Sep 2001 01:25:10 +0900
727              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
728      Branch: perl
729            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
730            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
731            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
732 ____________________________________________________________________________
733 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
734         Log: Integrate change #12200 from maintperl;
735              on windows, virtualized environment could propagate deleted variables
736              into children if they happen to be at the very end of the table
737      Branch: perl
738           !> win32/perlhost.h
739 ____________________________________________________________________________
740 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
741         Log: on windows, virtualized environment could propagate deleted variables
742              into children if they happen to be at the very end of the table
743              (thanks for succinct test case from Johan Holmberg, and fix from
744              Doug Lankshear)
745      Branch: maint-5.6/perl
746            ! win32/perlhost.h
747 ____________________________________________________________________________
748 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
749         Log: avoid the use of ftime() (it does a useless, potentially
750              expensive call to GetTimeZoneInformation()); this potentially
751              also results in three more digits of precision from
752              Time::HiRes::time()
753      Branch: perl
754            ! ext/Time/HiRes/HiRes.xs
755 ____________________________________________________________________________
756 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
757         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
758              
759              Note: io/binmode is failing, have to figure out why.
760      Branch: perl
761            + t/test.pl
762            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
763            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
764            ! t/run/exit.t
765 ____________________________________________________________________________
766 [ 12197] By: ams                                   on 2001/09/25  13:48:55
767         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
768              From: Nicholas Clark <nick@ccl4.org>
769              Date: Tue, 25 Sep 2001 00:37:40 +0100
770              Message-Id: <20010925003740.S4971@plum.flirble.org>
771              (Further changes expected.)
772      Branch: perl
773            + lib/AutoSplit.t
774            ! MANIFEST
775 ____________________________________________________________________________
776 [ 12196] By: sky                                   on 2001/09/25  13:37:12
777         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
778              _ftime to try and be more robust.
779      Branch: perl
780            ! ext/Time/HiRes/HiRes.xs
781 ____________________________________________________________________________
782 [ 12194] By: ams                                   on 2001/09/25  11:40:00
783         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
784              From: "Craig A. Berry" <craigberry@mac.com>
785              Date: Mon, 24 Sep 2001 17:54:20 -0500
786              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
787      Branch: perl
788            ! vms/descrip_mms.template
789 ____________________________________________________________________________
790 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
791         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
792              not working, cursor not spinning (Bug #422129); external
793              editor problems (Bug #456329); escape/cmd-. not activating
794              "Cancel" in Save dialog box (Bug #446960); Runtimes not
795              executing on launch (Bug #464441).
796      Branch: maint-5.6/macperl
797            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
798            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
799            ! macos/macperl/MacPerl.r
800 ____________________________________________________________________________
801 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
802         Log: Update CPAN.pm to work with new Mac::BuildTools instead
803              of ExtUtils::MM_MacOS "orphan" functions
804      Branch: maint-5.6/macperl
805            ! lib/CPAN.pm
806 ____________________________________________________________________________
807 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
808         Log: Fix up another xsubpp problem (Matthias Neeracher)
809      Branch: maint-5.6/macperl
810            ! macos/xsubpp
811 ____________________________________________________________________________
812 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
813         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
814      Branch: maint-5.6/macperl
815            ! macos/lib/ExtUtils/MM_MacOS.pm
816 ____________________________________________________________________________
817 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
818         Log: Fix up Makefiles for more Mac:: modules (and prepare for
819              static build ...?)
820      Branch: maint-5.6/macperl
821            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
822            ! macos/macperl/Makefile.mk
823 ____________________________________________________________________________
824 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
825         Log: Fix up tests
826      Branch: maint-5.6/macperl
827            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
828 ____________________________________________________________________________
829 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
830         Log: Make malloc smarter, fix bugs.  (Bug #404030)
831      Branch: maint-5.6/macperl
832            ! macos/icemalloc.c macos/icemalloc.h
833 ____________________________________________________________________________
834 [ 12186] By: nick                                  on 2001/09/24  19:18:17
835         Log: Integrate mainline
836      Branch: perlio
837           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
838           +> lib/filetest.t
839           !> (integrate 30 files)
840 ____________________________________________________________________________
841 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
842         Log: Retract #12136, the warnings::register is already
843              tested by t/lib/warnings/9enabled, as pointed out
844              by Paul Marquess.
845      Branch: perl
846            - lib/warnings/register.t
847            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
848 ____________________________________________________________________________
849 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
850         Log: fix Time::HiRes implementation of gettimeofday() on windows
851              (HiRes.t#14 now passes)
852      Branch: perl
853            ! ext/Time/HiRes/HiRes.xs
854 ____________________________________________________________________________
855 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
856         Log: File::Spec::catfile() canonifies everything to blackslashes on
857              windows :-(
858      Branch: perl
859            ! lib/ExtUtils/Manifest.t
860 ____________________________________________________________________________
861 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
862         Log: test number mismatch
863      Branch: perl
864            ! t/op/magic.t
865 ____________________________________________________________________________
866 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
867         Log: ok().
868      Branch: perl
869            ! t/op/pack.t
870 ____________________________________________________________________________
871 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
872         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
873              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
874      Branch: perl
875            ! pp_pack.c t/op/pack.t
876 ____________________________________________________________________________
877 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
878         Log: Update Changes.
879      Branch: perl
880            ! Changes patchlevel.h
881 ____________________________________________________________________________
882 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
883         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
884              From: Michael G Schwern <schwern@pobox.com>
885              Date: Mon, 24 Sep 2001 11:12:13 -0400
886              Message-ID: <20010924111213.G27885@blackrider>
887      Branch: perl
888            ! lib/ExtUtils/Manifest.pm
889 ____________________________________________________________________________
890 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
891         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
892              From: Michael G Schwern <schwern@pobox.com> 
893              Date: Mon, 24 Sep 2001 11:02:07 -0400
894              Message-ID: <20010924110207.E27885@blackrider>
895      Branch: perl
896            ! vms/test.com
897 ____________________________________________________________________________
898 [ 12176] By: ams                                   on 2001/09/24  14:01:59
899         Log: Update Changes.
900      Branch: perl
901            ! Changes
902 ____________________________________________________________________________
903 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
904         Log: Various cleanups.
905      Branch: perl
906            ! ext/threads/Makefile.PL ext/threads/threads.xs
907 ____________________________________________________________________________
908 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
909         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
910      Branch: maint-5.6/macperl
911           !> (integrate 33 files)
912 ____________________________________________________________________________
913 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
914         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
915              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
916              Date: Mon, 24 Sep 2001 20:04:58 +0900
917              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
918      Branch: perl
919            ! ext/Encode/Encode/gb2312.enc
920 ____________________________________________________________________________
921 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
922         Log: Clarifying comment to #12164.
923      Branch: perl
924            ! lib/Cwd.pm
925 ____________________________________________________________________________
926 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
927         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
928              From: Nicholas Clark <nick@ccl4.org>
929              Date: Sun, 23 Sep 2001 23:00:56 +0100
930              Message-ID: <20010923230055.Y4971@plum.flirble.org>
931              
932              (with "sample_constants" changed to "fallback")
933      Branch: perl
934            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
935            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
936            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
937            ! lib/h2xs.t utils/h2xs.PL
938 ____________________________________________________________________________
939 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
940         Log: Metaconfig unit change for #12167.
941      Branch: metaconfig
942            ! U/modified/Cppsym.U
943 ____________________________________________________________________________
944 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
945         Log: Add a few glibc cpp symbols to probe for.
946      Branch: perl
947            ! Configure
948 ____________________________________________________________________________
949 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
950         Log: DJGPP tweaks for Laszlo Molnar.
951      Branch: perl
952            ! djgpp/djgppsed.sh dosish.h
953 ____________________________________________________________________________
954 [ 12165] By: ams                                   on 2001/09/24  10:07:08
955         Log: Subject: [PATCH t/op/inccode.t] More tests
956              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
957              Date: 24 Sep 2001 10:01:44 -0000
958              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
959      Branch: perl
960            ! t/op/inccode.t
961 ____________________________________________________________________________
962 [ 12164] By: ams                                   on 2001/09/24  09:43:29
963         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
964              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
965              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
966              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
967      Branch: perl
968            ! lib/Cwd.pm
969 ____________________________________________________________________________
970 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
971         Log: 1_compile updates.
972      Branch: perl
973            ! t/lib/1_compile.t
974 ____________________________________________________________________________
975 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
976         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
978              Date: Wed, 19 Sep 2001 22:47:14 +0200
979              Message-ID: <20010919224714.A6382@rafael>
980      Branch: perl
981            ! pod/perlvar.pod pp_ctl.c
982 ____________________________________________________________________________
983 [ 12161] By: ams                                   on 2001/09/23  17:40:02
984         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
985              filetest Pragma
986              From: "chromatic" <chromatic@rmci.net>
987              Date: Sun, 23 Sep 2001 12:07:25 -0600
988              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
989      Branch: perl
990            + lib/filetest.t
991            ! MANIFEST t/lib/1_compile.t
992 ____________________________________________________________________________
993 [ 12160] By: ams                                   on 2001/09/23  16:32:11
994         Log: Additional minor chdir() tweak.
995      Branch: perl
996            ! pod/perlfunc.pod
997 ____________________________________________________________________________
998 [ 12159] By: ams                                   on 2001/09/23  16:25:01
999         Log: Subject: PATCH lib/ExtUtils/Command.t
1000              From: Abe Timmerman <abe@ztreet.demon.nl>
1001              Date: Sun, 23 Sep 2001 19:11:44 +0200
1002              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
1003      Branch: perl
1004            ! lib/ExtUtils/Command.t
1005 ____________________________________________________________________________
1006 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
1007         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
1008              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1009              Date: Sun, 23 Sep 2001 02:02:26 +0200
1010              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
1011      Branch: perl
1012            ! makedef.pl
1013 ____________________________________________________________________________
1014 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
1015         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
1016              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
1017              Date: Sat, 22 Sep 2001 12:54:39 -0500
1018              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
1019      Branch: perl
1020            ! t/op/study.t
1021 ____________________________________________________________________________
1022 [ 12156] By: nick                                  on 2001/09/23  07:48:44
1023         Log: Integrate mainline
1024      Branch: perlio
1025            - check83.pl
1026           !> ext/Encode/Encode/2022-cn.enc
1027 ____________________________________________________________________________
1028 [ 12155] By: nick                                  on 2001/09/23  07:48:01
1029         Log: Integrate mainline
1030      Branch: perlio
1031           +> (branch 64 files)
1032            - ext/Encode/Encode/cns11643-1.enc
1033            - ext/Encode/Encode/cns11643-2.enc
1034            - ext/Encode/Encode/iso2022-cn.enc
1035            - ext/Encode/Encode/iso2022-jp.enc
1036            - ext/Encode/Encode/iso2022-jp1.enc
1037            - ext/Encode/Encode/iso2022-jp2.enc
1038            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1039            - ext/Encode/Encode/iso8859-1.enc
1040            - ext/Encode/Encode/iso8859-1.ucm
1041            - ext/Encode/Encode/iso8859-10.enc
1042            - ext/Encode/Encode/iso8859-10.ucm
1043            - ext/Encode/Encode/iso8859-13.enc
1044            - ext/Encode/Encode/iso8859-13.ucm
1045            - ext/Encode/Encode/iso8859-14.enc
1046            - ext/Encode/Encode/iso8859-14.ucm
1047            - ext/Encode/Encode/iso8859-15.enc
1048            - ext/Encode/Encode/iso8859-15.ucm
1049            - ext/Encode/Encode/iso8859-16.enc
1050            - ext/Encode/Encode/iso8859-16.ucm
1051            - ext/Encode/Encode/iso8859-2.enc
1052            - ext/Encode/Encode/iso8859-2.ucm
1053            - ext/Encode/Encode/iso8859-3.enc
1054            - ext/Encode/Encode/iso8859-3.ucm
1055            - ext/Encode/Encode/iso8859-4.enc
1056            - ext/Encode/Encode/iso8859-4.ucm
1057            - ext/Encode/Encode/iso8859-5.enc
1058            - ext/Encode/Encode/iso8859-5.ucm
1059            - ext/Encode/Encode/iso8859-6.enc
1060            - ext/Encode/Encode/iso8859-6.ucm
1061            - ext/Encode/Encode/iso8859-7.enc
1062            - ext/Encode/Encode/iso8859-7.ucm
1063            - ext/Encode/Encode/iso8859-8.enc
1064            - ext/Encode/Encode/iso8859-8.ucm
1065            - ext/Encode/Encode/iso8859-9.enc
1066            - ext/Encode/Encode/iso8859-9.ucm
1067            - ext/Encode/Encode/isoir-197.enc
1068            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
1069            - t/lib/sample-tests/header_at_end
1070            - t/lib/sample-tests/header_at_end_fail
1071           !> (integrate 174 files)
1072 ____________________________________________________________________________
1073 [ 12154] By: ams                                   on 2001/09/23  07:11:46
1074         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
1075              by Blair Zajac.
1076      Branch: perl
1077            ! pod/perlfunc.pod
1078 ____________________________________________________________________________
1079 [ 12153] By: ams                                   on 2001/09/23  06:56:32
1080         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
1081              Forgotten deprecation of *glob{FILEHANDLE}?
1082              From: "chromatic" <chromatic@rmci.net>
1083              Date: Sat, 22 Sep 2001 21:27:56 -0600
1084              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
1085      Branch: perl
1086            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
1087 ____________________________________________________________________________
1088 [ 12152] By: ams                                   on 2001/09/23  06:42:58
1089         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
1090              From: Michael G Schwern <schwern@pobox.com>
1091              Date: Sun, 23 Sep 2001 03:34:39 -0400
1092              Message-Id: <20010923033439.E7005@blackrider>
1093      Branch: perl
1094            ! lib/File/Find.pm
1095 ____________________________________________________________________________
1096 [ 12151] By: ams                                   on 2001/09/23  06:37:57
1097         Log: Subject: Re: t/op/magic.t missing tests on Win32
1098              From: Michael G Schwern <schwern@pobox.com>
1099              Date: Sat, 22 Sep 2001 20:29:09 -0400
1100              Message-Id: <20010922202909.I18223@blackrider>
1101      Branch: perl
1102            ! t/op/magic.t
1103 ____________________________________________________________________________
1104 [ 12150] By: ams                                   on 2001/09/23  06:36:26
1105         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
1106              Dumpvalue.pm
1107              From: "chromatic" <chromatic@rmci.net>
1108              Date: Sat, 22 Sep 2001 19:41:31 -0600
1109              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
1110      Branch: perl
1111            + lib/Dumpvalue.t
1112            ! MANIFEST lib/Dumpvalue.pm
1113 ____________________________________________________________________________
1114 [ 12149] By: ams                                   on 2001/09/23  06:25:35
1115         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
1116              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1117              Date: Sun, 23 Sep 2001 15:27:56 +0900
1118              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
1119      Branch: perl
1120            ! ext/Encode/Encode/2022-cn.enc
1121 ____________________________________________________________________________
1122 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
1123         Log: Manual eror in #12147.
1124      Branch: perl
1125            ! win32/win32.c
1126 ____________________________________________________________________________
1127 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
1128         Log: Integrate change #12146 from maintperl;
1129              win32_chdir() et al don't handle a NULL argument gracefully
1130      Branch: perl
1131           !> win32/perlhost.h win32/win32.c
1132 ____________________________________________________________________________
1133 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
1134         Log: win32_chdir() et al don't handle a NULL argument gracefully
1135      Branch: maint-5.6/perl
1136            ! win32/perlhost.h win32/win32.c
1137 ____________________________________________________________________________
1138 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
1139         Log: typo in change#12026
1140      Branch: maint-5.6/perl
1141            ! op.c
1142 ____________________________________________________________________________
1143 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
1144         Log: Subject: [PATCH] Re: scalar context unpack bugs
1145              From: Nicholas Clark <nick@ccl4.org>
1146              Date: Sat, 22 Sep 2001 23:07:56 +0100
1147              Message-ID: <20010922230755.O4971@plum.flirble.org>
1148      Branch: perl
1149            ! pp_pack.c t/op/pack.t
1150 ____________________________________________________________________________
1151 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
1152         Log: Try ExtUtils::Command.t everywhere, not just on Win32
1153              (as suggested by NI-S).  Also allow running it either
1154              in t/ or in the main directory.
1155      Branch: perl
1156            ! lib/ExtUtils/Command.t
1157 ____________________________________________________________________________
1158 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
1159         Log: Update the test on warnings/register.t.
1160      Branch: perl
1161            ! t/lib/1_compile.t
1162 ____________________________________________________________________________
1163 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
1164         Log: The code is now almost tidy enough to keep the IRIX cc happy.
1165      Branch: perl
1166            ! hints/irix_6.sh
1167 ____________________________________________________________________________
1168 [ 12140] By: ams                                   on 2001/09/22  17:26:32
1169         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
1170              use_ithreads
1171              From: "Craig A. Berry" <craigberry@mac.com>
1172              Date: Sat, 22 Sep 2001 13:15:32 -0500
1173              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
1174      Branch: perl
1175            ! configure.com
1176 ____________________________________________________________________________
1177 [ 12139] By: ams                                   on 2001/09/22  16:44:08
1178         Log: Do what perl_clone() does for sharedsv functions.
1179      Branch: perl
1180            ! embed.pl proto.h
1181 ____________________________________________________________________________
1182 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
1183         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
1184              (suggested by Sarathy, extensions shouldn't be dabbling with
1185              op structures, so binary backward compatibility should not be
1186              an issue.)
1187      Branch: perl
1188            ! hints/irix_6.sh op.h
1189 ____________________________________________________________________________
1190 [ 12137] By: ams                                   on 2001/09/22  16:21:05
1191         Log: More cleanups. (What's PERL_DECL_PROT?)
1192      Branch: perl
1193            ! embed.pl proto.h sharedsv.h
1194 ____________________________________________________________________________
1195 [ 12136] By: ams                                   on 2001/09/22  15:14:34
1196         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
1197              Add Tests for warnings::register, Doc Update
1198              From: "chromatic" <chromatic@rmci.net>
1199              Date: Sat, 22 Sep 2001 09:43:20 -0600
1200              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
1201      Branch: perl
1202            + lib/warnings/register.t
1203            ! MANIFEST lib/warnings/register.pm
1204 ____________________________________________________________________________
1205 [ 12135] By: ams                                   on 2001/09/22  15:07:50
1206         Log: `@foo' should be @foo for consistency.
1207      Branch: perl
1208            ! pod/perldiag.pod
1209 ____________________________________________________________________________
1210 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
1211         Log: (Retracted by #12138)
1212              
1213              Add -woff (turn warning off) 3187:
1214              "A pointer is converted to a smaller integer."
1215              This happens when your pointers are 64-bit: then every case
1216              of converting pointers to PADOFFSETs (explicitly 32-bit)
1217              faces truncation (even explicit use of INT2PTR doesn't help).
1218              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
1219              Changing PADOFFSET from U32 to UV would help, but that
1220              would break binary backward compatibility of BASEOP and padop
1221              (assuming you have been using 64-bit pointers).
1222      Branch: perl
1223            ! hints/irix_6.sh
1224 ____________________________________________________________________________
1225 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
1226         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
1227              but the name comes from the inside the file, not from the file
1228              name, and Rumanian is the name of the language.
1229      Branch: perl
1230            + ext/Encode/Encode/macRumanian.enc
1231            - ext/Encode/Encode/macRomania.enc
1232            ! MANIFEST
1233 ____________________________________________________________________________
1234 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
1235         Log: Rename perltootc as perltooc for 8.3-friedliness.
1236      Branch: perl
1237            + pod/perltooc.pod
1238            - pod/perltootc.pod
1239            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
1240            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
1241            ! pod/perltoot.pod
1242 ____________________________________________________________________________
1243 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
1244         Log: Find more conflicts by lowercasing.
1245      Branch: perl
1246            + Porting/check83.pl
1247            - check83.pl
1248            ! MANIFEST
1249 ____________________________________________________________________________
1250 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
1251         Log: The AIX cc 5.0.0.0 is simply too buggy.
1252      Branch: perl
1253            ! hints/aix.sh
1254 ____________________________________________________________________________
1255 [ 12129] By: ams                                   on 2001/09/22  12:35:38
1256         Log: Uninteresting cleanup.
1257      Branch: perl
1258            ! form.h
1259 ____________________________________________________________________________
1260 [ 12128] By: ams                                   on 2001/09/22  12:28:48
1261         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
1262              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1263              Date: Sat, 22 Sep 2001 14:29:13 +0100
1264              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
1265      Branch: perl
1266            ! cv.h
1267 ____________________________________________________________________________
1268 [ 12127] By: ams                                   on 2001/09/22  12:04:28
1269         Log: What's a backet?
1270      Branch: perl
1271            ! dump.c
1272 ____________________________________________________________________________
1273 [ 12126] By: ams                                   on 2001/09/22  10:02:34
1274         Log: Removed duplicated tests #19 and #20.
1275      Branch: perl
1276            ! t/op/do.t
1277 ____________________________________________________________________________
1278 [ 12125] By: ams                                   on 2001/09/22  03:58:41
1279         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
1280              From: Michael Carman <mjcarman@home.com>
1281              Date: Fri, 21 Sep 2001 17:54:05 -0500
1282              Message-Id: <3BABC50D.6040202@home.com>
1283              (Applied with some changes.)
1284      Branch: perl
1285            ! pod/perlmod.pod
1286 ____________________________________________________________________________
1287 [ 12124] By: ams                                   on 2001/09/22  03:44:19
1288         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
1289              From: Michael G Schwern <schwern@pobox.com>
1290              Date: Fri, 21 Sep 2001 19:20:40 -0400
1291              Message-Id: <20010921192040.E5494@blackrider>
1292      Branch: perl
1293            ! t/op/chdir.t
1294 ____________________________________________________________________________
1295 [ 12123] By: ams                                   on 2001/09/22  03:41:08
1296         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
1297              From: Blair Zajac <blair@orcaware.com>
1298              Date: Fri, 21 Sep 2001 15:13:04 -0700
1299              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
1300      Branch: perl
1301            ! t/op/chdir.t
1302 ____________________________________________________________________________
1303 [ 12122] By: ams                                   on 2001/09/22  03:37:07
1304         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
1305              20010920.007
1306              From: Michael G Schwern <schwern@pobox.com>
1307              Date: Fri, 21 Sep 2001 17:59:03 -0400
1308              Message-Id: <20010921175903.V5494@blackrider>
1309      Branch: perl
1310            ! t/op/do.t
1311 ____________________________________________________________________________
1312 [ 12121] By: ams                                   on 2001/09/22  03:30:38
1313         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
1314              suite on WinCE)
1315              From: Michael G Schwern <schwern@pobox.com>
1316              Date: Fri, 21 Sep 2001 19:41:03 -0400
1317              Message-Id: <20010921194103.G5494@blackrider>
1318      Branch: perl
1319            ! pod/perlport.pod
1320 ____________________________________________________________________________
1321 [ 12120] By: ams                                   on 2001/09/22  03:28:06
1322         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
1323              From: Michael G Schwern <schwern@pobox.com>
1324              Date: Fri, 21 Sep 2001 17:33:35 -0400
1325              Message-Id: <20010921173335.T5494@blackrider>
1326              ($ENV{FOO}=undef hunk not applied.)
1327      Branch: perl
1328            ! t/op/magic.t
1329 ____________________________________________________________________________
1330 [ 12119] By: ams                                   on 2001/09/22  03:02:26
1331         Log: Subject: [PATCH] perldiag.pod
1332              From: Peter Scott <Peter@PSDT.com>
1333              Date: Fri, 21 Sep 2001 18:54:50 -0700
1334              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
1335              (Moved to the right place.)
1336      Branch: perl
1337            ! pod/perldiag.pod
1338 ____________________________________________________________________________
1339 [ 12118] By: ams                                   on 2001/09/21  20:05:29
1340         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
1341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1342              Date: Fri, 21 Sep 2001 22:36:54 +0200
1343              Message-Id: <20010921223654.A12742@rafael>
1344      Branch: perl
1345            ! t/op/do.t
1346 ____________________________________________________________________________
1347 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
1348         Log: Restore things as they were before
1349              the backward compatibility police notices.
1350      Branch: perl
1351            ! lib/Cwd.pm
1352 ____________________________________________________________________________
1353 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
1354         Log: More Cwd from Schwern: make also OS/2 and DOS
1355              Cwd agree with File::Spec (that is, native path
1356              syntax using \ instead of / -- backward compatibility
1357              polic warning) and stop Win32 from using bsd_realpath().
1358      Branch: perl
1359            ! lib/Cwd.pm
1360 ____________________________________________________________________________
1361 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
1362         Log: Subject: [PATCH @12110] RE: Untested libraries update
1363              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1364              Date: Fri, 21 Sep 2001 18:21:07 +0100
1365              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
1366      Branch: perl
1367            ! lib/warnings/register.pm
1368 ____________________________________________________________________________
1369 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
1370         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
1371              From: Michael G Schwern <schwern@pobox.com>
1372              Date: Thu, 20 Sep 2001 22:54:02 -0400
1373              Message-ID: <20010920225402.A3611@blackrider>
1374      Branch: perl
1375            ! lib/Cwd.pm
1376 ____________________________________________________________________________
1377 [ 12113] By: ams                                   on 2001/09/21  17:08:24
1378         Log: Subject: [PATCH] avoid v-strings with require/use
1379              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1380              Date: Fri, 21 Sep 2001 12:34:40 -0400
1381              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
1382      Branch: perl
1383            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
1384            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
1385            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1386            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1387            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1388            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
1389            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1390            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1391            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1392            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1393            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
1394            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
1395            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
1396            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1397            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
1398            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
1399            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
1400            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
1401            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
1402 ____________________________________________________________________________
1403 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
1404         Log: Update Changes.
1405      Branch: perl
1406            ! Changes patchlevel.h
1407 ____________________________________________________________________________
1408 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
1409         Log: Make AIX and Tru64 compilers happy.  
1410      Branch: perl
1411            ! ext/threads/threads.h ext/threads/threads.xs
1412 ____________________________________________________________________________
1413 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
1414         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
1415              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1416              Date: 21 Sep 2001 09:16:37 -0000
1417              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
1418      Branch: perl
1419            ! toke.c
1420 ____________________________________________________________________________
1421 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
1422         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
1423              From: Michael G Schwern <schwern@pobox.com>
1424              Date: Thu, 20 Sep 2001 21:21:34 -0400
1425              Message-ID: <20010920212134.Y28291@blackrider>
1426      Branch: perl
1427            ! pp_sys.c
1428 ____________________________________________________________________________
1429 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
1430         Log: Subject: Re: GDB Debugging Macros from mod_perl
1431              From: rspier@pobox.com (Robert Spier)
1432              Date: Thu, 20 Sep 2001 22:45:03 -0700
1433              Message-ID: <15274.54239.413929.49430@rls.cx>
1434      Branch: perl
1435            ! pod/perltodo.pod
1436 ____________________________________________________________________________
1437 [ 12105] By: sky                                   on 2001/09/21  10:33:34
1438         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
1439              timezone! GetSystemTime should be available on all Win32 
1440              platforms we support. Perhaps Time::HiRes should be extended to
1441              support WinCE and Novell?
1442      Branch: perl
1443            ! ext/Time/HiRes/HiRes.xs
1444 ____________________________________________________________________________
1445 [ 12104] By: sky                                   on 2001/09/21  08:12:39
1446         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
1447      Branch: perl
1448            ! ext/threads/threads.h ext/threads/threads.xs
1449 ____________________________________________________________________________
1450 [ 12103] By: sky                                   on 2001/09/21  07:57:41
1451         Log: Rename the *thread* functions to Perl_* to avoid clashes.
1452              Notably on AIX but could become a problem on other platforms.
1453      Branch: perl
1454            ! ext/threads/threads.h ext/threads/threads.xs
1455 ____________________________________________________________________________
1456 [ 12102] By: sky                                   on 2001/09/21  07:35:30
1457         Log: Add the shared sv space to the global vars.
1458              Fix problems compiling on win32.
1459      Branch: perl
1460            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
1461            ! sharedsv.c sharedsv.h
1462 ____________________________________________________________________________
1463 [ 12101] By: ams                                   on 2001/09/21  00:19:55
1464         Log: Subject: [PATCH] win32/Makefile warning fix
1465              From: Blair Zajac <blair@orcaware.com>
1466              Date: Thu, 20 Sep 2001 18:15:43 -0700
1467              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
1468      Branch: perl
1469            ! win32/Makefile
1470 ____________________________________________________________________________
1471 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
1472         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
1473              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1474              Date: Thu, 20 Sep 2001 18:36:22 +0200
1475              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
1476      Branch: perl
1477            ! lib/ExtUtils/Command.t
1478 ____________________________________________________________________________
1479 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
1480         Log: Cant spl wirth a dam.
1481      Branch: perl
1482            ! intrpvar.h
1483 ____________________________________________________________________________
1484 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
1485         Log: Don't use C++ comments.
1486      Branch: perl
1487            ! ext/threads/threads.xs
1488 ____________________________________________________________________________
1489 [ 12097] By: ams                                   on 2001/09/20  21:42:07
1490         Log: Change #12044 didn't.
1491      Branch: perl
1492            ! lib/constant.pm
1493 ____________________________________________________________________________
1494 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
1495         Log: Metaconfig unit changes for #12095.
1496      Branch: metaconfig
1497            ! U/modified/Myinit.U U/modified/libs.U
1498 ____________________________________________________________________________
1499 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
1500         Log: Remove iconv references since we are not using it
1501              and not going to; regen perltoc, perlmodlib.
1502              (Some references still linger in perltoc, have to figure
1503              out where they are coming from.)
1504      Branch: perl
1505            ! Configure NetWare/config.wc NetWare/config_H.wc
1506            ! Porting/Glossary Porting/config.sh Porting/config_H
1507            ! config_h.SH configure.com epoc/config.sh perl.h
1508            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
1509            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1510            ! vos/config.ga.h win32/config.bc win32/config.gc
1511            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1512            ! win32/config_H.vc wince/config.ce wince/config.h
1513            ! wince/config_H.ce
1514 ____________________________________________________________________________
1515 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
1516         Log: Subject: [PATCH docs] Re: ARGV and read
1517              From: Dave Mitchell <davem@fdgroup.co.uk>
1518              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
1519              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
1520      Branch: perl
1521            ! pod/perltodo.pod pod/perlvar.pod
1522 ____________________________________________________________________________
1523 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
1524         Log: Fresh copies from the cvs.perl.org perlfaq repository.
1525      Branch: perl
1526            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1527            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1528            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1529            ! pod/perlfaq9.pod
1530 ____________________________________________________________________________
1531 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
1532         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
1533              From: Nicholas Clark <nick@ccl4.org>
1534              Date: Thu, 20 Sep 2001 14:27:08 +0100
1535              Message-ID: <20010920142708.X4971@plum.flirble.org>
1536      Branch: perl
1537            ! pp_pack.c t/op/pack.t
1538 ____________________________________________________________________________
1539 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
1540         Log: The sharedsv_space* are variables, not code.  Duh.
1541      Branch: perl
1542            ! intrpvar.h makedef.pl
1543 ____________________________________________________________________________
1544 [ 12090] By: ams                                   on 2001/09/20  11:26:06
1545         Log: Subject: [patch lib/lib_pm.PL]
1546              From: Stas Bekman <stas@stason.org>
1547              Date: Thu, 20 Sep 2001 18:48:53 +0800
1548              Message-Id: <3BA9C995.6010302@stason.org>
1549              (Applied by hand.)
1550      Branch: perl
1551            ! lib/lib_pm.PL
1552 ____________________________________________________________________________
1553 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
1554         Log: Only 21 tests, skipping or not.
1555      Branch: perl
1556            ! lib/ExtUtils/Command.t
1557 ____________________________________________________________________________
1558 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
1559         Log: New exported symbols.
1560      Branch: perl
1561            ! makedef.pl
1562 ____________________________________________________________________________
1563 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
1564         Log: Update Changes.
1565      Branch: perl
1566            ! Changes patchlevel.h
1567 ____________________________________________________________________________
1568 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
1569         Log: Correct numbering of the tests is useful.
1570      Branch: perl
1571            ! ext/threads/t/basic.t
1572 ____________________________________________________________________________
1573 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
1574         Log: More tests now too.
1575      Branch: perl
1576            ! lib/ExtUtils/Command.t
1577 ____________________________________________________________________________
1578 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
1579         Log: More tests now.
1580      Branch: perl
1581            ! ext/threads/t/basic.t
1582 ____________________________________________________________________________
1583 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
1584         Log: The test assumed 7-bit ASCII.  Now it "just"
1585              assumes 8-bit whatever.
1586      Branch: perl
1587            ! t/op/crypt.t
1588 ____________________________________________________________________________
1589 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
1590         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
1591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1592              Date: Wed, 19 Sep 2001 11:45:28 +0200
1593              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
1594              
1595              Lvalue casts are not portable.
1596      Branch: perl
1597            ! ext/threads/threads.xs
1598 ____________________________________________________________________________
1599 [ 12081] By: sky                                   on 2001/09/19  10:17:52
1600         Log: Make the basic test contain only realy basic API tests
1601              Seems to be a problem with detach.
1602      Branch: perl
1603            ! ext/threads/t/basic.t
1604 ____________________________________________________________________________
1605 [ 12080] By: ams                                   on 2001/09/19  01:23:55
1606         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
1607              From: Michael G Schwern <schwern@pobox.com>
1608              Date: Tue, 18 Sep 2001 19:53:48 -0400
1609              Message-Id: <20010918195348.M585@blackrider>
1610              
1611              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
1612              From: Michael G Schwern <schwern@pobox.com>
1613              Date: Tue, 18 Sep 2001 22:07:13 -0400
1614              Message-Id: <20010918220713.B19616@blackrider>
1615      Branch: perl
1616            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1617            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1618            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
1619            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
1620            ! lib/Test/Tutorial.pod
1621 ____________________________________________________________________________
1622 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
1623         Log: Indent the test a bit.
1624      Branch: perl
1625            ! ext/threads/t/basic.t
1626 ____________________________________________________________________________
1627 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
1628         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
1629              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1630              Date: Tue, 18 Sep 2001 18:06:44 +0200
1631              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
1632      Branch: perl
1633            ! win32/win32.c
1634 ____________________________________________________________________________
1635 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
1636         Log: Subject: stat access time is wrong on Win95
1637              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1638              Date: Tue, 18 Sep 2001 21:59:24 +0200
1639              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
1640      Branch: perl
1641            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
1642 ____________________________________________________________________________
1643 [ 12076] By: ams                                   on 2001/09/18  22:11:25
1644         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
1645              From: Michael G Schwern <schwern@pobox.com>
1646              Date: Tue, 18 Sep 2001 18:47:14 -0400
1647              Message-Id: <20010918184714.I585@blackrider>
1648      Branch: perl
1649            ! t/op/crypt.t
1650 ____________________________________________________________________________
1651 [ 12075] By: sky                                   on 2001/09/18  19:29:37
1652         Log: two test failures
1653              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1654              Message-ID: <20010918221702.A17408@rafael>
1655              partly applied, #12074 already fixed half the patch
1656      Branch: perl
1657            ! ext/threads/t/basic.t
1658 ____________________________________________________________________________
1659 [ 12074] By: sky                                   on 2001/09/18  18:49:03
1660         Log: Fixes test case failure introduced by #12071, the warning is
1661              now correctly spelled :-)
1662      Branch: perl
1663            ! ext/IO/lib/IO/t/io_sel.t
1664 ____________________________________________________________________________
1665 [ 12073] By: sky                                   on 2001/09/18  18:46:22
1666         Log: Make the test behave properly!
1667      Branch: perl
1668            ! ext/threads/t/basic.t
1669 ____________________________________________________________________________
1670 [ 12072] By: ams                                   on 2001/09/18  18:44:59
1671         Log: OP_RCATLINE is an SVOP, not a BASEOP.
1672      Branch: perl
1673            ! opcode.h opcode.pl
1674 ____________________________________________________________________________
1675 [ 12071] By: ams                                   on 2001/09/18  18:06:27
1676         Log: Deprecate != Depreciate.
1677      Branch: perl
1678            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
1679            ! lib/Pod/ParseUtils.pm
1680 ____________________________________________________________________________
1681 [ 12070] By: ams                                   on 2001/09/18  15:14:58
1682         Log: Subject: [PATCH] Getopt::Std cleanup
1683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1684              Date: Tue, 18 Sep 2001 17:32:13 +0200
1685              Message-Id: <20010918173213.C777@rafael>
1686      Branch: perl
1687            ! lib/Getopt/Std.pm lib/Getopt/Std.t
1688 ____________________________________________________________________________
1689 [ 12069] By: sky                                   on 2001/09/18  14:56:33
1690         Log: Forgot the makefile
1691      Branch: perl
1692            + ext/threads/Makefile.PL
1693 ____________________________________________________________________________
1694 [ 12068] By: sky                                   on 2001/09/18  14:13:26
1695         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
1696              The test will fail because of Test.pm not knowing about threads. 
1697              basic needs to be manually tested
1698              compile time warnings on IV2PTR conversions need to be fixed
1699      Branch: perl
1700            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
1701            + ext/threads/threads.h ext/threads/threads.pm
1702            + ext/threads/threads.xs
1703            ! MANIFEST
1704 ____________________________________________________________________________
1705 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
1706         Log: DJGPP tweak from Laszlo Molnar.
1707      Branch: perl
1708            ! djgpp/config.over
1709 ____________________________________________________________________________
1710 [ 12066] By: sky                                   on 2001/09/18  10:24:31
1711         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
1712      Branch: perl
1713            ! sharedsv.c sharedsv.h
1714 ____________________________________________________________________________
1715 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
1716         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
1717              ditto ^cns.
1718      Branch: perl
1719            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
1720            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
1721            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
1722            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
1723            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
1724            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
1725            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
1726            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
1727            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
1728            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
1729            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
1730            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
1731            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
1732            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
1733            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
1734            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
1735            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
1736            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
1737            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
1738            + ext/Encode/Encode/ir-197.enc
1739            - ext/Encode/Encode/cns11643-1.enc
1740            - ext/Encode/Encode/cns11643-2.enc
1741            - ext/Encode/Encode/iso2022-cn.enc
1742            - ext/Encode/Encode/iso2022-jp.enc
1743            - ext/Encode/Encode/iso2022-jp1.enc
1744            - ext/Encode/Encode/iso2022-jp2.enc
1745            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1746            - ext/Encode/Encode/iso8859-1.enc
1747            - ext/Encode/Encode/iso8859-1.ucm
1748            - ext/Encode/Encode/iso8859-10.enc
1749            - ext/Encode/Encode/iso8859-10.ucm
1750            - ext/Encode/Encode/iso8859-11.enc
1751            - ext/Encode/Encode/iso8859-11.ucm
1752            - ext/Encode/Encode/iso8859-13.enc
1753            - ext/Encode/Encode/iso8859-13.ucm
1754            - ext/Encode/Encode/iso8859-14.enc
1755            - ext/Encode/Encode/iso8859-14.ucm
1756            - ext/Encode/Encode/iso8859-15.enc
1757            - ext/Encode/Encode/iso8859-15.ucm
1758            - ext/Encode/Encode/iso8859-16.enc
1759            - ext/Encode/Encode/iso8859-16.ucm
1760            - ext/Encode/Encode/iso8859-2.enc
1761            - ext/Encode/Encode/iso8859-2.ucm
1762            - ext/Encode/Encode/iso8859-3.enc
1763            - ext/Encode/Encode/iso8859-3.ucm
1764            - ext/Encode/Encode/iso8859-4.enc
1765            - ext/Encode/Encode/iso8859-4.ucm
1766            - ext/Encode/Encode/iso8859-5.enc
1767            - ext/Encode/Encode/iso8859-5.ucm
1768            - ext/Encode/Encode/iso8859-6.enc
1769            - ext/Encode/Encode/iso8859-6.ucm
1770            - ext/Encode/Encode/iso8859-7.enc
1771            - ext/Encode/Encode/iso8859-7.ucm
1772            - ext/Encode/Encode/iso8859-8.enc
1773            - ext/Encode/Encode/iso8859-8.ucm
1774            - ext/Encode/Encode/iso8859-9.enc
1775            - ext/Encode/Encode/iso8859-9.ucm
1776            - ext/Encode/Encode/isoir-197.enc
1777            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
1778 ____________________________________________________________________________
1779 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
1780         Log: Must Uppercase.
1781      Branch: perl
1782            ! ext/Encode/Encode.pm
1783 ____________________________________________________________________________
1784 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
1785         Log: Add various encodings.
1786      Branch: perl
1787            + ext/Encode/Encode/iso8859-11.enc
1788            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
1789            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
1790            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
1791            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
1792            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
1793            + ext/Encode/Encode/viscii.ucm
1794            ! MANIFEST ext/Encode/Encode.pm
1795 ____________________________________________________________________________
1796 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
1797         Log: lib/unicode relic.
1798      Branch: perl
1799            ! ext/Encode/compile
1800 ____________________________________________________________________________
1801 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
1802         Log: Subject: [PATCH] Re: filename problems
1803              From: Michael G Schwern <schwern@pobox.com>
1804              Date: Mon, 17 Sep 2001 17:26:26 -0400
1805              Message-ID: <20010917172626.Q585@blackrider>
1806      Branch: perl
1807            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
1808            - t/lib/sample-tests/header_at_end
1809            - t/lib/sample-tests/header_at_end_fail
1810            ! MANIFEST lib/Test/Harness/t/test-harness.t
1811 ____________________________________________________________________________
1812 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
1813         Log: Explicitly explain the 1e9 seconds, not everybody
1814              is a C geek.
1815      Branch: perl
1816            ! ext/Time/HiRes/HiRes.pm
1817 ____________________________________________________________________________
1818 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
1819         Log: Explain an apparent bug reported by
1820              Richard J. Barbalace <rjbarbal@MIT.EDU>,
1821              with additional explanation from Gisle Aas.
1822      Branch: perl
1823            ! ext/Time/HiRes/HiRes.pm
1824 ____________________________________________________________________________
1825 [ 12058] By: ams                                   on 2001/09/17  19:52:01
1826         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
1827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1828              Date: Mon, 17 Sep 2001 22:48:05 +0200
1829              Message-Id: <20010917224805.C11744@rafael>
1830      Branch: perl
1831            ! t/lib/warnings/op t/lib/warnings/pp
1832 ____________________________________________________________________________
1833 [ 12057] By: ams                                   on 2001/09/17  16:51:18
1834         Log: Its a nit!
1835      Branch: perl
1836            ! sv.h
1837 ____________________________________________________________________________
1838 [ 12056] By: ams                                   on 2001/09/17  16:47:55
1839         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
1840              From: "Craig A. Berry" <craigberry@mac.com>
1841              Date: Mon, 17 Sep 2001 12:34:20 -0500
1842              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
1843      Branch: perl
1844            ! vms/vms.c
1845 ____________________________________________________________________________
1846 [ 12055] By: ams                                   on 2001/09/17  16:05:15
1847         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
1848              From: Gisle Aas <gisle@ActiveState.com>
1849              Date: 16 Apr 2001 16:20:34 -0700
1850              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
1851              (Applied by hand.)
1852      Branch: perl
1853            ! lib/CPAN.pm lib/CPAN/Nox.pm
1854 ____________________________________________________________________________
1855 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
1856         Log: Update Changes.
1857      Branch: perl
1858            ! Changes patchlevel.h
1859 ____________________________________________________________________________
1860 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
1861         Log: Adding new files to the MANIFEST is always nice.
1862      Branch: perl
1863            ! MANIFEST
1864 ____________________________________________________________________________
1865 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
1866         Log: Reindent the PerlIO files (suggested by NI-S), used
1867              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
1868              (GNU indent).  Note that wholesale re-indenting might
1869              be nice, but that would break nice formatting/alignment
1870              of assignments, equality testing, and complex boolean
1871              expressions with lots of &s and |s.
1872      Branch: perl
1873            ! perlio.c perlio.h perliol.h
1874 ____________________________________________________________________________
1875 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
1876         Log: Add a script for being 8.3-polite.
1877              The found conflicts are being worked on.
1878      Branch: perl
1879            + check83.pl
1880            ! MANIFEST Porting/pumpkin.pod
1881 ____________________________________________________________________________
1882 [ 12050] By: sky                                   on 2001/09/17  12:44:36
1883         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
1884              finding it.
1885      Branch: perl
1886            ! sv.c
1887 ____________________________________________________________________________
1888 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
1889         Log: Bump up versions because of #12041.
1890      Branch: perl
1891            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
1892            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
1893            ! lib/Time/localtime.pm
1894 ____________________________________________________________________________
1895 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
1896         Log: Bump the version number because of #12042.
1897      Branch: perl
1898            ! lib/CPAN/FirstTime.pm
1899 ____________________________________________________________________________
1900 [ 12047] By: ams                                   on 2001/09/17  11:21:40
1901         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
1902              From: Abhijit Menon-Sen <ams@wiw.org>
1903              Date: Mon, 17 Sep 2001 17:44:12 +0530
1904              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
1905      Branch: perl
1906            ! op.c
1907 ____________________________________________________________________________
1908 [ 12046] By: sky                                   on 2001/09/17  07:14:17
1909         Log: Subject: Re: t/op/ver.t using skip() improperly
1910              From: "chromatic" <chromatic@rmci.net>
1911              Date: Mon, 17 Sep 2001 00:22:29 -0600
1912              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
1913      Branch: perl
1914            ! t/op/ver.t
1915 ____________________________________________________________________________
1916 [ 12045] By: nick                                  on 2001/09/17  07:12:14
1917         Log: Integrate mainline
1918      Branch: perlio
1919           +> t/op/chdir.t
1920           !> (integrate 117 files)
1921 ____________________________________________________________________________
1922 [ 12044] By: ams                                   on 2001/09/17  05:49:53
1923         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
1924              From: Ilmari Karonen <iltzu@sci.fi>
1925              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
1926              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
1927              (And $VERSION = '1.05'.)
1928      Branch: perl
1929            ! lib/constant.pm
1930 ____________________________________________________________________________
1931 [ 12043] By: ams                                   on 2001/09/17  05:44:50
1932         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
1933              From: Michael G Schwern <schwern@pobox.com>
1934              Date: Mon, 17 Sep 2001 07:49:04 +0200
1935              Message-Id: <20010917074904.V1588@blackrider>
1936              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
1937      Branch: perl
1938            + t/op/chdir.t
1939            ! MANIFEST pp_sys.c
1940 ____________________________________________________________________________
1941 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
1942         Log: Subject: Re: CPAN.pm needs some hacking 
1943              From: "chromatic" <chromatic@rmci.net>
1944              Date: Sun, 16 Sep 2001 16:46:29 -0600
1945              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
1946      Branch: perl
1947            ! lib/CPAN/FirstTime.pm
1948 ____________________________________________________________________________
1949 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
1950         Log: Change use|require 5.005_64 to use|require 5.6.1.
1951      Branch: perl
1952            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
1953            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1954            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1955            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
1956            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1957            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1958            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1959            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
1960            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
1961            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
1962            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1963            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1964            ! lib/base.pm lib/fields.pm
1965 ____________________________________________________________________________
1966 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
1967         Log: Bump up version numbers.
1968              
1969              TODO 1: double check that pre-5.6.1 CPAN.pm:s
1970              don't try to download 5.8.0 because of the
1971              version numbers.  Mainly this means using _00
1972              in the core version numbers.
1973              
1974              TODO 2: the "use 5.005_64" in many modules
1975              needs to be changed to, say, "use 5.6.1".
1976      Branch: perl
1977            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
1978            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
1979            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1980            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
1981            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
1982            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
1983            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1984            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
1985            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
1986            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
1987            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
1988 ____________________________________________________________________________
1989 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
1990         Log: Use UCHARAT() as suggested by Inaba Hiroto.
1991      Branch: perl
1992            ! regexec.c
1993 ____________________________________________________________________________
1994 [ 12038] By: ams                                   on 2001/09/16  15:16:24
1995         Log: Subject: [PATCH] Re: Core module version numbers review
1996              From: Peter Scott <Peter@PSDT.com>
1997              Date: Sun, 16 Sep 2001 09:09:58 -0700
1998              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
1999      Branch: perl
2000            ! lib/perl5db.pl
2001 ____________________________________________________________________________
2002 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
2003         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
2004              not yet fully implemented.
2005      Branch: perl
2006            ! pod/perlfunc.pod pod/perlunicode.pod
2007 ____________________________________________________________________________
2008 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
2009         Log: Subject: [patch] plug PL_beginav_save leak
2010              From: Doug MacEachern <dougm@covalent.net>
2011              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
2012              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
2013      Branch: perl
2014            ! perl.c
2015 ____________________________________________________________________________
2016 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
2017         Log: (accidentally empty checkin)
2018      Branch: perl
2019            ! sv.c
2020 ____________________________________________________________________________
2021 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
2022         Log: Subject: [patch] ithreads+PL_beginav_save
2023              From: Doug MacEachern <dougm@covalent.net>
2024              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
2025              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
2026      Branch: perl
2027            ! sv.c
2028 ____________________________________________________________________________
2029 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
2030         Log: Subject: [PATCH] h2xs.PL with C::Scan
2031              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2032              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
2033              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
2034      Branch: perl
2035            ! utils/h2xs.PL
2036 ____________________________________________________________________________
2037 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
2038         Log: Elaborate (well, make more vague, really) #12030.
2039      Branch: perl
2040            ! pod/perltodo.pod pod/perlunicode.pod
2041 ____________________________________________________________________________
2042 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
2043         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
2044              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2045              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
2046              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
2047      Branch: perl
2048            ! regexec.c
2049 ____________________________________________________________________________
2050 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
2051         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
2052              are not yet complete.
2053      Branch: perl
2054            ! pod/perltodo.pod pod/perlunicode.pod
2055 ____________________________________________________________________________
2056 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
2057         Log: Document what's still to be done on the regular expression
2058              Unicode support, based on the UTR#18.
2059      Branch: perl
2060            ! pod/perltodo.pod pod/perlunicode.pod
2061 ____________________________________________________________________________
2062 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
2063         Log: Regen headers.
2064      Branch: perl
2065            ! embedvar.h perlapi.h
2066 ____________________________________________________________________________
2067 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
2068         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
2069              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2070              Date: Sun, 09 Sep 2001 18:41:54 +0100
2071              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
2072      Branch: perl
2073            ! Porting/findvars ext/ByteLoader/bytecode.h
2074            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
2075            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
2076 ____________________________________________________________________________
2077 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
2078         Log: enable most warnings for windows build; fix the various typecasting
2079              nits that showed up (no bugfixes here)
2080      Branch: maint-5.6/perl
2081            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
2082            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
2083            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
2084            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
2085            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2086            ! x2p/walk.c
2087 ____________________________________________________________________________
2088 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
2089         Log: Integrate change #12024 from maintperl
2090              (a local() precedence bug)
2091      Branch: perl
2092           !> lib/ExtUtils/Install.pm
2093 ____________________________________________________________________________
2094 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
2095         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
2096              change#8642
2097      Branch: maint-5.6/perl
2098            ! lib/ExtUtils/Install.pm
2099 ____________________________________________________________________________
2100 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
2101         Log: Update Changes.
2102      Branch: perl
2103            ! Changes patchlevel.h
2104 ____________________________________________________________________________
2105 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
2106         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
2107              From: "chromatic" <chromatic@rmci.net>
2108              Date: Fri, 14 Sep 2001 09:44:57 -0600 
2109              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
2110      Branch: perl
2111            ! lib/ExtUtils/Manifest.t
2112 ____________________________________________________________________________
2113 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
2114         Log: Hopefully better skipping of the Complete.t tests
2115              in case of not a tty. 
2116      Branch: perl
2117            ! lib/Term/Complete.t t/op/stat.t
2118 ____________________________________________________________________________
2119 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
2120         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
2121              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2122              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
2123              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
2124      Branch: perl
2125            ! regexec.c t/op/pat.t
2126 ____________________________________________________________________________
2127 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
2128         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
2129              From: Robin Barker <rmb1@cise.npl.co.uk>
2130              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
2131              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
2132      Branch: perl
2133            ! pod/perlport.pod
2134 ____________________________________________________________________________
2135 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
2136         Log: NetWare tweaks from Ananth Kesari.
2137      Branch: perl
2138            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2139            ! NetWare/nwutil.h
2140 ____________________________________________________________________________
2141 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
2142         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
2143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2144              Date: Fri, 14 Sep 2001 10:51:13 +0200
2145              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
2146      Branch: perl
2147            ! pod/perlport.pod
2148 ____________________________________________________________________________
2149 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
2150         Log: Subject: Re: [PATCH 2 pl2pm.PL]
2151              From: Joe Smith <Joe.Smith@inwap.com>
2152              Date: Fri, 14 Sep 2001 00:13:32 -0700
2153              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
2154              
2155              Eradicate qu.
2156      Branch: perl
2157            ! keywords.h keywords.pl utils/pl2pm.PL
2158 ____________________________________________________________________________
2159 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
2160         Log: Retract #12013, didn't go over too well in Tru64.
2161      Branch: perl
2162            ! embed.h embed.pl sv.h
2163 ____________________________________________________________________________
2164 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
2165         Log: Subject: [PATCH] Execute files of debugger commands
2166              From: Peter Scott <Peter@PSDT.com>
2167              Date: Thu, 13 Sep 2001 15:26:31 -0700
2168              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
2169      Branch: perl
2170            ! lib/perl5db.pl pod/perldebug.pod
2171 ____________________________________________________________________________
2172 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
2173         Log: (Retracted by #12015)
2174              Subject: [proposed PATCH] Re: perl@11920
2175              From: Nicholas Clark <nick@ccl4.org>
2176              Date: Wed, 12 Sep 2001 23:46:09 +0100
2177              Message-ID: <20010912234609.H4971@plum.flirble.org>     
2178      Branch: perl
2179            ! embed.h embed.pl sv.h
2180 ____________________________________________________________________________
2181 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
2182         Log: ucblib shouldn't be linked against in nonstop-ux,
2183              from Tom Bates.
2184      Branch: perl
2185            ! hints/nonstopux.sh
2186 ____________________________________________________________________________
2187 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
2188         Log: Do stty only if we have stty.
2189              
2190              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
2191      Branch: perl
2192            ! lib/Term/Complete.pm
2193 ____________________________________________________________________________
2194 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
2195         Log: Skip the test if not running on a tty.
2196      Branch: perl
2197            ! lib/Term/Complete.t
2198 ____________________________________________________________________________
2199 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
2200         Log: Regen headers.
2201      Branch: perl
2202            ! embed.h opcode.h pod/perlapi.pod proto.h
2203 ____________________________________________________________________________
2204 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
2205         Log: Subject: [PATCH op.c] Re: perl@12003
2206              From: Robin Barker <rmb1@cise.npl.co.uk>
2207              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
2208              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
2209      Branch: perl
2210            ! op.c
2211 ____________________________________________________________________________
2212 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
2213         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
2214              From: Robin Barker <rmb1@cise.npl.co.uk>
2215              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
2216              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
2217      Branch: perl
2218            ! sv.c
2219 ____________________________________________________________________________
2220 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
2221         Log: Upgrade to Memoize 0.66.
2222      Branch: perl
2223            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2224            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
2225            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2226 ____________________________________________________________________________
2227 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
2228         Log: Subject: [ID 20010912.007] substr reference core dump
2229              From: me-01@ton.iguana.be
2230              Date: 12 Sep 2001 14:11:16 -0000
2231              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
2232      Branch: perl
2233            ! mg.c
2234 ____________________________________________________________________________
2235 [ 12004] By: ams                                   on 2001/09/12  01:13:49
2236         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
2237              From: Ilmari Karonen <iltzu@sci.fi>
2238              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
2239              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
2240      Branch: perl
2241            ! pod/perlfaq4.pod
2242 ____________________________________________________________________________
2243 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
2244         Log: Update Changes.
2245      Branch: perl
2246            ! Changes patchlevel.h
2247 ____________________________________________________________________________
2248 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
2249         Log: NetWare update from Ananth Kesari.
2250      Branch: perl
2251            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2252            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
2253 ____________________________________________________________________________
2254 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
2255         Log: Retract #11984: div() being redefined, and 1397
2256              failing on 64-bit platforms.
2257      Branch: perl
2258            ! lib/Math/BigInt/Calc.pm
2259 ____________________________________________________________________________
2260 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
2261         Log: Metaconfig unit change for #11999.
2262      Branch: metaconfig
2263            ! U/protos/d_lseekproto.U
2264 ____________________________________________________________________________
2265 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
2266         Log: The lseek fix (#11991) was no fix.
2267      Branch: perl
2268            ! Configure
2269 ____________________________________________________________________________
2270 [ 11998] By: sky                                   on 2001/09/11  07:52:06
2271         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
2272              From: Matt Sergeant <MSergeant@star.net.uk>
2273              Date: Tue, 11 Sep 2001 09:22:32 +0100
2274              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
2275      Branch: perl
2276            ! ext/Encode/Encode.pm
2277 ____________________________________________________________________________
2278 [ 11997] By: sky                                   on 2001/09/11  06:35:29
2279         Log: Sometimes dTHX is added because it is needed on non 
2280              gnuc platforms, but not needed there. This uses GCC
2281              to silence GCC specific warnings by marking pTHX as 
2282              unused.
2283      Branch: perl
2284            ! perl.h
2285 ____________________________________________________________________________
2286 [ 11996] By: nick                                  on 2001/09/11  06:25:27
2287         Log: Integrate mainline
2288      Branch: perlio
2289            - ext/POSIX/sigaction.t lib/File/Find/taint.t
2290           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
2291 ____________________________________________________________________________
2292 [ 11995] By: nick                                  on 2001/09/11  06:23:39
2293         Log: Part Integrate mainline
2294      Branch: perlio
2295           +> (branch 69 files)
2296            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
2297            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
2298            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
2299            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
2300            - lib/Switch/t/switch_case.t lib/Test/Harness.t
2301            - lib/Test/More/Changes lib/Test/More/t/More.t
2302            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2303            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2304            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
2305            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
2306            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
2307            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
2308            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
2309            - t/lib/Test/More/Catch.pm wince/perl.ico
2310           !> (integrate 197 files)
2311 ____________________________________________________________________________
2312 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
2313         Log: Subject: Re: [PATCH] Encode.pm docs fix
2314              From: Gisle Aas <gisle@ActiveState.com>
2315              Date: 10 Sep 2001 11:27:02 -0700
2316              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
2317      Branch: perl
2318            ! ext/Encode/Encode.pm
2319 ____________________________________________________________________________
2320 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
2321         Log: Fix unpack U to be the reverse of pack U
2322              (but implement unpack U0U as a backdoor to get
2323              the UTF-8 malformed warnings from un-UTF-8 data)
2324      Branch: perl
2325            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
2326 ____________________________________________________________________________
2327 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
2328         Log: Metaconfig unit change for #11991;
2329              delete an unused unit (d_strtoull.U is the one used)
2330      Branch: metaconfig
2331            ! U/protos/d_lseekproto.U
2332      Branch: metaconfig/U/perl
2333            - strtoull.U
2334 ____________________________________________________________________________
2335 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
2336         Log: Subject: [PATCH] Configure not recording lseek proto
2337              From: Blair Zajac <blair@orcaware.com>
2338              Date: Mon, 10 Sep 2001 17:52:37 -0700
2339              Message-ID: <3B9D6055.BA334A31@orcaware.com>
2340              
2341              plus regen Configure.
2342      Branch: perl
2343            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2344            ! config_h.SH uconfig.h
2345 ____________________________________________________________________________
2346 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
2347         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?)))                  
2348              From: Nicholas Clark <nick@ccl4.org>
2349              Date: Tue, 11 Sep 2001 00:00:31 +0100
2350              Message-ID: <20010911000031.G1512@plum.flirble.org>
2351      Branch: perl
2352            + t/op/qq.t
2353            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
2354 ____________________________________________________________________________
2355 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
2356         Log: Subject: [PATCH] Building on win32 w/o perlio
2357              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2358              Date: Mon, 10 Sep 2001 23:38:46 +0200
2359              Message-ID: <3B9D4F06.14433.2C37644@localhost>
2360      Branch: perl
2361            ! perl.c win32/Makefile win32/makefile.mk
2362 ____________________________________________________________________________
2363 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
2364         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
2365              From: "chromatic" <chromatic@rmci.net>
2366              Date: Mon, 10 Sep 2001 15:14:01 -0600
2367              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
2368      Branch: perl
2369            + lib/CGI/t/push.t
2370            ! MANIFEST
2371 ____________________________________________________________________________
2372 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
2373         Log: Subject: avoiding hoardes of zombies
2374              From: Nicholas Clark <nick@ccl4.org>
2375              Date: Mon, 10 Sep 2001 22:00:40 +0100
2376              Message-ID: <20010910220040.C1512@plum.flirble.org>
2377      Branch: perl
2378            ! pod/perlipc.pod
2379 ____________________________________________________________________________
2380 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
2381         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
2382              From: John Peacock <jpeacock@rowman.com>
2383              Date: Mon, 10 Sep 2001 16:34:30 -0400
2384              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
2385      Branch: perl
2386            ! sv.c t/op/ver.t utf8.h
2387 ____________________________________________________________________________
2388 [ 11985] By: ams                                   on 2001/09/10  23:20:13
2389         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
2390      Branch: perl
2391            ! MANIFEST
2392 ____________________________________________________________________________
2393 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
2394         Log: (Retracted by #12001)
2395              Subject: Calc with USE_MUL/USE_DIV
2396              From: Tels <perl_dummy@bloodgate.com>
2397              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
2398              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
2399      Branch: perl
2400            ! lib/Math/BigInt/Calc.pm
2401 ____________________________________________________________________________
2402 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
2403         Log: Subject: [PATCH op.c] Re: perl@11978
2404              From: Robin Barker <rmb1@cise.npl.co.uk>
2405              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
2406              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
2407              
2408              Format errors.
2409      Branch: perl
2410            ! op.c
2411 ____________________________________________________________________________
2412 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
2413         Log: Switch PADOFFSET back to U32 both because of binary backward
2414              compatibility and because Arthur seems to have been fixing the
2415              problems with naughty integer-pointer casting.
2416      Branch: perl
2417            ! op.h
2418 ____________________________________________________________________________
2419 [ 11981] By: ams                                   on 2001/09/10  16:31:43
2420         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
2421              Fix Pod Typo, Add Test for ExtUtils::Command
2422              From: "chromatic" <chromatic@rmci.net>
2423              Date: Mon, 10 Sep 2001 11:20:56 -0600
2424              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
2425      Branch: perl
2426            + lib/ExtUtils/Command.t
2427            ! MANIFEST lib/ExtUtils/Command.pm
2428 ____________________________________________________________________________
2429 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
2430         Log: Subject: [PATCH] Encode.pm docs fix
2431              From: Matt Sergeant <MSergeant@star.net.uk>
2432              Date: Mon, 10 Sep 2001 15:24:01 +0100
2433              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
2434      Branch: perl
2435            ! ext/Encode/Encode.pm
2436 ____________________________________________________________________________
2437 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
2438         Log: Update Changes.
2439      Branch: perl
2440            ! Changes patchlevel.h
2441 ____________________________________________________________________________
2442 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
2443         Log: Revert #11973, the dTHX seems to be needed in there
2444              for threaded builds.
2445      Branch: perl
2446            ! perlio.c
2447 ____________________________________________________________________________
2448 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
2449         Log: Detypo.
2450      Branch: perl
2451            ! pod/perlguts.pod
2452 ____________________________________________________________________________
2453 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
2454         Log: Further Class::Struct patching from Damian.
2455              
2456              The new new semantics are:
2457              
2458              * If you pass an initializer for a nested object, it has to be:
2459              a) a reference to an object of that class, or      
2460              b) a reference to an object of a subclass of that class, or
2461              c) a reference to a hash of arguments to be passed to the
2462              class's constructor
2463              * If you pass no initializer for a nested object, the attribute
2464              is initialized to C<undef>
2465      Branch: perl
2466            ! lib/Class/Struct.pm
2467 ____________________________________________________________________________
2468 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
2469         Log: Skip the crypt test if no crypt.
2470      Branch: perl
2471            ! t/op/crypt.t
2472 ____________________________________________________________________________
2473 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
2474         Log: Warn against using bare v-strings as IP addresses
2475              (okay if using the wrappers from Socket)
2476      Branch: perl
2477            ! pod/perldata.pod pod/perlport.pod
2478 ____________________________________________________________________________
2479 [ 11973] By: sky                                   on 2001/09/10  11:57:58
2480         Log: Remove unused dTHX. Silenced another warning.
2481      Branch: perl
2482            ! perlio.c
2483 ____________________________________________________________________________
2484 [ 11972] By: sky                                   on 2001/09/10  11:54:25
2485         Log: Silence some more warnings INT2PTR.
2486      Branch: perl
2487            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
2488 ____________________________________________________________________________
2489 [ 11971] By: sky                                   on 2001/09/10  11:21:50
2490         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
2491      Branch: perl
2492            ! cop.h
2493 ____________________________________________________________________________
2494 [ 11970] By: sky                                   on 2001/09/10  11:17:25
2495         Log: Apply INT2PTR with force to silence warnings from
2496              PM_GETRE and friends. No more warnings with 64bit 
2497              IVs and 32bit pointers.    
2498      Branch: perl
2499            ! op.c op.h perl.c
2500 ____________________________________________________________________________
2501 [ 11969] By: sky                                   on 2001/09/10  10:13:02
2502         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
2503      Branch: perl
2504            ! pod/perlguts.pod
2505 ____________________________________________________________________________
2506 [ 11968] By: sky                                   on 2001/09/10  10:02:51
2507         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
2508              Rename to custop_op_name to Perl_custom_op_name to match perlapi
2509              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
2510              perl_clone.
2511      Branch: perl
2512            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
2513 ____________________________________________________________________________
2514 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
2515         Log: Using strlen() not good on embedded nul bytes.
2516      Branch: perl
2517            ! regcomp.c
2518 ____________________________________________________________________________
2519 [ 11966] By: ams                                   on 2001/09/09  21:06:13
2520         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
2521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2522              Date: Mon, 13 Aug 2001 22:51:59 +0200
2523              Message-ID: <20010813225159.C6681@rafael>
2524              (Applied with several tweaks.)
2525      Branch: perl
2526            ! embed.h embed.pl proto.h toke.c
2527 ____________________________________________________________________________
2528 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
2529         Log: The exact error message is system-dependent.
2530      Branch: perl
2531            ! lib/ExtUtils/Manifest.t
2532 ____________________________________________________________________________
2533 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
2534         Log: Add Windows and Mac Sami support to Encode
2535              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
2536      Branch: perl
2537            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
2538            ! MANIFEST
2539 ____________________________________________________________________________
2540 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
2541         Log: Use the tried method.
2542      Branch: perl
2543            ! pod/perlport.pod
2544 ____________________________________________________________________________
2545 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
2546         Log: Can't count parentheses.
2547      Branch: perl
2548            ! ext/IO/lib/IO/Socket/INET.pm
2549 ____________________________________________________________________________
2550 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
2551         Log: perlport additions: 1 while unlink, add/delete directory
2552              entries and permissions, cygwin stat funkiness (from Michael
2553              Schwern and Nicholas Clark)
2554      Branch: perl
2555            ! pod/perlport.pod
2556 ____________________________________________________________________________
2557 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
2558         Log: blib does have a detectable test.
2559      Branch: perl
2560            ! t/lib/1_compile.t
2561 ____________________________________________________________________________
2562 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
2563         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
2564              From: "chromatic" <chromatic@rmci.net>
2565              Date: Sat, 08 Sep 2001 19:33:42 -0600
2566              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
2567      Branch: perl
2568            + lib/Term/Complete.t
2569            ! MANIFEST
2570 ____________________________________________________________________________
2571 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
2572         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
2573              From: Michael G Schwern <schwern@pobox.com> 
2574              Date: Sat, 8 Sep 2001 02:40:26 -0400
2575              Message-ID: <20010908024026.A26283@blackrider>
2576      Branch: perl
2577            + lib/Test/Tutorial.pod
2578            ! MANIFEST
2579 ____________________________________________________________________________
2580 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
2581         Log: Try to look up protocol (by name) only iff it has non-numbers:
2582              nice if the server is in a chrooted environment (no /etc/protocols,
2583              server code using hardcorded protocol numbers like 6 for tcp),
2584              suggested by John Holdsworth <coldwave@bigfoot.com>.
2585              In other words, if we are given a number, why look it up again
2586              (by number)?
2587      Branch: perl
2588            ! ext/IO/lib/IO/Socket/INET.pm
2589 ____________________________________________________________________________
2590 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
2591         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
2592              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2593              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
2594              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
2595              
2596              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
2597              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2598              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
2599              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
2600              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
2601              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2602              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
2603              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
2604      Branch: perl
2605            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
2606 ____________________________________________________________________________
2607 [ 11955] By: ams                                   on 2001/09/09  02:54:21
2608         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2609              From: "Craig A. Berry" <craigberry@mac.com>
2610              Date: Sat, 08 Sep 2001 19:02:16 -0500
2611              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
2612      Branch: perl
2613            ! lib/CGI/t/carp.t
2614 ____________________________________________________________________________
2615 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
2616         Log: Documentation tweaks; think the IP address as an opaque string.
2617      Branch: perl
2618            ! ext/Socket/Socket.pm
2619 ____________________________________________________________________________
2620 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
2621         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
2622              From: Michael G Schwern <schwern@pobox.com>
2623              Date: Sat, 8 Sep 2001 19:45:46 -0400
2624              Message-ID: <20010908194546.C9193@blackrider>
2625      Branch: perl
2626            + lib/blib.t
2627            ! MANIFEST lib/blib.pm t/lib/1_compile.t
2628 ____________________________________________________________________________
2629 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
2630         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
2631              From: "chromatic" <chromatic@rmci.net>
2632              Date: Sat, 08 Sep 2001 12:31:44 -0600
2633              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
2634      Branch: perl
2635            + lib/CGI/t/fast.t
2636            ! MANIFEST
2637 ____________________________________________________________________________
2638 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
2639         Log: The Socket tests were wrong: they were assuming too much.
2640      Branch: perl
2641            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2642 ____________________________________________________________________________
2643 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
2644         Log: Retract the portability changes since they
2645              seem to have opened a can of worms... will
2646              go back to UNICOS/mk and do the bare minimum
2647              required to get the tests working.
2648      Branch: perl
2649            ! ext/Socket/Socket.xs
2650 ____________________________________________________________________________
2651 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
2652         Log: PADOFFSET is used to cast pointers into integers,
2653              if pointers are 64 bits and U32 32 bits,
2654              bad things may happen, or at least warnings issued.
2655      Branch: perl
2656            ! op.h
2657 ____________________________________________________________________________
2658 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
2659         Log: Still more Socket portability tweaking.
2660              Now Socket.t seems to be happy in all of
2661              Linux/x86, Tru64/alpha, Solaris/sparc,
2662              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
2663              
2664              Addendum: it seems that io_multihomed, io_sock, and hostent
2665              were broken in little-endians (linux/x86 and tru64/alpha)
2666              because of this change.  Argh.
2667      Branch: perl
2668            ! ext/Socket/Socket.xs
2669 ____________________________________________________________________________
2670 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
2671         Log: More portability kicking on inet_ntoa().
2672      Branch: perl
2673            ! ext/Socket/Socket.xs
2674 ____________________________________________________________________________
2675 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
2676         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
2677              From: Michael G Schwern <schwern@pobox.com> 
2678              Date: Fri, 7 Sep 2001 23:06:51 -0400
2679              Message-ID: <20010907230651.R606@blackrider>
2680      Branch: perl
2681            + lib/ExtUtils/Manifest.t
2682            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
2683 ____________________________________________________________________________
2684 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
2685         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
2686              From: "chromatic" <chromatic@rmci.net>
2687              Date: Fri, 07 Sep 2001 17:53:15 -0600      
2688              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
2689      Branch: perl
2690            + lib/ExtUtils/testlib.t
2691            ! MANIFEST
2692 ____________________________________________________________________________
2693 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
2694         Log: Thinko.
2695      Branch: perl
2696            ! lib/integer.t
2697 ____________________________________________________________________________
2698 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
2699         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2700              From: "Craig A. Berry" <craigberry@mac.com>
2701              Date: Fri, 07 Sep 2001 15:30:03 -0500
2702              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
2703      Branch: perl
2704            ! lib/CGI/Carp.pm
2705 ____________________________________________________________________________
2706 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
2707         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
2708              From: Michael G Schwern <schwern@pobox.com>
2709              Date: Fri, 7 Sep 2001 15:38:13 -0400
2710              Message-ID: <20010907153813.K606@blackrider>
2711      Branch: perl
2712            ! lib/ExtUtils/MM_Unix.pm
2713 ____________________________________________________________________________
2714 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
2715         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
2716              From: Robin Barker <rmb1@cise.npl.co.uk>
2717              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
2718              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
2719      Branch: perl
2720            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
2721 ____________________________________________________________________________
2722 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
2723         Log: Clean up 1_compile.t; move tests to more consistent
2724              places (t/ subdirectories); add integer.t (much of
2725              the pragma is tested elsewhere but there is no one
2726              centralized place)
2727      Branch: perl
2728            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
2729            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
2730            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
2731            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
2732            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
2733            - lib/File/Find/find.t lib/File/Find/taint.t
2734            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
2735 ____________________________________________________________________________
2736 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
2737         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
2738              From: "chromatic" <chromatic@rmci.net>
2739              Date: Fri, 07 Sep 2001 10:17:40 -0600
2740              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
2741      Branch: perl
2742            ! lib/File/Find/taint.t
2743 ____________________________________________________________________________
2744 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
2745         Log: Update Changes.
2746      Branch: perl
2747            ! Changes patchlevel.h
2748 ____________________________________________________________________________
2749 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
2750         Log: Rename the old threading tutorial, start a new one,
2751              regen toc.
2752      Branch: perl
2753            + pod/perlothrtut.pod
2754            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
2755            ! pod/perltoc.pod
2756 ____________________________________________________________________________
2757 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
2758         Log: vars very much has a test.
2759      Branch: perl
2760            ! t/lib/1_compile.t
2761 ____________________________________________________________________________
2762 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
2763         Log: Subject: Re: wince/perl.ico marked as binary
2764              From: Nicholas Clark <nick@ccl4.org>
2765              Date: Fri, 7 Sep 2001 13:54:40 +0100
2766              Message-ID: <20010907135439.D39150@plum.flirble.org>
2767              
2768              and wince/Makefile.ce change from Rainer Keuchel.
2769      Branch: perl
2770            + wince/makeico.pl
2771            ! MANIFEST wince/Makefile.ce
2772 ____________________________________________________________________________
2773 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
2774         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
2775              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2776              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
2777              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
2778      Branch: perl
2779            ! regexec.c
2780 ____________________________________________________________________________
2781 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
2782         Log: (Replaced by #11934)
2783              Subject: Re: [PATCH regexec.c] more general .* and .*?
2784              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2785              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
2786              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
2787      Branch: perl
2788            ! regexec.c
2789 ____________________________________________________________________________
2790 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
2791         Log: The #11931 patching misbehaved.
2792      Branch: perl
2793            ! lib/Test/Harness/t/test-harness.t
2794 ____________________________________________________________________________
2795 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
2796         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
2797              From: Michael G Schwern <schwern@pobox.com>
2798              Date: Fri, 7 Sep 2001 03:30:41 -0400
2799              Message-ID: <20010907033041.A2796@blackrider>
2800      Branch: perl
2801            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
2802            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
2803            + t/lib/sample-tests/header_at_end_fail
2804            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
2805            - lib/Test/Harness.t
2806            ! MANIFEST lib/Test/Harness.pm t/TEST
2807 ____________________________________________________________________________
2808 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
2809         Log: Subject: [PATCH] Digest::MD5 update
2810              From: Gisle Aas <gisle@ActiveState.com>
2811              Date: 06 Sep 2001 23:32:56 -0700
2812              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
2813      Branch: perl
2814            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2815            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
2816 ____________________________________________________________________________
2817 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
2818         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
2819              From: "chromatic" <chromatic@rmci.net>
2820              Date: Thu, 06 Sep 2001 23:11:44 -0600
2821              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
2822      Branch: perl
2823            + lib/less.t
2824            ! MANIFEST t/lib/1_compile.t
2825 ____________________________________________________________________________
2826 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
2827         Log: The binary file must somehow differently stored.
2828      Branch: perl
2829            - wince/perl.ico
2830            ! MANIFEST
2831 ____________________________________________________________________________
2832 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
2833         Log: Add more modules to the list of modules that have tests,
2834              Schwern's wallet is getting more nervous.
2835              (Run t/lib/1_compile.t manually to see which modules
2836              are lacking tests, or the tests can't be run for some
2837              reason or another, such as the Net:: modules)
2838      Branch: perl
2839            ! t/lib/1_compile.t
2840 ____________________________________________________________________________
2841 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
2842         Log: Try to make Socket::inet_ntoa() more robust.
2843      Branch: perl
2844            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
2845 ____________________________________________________________________________
2846 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
2847         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
2848              From: chromatic <chromatic@rmci.net>       
2849              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
2850              Message-Id: <01090522580506.19590@firewheel>           
2851      Branch: perl
2852            ! lib/English.t
2853 ____________________________________________________________________________
2854 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
2855         Log: Subject: Re: perlvar manpage and localizing special vars
2856              From: Stas Bekman <stas@stason.org>
2857              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
2858              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
2859      Branch: perl
2860            ! pod/perlvar.pod
2861 ____________________________________________________________________________
2862 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
2863         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
2864              From: Robin Barker <rmb1@cise.npl.co.uk>
2865              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
2866              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
2867      Branch: perl
2868            ! lib/ExtUtils/MakeMaker.pm
2869 ____________________________________________________________________________
2870 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
2871         Log: Symbol missing; AIX unhappy.
2872      Branch: perl
2873            ! makedef.pl
2874 ____________________________________________________________________________
2875 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
2876         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
2877              Reported in 5.61, seems to work okay in blead.
2878      Branch: perl
2879            ! t/run/kill_perl.t
2880 ____________________________________________________________________________
2881 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
2882         Log: Update Changes.
2883      Branch: perl
2884            ! Changes patchlevel.h
2885 ____________________________________________________________________________
2886 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
2887         Log: Document the bad assumptions currently breaking
2888              the Socket.t tests 10, 11, and 13 in UNICOS.
2889      Branch: perl
2890            ! ext/Socket/Socket.xs
2891 ____________________________________________________________________________
2892 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
2893         Log: Subject: [PATCH x2p] make OPTIMIZE=...
2894              From: Robin Barker <rmb1@cise.npl.co.uk>
2895              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
2896              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
2897      Branch: perl
2898            ! x2p/Makefile.SH x2p/cflags.SH
2899 ____________________________________________________________________________
2900 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
2901         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2902              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2903              Date: Thu, 6 Sep 2001 11:09:40 +0100
2904              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2905              
2906              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
2907              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2908              Date: 6 Sep 2001 10:14:38 -0000
2909              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
2910      Branch: perl
2911            ! pod/perlfaq1.pod pod/perlhack.pod
2912 ____________________________________________________________________________
2913 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
2914         Log: Subject: Extra NUL is Data::Dumper output - patch
2915              From: Tony Cook <tony@develop-help.com>
2916              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
2917              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
2918      Branch: perl
2919            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2920 ____________________________________________________________________________
2921 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
2922         Log: Avoid redefinition warning
2923              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
2924              from
2925              perl -w -Ilib -MCwd -e ''
2926      Branch: perl
2927            ! lib/Cwd.pm
2928 ____________________________________________________________________________
2929 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
2930         Log: Update the is_tainted() example implementation.
2931      Branch: perl
2932            ! pod/perlsec.pod
2933 ____________________________________________________________________________
2934 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
2935         Log: Missing) in #11912.
2936      Branch: perl
2937            ! lib/Test/Simple/t/fail.t
2938 ____________________________________________________________________________
2939 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
2940         Log: Rewhack Test-Simple into core harness.
2941      Branch: perl
2942            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2943            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2944            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2945            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2946            ! lib/Test/Simple/t/skipall.t
2947 ____________________________________________________________________________
2948 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
2949         Log: Workaround for the new Exporter 'feature'.
2950      Branch: perl
2951            ! lib/Test/More.pm
2952 ____________________________________________________________________________
2953 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
2954         Log: Re-introduce pure-Perl fall-back for abs_path,
2955              re-introduce #11898.
2956      Branch: perl
2957            ! lib/Cwd.pm lib/File/Find.pm
2958 ____________________________________________________________________________
2959 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
2960         Log: More tests.
2961      Branch: perl
2962            ! lib/Exporter.t
2963 ____________________________________________________________________________
2964 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
2965         Log: Retract #11898 for now because it introduces
2966              a rather nasty depencency: when B is being built,
2967              MakeMaker is used.  MakeMaker uses File::Find.
2968              File::Find uses Cwd::getcwd()...which doesn't
2969              exist yet.
2970      Branch: perl
2971            ! lib/File/Find.pm
2972 ____________________________________________________________________________
2973 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
2974         Log: New test welcome.
2975      Branch: perl
2976            + lib/Test/Simple/t/simple.t
2977 ____________________________________________________________________________
2978 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
2979         Log: Old test begone.
2980      Branch: perl
2981            - lib/Attribute/Handlers/test.pl
2982 ____________________________________________________________________________
2983 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
2984         Log: Test-Simple syncup from Schwern.
2985      Branch: perl
2986            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
2987            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
2988            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2989            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2990            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2991            - lib/Test/More/Changes lib/Test/More/t/More.t
2992            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2993            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2994            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
2995            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2996            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
2997            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2998            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2999            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
3000            ! t/lib/Test/Simple/sample_tests/death.plx
3001            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
3002            ! t/lib/Test/Simple/sample_tests/extras.plx
3003            ! t/lib/Test/Simple/sample_tests/five_fail.plx
3004            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
3005            ! t/lib/Test/Simple/sample_tests/one_fail.plx
3006            ! t/lib/Test/Simple/sample_tests/require.plx
3007            ! t/lib/Test/Simple/sample_tests/success.plx
3008            ! t/lib/Test/Simple/sample_tests/too_few.plx
3009            ! t/lib/Test/Simple/sample_tests/two_fail.plx
3010 ____________________________________________________________________________
3011 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
3012         Log: Integrate File::Find changes from bleadperl
3013      Branch: maint-5.6/macperl
3014            ! lib/File/Find.pm t/lib/filefind-taint.t
3015 ____________________________________________________________________________
3016 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
3017         Log: Integrate 11847 from maint-5.6/perl
3018      Branch: maint-5.6/macperl
3019           !> sv.c
3020 ____________________________________________________________________________
3021 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
3022         Log: In UNICOS division yada yada.
3023      Branch: perl
3024            ! t/op/override.t
3025 ____________________________________________________________________________
3026 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
3027         Log: In UNICOS division is really lossy, better use
3028              a tolerance test.
3029      Branch: perl
3030            ! ext/Time/HiRes/HiRes.t
3031 ____________________________________________________________________________
3032 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
3033         Log: In UNICOS sigaction() sets an extra flag
3034              ("the signal has been registered for all the processes in
3035              a multitasking group.")
3036      Branch: perl
3037            ! ext/POSIX/sigaction.t
3038 ____________________________________________________________________________
3039 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
3040         Log: Documentation micropatch from Damian.
3041      Branch: perl
3042            ! lib/Attribute/Handlers.pm
3043 ____________________________________________________________________________
3044 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
3045         Log: (Retracted by #11908)
3046              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
3047              From: Michael G Schwern <schwern@pobox.com>
3048              Date: Wed, 5 Sep 2001 15:58:21 -0400
3049              Message-ID: <20010905155821.I632@blackrider>
3050      Branch: perl
3051            ! lib/File/Find.pm lib/File/Find/taint.t
3052 ____________________________________________________________________________
3053 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
3054         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
3055              From: Michael G Schwern <schwern@pobox.com>
3056              Date: Wed, 5 Sep 2001 19:16:31 -0400
3057              Message-ID: <20010905191631.E11386@blackrider>
3058      Branch: perl
3059            + lib/CGI/t/carp.t
3060            ! MANIFEST
3061 ____________________________________________________________________________
3062 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
3063         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
3064              From: chromatic <chromatic@rmci.net>
3065              Date: Wed, 5 Sep 2001 18:08:07 -0600
3066              Message-Id: <01090518080700.19590@firewheel>
3067      Branch: perl
3068            ! lib/English.pm
3069 ____________________________________________________________________________
3070 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
3071         Log: Fix a typo #11889 and add a test for the same.
3072      Branch: perl
3073            ! ext/Socket/Socket.t ext/Socket/Socket.xs
3074 ____________________________________________________________________________
3075 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
3076         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
3077              From: "Craig A. Berry" <craigberry@mac.com>
3078              Date: Wed, 05 Sep 2001 17:48:54 -0500
3079              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
3080      Branch: perl
3081            ! lib/warnings.t t/run/kill_perl.t
3082 ____________________________________________________________________________
3083 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
3084         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
3085              From: Michael G Schwern <schwern@pobox.com>
3086              Date: Wed, 5 Sep 2001 17:22:25 -0400
3087              Message-ID: <20010905172225.C11386@blackrider>
3088      Branch: perl
3089            ! t/run/kill_perl.t
3090 ____________________________________________________________________________
3091 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
3092         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
3093              From: Nicholas Clark <nick@ccl4.org>
3094              Date: Wed, 5 Sep 2001 20:54:24 +0100
3095              Message-ID: <20010905205424.C25120@plum.flirble.org>
3096      Branch: perl
3097            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
3098 ____________________________________________________________________________
3099 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
3100         Log: Forgotten thing.
3101      Branch: perl
3102            ! uconfig.h
3103 ____________________________________________________________________________
3104 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
3105         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
3106              From: chromatic <chromatic@rmci.net>               
3107              Date: Wed, 5 Sep 2001 13:22:08 -0600
3108              Message-Id: <01090513220807.10587@firewheel> 
3109      Branch: perl
3110            ! lib/English.pm
3111 ____________________________________________________________________________
3112 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
3113         Log: inet_ntoa() tweaks:
3114              - don't allow addresses with > 255 characters
3115              - indent the HP-UX workaround
3116              - don't leak memory
3117      Branch: perl
3118            ! ext/Socket/Socket.xs
3119 ____________________________________________________________________________
3120 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
3121         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
3122              <xwu@theeducationcenter.com>
3123      Branch: perl
3124            ! lib/File/Find.pm
3125 ____________________________________________________________________________
3126 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
3127         Log: Typo nits.
3128      Branch: perl
3129            ! lib/File/Find.pm
3130 ____________________________________________________________________________
3131 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
3132         Log: -Wall nit.
3133      Branch: perl
3134            ! op.c
3135 ____________________________________________________________________________
3136 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
3137         Log: Update to Scalar-List-Utils 1.05
3138      Branch: perl
3139            ! ext/List/Util/ChangeLog ext/List/Util/README
3140            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3141 ____________________________________________________________________________
3142 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
3143         Log: Update Changes.
3144      Branch: perl
3145            ! Changes patchlevel.h
3146 ____________________________________________________________________________
3147 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
3148         Log: Update to Scalar-List-Utils 1.04
3149      Branch: perl
3150            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
3151            ! ext/List/Util/lib/List/Util.pm
3152            ! ext/List/Util/lib/Scalar/Util.pm
3153 ____________________________________________________________________________
3154 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
3155         Log: Metaconfigify #11724.
3156      Branch: metaconfig
3157            ! U/threads/archname.U
3158 ____________________________________________________________________________
3159 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
3160         Log: The MacOS reference is okay, no reason to hide it.
3161      Branch: perl
3162            ! lib/Cwd.pm
3163 ____________________________________________________________________________
3164 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
3165         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
3166              From: Michael G Schwern <schwern@pobox.com>
3167              Date: Tue, 4 Sep 2001 15:30:10 -0400
3168              Message-ID: <20010904153010.H26466@blackrider> 
3169              
3170              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
3171      Branch: perl
3172            ! ext/Cwd/Makefile.PL lib/Cwd.pm
3173 ____________________________________________________________________________
3174 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
3175         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.))
3176              From: Michael G Schwern <schwern@pobox.com>
3177              Date: Tue, 4 Sep 2001 17:39:13 -0400
3178              Message-ID: <20010904173913.C626@blackrider>
3179      Branch: perl
3180            ! lib/Cwd.pm
3181 ____________________________________________________________________________
3182 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
3183         Log: Subject: Re: Perl_pp_* in public API?
3184              From: "Craig A. Berry" <craigberry@mac.com>
3185              Date: Tue, 4 Sep 2001 21:51:29 -0500
3186              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
3187      Branch: perl
3188            ! ext/List/Util/Util.xs
3189 ____________________________________________________________________________
3190 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
3191         Log: From Damian: Class::Struct was unable to define
3192              recursive classes.  After the patch an object reference
3193              (rather than a hash) is required to initialize
3194              an object attribute.  If no such initializer is given to
3195              the constructor, object attributes are now default
3196              initialized to C<undef>.
3197      Branch: perl
3198            ! lib/Class/Struct.pm lib/Class/Struct.t
3199 ____________________________________________________________________________
3200 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
3201         Log: Subject: Re: sv_catpvfn and sv_setpvfn
3202              From: Richard Soderberg <rs@oregonnet.com>
3203              Date: Tue, 4 Sep 2001 15:16:47 -0700
3204              Message-Id: <200109042216.PAA17858@oregonnet.com>
3205      Branch: perl
3206            ! pod/perlclib.pod pod/perlguts.pod
3207 ____________________________________________________________________________
3208 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
3209         Log: NetWare updates from Ananth Kesari.
3210      Branch: perl
3211            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
3212            ! NetWare/nw5thread.h
3213 ____________________________________________________________________________
3214 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
3215         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?))
3216              From: Nicholas Clark <nick@ccl4.org>
3217              Date: Tue, 4 Sep 2001 22:42:50 +0100
3218              Message-ID: <20010904224250.P25120@plum.flirble.org>
3219      Branch: perl
3220            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
3221            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
3222            ! t/op/oct.t toke.c
3223 ____________________________________________________________________________
3224 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
3225         Log: Fix Cwd::getcwd() not being tainted, as noticed
3226              by Schwern.
3227      Branch: perl
3228            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
3229            - ext/Cwd/Cwd.t
3230            ! MANIFEST ext/Cwd/Cwd.xs util.c
3231 ____________________________________________________________________________
3232 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
3233         Log: Retract #11870 and volatilize the right destruct_level.
3234              Silly thinko pointed out by Sarathy.
3235      Branch: perl
3236            ! intrpvar.h perl.c
3237 ____________________________________________________________________________
3238 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
3239         Log: At least a temporary fix for the mysterious scope core dumps
3240              in Tru64 from Graham.
3241      Branch: perl
3242            ! ext/List/Util/Util.xs
3243 ____________________________________________________________________________
3244 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
3245         Log: (Retracted by #11872)
3246      Branch: perl
3247            ! intrpvar.h
3248 ____________________________________________________________________________
3249 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
3250         Log: Quench a -Wall gripe noticed by Robin Barker.
3251      Branch: perl
3252            ! op.c
3253 ____________________________________________________________________________
3254 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
3255         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
3256              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3257              Date: Wed, 05 Sep 2001 02:01:32 +0900
3258              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
3259      Branch: perl
3260            ! lib/Unicode/UCD.pm
3261 ____________________________________________________________________________
3262 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
3263         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
3264              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3265              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
3266              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
3267      Branch: perl
3268            ! gv.c
3269 ____________________________________________________________________________
3270 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
3271         Log: Update Changes.
3272      Branch: perl
3273            ! Changes patchlevel.h
3274 ____________________________________________________________________________
3275 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
3276         Log: Add the \[$@%&*] prototype support.
3277      Branch: perl
3278            ! op.c pod/perlsub.pod t/comp/proto.t
3279 ____________________________________________________________________________
3280 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
3281         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
3282              From: Michael G Schwern <schwern@pobox.com>
3283              Date: Mon, 3 Sep 2001 18:59:01 -0400
3284              Message-ID: <20010903185901.Z9233@blackrider>
3285      Branch: perl
3286            ! lib/CGI/t/form.t
3287 ____________________________________________________________________________
3288 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
3289         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
3290              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3291              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
3292              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
3293      Branch: perl
3294            ! gv.c
3295 ____________________________________________________________________________
3296 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
3297         Log: More srand entry tweakage based on Randal's suggestion.
3298      Branch: perl
3299            ! pod/perlfunc.pod
3300 ____________________________________________________________________________
3301 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
3302         Log: Subject: [PATCH] 'main' *is* a reserved word
3303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3304              Date: Mon, 3 Sep 2001 22:55:41 +0200
3305              Message-ID: <20010903225541.A24097@rafael>
3306      Branch: perl
3307            ! toke.c
3308 ____________________________________________________________________________
3309 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
3310         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
3311              From: Peter Prymmer <pvhp@best.com>
3312              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
3313              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
3314      Branch: perl
3315            ! README.vms configure.com
3316 ____________________________________________________________________________
3317 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
3318         Log: Subject: Re: A slightly better default seed?   
3319              From: Michael G Schwern <schwern@pobox.com>
3320              Date: Mon, 3 Sep 2001 18:08:15 -0400 
3321              Message-ID: <20010903180815.W9233@blackrider>
3322      Branch: perl
3323            ! t/op/srand.t
3324 ____________________________________________________________________________
3325 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
3326         Log: Add sharedsv.o to microperl object files.
3327      Branch: perl
3328            ! Makefile.micro
3329 ____________________________________________________________________________
3330 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
3331         Log: AUTHORS updates and
3332              
3333              Subject: [PATCH] Just some preening :-)        
3334              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3335              Date: Tue, 4 Sep 2001 14:16:59 +0100
3336              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
3337      Branch: perl
3338            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
3339 ____________________________________________________________________________
3340 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
3341         Log: Typo fix and slight rewording.
3342      Branch: perl
3343            ! pod/perlfunc.pod
3344 ____________________________________________________________________________
3345 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
3346         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
3347      Branch: perl
3348            ! pod/perlfaq4.pod
3349 ____________________________________________________________________________
3350 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
3351         Log: The helper file changed name.
3352      Branch: perl
3353            ! MANIFEST
3354 ____________________________________________________________________________
3355 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
3356         Log: Update to Scalar-List-Utils 1.03
3357      Branch: perl
3358            + ext/List/Util/t/shuffle.t
3359            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
3360            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
3361            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
3362            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
3363            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
3364            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
3365            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
3366            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
3367 ____________________________________________________________________________
3368 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
3369         Log: Make crypt() do something more sane for Unicode
3370              (take crypt() of the low eight bits of the characters,
3371              instead of taking crypt() of the UTF-8 of the scalar);
3372              add a test for crypt().
3373      Branch: perl
3374            + t/op/crypt.t
3375            ! MANIFEST pod/perlfunc.pod pp.c
3376 ____________________________________________________________________________
3377 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
3378         Log: Reorganize the srand entry.
3379      Branch: perl
3380            ! pod/perlfunc.pod
3381 ____________________________________________________________________________
3382 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
3383         Log: Remove the tests that assume something about
3384              calling srand() without arguments multiple times.
3385      Branch: perl
3386            ! t/op/srand.t
3387 ____________________________________________________________________________
3388 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
3389         Log: Upgrade to Math::BigInt 1.42.
3390      Branch: perl
3391            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3392            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3393            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3394            ! lib/Math/BigInt/t/mbimbf.t
3395 ____________________________________________________________________________
3396 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
3397         Log: integrate change#11847 from maint-5.6
3398              
3399              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3400      Branch: perl
3401            ! sv.c
3402 ____________________________________________________________________________
3403 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
3404         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3405      Branch: maint-5.6/perl
3406            ! sv.c
3407 ____________________________________________________________________________
3408 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
3409         Log: As far as I can tell these functions have been Unicodified.
3410      Branch: perl
3411            ! doop.c
3412 ____________________________________________________________________________
3413 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
3414         Log: Update to Storable 1.0.13.
3415      Branch: perl
3416            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3417            ! ext/Storable/Storable.xs
3418 ____________________________________________________________________________
3419 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
3420         Log: Patch the Filter::Simple test to work with
3421              the core test suite (since the FilterTest.pm
3422              is in t/lib, not in lib).
3423      Branch: perl
3424            ! lib/Filter/Simple/t/filter.t
3425 ____________________________________________________________________________
3426 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
3427         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
3428      Branch: perl
3429            + t/lib/FilterTest.pm
3430            - t/lib/MyFilter.pm
3431 ____________________________________________________________________________
3432 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
3433         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
3434              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
3435              Text::Balanced 1.86.
3436      Branch: perl
3437            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
3438            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
3439            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
3440            + lib/Switch/t/nested.t lib/Switch/t/switch.t
3441            + lib/Text/Balanced/Changes lib/Text/Balanced/README
3442            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
3443            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
3444            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
3445            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
3446            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
3447            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
3448            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
3449            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
3450            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
3451            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
3452            ! MANIFEST lib/Attribute/Handlers.pm
3453            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3454            ! lib/Attribute/Handlers/demo/Demo.pm
3455            ! lib/Attribute/Handlers/demo/Descriptions.pm
3456            ! lib/Attribute/Handlers/demo/MyClass.pm
3457            ! lib/Attribute/Handlers/demo/demo.pl
3458            ! lib/Attribute/Handlers/demo/demo2.pl
3459            ! lib/Attribute/Handlers/demo/demo3.pl
3460            ! lib/Attribute/Handlers/demo/demo4.pl
3461            ! lib/Attribute/Handlers/demo/demo_call.pl
3462            ! lib/Attribute/Handlers/demo/demo_chain.pl
3463            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3464            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3465            ! lib/Attribute/Handlers/demo/demo_phases.pl
3466            ! lib/Attribute/Handlers/demo/demo_range.pl
3467            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
3468            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
3469            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3470            ! lib/Text/Balanced.pm
3471 ____________________________________________________________________________
3472 [ 11841] By: sky                                   on 2001/09/03  11:04:15
3473         Log: Forgot to add a file with Change #11840
3474      Branch: perl
3475            + t/op/srand.t
3476 ____________________________________________________________________________
3477 [ 11840] By: sky                                   on 2001/09/03  11:02:04
3478         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
3479              From: Michael G Schwern <schwern@pobox.com>
3480              Date: Mon, 3 Sep 2001 07:43:00 -0400
3481              Message-ID: <20010903074300.E9233@blackrider>
3482      Branch: perl
3483            ! MANIFEST pod/perlfunc.pod t/op/rand.t
3484 ____________________________________________________________________________
3485 [ 11839] By: sky                                   on 2001/09/03  10:47:11
3486         Log: Document the changes with regards to running of END blocks.
3487              And DESTROY on global objects are called in perl_destruct()!
3488      Branch: perl
3489            ! pod/perl572delta.pod pod/perlembed.pod
3490 ____________________________________________________________________________
3491 [ 11838] By: sky                                   on 2001/09/03  09:34:44
3492         Log: Subject: [PATCH t/op/time.t] Partial cleanup
3493              From: Michael G Schwern <schwern@pobox.com>
3494              Date: Mon, 3 Sep 2001 06:29:42 -0400
3495              Message-ID: <20010903062942.C9233@blackrider>
3496      Branch: perl
3497            ! t/op/time.t
3498 ____________________________________________________________________________
3499 [ 11837] By: sky                                   on 2001/09/03  09:30:02
3500         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
3501              From: Michael G Schwern <schwern@pobox.com>
3502              Date: Mon, 3 Sep 2001 06:24:13 -0400
3503              Message-ID: <20010903062413.B9233@blackrider>
3504      Branch: perl
3505            ! t/op/rand.t
3506 ____________________________________________________________________________
3507 [ 11836] By: sky                                   on 2001/09/03  07:56:47
3508         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
3509              From: Michael G Schwern <schwern@pobox.com>
3510              Date: Sun, 2 Sep 2001 21:38:43 -0400
3511              Message-ID: <20010902213843.L2711@blackrider>
3512      Branch: perl
3513            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
3514            ! MANIFEST
3515 ____________________________________________________________________________
3516 [ 11835] By: nick                                  on 2001/09/03  06:20:06
3517         Log: Integrate mainline
3518      Branch: perlio
3519           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
3520            - t/op/misc.t
3521           !> (integrate 187 files)
3522 ____________________________________________________________________________
3523 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
3524         Log: Update Changes.
3525      Branch: perl
3526            ! Changes patchlevel.h
3527 ____________________________________________________________________________
3528 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
3529         Log: Slight tweaks.
3530      Branch: perl
3531            ! t/run/kill_perl.t
3532 ____________________________________________________________________________
3533 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
3534         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
3535      Branch: perl
3536            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3537 ____________________________________________________________________________
3538 [ 11831] By: sky                                   on 2001/09/02  12:10:42
3539         Log: Change #11828 wasn't complete, this updates to intest path
3540      Branch: perl
3541            ! t/run/kill_perl.t
3542 ____________________________________________________________________________
3543 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
3544         Log: 's's's.
3545      Branch: perl
3546            ! Changes
3547 ____________________________________________________________________________
3548 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
3549         Log: Update Changes.
3550      Branch: perl
3551            ! Changes patchlevel.h
3552 ____________________________________________________________________________
3553 [ 11828] By: sky                                   on 2001/09/02  11:53:56
3554         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
3555              From: Michael G Schwern <schwern@pobox.com>
3556              Date: Sat, 1 Sep 2001 20:18:58 -0400
3557              Message-ID: <20010901201858.X606@blackrider>
3558              +MANIFEST Fix
3559      Branch: perl
3560            + t/run/kill_perl.t
3561            - t/op/misc.t t/run/segfault.t
3562            ! MANIFEST
3563 ____________________________________________________________________________
3564 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
3565         Log: Subject: [PATCH] lib/Time/Local.pm
3566              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3567              Date: Sun, 2 Sep 2001 06:50:01 -0500
3568              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
3569      Branch: perl
3570            ! lib/Time/Local.pm
3571 ____________________________________________________________________________
3572 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
3573         Log: Tick off Unicode collation and the normalization from
3574              the todo list.
3575      Branch: perl
3576            ! pod/perltodo.pod
3577 ____________________________________________________________________________
3578 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
3579         Log: Update to Unicode 3.1.1.
3580      Branch: perl
3581            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
3582            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
3583            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
3584            ! lib/unicore/PropList.txt lib/unicore/README.perl
3585            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
3586            ! lib/unicore/rename lib/unicore/version
3587 ____________________________________________________________________________
3588 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
3589         Log: Slight doc tweaks for the module.
3590      Branch: perl
3591            ! lib/Unicode/UCD.pm
3592 ____________________________________________________________________________
3593 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
3594         Log: Rename the variable: it *used* to be (wrongly) that the
3595              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
3596              but that is no more the case: PL_reg_match_utf8 is better.
3597      Branch: perl
3598            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
3599            ! regexec.c sv.c thrdvar.h
3600 ____________________________________________________________________________
3601 [ 11822] By: ams                                   on 2001/09/02  02:54:50
3602         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
3603              From: Ilmari Karonen <iltzu@sci.fi>
3604              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
3605              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
3606              (op/sub_lval.t updated to take new error message into account.)
3607      Branch: perl
3608            ! op.c t/op/sub_lval.t
3609 ____________________________________________________________________________
3610 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
3611         Log: remove stray CRs in files; keep all files with UNIX line-ends
3612              (Porting/makerel adds CRs to the files that need it in the
3613              distribution)
3614      Branch: perl
3615            ! NetWare/t/NWScripts.pl README.dos
3616            ! ext/Encode/Encode/cns11643-1.enc
3617            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
3618            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3619 ____________________________________________________________________________
3620 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
3621         Log: some remnants of change#11803
3622      Branch: perl
3623            ! ext/ByteLoader/byterun.h perl.h
3624 ____________________________________________________________________________
3625 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
3626         Log: Update to Unicode::Collate 0.08.
3627      Branch: perl
3628            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3629            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3630 ____________________________________________________________________________
3631 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
3632         Log: Test tweaks.
3633      Branch: perl
3634            ! t/op/pat.t
3635 ____________________________________________________________________________
3636 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
3637         Log: Fix test
3638      Branch: maint-5.6/macperl
3639            ! t/lib/b.t
3640 ____________________________________________________________________________
3641 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
3642         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
3643              warnings in Config.pm with -W; increase default and
3644              minimum RAM; bump version number.
3645      Branch: maint-5.6/macperl
3646            + macos/lib/Mac/LowMem.pm
3647            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
3648            ! macos/configpm macos/macperl/MacPerl.r
3649 ____________________________________________________________________________
3650 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
3651         Log: Make syntax check report in MPW style, fix tests
3652              to use Mac::err=unix to get normal-style error
3653              messages.
3654      Branch: maint-5.6/macperl
3655            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
3656            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
3657 ____________________________________________________________________________
3658 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
3659         Log: Make MPW-style errors optional (but the default); add
3660              MacPerl::ErrorFormat() function and Mac::err pragma
3661      Branch: maint-5.6/macperl
3662            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
3663            + macos/ext/Mac/err/err.xs
3664            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
3665            ! macos/macish.c macos/macish.h macos/macperl.sym
3666 ____________________________________________________________________________
3667 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
3668         Log: More module and test ports from Thomas Wegner et al
3669      Branch: maint-5.6/macperl
3670            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3671            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
3672            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
3673            ! t/op/magic.t
3674 ____________________________________________________________________________
3675 [ 11812] By: sky                                   on 2001/09/01  17:19:30
3676         Log: Subject: [PATCH t/op/concat.t] cleanup
3677              From: Michael G Schwern <schwern@pobox.com>
3678              Date: Sat, 1 Sep 2001 14:06:28 -0400
3679              Message-ID: <20010901140628.C606@blackrider>
3680      Branch: perl
3681            ! t/op/concat.t
3682 ____________________________________________________________________________
3683 [ 11811] By: sky                                   on 2001/09/01  12:25:29
3684         Log: Change #11805 didn't update the MANIFEST
3685      Branch: perl
3686            ! MANIFEST
3687 ____________________________________________________________________________
3688 [ 11810] By: sky                                   on 2001/09/01  11:52:44
3689         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
3690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3691              Date: Sat, 1 Sep 2001 14:50:14 +0200
3692              Message-ID: <20010901145014.A691@rafael>
3693      Branch: perl
3694            ! t/op/inccode.t
3695 ____________________________________________________________________________
3696 [ 11809] By: sky                                   on 2001/09/01  11:49:22
3697         Log: Subject: PATCH: ExtUtils::MakeMaker
3698              From: Tony Bowden <tony@kasei.com>
3699              Date: Sat, 1 Sep 2001 10:33:53 +0100
3700              Message-ID: <20010901103353.A13863@soto.kasei.com>
3701              Manually applied
3702      Branch: perl
3703            ! lib/ExtUtils/MakeMaker.pm
3704 ____________________________________________________________________________
3705 [ 11808] By: sky                                   on 2001/09/01  11:39:13
3706         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
3707              From: mike808@users.sourceforge.net
3708              Date: Sat, 1 Sep 101 11:27:50 GMT
3709              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
3710              With little tweak
3711      Branch: perl
3712            ! lib/Term/Cap.pm
3713 ____________________________________________________________________________
3714 [ 11807] By: ams                                   on 2001/09/01  11:31:16
3715         Log: Subject: oct() and hex()
3716              From: Nicholas Clark <nick@ccl4.org>
3717              Date: Fri, 31 Aug 2001 23:14:13 +0100
3718              Message-Id: <20010831231413.J4950@plum.flirble.org>
3719      Branch: perl
3720            ! pod/perlclib.pod
3721 ____________________________________________________________________________
3722 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
3723         Log: Integrate change 11801 from maintperl
3724      Branch: maint-5.6/macperl
3725            ! perl.c
3726 ____________________________________________________________________________
3727 [ 11805] By: sky                                   on 2001/08/31  21:35:10
3728         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
3729              From: Michael G Schwern <schwern@pobox.com>
3730              Date: Fri, 31 Aug 2001 15:36:28 -0400
3731              Message-ID: <20010831153628.B598@blackrider>
3732              Check for things which used to segfault
3733      Branch: perl
3734            + t/run/segfault.t
3735 ____________________________________________________________________________
3736 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
3737         Log: integrate change#11801 from maint-5.6
3738              
3739              remove age-old UNICOS "workaround" that introduces a static, and
3740              hence an egregious race condition for threaded builds (*sigh*
3741              beats me why this kludge wasn't guarded by a UNICOS-specific
3742              #define *sigh*)
3743      Branch: perl
3744            ! perl.c
3745 ____________________________________________________________________________
3746 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
3747         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
3748              working in 5.7.x
3749      Branch: perl
3750            - objXSUB.h
3751            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
3752            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
3753            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
3754            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
3755            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
3756            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
3757            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
3758            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3759            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
3760            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
3761            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3762            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3763            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
3764            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
3765            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
3766            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
3767            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
3768            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
3769            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
3770            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
3771            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
3772            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
3773 ____________________________________________________________________________
3774 [ 11802] By: ams                                   on 2001/08/31  18:11:32
3775         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
3776              From: "Philip Newton" <Philip.Newton@gmx.net>
3777              Date: Fri, 31 Aug 2001 21:12:56 +0200
3778              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
3779      Branch: perl
3780            ! pod/perldiag.pod
3781 ____________________________________________________________________________
3782 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
3783         Log: remove age-old UNICOS "workaround" that introduces a static, and
3784              hence an egregious race condition for threaded builds (*sigh*
3785              beats me why this kludge wasn't guarded by a UNICOS-specific
3786              #define *sigh*)
3787      Branch: maint-5.6/perl
3788            ! perl.c
3789 ____________________________________________________________________________
3790 [ 11800] By: sky                                   on 2001/08/31  17:30:26
3791         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
3792              Might break on platforms where bool is larger than 8 bites ???
3793      Branch: perl
3794            ! regcomp.c
3795 ____________________________________________________________________________
3796 [ 11799] By: ams                                   on 2001/08/31  12:15:44
3797         Log: Integrate 11778 into mainline.
3798      Branch: perl
3799            ! t/base/term.t
3800 ____________________________________________________________________________
3801 [ 11798] By: sky                                   on 2001/08/31  11:31:44
3802         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
3803              supposed to happen.
3804      Branch: perl
3805            ! regcomp.c
3806 ____________________________________________________________________________
3807 [ 11797] By: sky                                   on 2001/08/31  11:28:17
3808         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
3809              From: "John P. Linderman" <jpl@research.att.com>
3810              Date: Fri, 31 Aug 2001 08:20:35 -0400
3811              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
3812              Fixes test 14 which could fail randomly in rare cases.
3813      Branch: perl
3814            ! ext/Time/HiRes/HiRes.t regcomp.c
3815 ____________________________________________________________________________
3816 [ 11796] By: ams                                   on 2001/08/31  01:13:07
3817         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
3818              From: Nicholas Clark <nick@ccl4.org>
3819              Date: Thu, 30 Aug 2001 23:21:50 +0100
3820              Message-Id: <20010830232150.D4950@plum.flirble.org>
3821      Branch: perl
3822            ! ext/Sys/Syslog/Makefile.PL
3823 ____________________________________________________________________________
3824 [ 11795] By: ams                                   on 2001/08/30  23:53:23
3825         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
3826              patching example
3827              From: Michael G Schwern <schwern@pobox.com>
3828              Date: Thu, 30 Aug 2001 17:02:08 -0400
3829              Message-Id: <20010830170208.M2318@blackrider>
3830      Branch: perl
3831            ! pod/perlhack.pod
3832 ____________________________________________________________________________
3833 [ 11794] By: ams                                   on 2001/08/30  19:35:36
3834         Log: Subject: [PATCH] pp_modulo
3835              From: Nicholas Clark <nick@ccl4.org>
3836              Date: Thu, 30 Aug 2001 18:20:54 +0100
3837              Message-Id: <20010830182053.A4950@plum.flirble.org>
3838      Branch: perl
3839            ! pp.c t/op/64bitint.t
3840 ____________________________________________________________________________
3841 [ 11793] By: sky                                   on 2001/08/30  13:02:48
3842         Log: 11792 wasn't complete
3843      Branch: perl
3844            ! makedef.pl regcomp.c
3845 ____________________________________________________________________________
3846 [ 11792] By: sky                                   on 2001/08/30  12:21:11
3847         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
3848      Branch: perl
3849            ! makedef.pl
3850 ____________________________________________________________________________
3851 [ 11791] By: sky                                   on 2001/08/30  10:08:02
3852         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
3853      Branch: perl
3854            ! config_h.SH
3855 ____________________________________________________________________________
3856 [ 11790] By: sky                                   on 2001/08/30  08:22:31
3857         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
3858              on the pad. Fixes coredumps in cleanups introduced by
3859              Change 11755  
3860      Branch: perl
3861            ! op.c perl.c sv.h
3862 ____________________________________________________________________________
3863 [ 11789] By: sky                                   on 2001/08/29  19:01:47
3864         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
3865              This is a replacement implmentation that works on HPUX.
3866              This bug should probably be fixed in GCC.
3867      Branch: perl
3868            ! ext/Socket/Socket.xs
3869 ____________________________________________________________________________
3870 [ 11788] By: ams                                   on 2001/08/29  17:35:33
3871         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
3872              From: Nicholas Clark <nick@ccl4.org>
3873              Date: Wed, 29 Aug 2001 18:21:56 +0100
3874              Message-Id: <20010829182156.O4950@plum.flirble.org>
3875      Branch: perl
3876            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
3877 ____________________________________________________________________________
3878 [ 11787] By: sky                                   on 2001/08/29  10:42:54
3879         Log: Added test for pack_addr_in and unpack_addr_in
3880              Nitpik in test 10
3881      Branch: perl
3882            ! ext/Socket/Socket.t
3883 ____________________________________________________________________________
3884 [ 11786] By: sky                                   on 2001/08/29  10:28:14
3885         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
3886              Trying to catch errors on HP-UX
3887      Branch: perl
3888            ! ext/Socket/Socket.t
3889 ____________________________________________________________________________
3890 [ 11785] By: sky                                   on 2001/08/29  09:07:03
3891         Log: make sure USE_THREADS is defined so external apps work
3892      Branch: perl
3893            ! config_h.SH
3894 ____________________________________________________________________________
3895 [ 11784] By: sky                                   on 2001/08/29  08:06:12
3896         Log: Subject: Re: The hitlist of untested modules.
3897              From: Jonathan Stowe <gellyfish@gellyfish.com>
3898              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
3899              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
3900              Start of tests for Shell.pm (make Schwern poorer!)
3901      Branch: perl
3902            + lib/Shell.t
3903            ! MANIFEST
3904 ____________________________________________________________________________
3905 [ 11783] By: sky                                   on 2001/08/29  07:37:50
3906         Log: END{} can change the return value even if we die from BEGIN{}
3907      Branch: perl
3908            ! miniperlmain.c
3909 ____________________________________________________________________________
3910 [ 11782] By: ams                                   on 2001/08/29  06:32:17
3911         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
3912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3913              Date: Wed, 29 Aug 2001 09:18:17 +0200
3914              Message-Id: <20010829091817.A4453@rafael>
3915      Branch: perl
3916            ! t/op/inccode.t
3917 ____________________________________________________________________________
3918 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
3919         Log: Delete xsubpp.patch, as full copy exists now
3920      Branch: maint-5.6/macperl
3921            - macos/xsubpp.patch
3922 ____________________________________________________________________________
3923 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
3924         Log: Add Changes file
3925      Branch: maint-5.6/macperl
3926            + macos/Changes
3927 ____________________________________________________________________________
3928 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
3929         Log: Add Mac version of xsubpp as separate file
3930      Branch: maint-5.6/macperl
3931            + macos/xsubpp
3932            ! macos/Makefile.mk
3933 ____________________________________________________________________________
3934 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
3935         Log: Fix open of /dev/null for Mac OS
3936      Branch: maint-5.6/macperl
3937            ! t/base/term.t
3938 ____________________________________________________________________________
3939 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
3940         Log: Various patches: enable more tests; skip CVS in PerlInstall;
3941              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
3942      Branch: maint-5.6/macperl
3943            ! macos/MacPerlTests.cmd macos/PerlInstall
3944            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
3945 ____________________________________________________________________________
3946 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
3947         Log: Allow for platforms to override formatting of errors
3948              on output from Matthias Neeracher (Mac files)
3949      Branch: maint-5.6/macperl
3950            ! macos/macish.c macos/macish.h
3951 ____________________________________________________________________________
3952 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
3953         Log: Allow for platforms to override formatting of errors
3954              on output from Matthias Neeracher (core files)
3955      Branch: maint-5.6/macperl
3956            ! perl.h pp_ctl.c util.c
3957 ____________________________________________________________________________
3958 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
3959         Log: Add some param checking, from reports by Kevin Reid.
3960      Branch: maint-5.6/macperl
3961            ! macos/ext/Mac/Controls/Controls.pm
3962            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
3963 ____________________________________________________________________________
3964 [ 11773] By: ams                                   on 2001/08/28  23:54:57
3965         Log: Subject: [PATCH] make coretest
3966              From: Paul Johnson <paul@pjcj.net>
3967              Date: Wed, 29 Aug 2001 00:11:38 +0200
3968              Message-Id: <20010829001138.B12169@pjcj.net>
3969              (Applied without the change to perlhack.pod. This should
3970              probably stay undocumented.)
3971      Branch: perl
3972            ! Makefile.SH t/TEST
3973 ____________________________________________________________________________
3974 [ 11772] By: sky                                   on 2001/08/28  13:01:20
3975         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
3976              From: Michael G Schwern <schwern@pobox.com>
3977              Date: Tue, 28 Aug 2001 09:57:39 -0400
3978              Message-ID: <20010828095738.E17775@blackrider>
3979      Branch: perl
3980            ! pod/perlhack.pod t/op/pack.t
3981 ____________________________________________________________________________
3982 [ 11771] By: sky                                   on 2001/08/28  11:20:13
3983         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
3984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3985              Date: Tue, 28 Aug 2001 14:23:43 +0200
3986              Message-ID: <20010828142343.A19299@rafael>
3987      Branch: perl
3988            ! pod/perlvar.pod pp_ctl.c
3989 ____________________________________________________________________________
3990 [ 11770] By: ams                                   on 2001/08/28  10:13:21
3991         Log: Subject: [PATCH] odd typo in op.h
3992              From: Nicholas Clark <nick@ccl4.org>
3993              Date: Tue, 28 Aug 2001 12:10:26 +0100
3994              Message-Id: <20010828121026.V4950@plum.flirble.org>
3995      Branch: perl
3996            ! op.h
3997 ____________________________________________________________________________
3998 [ 11769] By: sky                                   on 2001/08/28  08:09:16
3999         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
4000              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
4001              Date: Tue, 28 Aug 2001 02:22:20 +0300
4002              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
4003      Branch: perl
4004            ! ext/B/B/Lint.pm
4005 ____________________________________________________________________________
4006 [ 11768] By: ams                                   on 2001/08/28  00:47:35
4007         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4008              From: Michael G Schwern <schwern@pobox.com>
4009              Date: Mon, 27 Aug 2001 21:24:44 -0400
4010              Message-Id: <20010827212444.F12582@blackrider>
4011      Branch: perl
4012            ! pod/perlhack.pod t/op/pack.t
4013 ____________________________________________________________________________
4014 [ 11767] By: ams                                   on 2001/08/27  23:59:48
4015         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4016              From: Michael G Schwern <schwern@pobox.com>
4017              Date: Mon, 27 Aug 2001 20:12:29 -0400
4018              Message-Id: <20010827201229.D12582@blackrider>
4019      Branch: perl
4020            ! pod/perlhack.pod t/op/pack.t
4021 ____________________________________________________________________________
4022 [ 11766] By: ams                                   on 2001/08/27  23:39:40
4023         Log: Update Changes.
4024      Branch: perl
4025            ! Changes
4026 ____________________________________________________________________________
4027 [ 11765] By: ams                                   on 2001/08/27  22:53:10
4028         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
4029              From: Michael G Schwern <schwern@pobox.com>
4030              Date: Mon, 27 Aug 2001 19:47:30 -0400
4031              Message-Id: <20010827194730.C12582@blackrider>
4032      Branch: perl
4033            ! t/op/inccode.t
4034 ____________________________________________________________________________
4035 [ 11764] By: ams                                   on 2001/08/27  22:46:21
4036         Log: Subject: [PATCH] new tests for the coderef-in-@INC
4037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4038              Date: Mon, 27 Aug 2001 22:36:27 +0200
4039              Message-Id: <20010827223627.C690@rafael>
4040              
4041              Subject: Re: [PATCH] new tests for the coderef-in-@INC
4042              From: Nicholas Clark <nick@ccl4.org>
4043              Date: Tue, 28 Aug 2001 00:02:46 +0100
4044              Message-Id: <20010828000245.R4950@plum.flirble.org>
4045      Branch: perl
4046            + t/op/inccode.t
4047            ! MANIFEST
4048 ____________________________________________________________________________
4049 [ 11763] By: ams                                   on 2001/08/27  22:41:09
4050         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
4051              bleadperl on fire, Win95+4NT)
4052              From: Michael G Schwern <schwern@pobox.com>
4053              Date: Mon, 27 Aug 2001 16:54:42 -0400
4054              Message-Id: <20010827165442.F9436@blackrider>
4055      Branch: perl
4056            ! lib/warnings.t
4057 ____________________________________________________________________________
4058 [ 11762] By: sky                                   on 2001/08/27  19:19:17
4059         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
4060              avaible at compile time. This broke the compilation of 
4061              Net/Ping.pm
4062      Branch: perl
4063            ! lib/Net/Ping.pm
4064 ____________________________________________________________________________
4065 [ 11761] By: sky                                   on 2001/08/27  18:34:48
4066         Log: Removed tripple definitions of CUSTOM_OP functions.
4067      Branch: perl
4068            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4069 ____________________________________________________________________________
4070 [ 11760] By: sky                                   on 2001/08/27  18:21:27
4071         Log: Regen headers
4072      Branch: perl
4073            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
4074            ! perlapi.h proto.h
4075 ____________________________________________________________________________
4076 [ 11759] By: ams                                   on 2001/08/27  16:31:53
4077         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
4078              From: "chromatic" <chromatic@rmci.net>
4079              Date: Mon, 27 Aug 2001 11:17:09 -0600
4080              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
4081      Branch: perl
4082            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
4083 ____________________________________________________________________________
4084 [ 11758] By: sky                                   on 2001/08/27  15:16:42
4085         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
4086              Thanks to H. Merijn Brand for the patch.
4087              Some of the comments and or guards might be removable in perl.h now.
4088      Branch: perl
4089            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
4090            ! Porting/Glossary Porting/config_H README.threads config_h.SH
4091            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
4092            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
4093            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
4094            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
4095            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
4096            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
4097            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
4098            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
4099            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4100            ! win32/config_H.vc win32/perllib.c win32/win32.h
4101            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
4102            ! wince/config.h wince/config_H.ce wince/win32.h
4103            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
4104 ____________________________________________________________________________
4105 [ 11757] By: sky                                   on 2001/08/27  13:39:16
4106         Log: Subject: GNU ld parses arguments different
4107              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4108              Date: Mon, 27 Aug 2001 16:25:51 +0200
4109              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
4110      Branch: perl
4111            ! hints/hpux.sh
4112 ____________________________________________________________________________
4113 [ 11756] By: sky                                   on 2001/08/27  13:18:45
4114         Log: Subject: Custom Ops
4115              From: Simon Cozens <simon@netthink.co.uk>
4116              Date: Sat, 25 Aug 2001 17:45:09 +0100
4117              Message-ID: <20010825174509.A5752@netthink.co.uk>
4118              I also added a fix to Opcode.pm to quite test cases.
4119      Branch: perl
4120            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
4121            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
4122 ____________________________________________________________________________
4123 [ 11755] By: sky                                   on 2001/08/27  05:37:17
4124         Log: Plugs a memory leak on destruction of regular expressions
4125              introcued by #11274.
4126              PL_regex_padav now has an AV as it's first entry with a list
4127              of freed regex_padav slots that it will reuse on creating
4128              new PMOPs.
4129      Branch: perl
4130            ! op.c perl.c
4131 ____________________________________________________________________________
4132 [ 11754] By: ams                                   on 2001/08/26  14:38:52
4133         Log: Subject: [PATCH] t/io/binmode.t
4134              From: Nicholas Clark <nick@ccl4.org>
4135              Date: Sun, 26 Aug 2001 12:03:05 +0100
4136              Message-Id: <20010826120305.C4950@plum.flirble.org>
4137              
4138              (Also a nitpick in #11752 to t/op/universal.t)
4139      Branch: perl
4140            ! t/io/binmode.t t/op/universal.t
4141 ____________________________________________________________________________
4142 [ 11753] By: ams                                   on 2001/08/26  08:19:34
4143         Log: Subject: [PATCH] op/universal.t failing
4144              From: Nicholas Clark <nick@ccl4.org>
4145              Date: Sun, 26 Aug 2001 09:48:22 +0100
4146              Message-Id: <20010826094822.B4950@plum.flirble.org>
4147      Branch: perl
4148            ! t/op/universal.t
4149 ____________________________________________________________________________
4150 [ 11752] By: ams                                   on 2001/08/25  22:46:13
4151         Log: Subject: Re: 'can' with undefined subs
4152              From: Tony Bowden <tony@kasei.com>
4153              Date: Sat, 25 Aug 2001 14:58:17 +0100
4154              Message-Id: <20010825145817.A11788@soto.kasei.com>
4155              (Applied with minor modifications.)
4156      Branch: perl
4157            ! t/op/universal.t
4158 ____________________________________________________________________________
4159 [ 11751] By: ams                                   on 2001/08/25  18:28:43
4160         Log: Subject: Re: 'can' with undefined subs
4161              From: Tony Bowden <tony@kasei.com>
4162              Date: Sat, 25 Aug 2001 15:13:14 +0100
4163              Message-Id: <20010825151314.B11788@soto.kasei.com>
4164      Branch: perl
4165            ! lib/UNIVERSAL.pm
4166 ____________________________________________________________________________
4167 [ 11750] By: nick                                  on 2001/08/25  15:24:15
4168         Log: Integrate mainline
4169      Branch: perlio
4170           +> t/io/binmode.t
4171           !> (integrate 26 files)
4172 ____________________________________________________________________________
4173 [ 11749] By: nick                                  on 2001/08/25  14:55:41
4174         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
4175              From:  John Peacock <jpeacock@rowman.com>
4176              Date:  Wed, 22 Aug 2001 12:05:28 -0400
4177              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
4178      Branch: perl
4179            ! pod/perlhack.pod
4180 ____________________________________________________________________________
4181 [ 11748] By: nick                                  on 2001/08/25  14:53:04
4182         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
4183              From:  Michael G Schwern <schwern@pobox.com>
4184              Date:  Wed, 22 Aug 2001 19:22:45 -0400
4185              Message-Id:  <20010822192245.U619@blackrider>
4186      Branch: perl
4187            ! MANIFEST
4188 ____________________________________________________________________________
4189 [ 11747] By: nick                                  on 2001/08/25  14:52:33
4190         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
4191              From:  Nicholas Clark <nick@ccl4.org>
4192              Date:  Wed, 22 Aug 2001 23:29:06 +0100
4193              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
4194      Branch: perl
4195            + t/io/binmode.t
4196            ! perlio.c pod/perlfunc.pod
4197 ____________________________________________________________________________
4198 [ 11744] By: nick                                  on 2001/08/25  14:37:33
4199         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
4200              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4201              Date:  Fri, 24 Aug 2001 22:10:42 +0200
4202              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
4203      Branch: perl
4204            ! x2p/a2py.c x2p/walk.c
4205 ____________________________________________________________________________
4206 [ 11743] By: nick                                  on 2001/08/25  14:32:47
4207         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
4208              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4209              Date:  Fri, 24 Aug 2001 23:34:13 +0200
4210              Message-Id:  <20010824233413.A1285@rafael>
4211      Branch: perl
4212            ! pod/perlfunc.pod pod/perlvar.pod
4213 ____________________________________________________________________________
4214 [ 11742] By: ams                                   on 2001/08/25  13:16:02
4215         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
4216              From: Nicholas Clark <nick@ccl4.org>
4217              Date: Sat, 25 Aug 2001 14:50:07 +0100
4218              Message-Id: <20010825145007.L41464@plum.flirble.org>
4219      Branch: perl
4220            ! pp_ctl.c
4221 ____________________________________________________________________________
4222 [ 11741] By: nick                                  on 2001/08/24  07:08:45
4223         Log: When applying patch via Porting/apply fails, do p4 refresh
4224              to get old files back.
4225      Branch: perl
4226            ! Porting/apply
4227 ____________________________________________________________________________
4228 [ 11740] By: ams                                   on 2001/08/24  04:47:24
4229         Log: #11739 was incomplete.
4230      Branch: perl
4231            ! pod/perldiag.pod
4232 ____________________________________________________________________________
4233 [ 11739] By: ams                                   on 2001/08/24  04:09:40
4234         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
4235              From: "Philip Newton" <Philip.Newton@gmx.net>
4236              Date: Fri, 24 Aug 2001 07:08:34 +0200
4237      Branch: perl
4238            ! pod/perldiag.pod
4239 ____________________________________________________________________________
4240 [ 11738] By: ams                                   on 2001/08/24  02:19:42
4241         Log: Fixed Doug Wilson's email address.
4242      Branch: perl
4243            ! AUTHORS
4244 ____________________________________________________________________________
4245 [ 11737] By: ams                                   on 2001/08/24  00:10:13
4246         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
4247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4248              Date: Thu, 23 Aug 2001 22:22:58 +0200
4249              Message-Id: <20010823222258.A901@rafael>
4250      Branch: perl
4251            ! pod/perldiag.pod
4252 ____________________________________________________________________________
4253 [ 11736] By: ams                                   on 2001/08/24  00:05:02
4254         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
4255              From: "Craig A. Berry" <craigberry@mac.com>
4256              Date: Thu, 23 Aug 2001 19:07:45 -0500
4257              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
4258      Branch: perl
4259            ! configure.com
4260 ____________________________________________________________________________
4261 [ 11735] By: sky                                   on 2001/08/23  13:42:07
4262         Log: Backed out 11732, it breaks lib/strict.t 
4263      Branch: perl
4264            ! op.c
4265 ____________________________________________________________________________
4266 [ 11734] By: sky                                   on 2001/08/23  11:45:59
4267         Log: Removed toy from 17133 after Matt Sargeants request.
4268      Branch: perl
4269            ! pod/perlfaq4.pod
4270 ____________________________________________________________________________
4271 [ 11733] By: sky                                   on 2001/08/23  11:36:29
4272         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
4273              From: Robin Houston <robin@kitsite.com>
4274              Date: Wed, 22 Aug 2001 23:06:16 +0100
4275              Message-ID: <20010822230616.A254@robin.kitsite.com>
4276      Branch: perl
4277            ! pod/perlfaq4.pod
4278 ____________________________________________________________________________
4279 [ 11732] By: sky                                   on 2001/08/23  10:36:02
4280         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
4281              From: Simon Cozens <simon@netthink.co.uk>
4282              Date: Thu, 23 Aug 2001 12:06:36 +0100
4283              Message-ID: <20010823120636.A9961@netthink.co.uk>
4284      Branch: perl
4285            ! op.c
4286 ____________________________________________________________________________
4287 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
4288         Log: fix broken windows build
4289      Branch: perl
4290            ! perl.h
4291 ____________________________________________________________________________
4292 [ 11730] By: ams                                   on 2001/08/22  21:35:30
4293         Log: Subject: [PATCH] io/tell.t doesn't chdir t
4294              From: Nicholas Clark <nick@ccl4.org>
4295              Date: Wed, 22 Aug 2001 23:25:58 +0100
4296              Message-Id: <20010822232557.Y82818@plum.flirble.org>
4297      Branch: perl
4298            ! t/io/tell.t
4299 ____________________________________________________________________________
4300 [ 11729] By: ams                                   on 2001/08/22  20:32:21
4301         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4302              questions)
4303              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4304              Date: Wed, 22 Aug 2001 17:09:04 -0400
4305              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4306              (Oops, forgot File::Spec::Unix in the previous patch.)
4307      Branch: perl
4308            ! lib/File/Spec/Unix.pm
4309 ____________________________________________________________________________
4310 [ 11728] By: ams                                   on 2001/08/22  20:25:41
4311         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4312              questions)
4313              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4314              Date: Wed, 22 Aug 2001 17:09:04 -0400
4315              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4316      Branch: perl
4317            ! lib/File/Spec.pm
4318 ____________________________________________________________________________
4319 [ 11727] By: ams                                   on 2001/08/22  19:43:30
4320         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
4321              From: John Peacock <jpeacock@rowman.com>
4322              Date: Wed, 22 Aug 2001 12:35:52 -0400
4323              Message-Id: <3B83DF68.5D89DC81@rowman.com>
4324              (Adds proper tests for $], notwithstanding Subject. +nitpick)
4325      Branch: perl
4326            ! t/op/ver.t
4327 ____________________________________________________________________________
4328 [ 11726] By: ams                                   on 2001/08/22  19:36:39
4329         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
4330              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
4331              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
4332              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
4333      Branch: perl
4334            ! lib/diagnostics.pm lib/diagnostics.t
4335 ____________________________________________________________________________
4336 [ 11725] By: ams                                   on 2001/08/22  19:25:01
4337         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
4338              From: Nicholas Clark <nick@ccl4.org>
4339              Date: Wed, 22 Aug 2001 20:59:05 +0100
4340              Message-Id: <20010822205905.U82818@plum.flirble.org>
4341      Branch: perl
4342            ! pp.c t/op/64bitint.t t/op/arith.t
4343 ____________________________________________________________________________
4344 [ 11724] By: ams                                   on 2001/08/22  10:02:33
4345         Log: Subject: Configure blooper
4346              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4347              Date: Wed, 22 Aug 2001 12:38:35 +0200
4348              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
4349      Branch: perl
4350            ! Configure
4351 ____________________________________________________________________________
4352 [ 11723] By: ams                                   on 2001/08/21  16:17:53
4353         Log: Subject: [PATCH] installperl -help
4354              From: Nicholas Clark <nick@ccl4.org>
4355              Date: Tue, 21 Aug 2001 17:34:23 +0100
4356              Message-Id: <20010821173423.F82818@plum.flirble.org>
4357      Branch: perl
4358            ! installperl
4359 ____________________________________________________________________________
4360 [ 11722] By: ams                                   on 2001/08/20  07:46:31
4361         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
4362              From: Ilmari Karonen <iltzu@sci.fi>
4363              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
4364              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
4365      Branch: perl
4366            ! pod/perlvar.pod
4367 ____________________________________________________________________________
4368 [ 11721] By: nick                                  on 2001/08/20  06:24:31
4369         Log: Integrate mainline
4370      Branch: perlio
4371           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
4372           +> lib/Lingua/KO/Hangul/Util/Changes
4373           +> lib/Lingua/KO/Hangul/Util/README
4374           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4375           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4376           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4377           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4378           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4379           +> lib/Unicode/Normalize/t/test.t
4380            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4381           !> (integrate 55 files)
4382 ____________________________________________________________________________
4383 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
4384         Log: Integrate Change #11599 from maint-5.6/perl
4385      Branch: maint-5.6/macperl
4386           !> README.win32
4387 ____________________________________________________________________________
4388 [ 11719] By: ams                                   on 2001/08/18  21:21:42
4389         Log: Add Porting/apply to MANIFEST.
4390      Branch: perl
4391            ! MANIFEST
4392 ____________________________________________________________________________
4393 [ 11718] By: sky                                   on 2001/08/18  14:38:01
4394         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
4395              Better solution would be to make 5005threaded perl use
4396              the same system as ithreads do
4397      Branch: perl
4398            ! perl.h
4399 ____________________________________________________________________________
4400 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
4401         Log: New try for ID 20010407.006: detach the semantics
4402              "was the last match target UTF8" into its own variable.
4403      Branch: perl
4404            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
4405            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
4406 ____________________________________________________________________________
4407 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
4408         Log: UTF8 flag should be meaningful only when POK.
4409      Branch: perl
4410            ! dump.c
4411 ____________________________________________________________________________
4412 [ 11715] By: sky                                   on 2001/08/18  11:45:16
4413         Log: USE_THREADS and USE_ITHREADS are never true at the same time
4414      Branch: perl
4415            ! perl.h
4416 ____________________________________________________________________________
4417 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
4418         Log: Retract #11712 for now.  The real fix would probably
4419              be something like making PL_reg_sv a copy (PV + UTF8)
4420              of the matched/substituted string (note: not just a SvPOK
4421              string, for example the stringified form of a ROK would
4422              be applicable)  Beware of leaks.
4423      Branch: perl
4424            ! pp_hot.c t/op/pat.t
4425 ____________________________________________________________________________
4426 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
4427         Log: UTF8 wasn't printing for PVMGs.
4428      Branch: perl
4429            ! dump.c
4430 ____________________________________________________________________________
4431 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
4432         Log: (Retracted by #11714)
4433              
4434              Okay analysis, debatable fix.  (The fix will inc
4435              the refcount of all temporary match objects,
4436              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
4437              which will then cause griping at untie() time
4438              ("inner references remain").
4439              
4440              Fix for ID 20010407.006: PL_reg_sv got wiped out
4441              by freetemps if the match target was a temporary
4442              (like function_call() =~ /.../), which in turn meant
4443              that the $1 et al stopped working if they had UTF-8
4444              in them.  Therefore bump up the refcount of PL_reg_sv.
4445      Branch: perl
4446            ! pp_hot.c t/op/pat.t
4447 ____________________________________________________________________________
4448 [ 11711] By: ams                                   on 2001/08/17  20:32:08
4449         Log: Subject: [PATCH] doesn't compile, was perl@11710
4450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4451              Date: Fri, 17 Aug 2001 23:21:10 +0200
4452              Message-Id: <20010817232110.C7041@rafael> 
4453      Branch: perl
4454            ! sharedsv.c
4455 ____________________________________________________________________________
4456 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
4457         Log: Update Changes.
4458      Branch: perl
4459            ! Changes patchlevel.h
4460 ____________________________________________________________________________
4461 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
4462         Log: Upgrade to libnet 1.0704.
4463      Branch: perl
4464            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4465            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
4466            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
4467            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
4468            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
4469            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
4470            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
4471 ____________________________________________________________________________
4472 [ 11708] By: sky                                   on 2001/08/17  13:34:04
4473         Log: Let perl_clone copy PL_exit_flags
4474      Branch: perl
4475            ! sv.c
4476 ____________________________________________________________________________
4477 [ 11707] By: sky                                   on 2001/08/17  12:28:41
4478         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
4479      Branch: perl
4480            ! sharedsv.c sharedsv.h
4481 ____________________________________________________________________________
4482 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
4483         Log: The metaconfig unit change for #11705.
4484      Branch: metaconfig/U/perl
4485            ! Extensions.U
4486 ____________________________________________________________________________
4487 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
4488         Log: Allow the threads extension to be found if present.
4489      Branch: perl
4490            ! Configure
4491 ____________________________________________________________________________
4492 [ 11704] By: nick                                  on 2001/08/17  11:47:54
4493         Log: Mail -> change script (pre-alpha)
4494      Branch: perl
4495            + Porting/apply
4496 ____________________________________________________________________________
4497 [ 11703] By: sky                                   on 2001/08/17  07:11:24
4498         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
4499              Thanks to Tom Hospel for pointing out my error.
4500      Branch: perl
4501            ! op.h
4502 ____________________________________________________________________________
4503 [ 11702] By: sky                                   on 2001/08/17  04:18:11
4504         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.
4505      Branch: perl
4506            ! embed.pl miniperlmain.c perl.c perl.h proto.h
4507 ____________________________________________________________________________
4508 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
4509         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
4510              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
4511      Branch: perl
4512            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4513            + lib/Lingua/KO/Hangul/Util/README
4514            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4515            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4516            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4517            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4518            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4519            + lib/Unicode/Normalize/t/test.t
4520            ! MANIFEST
4521 ____________________________________________________________________________
4522 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
4523         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
4524              Date: Thu, 16 Aug 2001 22:46:15 -0500
4525              From: "Craig A. Berry" <craigberry@mac.com>
4526              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
4527      Branch: perl
4528            ! configure.com numeric.c
4529 ____________________________________________________________________________
4530 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
4531         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
4532              of the usual suspects (like getpwent) but not for others
4533              (like localtime and rand).  The _r versions are available
4534              for all of them, so let's use them.
4535      Branch: perl
4536            ! perl.h
4537 ____________________________________________________________________________
4538 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
4539         Log: (Accidental apply; thankfully empty.)
4540      Branch: perl
4541            ! hints/os390.sh
4542 ____________________________________________________________________________
4543 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
4544         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
4545              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4546              Date: Thu, 16 Aug 2001 16:27:49 +0100
4547              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
4548      Branch: perl
4549            ! regexec.c t/op/re_tests
4550 ____________________________________________________________________________
4551 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
4552         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
4553              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4554              Date: Thu, 16 Aug 2001 18:50:01 +0100
4555              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
4556      Branch: perl
4557            ! pp_hot.c t/op/pat.t
4558 ____________________________________________________________________________
4559 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
4560         Log: Subject: [PATCH] *time_r again
4561              From: "Arthur Bergman" <arthur@contiller.se>
4562              Date: Thu, 16 Aug 2001 16:01:54 +0200
4563              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
4564      Branch: perl
4565            ! op.h
4566 ____________________________________________________________________________
4567 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
4568         Log: system() and backtick error handling cleanup from Craig A. Berry.
4569      Branch: perl
4570            ! vms/vms.c
4571 ____________________________________________________________________________
4572 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
4573         Log: change#10334 leaks memory, copies string when it doesn't
4574              need to
4575      Branch: perl
4576            ! perl.c
4577 ____________________________________________________________________________
4578 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
4579         Log: One more twist to the sprintf + utf8 testing.
4580      Branch: perl
4581            ! t/op/misc.t
4582 ____________________________________________________________________________
4583 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
4584         Log: Fix for 20010407.008 sprintf removes utf8-ness.
4585      Branch: perl
4586            ! pp.c t/op/misc.t
4587 ____________________________________________________________________________
4588 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
4589         Log: Subject: [PATCH] *time_r fixes
4590              From: "Arthur Bergman" <arthur@contiller.se>
4591              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
4592              Date: Thu, 16 Aug 2001 14:22:27 +0200
4593      Branch: perl
4594            ! op.h
4595 ____________________________________________________________________________
4596 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
4597         Log: Upgrade to CGI.pm 2.77.
4598      Branch: perl
4599            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
4600            ! lib/CGI/t/function.t
4601 ____________________________________________________________________________
4602 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
4603         Log: Document the bytes-to-Unicode upgrading.
4604      Branch: perl
4605            ! pod/perlunicode.pod
4606 ____________________________________________________________________________
4607 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
4608         Log: Add a test for Unicode sprintf.
4609      Branch: perl
4610            ! t/op/misc.t
4611 ____________________________________________________________________________
4612 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
4613         Log: Add Unicode tests for index/rindex.
4614      Branch: perl
4615            ! t/op/index.t
4616 ____________________________________________________________________________
4617 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
4618         Log: Document a bit the art of minimizing the installation,
4619              based on the p5p discussion.
4620      Branch: perl
4621            ! INSTALL
4622 ____________________________________________________________________________
4623 [ 11684] By: nick                                  on 2001/08/15  15:03:31
4624         Log: Integrate mainline
4625      Branch: perlio
4626           +> sharedsv.c sharedsv.h
4627           !> (integrate 53 files)
4628 ____________________________________________________________________________
4629 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
4630         Log: Update Changes.
4631      Branch: perl
4632            ! Changes patchlevel.h
4633 ____________________________________________________________________________
4634 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
4635         Log: The #11673 necessitated a test tweak.
4636      Branch: perl
4637            ! t/io/utf8.t
4638 ____________________________________________________________________________
4639 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
4640         Log: Also UNICOS is in the general case unable to silently
4641              handle fp overflows.
4642      Branch: perl
4643            ! numeric.c
4644 ____________________________________________________________________________
4645 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
4646         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
4647              NV_EPSILON #defined.
4648      Branch: perl
4649            ! perl.h
4650 ____________________________________________________________________________
4651 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
4652         Log: Re-establish the fp overflow detection for VAX VMS; there
4653              is no easy way to have the IEEE fp silent overflow semantics.
4654              (in Alpha VMS we still will use IEEE fp by default-- but it
4655              is still possible to configure Perl to use G_FLOAT)
4656      Branch: perl
4657            ! numeric.c
4658 ____________________________________________________________________________
4659 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
4660         Log: Subject: [PATCH] pp_lock 
4661              From: "Arthur Bergman" <arthur@contiller.se>
4662              Date: Wed, 15 Aug 2001 11:52:16 +0200
4663              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
4664      Branch: perl
4665            ! pp.c
4666 ____________________________________________________________________________
4667 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
4668         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
4669              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4670              Date: Wed, 15 Aug 2001 11:32:11 +0100
4671              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
4672      Branch: perl
4673            ! regcomp.c t/op/re_tests
4674 ____________________________________________________________________________
4675 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
4676         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
4677              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4678              Date: Wed, 15 Aug 2001 10:33:49 +0100
4679              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
4680      Branch: perl
4681            ! regexec.c t/op/re_tests
4682 ____________________________________________________________________________
4683 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
4684         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
4685              From: Barrie Slaymaker <barries@slaysys.com>
4686              Date: Tue, 14 Aug 2001 14:32:25 -0400
4687              Message-ID: <20010814143225.A19822@jester.slaysys.com>
4688      Branch: perl
4689            ! lib/File/Spec.t lib/File/Spec/Unix.pm
4690 ____________________________________________________________________________
4691 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
4692         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
4693              From: Peter Prymmer <pvhp@forte.com>
4694              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
4695              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
4696      Branch: perl
4697            ! README.vms configure.com
4698 ____________________________________________________________________________
4699 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
4700         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
4701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4702              Date: Tue, 14 Aug 2001 21:23:27 +0200
4703              Message-ID: <20010814212327.A1919@rafael>
4704      Branch: perl
4705            ! doio.c
4706 ____________________________________________________________________________
4707 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
4708         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
4709              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4710              Date: Tue, 14 Aug 2001 22:30:11 +0200
4711              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
4712              
4713              Combination of nmake, quoting, and Perl expanded $( in here-doc.
4714      Branch: perl
4715            ! ext/SDBM_File/Makefile.PL
4716 ____________________________________________________________________________
4717 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
4718         Log: Todo updates.
4719      Branch: perl
4720            ! pod/perltodo.pod
4721 ____________________________________________________________________________
4722 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
4723         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
4724              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4725              Date: Mon, 13 Aug 2001 23:15:01 +0200
4726              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
4727      Branch: perl
4728            ! sv.c
4729 ____________________________________________________________________________
4730 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
4731         Log: Subject: [PATCH] [b-]showlex.t
4732              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4733              Date: Sun, 12 Aug 2001 22:24:51 +0200
4734              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
4735              
4736              The 4nt command shell will expand the % in command line
4737              no matter what quoting is attempted, changed the % to @.
4738      Branch: perl
4739            ! ext/B/Showlex.t
4740 ____________________________________________________________________________
4741 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
4742         Log: Subject: [PATCH] magic.t
4743              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4744              Date: Sun, 12 Aug 2001 20:49:27 +0200
4745              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
4746      Branch: perl
4747            ! t/op/magic.t
4748 ____________________________________________________________________________
4749 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
4750         Log: Add sharedsv* to the DOSish platforms; plus add
4751              some WinCE files to the list of DOSish files.
4752      Branch: perl
4753            ! NetWare/Makefile Porting/makerel win32/Makefile
4754            ! win32/makefile.mk wince/Makefile.ce
4755 ____________________________________________________________________________
4756 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
4757         Log: More DOSish files.
4758      Branch: perl
4759            ! Porting/makerel
4760 ____________________________________________________________________________
4761 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
4762         Log: Strip CRs from the WinCE files.  Now we need to
4763              figure out in which CRs are really needed: probably
4764              Makefile.ce and the README files, at least, probably
4765              also the registry.bat.
4766      Branch: perl
4767            ! wince/Makefile.ce wince/README.compile wince/README.perlce
4768            ! wince/config.h wince/include/cectype.h wince/include/errno.h
4769            ! wince/include/sys/stat.h wince/include/sys/types.h
4770            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
4771            ! wince/perldll.def wince/registry.bat wince/wince.h
4772            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
4773 ____________________________________________________________________________
4774 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
4775         Log: Add some files to DOSish and writables.
4776      Branch: perl
4777            ! Porting/makerel
4778 ____________________________________________________________________________
4779 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
4780         Log: Compile failure message tidying.
4781      Branch: perl
4782            ! t/lib/1_compile.t
4783 ____________________________________________________________________________
4784 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
4785         Log: The new sharedsv* should be exported only if usethreads.
4786      Branch: perl
4787            ! makedef.pl
4788 ____________________________________________________________________________
4789 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
4790         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
4791              From: Peter Prymmer <pvhp@forte.com>
4792              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
4793              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
4794      Branch: perl
4795            ! README.os390
4796 ____________________________________________________________________________
4797 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
4798         Log: Update Changes.
4799      Branch: perl
4800            ! Changes patchlevel.h
4801 ____________________________________________________________________________
4802 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
4803         Log: Subject: [PATHC] sharedsv.[c|h]
4804              From: "Artur Bergman" <artur@contiller.se>
4805              Date: Mon, 13 Aug 2001 14:38:41 +0200
4806              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
4807              
4808              Subject: [PATCH] embed.pl
4809              From: Arthur Bergman <arthur@contiller.se>
4810              Date: Mon, 13 Aug 2001 14:38:14 +0200
4811              Message-ID: <B79D96D6.3088%arthur@contiller.se>
4812              
4813              Subject: [PATCH] sharedsv cleanups
4814              From: "Arthur Bergman" <arthur@contiller.se>
4815              Date: Mon, 13 Aug 2001 15:14:25 +0200
4816              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
4817              
4818              Plus few tweaks: _init needs to be Adp, the prototypes
4819              should not be revealed unless using ithreads, #endif FOO
4820              must be #endif /* FOO */, adding (parentheses) around
4821              do { } while doesn't work too well.
4822      Branch: perl
4823            + sharedsv.c sharedsv.h
4824            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
4825            ! perl.h perlapi.c pod/perlapi.pod proto.h
4826 ____________________________________________________________________________
4827 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
4828         Log: Subject: Re: END {} blocks run in perl_run
4829              From: Arthur Bergman <arthur@contiller.se>
4830              Date: Mon, 13 Aug 2001 11:11:30 +0200
4831              Message-ID: <B79D6661.3068%arthur@contiller.se>
4832      Branch: perl
4833            ! perl.c
4834 ____________________________________________________________________________
4835 [ 11657] By: nick                                  on 2001/08/13  09:03:02
4836         Log: Integrate mainline
4837      Branch: perlio
4838           +> (branch 326 files)
4839            - (delete 330 files)
4840           !> (integrate 85 files)
4841 ____________________________________________________________________________
4842 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
4843         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
4844              and the Perl will be built to do that by default (adding that
4845              will break scripts having non-UTF-8 binary data, such as Latin-1.)
4846      Branch: perl
4847            ! op.c toke.c utf8.h
4848 ____________________________________________________________________________
4849 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
4850         Log: Unnecessary downgrades.
4851      Branch: perl
4852            ! doop.c
4853 ____________________________________________________________________________
4854 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
4855         Log: Failure not true anymore (probably caused by my broken setup).
4856      Branch: perl
4857            ! t/op/pat.t
4858 ____________________________________________________________________________
4859 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
4860         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
4861              stopped working).
4862      Branch: perl
4863            ! op.h pp_ctl.c regcomp.c
4864 ____________________________________________________________________________
4865 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
4866         Log: There is no IN_UTF8.
4867      Branch: perl
4868            ! utf8.h
4869 ____________________________________________________________________________
4870 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
4871         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
4872      Branch: perl
4873            ! op.c op.h pp_ctl.c regcomp.c
4874 ____________________________________________________________________________
4875 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
4876         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
4877              and a test tweak.
4878      Branch: perl
4879            ! op.c t/pod/find.t
4880 ____________________________________________________________________________
4881 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
4882         Log: Todo updates and fixes.
4883      Branch: perl
4884            ! pod/perltodo.pod
4885 ____________________________________________________________________________
4886 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
4887         Log: Mark tests (and one module) having explicit Latin-1
4888              (and one file having explicit UTF-8) with an explicit
4889              'no utf8' (and one explicit 'use utf8').
4890              
4891              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
4892      Branch: perl
4893            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
4894            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
4895            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
4896 ____________________________________________________________________________
4897 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
4898         Log: Subject: SV: END {} blocks run in perl_run
4899              From: "Arthur Bergman" <arthur@contiller.se>
4900              Date: Sun, 12 Aug 2001 00:34:28 +0200 
4901              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
4902      Branch: perl
4903            ! miniperlmain.c perl.c
4904 ____________________________________________________________________________
4905 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
4906         Log: Typos in #11645.
4907      Branch: perl
4908            ! perl.h
4909 ____________________________________________________________________________
4910 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
4911         Log: On ithreads default to use_reentrant except on naturally
4912              threadsafe platforms.
4913      Branch: perl
4914            ! perl.h
4915 ____________________________________________________________________________
4916 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
4917         Log: (Hopefully) a fix for 20010723.004: make install needs
4918              write permission in build directory.  The problem was
4919              probably caused by overeager sprinkling of the lib/re.pm
4920              dependencies (which was done to guarantee lib/re.pm being
4921              uptodate for parallel makes: now solved by funneling that
4922              through an explicit recursive make in the preplibrary target).
4923      Branch: perl
4924            ! Makefile.SH
4925 ____________________________________________________________________________
4926 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
4927         Log: Dispell the "use utf8" superstition.
4928      Branch: perl
4929            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
4930            ! pod/perlunicode.pod
4931 ____________________________________________________________________________
4932 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
4933         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4934              From: "Abigail" <abigail@foad.org> 
4935              Date: Sat, 11 Aug 2001 23:49:49 +0200
4936              Message-ID: <20010811214950.23255.qmail@foad.org>
4937      Branch: perl
4938            ! t/op/taint.t
4939 ____________________________________________________________________________
4940 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
4941         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4942              From: Abhijit Menon-Sen <ams@wiw.org>
4943              Date: Sat, 11 Aug 2001 06:18:19 +0530
4944              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
4945      Branch: perl
4946            ! mg.c
4947 ____________________________________________________________________________
4948 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
4949         Log: Test for change #11639.
4950      Branch: perl
4951            ! t/op/tiehandle.t
4952 ____________________________________________________________________________
4953 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
4954         Log: Subject: Re: Can't localize *FH, then tie it
4955              From: Abhijit Menon-Sen <ams@wiw.org>
4956              Date: Sun, 12 Aug 2001 16:08:06 +0530
4957              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
4958      Branch: perl
4959            ! pp_hot.c pp_sys.c
4960 ____________________________________________________________________________
4961 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
4962         Log: Drop all the unnecessary "use utf8" clauses and some of
4963              the unnecessary "use bytes" ones.
4964              
4965              TODO: scour the documentation for unnecessary "use utf8"
4966              and prominently display it in perldelta when the time comes.
4967              ("use utf8" should be necessary ONLY if one wants the script
4968              to be in UTF-8.)  Also should be checked in some non-ASCII
4969              non-Latin-1 platform, like EBCDIC.
4970      Branch: perl
4971            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
4972            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
4973 ____________________________________________________________________________
4974 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
4975         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
4976              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
4977              in Unicode handling.
4978      Branch: perl
4979            + t/op/lc.t
4980            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
4981 ____________________________________________________________________________
4982 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
4983         Log: Thinko: we want the flags for native cc, not gcc.
4984      Branch: perl
4985            ! hints/dec_osf.sh
4986 ____________________________________________________________________________
4987 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
4988         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
4989              From: Robin Houston <robin@kitsite.com>
4990              Date: Fri, 10 Aug 2001 14:42:02 +0100
4991              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
4992      Branch: perl
4993            ! pp.c
4994 ____________________________________________________________________________
4995 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
4996         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
4997              From: Abhijit Menon-Sen <ams@wiw.org>
4998              Date: Sat, 11 Aug 2001 16:31:04 +0530
4999              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
5000      Branch: perl
5001            ! op.c
5002 ____________________________________________________________________________
5003 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
5004         Log: Get rid of indread, from Abhijit Menon-Sen.
5005      Branch: perl
5006            ! pp_sys.c
5007 ____________________________________________________________________________
5008 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
5009         Log: CRLFgngngn.
5010      Branch: perl
5011            ! win32/Makefile win32/makefile.mk
5012 ____________________________________________________________________________
5013 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
5014         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
5015      Branch: perl
5016            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5017            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
5018            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
5019            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
5020            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
5021            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
5022            ! win32/Makefile win32/makefile.mk
5023 ____________________________________________________________________________
5024 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
5025         Log: Avoid #elif (less portable than #else #if).
5026      Branch: perl
5027            ! handy.h
5028 ____________________________________________________________________________
5029 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
5030         Log: Subject: patch for perlvar.pod
5031              From: mah@everybody.org (Mark A. Hershberger)
5032              Date: 08 Aug 2001 17:03:16 -0500
5033              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
5034      Branch: perl
5035            ! pod/perlvar.pod
5036 ____________________________________________________________________________
5037 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
5038         Log: cpp commands must start (the # must be) at the column #0.
5039      Branch: perl
5040            ! op.c
5041 ____________________________________________________________________________
5042 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
5043         Log: If using gcc -B/foo/bar makedepend would give
5044              unnecessary warnings about unused -B/foo/bar.
5045      Branch: perl
5046            ! makedepend.SH
5047 ____________________________________________________________________________
5048 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
5049         Log: Update Changes.
5050      Branch: perl
5051            ! Changes patchlevel.h
5052 ____________________________________________________________________________
5053 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
5054         Log: s/z/tz/
5055      Branch: perl
5056            ! pod/perlfaq2.pod
5057 ____________________________________________________________________________
5058 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
5059         Log: Article nit.
5060      Branch: perl
5061            ! pod/perlfaq2.pod
5062 ____________________________________________________________________________
5063 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
5064         Log: Rename lib/unicode files to lib/unicore to avoid
5065              conflicts between core lib/unicode and Unicode::
5066              files in case-ignoring filesystems.
5067      Branch: perl
5068            + (add 325 files)
5069            - (delete 324 files)
5070            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
5071 ____________________________________________________________________________
5072 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
5073         Log: Upgrade to Math::BigInt 1.41.
5074      Branch: perl
5075            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5076 ____________________________________________________________________________
5077 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
5078         Log: Subject: [PATCH] remove PL_na from typemap
5079              From: James <james@rf.net>
5080              Date: Mon, 06 Aug 2001 20:23:15 -0700
5081              Message-ID: <3B6F5F23.A31A81B1@rf.net>
5082              
5083              (had to be manually applied)
5084      Branch: perl
5085            ! lib/ExtUtils/typemap
5086 ____________________________________________________________________________
5087 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
5088         Log: The metaconfig unit changes for #11618.
5089      Branch: metaconfig/U/perl
5090            + d_fpclassl.U i_fp.U
5091 ____________________________________________________________________________
5092 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
5093         Log: Forgot this from #11618.
5094              
5095              NOTE: wince/config_H.ce needs updating.
5096      Branch: perl
5097            ! wince/config.ce
5098 ____________________________________________________________________________
5099 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
5100         Log: Introduce more floating point classifying APIs;
5101              try to define (most importantly) Perl_is{inf,nan}(x).
5102              
5103              For this first cut, assume none such APIs exist in non-UNIXoid
5104              platforms-- this is of course too unkind: Win32 rumoredly has
5105              _fpclass() and _isnan(), and VMS/VOS very probably have some
5106              of the APIs available.     The only thing Perl uses at the moment
5107              is Perl_isnan() (has been in use for a while now).
5108              
5109              NOTE: the Win32 and NetWare config_h.?c need regenerating.
5110      Branch: perl
5111            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5112            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5113            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
5114            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5115            ! vos/config.ga.h win32/config.bc win32/config.gc
5116            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5117            ! win32/config_H.vc wince/config.ce wince/config.h
5118 ____________________________________________________________________________
5119 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
5120         Log: Integrate change #11519 from perlio:
5121              
5122              Avoid testing for (non-)existance of "encoding(xxxx)"
5123              layer is called "encoding" the (xxxx) is an argument.
5124      Branch: perl
5125           !> lib/open.pm
5126 ____________________________________________________________________________
5127 [ 11616] By: nick                                  on 2001/08/09  07:50:24
5128         Log: Integrate mainline
5129      Branch: perlio
5130           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
5131           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
5132           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
5133           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
5134            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5135            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5136           !> (integrate 79 files)
5137 ____________________________________________________________________________
5138 [ 11615] By: nick                                  on 2001/08/09  06:23:44
5139         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
5140              layer is called "encoding" the (xxxx) is an argument.
5141      Branch: perlio
5142            ! lib/open.pm
5143 ____________________________________________________________________________
5144 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
5145         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
5146              From: Paul Johnson <paul@pjcj.net>
5147              Date: Wed, 8 Aug 2001 23:54:17 +0200
5148              Message-ID: <20010808235417.O1006@pjcj.net>
5149      Branch: perl
5150            ! ext/B/B/Concise.pm
5151 ____________________________________________________________________________
5152 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
5153         Log: Make VMS use IEEE math by default; reorder Tru64 hints
5154              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
5155              exception semantics) is always set if using (the new) cc.
5156      Branch: perl
5157            ! configure.com hints/dec_osf.sh
5158 ____________________________________________________________________________
5159 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
5160         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
5161              From: Abhijit Menon-Sen <ams@wiw.org>
5162              Date: Tue, 7 Aug 2001 17:16:05 +0530
5163              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
5164      Branch: perl
5165            ! pp_sys.c
5166 ____________________________________________________________________________
5167 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
5168         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
5169              From: "Craig A. Berry" <craigberry@mac.com>
5170              Date: Tue, 07 Aug 2001 22:27:47 -0500
5171              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
5172      Branch: perl
5173            ! t/run/exit.t
5174 ____________________________________________________________________________
5175 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
5176         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
5177              From: "Craig A. Berry" <craigberry@mac.com>
5178              Date: Tue, 07 Aug 2001 20:01:53 -0500
5179              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
5180      Branch: perl
5181            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
5182 ____________________________________________________________________________
5183 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
5184         Log: Update the magazine information.
5185      Branch: perl
5186            ! pod/perlfaq2.pod
5187 ____________________________________________________________________________
5188 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
5189         Log: Ignore SIGFPE everywhere.
5190      Branch: perl
5191            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
5192 ____________________________________________________________________________
5193 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
5194         Log: With permission, change the licensing of the docs by
5195              TomC (and Gnat) to comply with the rest of Perl.
5196      Branch: perl
5197            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5198            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5199            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5200            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
5201            ! pod/perltootc.pod
5202 ____________________________________________________________________________
5203 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
5204         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
5205              From: Andy Dougherty <doughera@lafayette.edu>
5206              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
5207              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
5208      Branch: perl
5209            ! hints/openbsd.sh
5210 ____________________________________________________________________________
5211 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
5212         Log: Subject: [PATCH] Makefile.SH test_prep dependency
5213              From: Andy Dougherty <doughera@lafayette.edu>
5214              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
5215              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
5216      Branch: perl
5217            ! Makefile.SH
5218 ____________________________________________________________________________
5219 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
5220         Log: Don't autogenerate the headers et alia,
5221              make regen_headers explicitly.
5222      Branch: perl
5223            ! Makefile.SH
5224 ____________________________________________________________________________
5225 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
5226         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
5227              From: Gurusamy Sarathy <gsar@ActiveState.com> 
5228              Date: Tue, 07 Aug 2001 08:33:26 -0700
5229              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
5230              
5231              Unnecessary dependency.
5232      Branch: perl
5233            ! embed.pl
5234 ____________________________________________________________________________
5235 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
5236         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
5237              From: Abhijit Menon-Sen <ams@wiw.org>
5238              Date: Tue, 7 Aug 2001 09:10:54 +0530
5239              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
5240      Branch: perl
5241            ! pp_hot.c
5242 ____________________________________________________________________________
5243 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
5244         Log: Subject: [PATCH perl@11597] B && BEGIN handling
5245              From: "James A. Duncan" <jduncan@fotango.com>
5246              Date: Mon, 6 Aug 2001 17:29:11 +0100
5247              Message-ID: <20010806172911.A2071@fotango.com>
5248              
5249              (the intrpvar.h addition moved to the end for bincompat)
5250      Branch: perl
5251            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
5252 ____________________________________________________________________________
5253 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
5254         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
5255      Branch: perl
5256           !> README.win32
5257 ____________________________________________________________________________
5258 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
5259         Log: fix URLs for fcrypt.c
5260      Branch: maint-5.6/perl
5261            ! README.win32
5262 ____________________________________________________________________________
5263 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
5264         Log: Yet another way to say Infinity: HP-UX calls its "++".
5265      Branch: perl
5266            ! lib/Math/BigInt/t/bigintpm.t
5267 ____________________________________________________________________________
5268 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
5269         Log: Update Changes.
5270      Branch: perl
5271            ! Changes patchlevel.h
5272 ____________________________________________________________________________
5273 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
5274         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
5275      Branch: perl
5276            ! pod/perlfaq5.pod
5277 ____________________________________________________________________________
5278 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
5279         Log: The #11593 wasn't right.
5280      Branch: perl
5281            ! lib/Math/BigInt/t/bigintpm.t
5282 ____________________________________________________________________________
5283 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
5284         Log: Subject: [PATCH: perl@11564] introducing perlivp
5285              From: Prymmer/Kahn <pvhp@best.com>
5286              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
5287              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
5288              
5289              Subject: Re: [PATCH: perl@11564] introducing perlivp
5290              From: Prymmer/Kahn <pvhp@best.com>
5291              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
5292              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
5293      Branch: perl
5294            + utils/perlivp.PL
5295            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
5296            ! win32/Makefile win32/makefile.mk
5297 ____________________________________________________________________________
5298 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
5299         Log: libcs are confused what to call Infinity.
5300      Branch: perl
5301            ! lib/Math/BigInt/t/bigintpm.t
5302 ____________________________________________________________________________
5303 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
5304         Log: Avoid SIGFPE in Tru64.
5305      Branch: perl
5306            ! numeric.c
5307 ____________________________________________________________________________
5308 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
5309         Log: Upgrade to Math::BigInt 1.40.
5310              
5311              NOTE: this patch necessitates doing something about
5312              infinity handling since the new bigintpm.t tests use
5313              infinity, which causes SIGFPEs at least in Tru64.
5314      Branch: perl
5315            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5316            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5317            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5318            ! lib/Math/BigInt/t/mbimbf.t
5319 ____________________________________________________________________________
5320 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
5321         Log: remove hardcoded cmd shell in testsuite
5322      Branch: perl
5323            ! t/op/glob.t t/op/magic.t t/op/stat.t
5324 ____________________________________________________________________________
5325 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
5326         Log: 4-arg select() was busted on windows because change#8178 didn't
5327              make it into mainline
5328      Branch: perl
5329            ! perl.h win32/include/sys/socket.h
5330 ____________________________________________________________________________
5331 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
5332         Log: Rename the Getopt::Long tests to be as they are
5333              in the Getopt::Long official distribution.
5334      Branch: perl
5335            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
5336            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
5337            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5338            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5339            ! MANIFEST
5340 ____________________________________________________________________________
5341 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
5342         Log: Upgrade to Getopt::Long 2.26.
5343      Branch: perl
5344            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
5345            ! MANIFEST lib/Getopt/Long.pm
5346 ____________________________________________________________________________
5347 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
5348         Log: Retract #10874 (the hack should be unnecessary by now)
5349      Branch: perl
5350            ! lib/Test/Harness.pm
5351 ____________________________________________________________________________
5352 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
5353         Log: avoid temp file littering in tests
5354      Branch: perl
5355            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
5356 ____________________________________________________________________________
5357 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
5358         Log: Subject: warning in sv.c: double format, NV arg
5359              From: "Philip Newton" <Philip.Newton@gmx.net>
5360              Date: Sun, 5 Aug 2001 19:41:07 +0200
5361              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
5362      Branch: perl
5363            ! sv.c
5364 ____________________________________________________________________________
5365 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
5366         Log: fix POSIX.t#13 for windos
5367      Branch: perl
5368            ! ext/POSIX/POSIX.t
5369 ____________________________________________________________________________
5370 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
5371         Log: Add a test for PerlIO::Via.
5372      Branch: perl
5373            + ext/PerlIO/t/via.t
5374            ! MANIFEST ext/PerlIO/Via/Via.pm
5375 ____________________________________________________________________________
5376 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
5377         Log: flock() and link() are not available on Windows 9x
5378      Branch: perl
5379            ! win32/config_sh.PL
5380 ____________________________________________________________________________
5381 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
5382         Log: Some Tru64 C compilers have C++ components that confuse
5383              the ccversion parsing.
5384      Branch: perl
5385            ! hints/dec_osf.sh
5386 ____________________________________________________________________________
5387 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
5388         Log: (Reintroduce #11125)
5389              
5390              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
5391              From: Alan Burlison <Alan.Burlison@sun.com> 
5392              Date: Tue, 03 Jul 2001 15:20:13 +0100   
5393              Message-ID: <3B41D49D.A923D4F9@sun.com> 
5394      Branch: perl
5395            ! lib/ExtUtils/MM_Unix.pm
5396 ____________________________________________________________________________
5397 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
5398         Log: Little pointer juggling for HP-UX cc to avoid
5399              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
5400              followed by
5401              "error 1549: Modifiable lvalue required for assignment operator."
5402      Branch: perl
5403            ! hv.c
5404 ____________________________________________________________________________
5405 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
5406         Log: Continuation of #11575: SANY_SEEN completely deprecated,
5407              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
5408              plus a fix for the bug.
5409      Branch: perl
5410            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
5411 ____________________________________________________________________________
5412 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
5413         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
5414              From: Doug MacEachern <dougm@covalent.net>
5415              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
5416              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
5417      Branch: perl
5418            ! sv.c
5419 ____________________________________________________________________________
5420 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
5421         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
5422              the new CANY is the \C.  The problem reported and the
5423              test case supplied in
5424              
5425              Subject: UTF-8 bugs in string length & single line regex matches
5426              From: "Daniel P. Berrange" <dan@berrange.com>
5427              Date: Fri, 3 Aug 2001 11:39:33 +0100
5428              Message-ID: <20010803113932.A19318@berrange.com>
5429      Branch: perl
5430            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
5431            ! t/op/pat.t
5432 ____________________________________________________________________________
5433 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
5434         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
5435              From: Doug MacEachern <dougm@covalent.net>
5436              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
5437              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
5438      Branch: perl
5439            ! perl.c regexec.c
5440 ____________________________________________________________________________
5441 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
5442         Log: The #11572 didn't up the test count.
5443      Branch: perl
5444            ! t/op/length.t
5445 ____________________________________________________________________________
5446 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
5447         Log: Subject: UTF-8 bugs in string length & single line regex matches
5448              From: "Daniel P. Berrange" <dan@berrange.com>
5449              Date: Fri, 3 Aug 2001 11:39:33 +0100         
5450              Message-ID: <20010803113932.A19318@berrange.com>
5451              
5452              (the mg_length() fix)
5453      Branch: perl
5454            ! mg.c t/op/length.t
5455 ____________________________________________________________________________
5456 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
5457         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5458              From: Abhijit Menon-Sen <ams@wiw.org>
5459              Date: Sat, 4 Aug 2001 16:56:35 +0530
5460              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
5461      Branch: perl
5462            ! hv.c
5463 ____________________________________________________________________________
5464 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
5465         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5466              From: Abhijit Menon-Sen <ams@wiw.org>
5467              Date: Sat, 4 Aug 2001 16:16:03 +0530
5468              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
5469      Branch: perl
5470            ! hv.c
5471 ____________________________________________________________________________
5472 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
5473         Log: Subject: Re: [patch] refcount re ops
5474              From: Abhijit Menon-Sen <ams@wiw.org>
5475              Date: Sat, 4 Aug 2001 08:54:55 +0530
5476              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
5477      Branch: perl
5478            ! sv.c
5479 ____________________________________________________________________________
5480 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
5481         Log: Subject: [patch] refcount re ops
5482              From: Doug MacEachern <dougm@covalent.net>
5483              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
5484              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
5485      Branch: perl
5486            ! regcomp.c sv.c
5487 ____________________________________________________________________________
5488 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
5489         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
5490              From: Doug MacEachern <dougm@covalent.net>
5491              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
5492              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
5493      Branch: perl
5494            ! perl.c regexec.c
5495 ____________________________________________________________________________
5496 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
5497         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
5498              From: "Craig A. Berry" <craigberry@mac.com> 
5499              Date: Fri, 03 Aug 2001 16:16:16 -0500
5500              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
5501      Branch: perl
5502            ! t/op/misc.t
5503 ____________________________________________________________________________
5504 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
5505         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
5506              From: John Kristian <jmk2001@engineer.com>
5507              Date: Fri, 03 Aug 2001 00:59:08 -0700
5508              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
5509      Branch: perl
5510            ! win32/win32.c
5511 ____________________________________________________________________________
5512 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
5513         Log: Update Changes.
5514      Branch: perl
5515            ! Changes patchlevel.h
5516 ____________________________________________________________________________
5517 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
5518         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
5519              From: "Craig A. Berry" <craigberry@mac.com>
5520              Date: Thu, 02 Aug 2001 23:15:24 -0500
5521              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
5522      Branch: perl
5523            ! ext/B/Stash.t
5524 ____________________________________________________________________________
5525 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
5526         Log: Subject: [patch] plug PL_cshname leak
5527              From: Doug MacEachern <dougm@covalent.net>
5528              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
5529              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
5530      Branch: perl
5531            ! sv.c
5532 ____________________________________________________________________________
5533 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
5534         Log: Subject: [patch] plug PL_sh_path leak
5535              From: Doug MacEachern <dougm@covalent.net>
5536              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
5537              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
5538      Branch: perl
5539            ! sv.c
5540 ____________________________________________________________________________
5541 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
5542         Log: Subject: [patch] plug PL_regex_padav leaks
5543              From: Doug MacEachern <dougm@covalent.net>
5544              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
5545              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
5546      Branch: perl
5547            ! op.c op.h perl.c
5548 ____________________________________________________________________________
5549 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
5550         Log: Subject: [patch] plug PL_origargv leak
5551              From: Doug MacEachern <dougm@covalent.net>
5552              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
5553              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
5554      Branch: perl
5555            ! perl.c
5556 ____________________________________________________________________________
5557 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
5558         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5559              From: Abhijit Menon-Sen <ams@wiw.org>
5560              Date: Fri, 3 Aug 2001 06:38:11 +0530
5561              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
5562      Branch: perl
5563            ! hv.c
5564 ____________________________________________________________________________
5565 [ 11557] By: nick                                  on 2001/08/03  08:17:38
5566         Log: Integrate mainline
5567      Branch: perlio
5568           +> (branch 47 files)
5569            - lib/Switch/test.pl
5570           !> (integrate 49 files)
5571 ____________________________________________________________________________
5572 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
5573         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
5574              From: "Craig A. Berry" <craigberry@mac.com>
5575              Date: Thu, 02 Aug 2001 12:56:19 -0500
5576              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
5577      Branch: perl
5578            ! ext/B/Showlex.t
5579 ____________________________________________________________________________
5580 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
5581         Log: Be more careful about non-existent files.
5582      Branch: perl
5583            ! lib/File/Copy.pm
5584 ____________________________________________________________________________
5585 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
5586         Log: Subject: [PATCH resend] deparse empty formats
5587              From: Robin Houston <robin@kitsite.com> 
5588              Date: Thu, 2 Aug 2001 14:32:36 +0100
5589              Message-ID: <20010802143236.A894@robin.kitsite.com>
5590      Branch: perl
5591            ! ext/B/B/Deparse.pm
5592 ____________________________________________________________________________
5593 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
5594         Log: Subject: [patch] ithreads + refto fix improvement
5595              From: Doug MacEachern <dougm@covalent.net>
5596              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
5597              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
5598      Branch: perl
5599            ! pp.c
5600 ____________________________________________________________________________
5601 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
5602         Log: Readability nit from Abhijit.
5603      Branch: perl
5604            ! op.c
5605 ____________________________________________________________________________
5606 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
5607         Log: setproctitle() API version nit from Anton Berezin.
5608      Branch: perl
5609            ! mg.c
5610 ____________________________________________________________________________
5611 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
5612         Log: Add PerlCE to the docs.
5613      Branch: perl
5614            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5615            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5616 ____________________________________________________________________________
5617 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
5618         Log: Integrate the PerlCE (WinCE Perl) port;
5619              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
5620      Branch: perl
5621            + README.ce wince/FindExt.pm wince/Makefile.ce
5622            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
5623            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
5624            + wince/bin/search.pl wince/config.ce wince/config.h
5625            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
5626            + wince/dl_win32.xs wince/include/arpa/inet.h
5627            + wince/include/cectype.h wince/include/errno.h
5628            + wince/include/netdb.h wince/include/sys/socket.h
5629            + wince/include/sys/stat.h wince/include/sys/types.h
5630            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
5631            + wince/perl.rc wince/perldll.def wince/perllib.c
5632            + wince/perlmain.c wince/registry.bat wince/runperl.c
5633            + wince/splittree.pl wince/win32.h wince/win32iop.h
5634            + wince/win32thread.c wince/win32thread.h wince/wince.c
5635            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
5636            + wince/xdistclean.ksh wince/xmakediffs.ksh
5637            ! MANIFEST perl.c perl.h perlio.c
5638 ____________________________________________________________________________
5639 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
5640         Log: setproctitle() made simpler.  (This assumes the string is
5641              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
5642              should be used.  Note len, not len + 1.)  BSD-fu from Anton
5643              Berezin.
5644      Branch: perl
5645            ! mg.c
5646 ____________________________________________________________________________
5647 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
5648         Log: Subject: [PATCH] -Wall cleanup: op.c
5649              From: Richard Soderberg <rs@oregonnet.com>
5650              Date: Thu, 2 Aug 2001 00:17:09 -0700
5651              Message-Id: <200108020717.AAA26895@oregonnet.com>
5652              
5653              Subject: [PATCH] -Wall cleanup: sv.c
5654              From: Richard Soderberg <rs@oregonnet.com>
5655              Date: Thu, 2 Aug 2001 00:49:21 -0700
5656              Message-Id: <200108020749.AAA27492@oregonnet.com>
5657      Branch: perl
5658            ! op.c sv.c
5659 ____________________________________________________________________________
5660 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
5661         Log: Update Changes.
5662      Branch: perl
5663            ! Changes patchlevel.h
5664 ____________________________________________________________________________
5665 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
5666         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5667              From: Doug MacEachern <dougm@covalent.net>
5668              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
5669              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
5670      Branch: perl
5671            ! op.c
5672 ____________________________________________________________________________
5673 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
5674         Log: The #11541 didn't work under threads.
5675      Branch: perl
5676            ! op.c
5677 ____________________________________________________________________________
5678 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
5679         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
5680              From: Hugo <hv@crypt.compulink.co.uk>
5681              Date: Fri, 22 Jun 2001 01:19:08 +0100 
5682              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
5683              
5684              (Skip tests if accept() failed)
5685      Branch: perl
5686            ! ext/IO/lib/IO/t/io_unix.t
5687 ____________________________________________________________________________
5688 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
5689         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
5690              From: "Stian Seeberg" <sseeberg@nimsoft.no>
5691              Date: Mon, 30 Jul 2001 12:28:07 +0200
5692              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
5693      Branch: perl
5694            ! perl.h
5695 ____________________________________________________________________________
5696 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
5697         Log: Subject: Pluggable optimizer
5698              From: Simon Cozens <simon@netthink.co.uk>
5699              Date: Wed, 1 Aug 2001 13:57:02 -0700
5700              Message-ID: <20010801135702.I10442@netthink.co.uk>
5701      Branch: perl
5702            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
5703 ____________________________________________________________________________
5704 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
5705         Log: Subject: [ID 20010801.039] perlre.pod message typo
5706              From: Autrijus Tang <autrijus@geb.elixus.org>
5707              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
5708              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
5709      Branch: perl
5710            ! pod/perlre.pod
5711 ____________________________________________________________________________
5712 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
5713         Log: Test for change #11536.
5714      Branch: perl
5715            ! t/op/tiehandle.t
5716 ____________________________________________________________________________
5717 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
5718         Log: More test fixups for #11537.
5719      Branch: perl
5720            ! t/lib/warnings/4lint t/lib/warnings/9enabled
5721 ____________________________________________________________________________
5722 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
5723         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5724              From: Doug MacEachern <dougm@covalent.net>
5725              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
5726              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
5727      Branch: perl
5728            ! op.c t/TestInit.pm
5729 ____________________________________________________________________________
5730 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
5731         Log: Subject: [patch] ithreads + refto bug
5732              From: Doug MacEachern <dougm@covalent.net>
5733              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
5734              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
5735              
5736              (Test in change #11539)
5737      Branch: perl
5738            ! pp.c
5739 ____________________________________________________________________________
5740 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
5741         Log: Subject: [PATCH: perl@11523] fixups for t/harness
5742              From: Prymmer/Kahn <pvhp@best.com>
5743              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
5744              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
5745      Branch: perl
5746            ! t/harness
5747 ____________________________________________________________________________
5748 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
5749         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
5750              From: Prymmer/Kahn <pvhp@best.com>
5751              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
5752              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
5753      Branch: perl
5754            ! win32/Makefile win32/makefile.mk
5755 ____________________________________________________________________________
5756 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
5757         Log: Need to know the number of tests.
5758      Branch: perl
5759            ! t/run/exit.t
5760 ____________________________________________________________________________
5761 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
5762         Log: Subject: Re: new exit tests on VMS
5763              From: "Craig A. Berry" <craigberry@mac.com>
5764              Date: Tue, 31 Jul 2001 12:19:29 -0500
5765              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
5766      Branch: perl
5767            ! t/run/exit.t
5768 ____________________________________________________________________________
5769 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
5770         Log: Retract #11530 (the dTHX is needed under threads)
5771      Branch: perl
5772            ! perlio.c
5773 ____________________________________________________________________________
5774 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
5775         Log: (Retracted by #11531)
5776      Branch: perl
5777            ! perlio.c
5778 ____________________________________________________________________________
5779 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
5780         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
5781              From: Richard Soderberg <rs@crystalflame.net>
5782              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
5783              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
5784      Branch: perl
5785            ! unixish.h
5786 ____________________________________________________________________________
5787 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
5788         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
5789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5790              Date: Tue, 31 Jul 2001 05:39:09 -0400
5791              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
5792              
5793              (with a note about the case of UV being equal to long long)
5794      Branch: perl
5795            ! utils/h2xs.PL
5796 ____________________________________________________________________________
5797 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
5798         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
5799              From: "Craig A. Berry" <craigberry@mac.com>
5800              Date: Tue, 31 Jul 2001 14:57:43 -0500
5801              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
5802      Branch: perl
5803            ! t/io/fs.t
5804 ____________________________________________________________________________
5805 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
5806         Log: Fix for
5807              
5808              Subject: [ID 20010116.001] File::Copy truncates orig file 
5809              From: arbor@al37al08.telecel.pt
5810              Date: Tue, 16 Jan 2001 11:43:02 GMT
5811              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
5812              
5813              (copy($foo, $foo) would truncate $foo)
5814      Branch: perl
5815            ! lib/File/Copy.pm lib/File/Copy.t
5816 ____________________________________________________________________________
5817 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
5818         Log: Metaconfig unit change for #11524.
5819      Branch: metaconfig/U/perl
5820            ! Extras.U
5821 ____________________________________________________________________________
5822 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
5823         Log: Multiple modules didn't work; plus typo fixes.
5824      Branch: perl
5825            ! Configure
5826 ____________________________________________________________________________
5827 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
5828         Log: Update Changes.
5829      Branch: perl
5830            ! Changes patchlevel.h
5831 ____________________________________________________________________________
5832 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
5833         Log: Regen perlapi.
5834      Branch: perl
5835            ! pod/perlapi.pod
5836 ____________________________________________________________________________
5837 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
5838         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
5839              From: Dave Mitchell <davem@fdgroup.co.uk>
5840              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
5841              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
5842      Branch: perl
5843            ! sv.c
5844 ____________________________________________________________________________
5845 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
5846         Log: Regen toc.
5847      Branch: perl
5848            ! pod/perltoc.pod
5849 ____________________________________________________________________________
5850 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
5851         Log: Regen Porting stuff.
5852      Branch: perl
5853            ! Porting/Glossary Porting/config.sh Porting/config_H
5854 ____________________________________________________________________________
5855 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
5856         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
5857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5858              Date: Tue, 31 Jul 2001 05:34:38 -0400
5859              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
5860      Branch: perl
5861            ! utils/h2xs.PL
5862 ____________________________________________________________________________
5863 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
5864         Log: Metaconfig unit change for #11516. 
5865      Branch: metaconfig/U/perl
5866            ! gccvers.U
5867 ____________________________________________________________________________
5868 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
5869         Log: Add -Wall in cflags, not in Configure.
5870              (This way -Wall affects only the core and the core XS,
5871              not user modules' XS.  Concern from Paul Marquess,
5872              implementation idea from Andy Dougherty.)
5873      Branch: perl
5874            ! Configure cflags.SH
5875 ____________________________________________________________________________
5876 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
5877         Log: Metaconfig unit changes for #11514.
5878      Branch: metaconfig
5879            + U/modified/sysman.U
5880            ! U/installdirs/man1dir.U
5881 ____________________________________________________________________________
5882 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
5883         Log: Subject: Configure's detection of system manual
5884              From: Sean Dague <sean@dague.net> 
5885              Date: Sun, 13 May 2001 15:53:15 -0400
5886              Message-ID: <20010513155315.A15833@underhill.dague.net>
5887      Branch: perl
5888            ! Configure
5889 ____________________________________________________________________________
5890 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
5891         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
5892              From: Autrijus Tang <autrijus@autrijus.org> 
5893              Date: Thu, 21 Jun 2001 23:56:48 +0800
5894              Message-Id: <20010621235648.A57340@not.autrijus.org>
5895      Branch: perl
5896            ! pod/perlobj.pod
5897 ____________________________________________________________________________
5898 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
5899         Log: Subject: Typo in DB_File.pm
5900              From: "Philip Newton" <Philip.Newton@gmx.net>
5901              Date: Tue, 31 Jul 2001 06:19:35 +0200
5902              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
5903      Branch: perl
5904            ! ext/DB_File/DB_File.pm
5905 ____________________________________________________________________________
5906 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
5907         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
5908              From: "Stephen P. Potter" <spp@spotter.yi.org>
5909              Date: Wed, 30 May 2001 13:59:34 -0400
5910              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
5911      Branch: perl
5912            ! pod/perlre.pod
5913 ____________________________________________________________________________
5914 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
5915         Log: eval "format foo=" would loop indefinitely; reported in
5916              
5917              Subject: A load of old rubbish
5918              From: Mike Guy <mjtg@cam.ac.uk>
5919              Date: Mon, 14 May 2001 16:12:22 +0100
5920              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
5921              
5922              (The core dumps reported in there already fixed.)
5923      Branch: perl
5924            ! toke.c
5925 ____________________________________________________________________________
5926 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
5927         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
5928      Branch: perl
5929            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
5930            + lib/Switch/t/switch_case.t
5931            - lib/Switch/test.pl
5932            ! MANIFEST lib/Switch.pm
5933 ____________________________________________________________________________
5934 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
5935         Log: Subject: [PATCH @11505] DB_File-1.78
5936              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5937              Date: Mon, 30 Jul 2001 22:54:37 +0100
5938              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
5939      Branch: perl
5940            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5941            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5942 ____________________________________________________________________________
5943 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
5944         Log: Explain in more detail why -pipe and -fno-common are good.
5945      Branch: perl
5946            ! hints/darwin.sh
5947 ____________________________________________________________________________
5948 [ 11506] By: nick                                  on 2001/07/30  14:32:23
5949         Log: Integrate mainline
5950      Branch: perlio
5951           !> INSTALL Makefile.SH doio.c hints/darwin.sh
5952 ____________________________________________________________________________
5953 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
5954         Log: Perl hasn't been putting man pages into $prefix/lib for
5955              a long time now; pointed out by Andy Dougherty. 
5956      Branch: perl
5957            ! hints/darwin.sh
5958 ____________________________________________________________________________
5959 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
5960         Log: Document the extras Configure option.
5961      Branch: perl
5962            ! INSTALL
5963 ____________________________________________________________________________
5964 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
5965         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
5966              everywhere.
5967      Branch: perl
5968           !> doio.c
5969 ____________________________________________________________________________
5970 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
5971         Log: Doubly guard against invoking CPAN if no extras defined,
5972              pointed out by H. Merijn Brand.
5973      Branch: perl
5974            ! Makefile.SH
5975 ____________________________________________________________________________
5976 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
5977         Log: Fix O_RDONLY check to check for O_RDONLY.
5978      Branch: maint-5.6/macperl
5979            ! doio.c
5980 ____________________________________________________________________________
5981 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
5982         Log: Integrate miscellaneous changes from maint-5.6/perl.
5983      Branch: maint-5.6/macperl
5984           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
5985 ____________________________________________________________________________
5986 [ 11499] By: nick                                  on 2001/07/30  06:52:42
5987         Log: Integrate mainline
5988      Branch: perlio
5989           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
5990           +> win32/sync_ext.pl
5991            - win32/sncfnmcs.pl
5992           !> (integrate 71 files)
5993 ____________________________________________________________________________
5994 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
5995         Log: Update Changes.
5996      Branch: perl
5997            ! Changes patchlevel.h
5998 ____________________________________________________________________________
5999 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
6000         Log: Now Configure -Dextras=Foo::Bar and "make install" will
6001              fetch and install Foo::Bar.
6002      Branch: perl
6003            ! Makefile.SH
6004 ____________________________________________________________________________
6005 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
6006         Log: Metaconfig unit change for #11495.
6007      Branch: metaconfig/U/perl
6008            ! Extras.U
6009 ____________________________________________________________________________
6010 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
6011         Log: extras.make, extras.test, and extras.install make targets.
6012      Branch: perl
6013            ! Configure Makefile.SH
6014 ____________________________________________________________________________
6015 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
6016         Log: Metaconfig unit change for #11493.
6017      Branch: metaconfig/U/perl
6018            ! Extras.U
6019 ____________________________________________________________________________
6020 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
6021         Log: Better to have the list of extras in $extras than 'define'.
6022      Branch: perl
6023            ! Configure
6024 ____________________________________________________________________________
6025 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
6026         Log: The metaconfig unit change for #11490.
6027      Branch: metaconfig/U/perl
6028            + Extras.U
6029 ____________________________________________________________________________
6030 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
6031         Log: Missed from #11490 (the required dependency).
6032      Branch: perl
6033            ! Makefile.SH
6034 ____________________________________________________________________________
6035 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
6036         Log: Add the support of asking for extra modules or bundles of modules
6037              to be fetched from the CPAN and installed as a part of the Perl
6038              build process.  None of this installation is yet really done;
6039              only the list is asked, and saved away in extras.lst for
6040              the build and installation process to worry about later.
6041      Branch: perl
6042            ! Configure
6043 ____________________________________________________________________________
6044 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
6045         Log: Beginnings of better Inf and NaN support.
6046              At least toke.c and sv.c still need quite a bit of work.
6047      Branch: perl
6048            ! numeric.c perl.h
6049 ____________________________________________________________________________
6050 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
6051         Log: Top-level Makefile didn't honour OPTIMIZE.
6052      Branch: perl
6053            ! Makefile.SH
6054 ____________________________________________________________________________
6055 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
6056         Log: Update Changes.
6057      Branch: perl
6058            ! Changes patchlevel.h
6059 ____________________________________________________________________________
6060 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
6061         Log: Use Search::Dict 1.02 interface for charinfo().
6062      Branch: perl
6063            ! lib/UnicodeCD.pm
6064 ____________________________________________________________________________
6065 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
6066         Log: Now also allow transforming the read lines before comparing them.
6067              (This will help UnicodeCD.) 
6068      Branch: perl
6069            ! lib/Search/Dict.pm
6070 ____________________________________________________________________________
6071 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
6072         Log: Remove tiehandle code.
6073      Branch: perl
6074            ! lib/UnicodeCD.pm
6075 ____________________________________________________________________________
6076 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
6077         Log: Allow specifying a comparison function for Search::Dict::look().
6078      Branch: perl
6079            ! lib/Search/Dict.pm
6080 ____________________________________________________________________________
6081 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
6082         Log: Small UnicodeCD tweaks.
6083      Branch: perl
6084            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6085 ____________________________________________________________________________
6086 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
6087         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
6088              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6089              Date: Tue, 24 Jul 2001 01:51:32 +0900
6090              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
6091      Branch: perl
6092            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6093 ____________________________________________________________________________
6094 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
6095         Log: Subject: [PATCH] installperl
6096              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6097              Date: Fri, 27 Jul 2001 19:05:04 -0700
6098              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
6099      Branch: perl
6100            ! installperl
6101 ____________________________________________________________________________
6102 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
6103         Log: Subject: [PATCH] Set proper compatibility versions in core
6104              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6105              Date: Fri, 27 Jul 2001 20:01:49 -0700
6106              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
6107      Branch: perl
6108            ! Makefile.SH
6109 ____________________________________________________________________________
6110 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
6111         Log: Metaconfig unit change for #11477.
6112      Branch: metaconfig/U/perl
6113            ! dlsrc.U
6114 ____________________________________________________________________________
6115 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
6116         Log: Subject: [PATCH] Darwin: -fpic not so good
6117              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6118              Date: Fri, 27 Jul 2001 18:57:38 -0700
6119              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
6120      Branch: perl
6121            ! Configure
6122 ____________________________________________________________________________
6123 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
6124         Log: Subject: [PATCH] Clean up Darwin hints
6125              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6126              Date: Fri, 27 Jul 2001 19:13:15 -0700
6127              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
6128      Branch: perl
6129            ! hints/darwin.sh
6130 ____________________________________________________________________________
6131 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
6132         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
6133              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6134              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
6135              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
6136      Branch: perl
6137            ! pod/perlfunc.pod pp.c t/op/split.t
6138 ____________________________________________________________________________
6139 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
6140         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
6141              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6142              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
6143              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
6144      Branch: perl
6145            ! pod/perlvar.pod
6146 ____________________________________________________________________________
6147 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
6148         Log: Subject: [PATCH] fixes to constant.pm documentation
6149              From: Ilmari Karonen <iltzu@sci.fi>
6150              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
6151              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
6152      Branch: perl
6153            ! lib/constant.pm
6154 ____________________________________________________________________________
6155 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
6156         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
6157              From: "Philip Newton" <Philip.Newton@gmx.net>
6158              Date: Fri, 27 Jul 2001 07:51:10 +0200
6159              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
6160      Branch: perl
6161            ! pod/perlport.pod
6162 ____________________________________________________________________________
6163 [ 11471] By: nick                                  on 2001/07/26  06:23:32
6164         Log: Subject:  [PATCH] Doc fix for perlguts / threading
6165              From:  Arthur Bergman <arthur@contiller.se>
6166              Date:  Wed, 25 Jul 2001 11:28:23 +0200
6167              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
6168      Branch: perl
6169            ! pod/perlguts.pod
6170 ____________________________________________________________________________
6171 [ 11470] By: nick                                  on 2001/07/26  06:21:06
6172         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
6173              From:  Philip Newton <Philip.Newton@gmx.net>
6174              Date:  Wed, 25 Jul 2001 08:19:47 +0200
6175              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
6176      Branch: perl
6177            ! INSTALL
6178 ____________________________________________________________________________
6179 [ 11469] By: nick                                  on 2001/07/26  06:20:25
6180         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
6181              From:  Philip Newton <Philip.Newton@gmx.net>
6182              Date:  Wed, 25 Jul 2001 08:12:48 +0200
6183              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
6184      Branch: perl
6185            ! INSTALL
6186 ____________________________________________________________________________
6187 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
6188         Log: More +x.
6189      Branch: perl
6190            ! Porting/makerel
6191 ____________________________________________________________________________
6192 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
6193         Log: Update Changes.
6194      Branch: perl
6195            ! Changes patchlevel.h
6196 ____________________________________________________________________________
6197 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
6198         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
6199              From: "Philip Newton" <Philip.Newton@gmx.net>
6200              Date: Tue, 24 Jul 2001 06:45:55 +0200
6201              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
6202      Branch: perl
6203            ! os2/perlrexx.c
6204 ____________________________________________________________________________
6205 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
6206         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
6207              From: Peter Prymmer <pvhp@forte.com>
6208              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
6209              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
6210      Branch: perl
6211            ! pod/perlport.pod t/io/fs.t vms/test.com
6212 ____________________________________________________________________________
6213 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
6214         Log: Workaround on Cwd bootstrap problem.
6215      Branch: perl
6216            ! lib/ExtUtils/MakeMaker.pm
6217 ____________________________________________________________________________
6218 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
6219         Log: When in Rome, quote like the Romans do.
6220      Branch: perl
6221            ! cflags.SH
6222 ____________________________________________________________________________
6223 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
6224         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
6225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6226              Date: Mon, 23 Jul 2001 19:29:49 -0400
6227              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
6228      Branch: perl
6229            + os2/perlrexx.c
6230            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
6231            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
6232            ! t/op/write.t
6233 ____________________________________________________________________________
6234 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
6235         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
6236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6237              Date: Mon, 23 Jul 2001 18:43:42 -0400
6238              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
6239      Branch: perl
6240            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6241 ____________________________________________________________________________
6242 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
6243         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
6244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6245              Date: Mon, 23 Jul 2001 18:33:16 -0400
6246              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
6247      Branch: perl
6248            ! lib/ExtUtils/MakeMaker.pm
6249 ____________________________________________________________________________
6250 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
6251         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
6252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6253              Date: Mon, 23 Jul 2001 18:20:35 -0400
6254              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
6255      Branch: perl
6256            ! Makefile.SH cflags.SH
6257 ____________________________________________________________________________
6258 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
6259         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
6260              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
6261              Date: Mon, 23 Jul 2001 11:32:17 -0500
6262              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
6263      Branch: perl
6264            ! lib/ExtUtils/MakeMaker.pm
6265 ____________________________________________________________________________
6266 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
6267         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
6268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6269              Date: Mon, 23 Jul 2001 18:13:20 -0400
6270              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
6271      Branch: perl
6272            ! lib/perl5db.pl
6273 ____________________________________________________________________________
6274 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
6275         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
6276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6277              Date: Mon, 23 Jul 2001 18:07:40 -0400
6278              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
6279      Branch: perl
6280            ! op.c
6281 ____________________________________________________________________________
6282 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
6283         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
6284              From: "Craig A. Berry" <craigberry@mac.com>
6285              Date: Mon, 23 Jul 2001 15:35:06 -0500
6286              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
6287      Branch: perl
6288            ! util.c
6289 ____________________________________________________________________________
6290 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
6291         Log: Subject: [PATCH perlfaq9.pod typo]
6292              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
6293              Date: Mon, 23 Jul 2001 07:49:05 -0700
6294              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
6295      Branch: perl
6296            ! pod/perlfaq9.pod
6297 ____________________________________________________________________________
6298 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
6299         Log: Subject: win32\sncfnmcs.pl corrections
6300              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6301              Date: Mon, 23 Jul 2001 12:56:54 +0200
6302              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
6303              
6304              Rename the script a little bit more sensibly.
6305      Branch: perl
6306            + win32/sync_ext.pl
6307            - win32/sncfnmcs.pl
6308            ! MANIFEST README.win32
6309 ____________________________________________________________________________
6310 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
6311         Log: Test tweak.
6312      Branch: perl
6313            ! ext/B/Deparse.t
6314 ____________________________________________________________________________
6315 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
6316         Log: Metaconfig unit tweak for #11450.
6317      Branch: metaconfig/U/perl
6318            ! Mksymlinks.U
6319 ____________________________________________________________________________
6320 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
6321         Log: Too volatile failsafe check.
6322      Branch: perl
6323            ! Configure
6324 ____________________________________________________________________________
6325 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
6326         Log: Further doc tweaks.
6327      Branch: perl
6328            ! lib/UnicodeCD.pm
6329 ____________________________________________________________________________
6330 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
6331         Log: Doc tweaks.
6332      Branch: perl
6333            ! lib/UnicodeCD.pm
6334 ____________________________________________________________________________
6335 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
6336         Log: Doc tweakery from Abhijit.
6337      Branch: perl
6338            ! Porting/repository.pod
6339 ____________________________________________________________________________
6340 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
6341         Log: An accidental empty line.
6342      Branch: perl
6343            ! MANIFEST
6344 ____________________________________________________________________________
6345 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
6346         Log: Missing MANIFESTations.
6347      Branch: perl
6348            ! MANIFEST
6349 ____________________________________________________________________________
6350 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
6351         Log: Update Changes.
6352      Branch: perl
6353            ! Changes patchlevel.h
6354 ____________________________________________________________________________
6355 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
6356         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
6357              From: Mike Guy <mjtg@cam.ac.uk>
6358              Date: Fri, 20 Jul 2001 16:12:49 +0100
6359              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
6360      Branch: perl
6361            ! Porting/pumpkin.pod
6362 ____________________________________________________________________________
6363 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
6364         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6365              From: Peter Prymmer <pvhp@forte.com>
6366              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
6367              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
6368      Branch: perl
6369            ! pod/perlhack.pod
6370 ____________________________________________________________________________
6371 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
6372         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
6373              From: Michael G Schwern <schwern@pobox.com>
6374              Date: Fri, 20 Jul 2001 20:22:35 -0400
6375              Message-ID: <20010720202235.O4498@blackrider>
6376      Branch: perl
6377            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
6378            ! lib/Test/t/todo.t
6379 ____________________________________________________________________________
6380 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
6381         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
6382              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6383              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
6384              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
6385      Branch: perl
6386            ! ext/POSIX/POSIX.pod
6387 ____________________________________________________________________________
6388 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
6389         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
6390              From: Mark-Jason Dominus <mjd@plover.com>
6391              Date: Fri, 20 Jul 2001 23:16:54 -0400
6392              Message-ID: <20010721031654.21877.qmail@plover.com>
6393      Branch: perl
6394            ! ext/POSIX/POSIX.pod
6395 ____________________________________________________________________________
6396 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
6397         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
6398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6399              Date: Sun, 22 Jul 2001 14:56:09 +0200
6400              Message-ID: <20010722145609.A766@rafael>
6401      Branch: perl
6402            ! ext/B/O.pm
6403 ____________________________________________________________________________
6404 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
6405         Log: Subject: regexec.c #define cleanup
6406              From: Mark-Jason Dominus <mjd@plover.com>
6407              Date: Sat, 21 Jul 2001 18:33:25 -0400
6408              Message-ID: <20010721223325.3069.qmail@plover.com>
6409      Branch: perl
6410            ! regexec.c
6411 ____________________________________________________________________________
6412 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
6413         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
6414              From: Prymmer/Kahn <pvhp@best.com>
6415              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
6416              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
6417      Branch: perl
6418            ! t/io/fs.t
6419 ____________________________________________________________________________
6420 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
6421         Log: Typo in #11432.
6422      Branch: perl
6423            ! ext/POSIX/POSIX.t
6424 ____________________________________________________________________________
6425 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
6426         Log: Integrate (manually) change #11424 from macperl.
6427      Branch: perl
6428            ! ext/Filter/t/call.t
6429 ____________________________________________________________________________
6430 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
6431         Log: Integrate change #11408 from macperl.
6432      Branch: perl
6433           !> README.macos pod/perlport.pod
6434 ____________________________________________________________________________
6435 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
6436         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
6437      Branch: perl
6438           +> macos/MacPerlTests.cmd macos/xsubpp.patch
6439            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6440            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
6441            ! ext/POSIX/POSIX.t
6442 ____________________________________________________________________________
6443 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
6444         Log: pod/*.t tests not picked up by t/TEST either
6445      Branch: maint-5.6/perl
6446            ! t/TEST
6447 ____________________________________________________________________________
6448 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
6449         Log: better tweak for change#11429 (windows has both / and \ separated
6450              paths in @INC at that point)
6451      Branch: maint-5.6/perl
6452            ! t/pod/testp2pt.pl
6453 ____________________________________________________________________________
6454 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
6455         Log: MacOS pod test tweak needs \Escape
6456      Branch: maint-5.6/perl
6457            ! t/pod/testp2pt.pl
6458 ____________________________________________________________________________
6459 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
6460         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
6461              resulting duplicate output, but t/harness isn't)
6462      Branch: maint-5.6/perl
6463            ! t/run/runenv.t
6464 ____________________________________________________________________________
6465 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
6466         Log: t/harness wasn't picking up all the tests
6467      Branch: maint-5.6/perl
6468            ! t/harness
6469 ____________________________________________________________________________
6470 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
6471         Log: update MANIFEST for new file
6472      Branch: maint-5.6/perl
6473            ! MANIFEST
6474 ____________________________________________________________________________
6475 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
6476         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
6477              the exception of the macperl/macos/... tree
6478      Branch: maint-5.6/perl
6479           +> t/lib/filefind-taint.t
6480           !> (integrate 72 files)
6481 ____________________________________________________________________________
6482 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
6483         Log: Fix test.
6484      Branch: maint-5.6/macperl
6485            ! macos/bundled_ext/Filter/t/call.t
6486 ____________________________________________________________________________
6487 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
6488         Log: Make perl fork()-safe (in a slightly limited way) even on
6489              platforms that don't have pthread_atfork() (extension of
6490              the fix in change#11151).
6491              
6492              Note that this will not help extensions that call fork()
6493              directly in C, or that link to libraries that call fork()
6494              directly.  Such cases must be fixed to either call
6495              PerlProc_fork(), or call atfork_lock() in parent before the
6496              calling the function that forks and call atfork_unlock()
6497              in both parent and child immediately after the fork().
6498              (There are no worries if C code calls exec() in the child
6499              immediately after a fork().  Only cases where the child
6500              calls perl's API functions (including New()) after the
6501              fork() are problematic.)
6502              
6503              This change also eliminates the use of vfork() from perl,
6504              since all such uses were violating the severe restrictions
6505              on modifying the state of the process between the vfork()
6506              and the exec().
6507              
6508              This is a modified version of patches suggested by Abhijit
6509              Menon-Sen and Richard Soderberg.
6510      Branch: perl
6511            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
6512            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
6513 ____________________________________________________________________________
6514 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
6515         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
6516              Switch, and Text::Balanced.
6517      Branch: maint-5.6/macperl
6518            + macos/bundled_ext/Filter/Util/Call/Call.pm
6519            + macos/bundled_ext/Filter/Util/Call/Call.xs
6520            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
6521            + macos/bundled_ext/Filter/t/MyFilter.pm
6522            + macos/bundled_ext/Filter/t/call.t
6523            + macos/bundled_ext/Filter/t/filter-util.pl
6524            + macos/bundled_lib/blib/lib/Class/ISA.pm
6525            + macos/bundled_lib/blib/lib/Digest.pm
6526            + macos/bundled_lib/blib/lib/Filter/Simple.pm
6527            + macos/bundled_lib/blib/lib/Switch.pm
6528            + macos/bundled_lib/blib/lib/Text/Balanced.pm
6529            + macos/bundled_lib/blib/lib/Text/Balanced.pod
6530            + macos/bundled_lib/t/Class/ISA/test.pl
6531            + macos/bundled_lib/t/Digest/Digest.t
6532            + macos/bundled_lib/t/Filter/Simple/test.pl
6533            + macos/bundled_lib/t/Switch/test.pl
6534            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
6535            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6536            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
6537            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6538            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
6539            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
6540            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6541            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
6542 ____________________________________________________________________________
6543 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
6544         Log: Add Filter::Util::Call to config/make files; edit utils
6545              to recognize the module (it was descended too far down).
6546              Bump version to 5.6.1a4.
6547      Branch: maint-5.6/macperl
6548            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
6549            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
6550            ! macos/macperl/Makefile.mk macos/xsubpp.patch
6551 ____________________________________________________________________________
6552 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
6553         Log: Make DB_File the default for MLDBM on MacOS.
6554      Branch: maint-5.6/macperl
6555            ! macos/bundled_lib/blib/lib/MLDBM.pm
6556 ____________________________________________________________________________
6557 [ 11419] By: nick                                  on 2001/07/20  14:51:03
6558         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
6559              From:  Simon Cozens <simon@netthink.co.uk>
6560              Date:  Fri, 20 Jul 2001 11:42:35 -0400
6561              Message-Id:  <20010720114235.A5235@netthink.co.uk>
6562      Branch: perl
6563            ! lib/UnicodeCD.pm
6564 ____________________________________________________________________________
6565 [ 11418] By: nick                                  on 2001/07/20  14:48:12
6566         Log: Subject:  [PATCH regcomp.h] adds a comment
6567              From:  Abhijit Menon-Sen <ams@wiw.org>
6568              Date:  Fri, 20 Jul 2001 21:05:37 +0530
6569              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
6570      Branch: perl
6571            ! regcomp.h
6572 ____________________________________________________________________________
6573 [ 11417] By: nick                                  on 2001/07/20  14:16:38
6574         Log: Subject:  [PATCH 5.7.2] INSTALL updates
6575              From:  Andy Dougherty <doughera@lafayette.edu>
6576              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
6577              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
6578      Branch: perl
6579            ! INSTALL
6580 ____________________________________________________________________________
6581 [ 11416] By: nick                                  on 2001/07/20  06:44:44
6582         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6583              From:  Russ Allbery <rra@stanford.edu>
6584              Date:  19 Jul 2001 15:52:37 -0700
6585              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
6586      Branch: perl
6587            ! lib/Pod/Man.pm
6588 ____________________________________________________________________________
6589 [ 11415] By: nick                                  on 2001/07/20  06:35:11
6590         Log: Subject:  [PATCH] defer op_seq allocation
6591              From:  Abhijit Menon-Sen <ams@wiw.org>
6592              Date:  Thu, 19 Jul 2001 22:12:24 +0530
6593              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
6594      Branch: perl
6595            ! op.c
6596 ____________________________________________________________________________
6597 [ 11414] By: nick                                  on 2001/07/20  06:23:36
6598         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
6599              From:  Abhijit Menon-Sen <ams@wiw.org>
6600              Date:  Fri, 20 Jul 2001 01:18:50 +0530
6601              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
6602              (Private e-mail)
6603      Branch: perl
6604            ! ext/Time/HiRes/HiRes.xs
6605 ____________________________________________________________________________
6606 [ 11413] By: nick                                  on 2001/07/20  06:18:53
6607         Log: Integrate mainline
6608      Branch: perlio
6609           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
6610            - t/base/commonsense.t
6611           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
6612           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
6613           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
6614           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
6615           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
6616           !> win32/win32.c
6617 ____________________________________________________________________________
6618 [ 11412] By: nick                                  on 2001/07/19  06:44:27
6619         Log: Integrate win32/perlhost.h from maintenance branch.
6620              (Rest of $ENV{PATH} / system() fix.)
6621      Branch: perl
6622           !> win32/perlhost.h
6623 ____________________________________________________________________________
6624 [ 11411] By: nick                                  on 2001/07/19  06:41:34
6625         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
6626              From:  Philip Newton <Philip.Newton@gmx.net>
6627              Date:  Wed, 18 Jul 2001 21:43:57 +0200
6628              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
6629      Branch: perl
6630            ! pod/perlhack.pod
6631 ____________________________________________________________________________
6632 [ 11410] By: nick                                  on 2001/07/19  06:39:35
6633         Log: Subject:  Security hole in taint checking in open()
6634              From:  deekoo@tentacle.net
6635              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
6636              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
6637      Branch: perl
6638            ! doio.c
6639 ____________________________________________________________________________
6640 [ 11409] By: nick                                  on 2001/07/19  06:28:08
6641         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
6642              From:  Abhijit Menon-Sen <ams@wiw.org>
6643              Date:  Thu, 19 Jul 2001 04:30:43 +0530
6644              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
6645      Branch: perl
6646            ! ext/Time/HiRes/HiRes.xs
6647 ____________________________________________________________________________
6648 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
6649         Log: Update docs with latest implementation information and new URLs.
6650      Branch: maint-5.6/macperl
6651            ! README.macos pod/perlport.pod
6652 ____________________________________________________________________________
6653 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
6654         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
6655              Fix BuildRules to accept optimization variables.
6656      Branch: maint-5.6/macperl
6657            + macos/bundled_ext/Digest/MD5/Makefile.mk
6658            ! macos/BuildRules.mk macos/Makefile.mk
6659            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
6660            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
6661 ____________________________________________________________________________
6662 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
6663         Log: Integrate changes 11399,11401
6664      Branch: maint-5.6/macperl
6665           !> win32/perlhost.h win32/win32.c
6666 ____________________________________________________________________________
6667 [ 11405] By: nick                                  on 2001/07/18  06:50:33
6668         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
6669              from perl5.6*
6670      Branch: perl
6671           !> win32/perlhost.h win32/win32.c
6672 ____________________________________________________________________________
6673 [ 11404] By: nick                                  on 2001/07/18  06:43:59
6674         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
6675              From:  hv@crypt0.demon.co.uk
6676              Date:  Wed, 18 Jul 2001 05:58:46 +0100
6677              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
6678      Branch: perl
6679            ! ext/POSIX/POSIX.t
6680 ____________________________________________________________________________
6681 [ 11403] By: nick                                  on 2001/07/18  06:38:57
6682         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
6683              From:  hv@crypt0.demon.co.uk
6684              Date:  Wed, 18 Jul 2001 05:21:54 +0100
6685              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
6686      Branch: perl
6687            ! numeric.c t/op/arith.t
6688 ____________________________________________________________________________
6689 [ 11402] By: nick                                  on 2001/07/18  06:19:17
6690         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
6691              From:  mjd@plover.com
6692              Date:  17 Jul 2001 17:59:20 -0000
6693              Message-Id:  <20010717175920.8177.qmail@plover.com>
6694      Branch: perl
6695            ! pod/perlre.pod
6696 ____________________________________________________________________________
6697 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
6698         Log: thinko in change#11400 (duh)
6699      Branch: maint-5.6/perl
6700            ! win32/perlhost.h
6701 ____________________________________________________________________________
6702 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
6703         Log: change#11399 revealed another unrelated bug; this is just a temporary
6704              bandaid
6705      Branch: maint-5.6/perl
6706            ! win32/perlhost.h
6707 ____________________________________________________________________________
6708 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
6709         Log: fix bugs in handling of the virtualized environment under windows;
6710              there were bugs in propagating any changes to %ENV down to the real
6711              environment when such changes happened in the toplevel process
6712              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
6713              problem identification, and for a part of the fix)
6714      Branch: maint-5.6/perl
6715            ! win32/perlhost.h win32/win32.c
6716 ____________________________________________________________________________
6717 [ 11398] By: nick                                  on 2001/07/17  08:26:35
6718         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6719              From: Peter Prymmer <pvhp@forte.com>
6720              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
6721              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
6722              
6723              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
6724              should not depend on existance of Config.pm
6725      Branch: perl
6726           +> t/lib/commonsense.t
6727            - t/base/commonsense.t
6728            ! MANIFEST t/README
6729 ____________________________________________________________________________
6730 [ 11397] By: nick                                  on 2001/07/17  08:09:58
6731         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
6732              From:  Michael G Schwern <schwern@pobox.com>
6733              Date:  Mon, 16 Jul 2001 18:20:31 -0400
6734              Message-Id:  <20010716182031.A1128@blackrider>
6735      Branch: perl
6736            ! pod/perlhack.pod
6737 ____________________________________________________________________________
6738 [ 11396] By: nick                                  on 2001/07/17  08:04:11
6739         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
6740              From:  Gwyn Judd <b.judd@xtra.co.nz>
6741              Date:  Tue, 17 Jul 2001 20:55:58 +1200
6742              Message-Id:  <20010717205558.A3107@thislove>
6743      Branch: perl
6744            ! pod/perlfunc.pod
6745 ____________________________________________________________________________
6746 [ 11395] By: nick                                  on 2001/07/17  08:02:22
6747         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
6748              From:  Peter Prymmer <pvhp@forte.com>
6749              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
6750              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
6751      Branch: perl
6752            ! t/op/sprintf.t
6753 ____________________________________________________________________________
6754 [ 11394] By: nick                                  on 2001/07/17  07:57:06
6755         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
6756              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
6757              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
6758              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
6759      Branch: perl
6760            ! gv.c
6761 ____________________________________________________________________________
6762 [ 11392] By: nick                                  on 2001/07/17  07:50:12
6763         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
6764              From:  Coral <coral@moonlight.crystalflame.net>
6765              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
6766              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
6767      Branch: perl
6768            ! pp_sys.c thread.h
6769 ____________________________________________________________________________
6770 [ 11391] By: nick                                  on 2001/07/17  07:34:28
6771         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
6772              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6773              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
6774              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
6775      Branch: perl
6776            ! utils/h2xs.PL
6777 ____________________________________________________________________________
6778 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
6779         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
6780              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
6781              and Mac::Apps::Launch, which don't work, and Time::HiRes and
6782              Time::Piece, which don't yet work.
6783      Branch: maint-5.6/macperl
6784            + (add 154 files)
6785 ____________________________________________________________________________
6786 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
6787         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
6788              Also add hack to get around missing setenv for PERL5DB.
6789      Branch: maint-5.6/macperl
6790            ! macos/macish.c macos/macish.h
6791 ____________________________________________________________________________
6792 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
6793         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
6794      Branch: maint-5.6/macperl
6795            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
6796            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
6797 ____________________________________________________________________________
6798 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
6799         Log: Fix up some configuration and make options, add extra
6800              extensions.
6801      Branch: maint-5.6/macperl
6802            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
6803            ! macos/macperl/Makefile.mk
6804 ____________________________________________________________________________
6805 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
6806         Log: From Change 11374 in maintperl.
6807      Branch: maint-5.6/macperl
6808           !> utils/h2ph.PL
6809 ____________________________________________________________________________
6810 [ 11385] By: nick                                  on 2001/07/16  14:12:58
6811         Log: Back out change to h2xs till it passes its test.
6812      Branch: perl
6813            ! utils/h2xs.PL
6814 ____________________________________________________________________________
6815 [ 11384] By: nick                                  on 2001/07/16  14:00:10
6816         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
6817              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6818              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
6819              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
6820      Branch: perl
6821            ! utils/h2xs.PL
6822 ____________________________________________________________________________
6823 [ 11383] By: nick                                  on 2001/07/16  13:53:12
6824         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
6825              From:  Robin Houston <robin@kitsite.com>
6826              Date:  Sun, 15 Jul 2001 18:22:31 +0100
6827              Message-Id:  <20010715182230.A11174@robin>
6828      Branch: perl
6829            ! hints/darwin.sh
6830 ____________________________________________________________________________
6831 [ 11382] By: nick                                  on 2001/07/16  13:52:49
6832         Log: Subject:  [PATCH perl@11372] re_dup
6833              From:  Radu Greab <radu@netsoft.ro>
6834              Date:  Sun, 15 Jul 2001 04:50:06 +0300
6835              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
6836      Branch: perl
6837            ! sv.c
6838 ____________________________________________________________________________
6839 [ 11379] By: nick                                  on 2001/07/16  13:35:39
6840         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
6841              From:  Robin Houston <robin@kitsite.com>
6842              Date:  Sat, 14 Jul 2001 14:28:50 +0100
6843              Message-Id:  <20010714142850.A10205@robin>
6844      Branch: perl
6845            ! ext/B/B/Deparse.pm
6846 ____________________________________________________________________________
6847 [ 11378] By: nick                                  on 2001/07/16  13:30:36
6848         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
6849              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
6850              Date:  Sat, 14 Jul 2001 22:17:42 +0900
6851              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
6852      Branch: perl
6853            + ext/Encode/Encode/euc-jp-0212.enc
6854            ! ext/Encode/Encode/Tcl.pm
6855 ____________________________________________________________________________
6856 [ 11377] By: nick                                  on 2001/07/16  13:17:28
6857         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
6858              From:  Andy Dougherty <doughera@lafayette.edu>
6859              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
6860              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
6861      Branch: perl
6862            ! hints/darwin.sh hints/rhapsody.sh
6863 ____________________________________________________________________________
6864 [ 11376] By: nick                                  on 2001/07/16  09:05:00
6865         Log: Integrate mainline
6866      Branch: perlio
6867           +> ext/Encode/Encode/7bit-greek.enc
6868           +> ext/Encode/Encode/7bit-latin1.enc
6869           +> ext/Encode/Encode/cns11643-1.enc
6870           +> ext/Encode/Encode/cns11643-2.enc
6871           +> ext/Encode/Encode/iso2022-cn.enc
6872           +> ext/Encode/Encode/iso2022-jp1.enc
6873           +> ext/Encode/Encode/iso2022-jp2.enc
6874           !> Changes Configure MANIFEST Makefile.SH
6875           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
6876           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
6877           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
6878           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
6879           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
6880 ____________________________________________________________________________
6881 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
6882         Log: integrate change#11374 from maint-5.6
6883              
6884              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6885      Branch: perl
6886           !> utils/h2ph.PL
6887 ____________________________________________________________________________
6888 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
6889         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6890      Branch: maint-5.6/perl
6891            ! utils/h2ph.PL
6892 ____________________________________________________________________________
6893 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
6894         Log: Update Changes.
6895      Branch: perl
6896            ! Changes patchlevel.h
6897 ____________________________________________________________________________
6898 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
6899         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
6900              From: Jonathan Stowe <gellyfish@gellyfish.com>
6901              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
6902              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
6903      Branch: perl
6904            ! utils/h2xs.PL
6905 ____________________________________________________________________________
6906 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
6907         Log: Subject: patch to add DEL to [:cntrl:]
6908              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6909              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
6910              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
6911      Branch: perl
6912            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
6913 ____________________________________________________________________________
6914 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
6915         Log: Metaconfig unit change for #11369; plus a dependency nit.
6916      Branch: metaconfig
6917            ! U/compline/nblock_io.U
6918      Branch: metaconfig/U/perl
6919            ! Extensions.U
6920 ____________________________________________________________________________
6921 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
6922         Log: #include <stdlib.h> so that exit() is prototyped,
6923              noticed by Hugo.
6924      Branch: perl
6925            ! Configure
6926 ____________________________________________________________________________
6927 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
6928         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6929              From: Peter Prymmer <pvhp@forte.com>
6930              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
6931              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
6932      Branch: perl
6933            ! t/op/sprintf.t
6934 ____________________________________________________________________________
6935 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
6936         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
6937              From: Peter Prymmer <pvhp@forte.com>
6938              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
6939              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
6940      Branch: perl
6941            ! ext/Encode/Encode/Tcl.t
6942 ____________________________________________________________________________
6943 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
6944         Log: Add information about gcc 3.0 basic block profiling.
6945      Branch: perl
6946            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
6947 ____________________________________________________________________________
6948 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
6949         Log: Subject: Error in lib/PerlIO/Via.pm ?
6950              From: Mark-Jason Dominus <mjd@plover.com>
6951              Date: Fri, 13 Jul 2001 15:55:41 -0400
6952              Message-ID: <20010713195541.26751.qmail@plover.com>
6953      Branch: perl
6954            ! ext/PerlIO/Via/Via.pm
6955 ____________________________________________________________________________
6956 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
6957         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
6958              section from the Compiler section.
6959      Branch: perl
6960            ! myconfig.SH
6961 ____________________________________________________________________________
6962 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
6963         Log: Handle glibc style of constant definitions using enum
6964              with intervening #defines; from Brendan O'Dea.
6965      Branch: perl
6966            ! utils/h2ph.PL
6967 ____________________________________________________________________________
6968 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
6969         Log: Add LC_MESSAGES to the locale_h export tag (it already is
6970              in the Makefile.PL and thusly eligible for an XS constant)
6971              (see also maintperl #10543)
6972      Branch: perl
6973            ! ext/POSIX/POSIX.pm
6974 ____________________________________________________________________________
6975 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
6976         Log: Subject: Re: [patch] re_dup
6977              From: Abhijit Menon-Sen <ams@wiw.org>
6978              Date: Fri, 13 Jul 2001 21:41:09 +0530
6979              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
6980      Branch: perl
6981            ! sv.c
6982 ____________________________________________________________________________
6983 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
6984         Log: Subject: [patch] re_dup
6985              From: Doug MacEachern <dougm@covalent.net>
6986              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
6987              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
6988      Branch: perl
6989            ! sv.c
6990 ____________________________________________________________________________
6991 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
6992         Log: Update Changes.
6993      Branch: perl
6994            ! Changes patchlevel.h
6995 ____________________________________________________________________________
6996 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
6997         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
6998              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
6999              Date: Sat, 14 Jul 2001 00:06:30 +0900
7000              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
7001      Branch: perl
7002            + ext/Encode/Encode/7bit-greek.enc
7003            + ext/Encode/Encode/7bit-latin1.enc
7004            + ext/Encode/Encode/cns11643-1.enc
7005            + ext/Encode/Encode/cns11643-2.enc
7006            + ext/Encode/Encode/iso2022-cn.enc
7007            + ext/Encode/Encode/iso2022-jp1.enc
7008            + ext/Encode/Encode/iso2022-jp2.enc
7009            ! MANIFEST ext/Encode/Encode/Tcl.pm
7010            ! ext/Encode/Encode/iso2022-kr.enc
7011 ____________________________________________________________________________
7012 [ 11357] By: nick                                  on 2001/07/13  14:24:06
7013         Log: Blind integrate mainline (as of 5.7.2?)
7014      Branch: perlio
7015           !> AUTHORS Changes Porting/config.sh Porting/config_H
7016           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
7017           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7018           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7019           !> win32/makefile.mk
7020 ____________________________________________________________________________
7021 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
7022         Log: Snip away the devel patchlevel.
7023      Branch: perl
7024            ! patchlevel.h
7025 ____________________________________________________________________________
7026 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
7027         Log: Bump the version to 5.7.2.
7028      Branch: perl
7029            ! Porting/config.sh Porting/config_H patchlevel.h
7030            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7031            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7032            ! win32/makefile.mk
7033 ____________________________________________________________________________
7034 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
7035         Log: Update Changes.
7036      Branch: perl
7037            ! Changes
7038 ____________________________________________________________________________
7039 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
7040         Log: Reword.
7041      Branch: perl
7042            ! AUTHORS
7043 ____________________________________________________________________________
7044 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
7045         Log: AUTHORS update.
7046      Branch: perl
7047            ! AUTHORS
7048 ____________________________________________________________________________
7049 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
7050         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
7051              unless ithreads.
7052      Branch: perl
7053            ! makedef.pl
7054 ____________________________________________________________________________
7055 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
7056         Log: Integrate perlio.
7057      Branch: perl
7058           !> win32/distclean.bat
7059 ____________________________________________________________________________
7060 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
7061         Log: Test the encoding transform only iff we have PerlIO,
7062              noticed by H. Merijn Brand.
7063      Branch: perl
7064            ! ext/PerlIO/t/encoding.t
7065 ____________________________________________________________________________
7066 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
7067         Log: README.netware tweaks from Ananth Kesari.
7068      Branch: perl
7069            ! README.netware
7070 ____________________________________________________________________________
7071 [ 11346] By: nick                                  on 2001/07/13  09:18:51
7072         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
7073              to avoid /unicode vs /Unicode issues.
7074      Branch: perlio
7075            ! win32/distclean.bat
7076 ____________________________________________________________________________
7077 [ 11345] By: nick                                  on 2001/07/13  06:24:18
7078         Log: Integrate mainline
7079      Branch: perlio
7080           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
7081            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
7082           !> (integrate 63 files)
7083 ____________________________________________________________________________
7084 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
7085         Log: Add d_bincompat5005 information to perl -V.
7086      Branch: perl
7087            ! myconfig.SH
7088 ____________________________________________________________________________
7089 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
7090         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
7091              From: Abhijit Menon-Sen <ams@wiw.org>
7092              Date: Fri, 13 Jul 2001 07:12:36 +0530
7093              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
7094      Branch: perl
7095            ! sv.c
7096 ____________________________________________________________________________
7097 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
7098         Log: Remove unicode::distinct, as per Inaba Hiroto.
7099      Branch: perl
7100            - lib/unicode/distinct.pm
7101            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
7102            ! t/lib/1_compile.t
7103 ____________________________________________________________________________
7104 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
7105         Log: Paging for Dr Octothorpe.
7106      Branch: perl
7107            ! pod/perlfaq4.pod
7108 ____________________________________________________________________________
7109 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
7110         Log: cut-n-paste error noticed by mjd.
7111      Branch: perl
7112            ! pod/perlfaq4.pod
7113 ____________________________________________________________________________
7114 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
7115         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
7116              From: Peter Prymmer <pvhp@forte.com>
7117              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
7118              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
7119      Branch: perl
7120            ! pod/perlfaq4.pod
7121 ____________________________________________________________________________
7122 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
7123         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
7124              From: Randall Gellens <randy@qualcomm.com>
7125              Date: Thu, 12 Jul 2001 16:56:23 -0700
7126              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
7127      Branch: perl
7128            ! Porting/repository.pod
7129 ____________________________________________________________________________
7130 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
7131         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
7132      Branch: perl
7133            ! thread.h
7134 ____________________________________________________________________________
7135 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
7136         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
7137              From: coral <coral@moonlight.crystalflame.net>
7138              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
7139              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
7140      Branch: perl
7141            ! thread.h
7142 ____________________________________________________________________________
7143 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
7144         Log: Metaconfig unit change for #11134.
7145      Branch: metaconfig
7146            + U/threads/d_pthread_atfork.U
7147 ____________________________________________________________________________
7148 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
7149         Log: Add HAS_PTHREAD_ATFORK.
7150      Branch: perl
7151            ! Configure NetWare/config.wc NetWare/config_H.wc
7152            ! Porting/Glossary Porting/config.sh Porting/config_H
7153            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7154            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
7155            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7156            ! win32/config.gc win32/config.vc win32/config_H.bc
7157            ! win32/config_H.gc win32/config_H.vc
7158 ____________________________________________________________________________
7159 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
7160         Log: Subject: [PATCH] File::Copy fails on tied handles
7161              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7162              Date: Thu, 12 Jul 2001 15:18:51 -0700
7163              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
7164      Branch: perl
7165            ! lib/File/Copy.pm
7166 ____________________________________________________________________________
7167 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
7168         Log: Subject: [PATCH] Langinfo.t
7169              From: Nicholas Clark <nick@ccl4.org>
7170              Date: Thu, 12 Jul 2001 23:55:38 +0100
7171              Message-ID: <20010712235538.M5827@plum.flirble.org>
7172      Branch: perl
7173            ! ext/I18N/Langinfo/Langinfo.t
7174 ____________________________________________________________________________
7175 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
7176         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
7177              From: Peter Prymmer <pvhp@forte.com>
7178              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
7179              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
7180      Branch: perl
7181            ! pod/perl572delta.pod
7182 ____________________________________________________________________________
7183 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
7184         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
7185              From: Abhijit Menon-Sen <ams@wiw.org>
7186              Date: Fri, 13 Jul 2001 05:21:16 +0530
7187              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
7188      Branch: perl
7189            ! sv.c
7190 ____________________________________________________________________________
7191 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
7192         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
7193              From: Abhijit Menon-Sen <ams@wiw.org>
7194              Date: Fri, 13 Jul 2001 03:04:25 +0530
7195              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
7196      Branch: perl
7197            ! av.c
7198 ____________________________________________________________________________
7199 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
7200         Log: s/^M$//g
7201      Branch: perl
7202            ! win32/Makefile win32/makefile.mk
7203 ____________________________________________________________________________
7204 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
7205         Log: Update Changes.
7206      Branch: perl
7207            ! Changes patchlevel.h
7208 ____________________________________________________________________________
7209 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
7210         Log: Typo spotted by Philip Newton.
7211      Branch: perl
7212            ! pod/perl572delta.pod
7213 ____________________________________________________________________________
7214 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
7215         Log: Subject: [PATCH] fixes perl_clone of perl_clone
7216              From: Artur Bergman <artur@contiller.se>
7217              Date: Thu, 12 Jul 2001 20:57:09 +0200
7218              Message-ID: <B773BFA4.236B%artur@contiller.se>
7219      Branch: perl
7220            ! sv.c
7221 ____________________________________________________________________________
7222 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
7223         Log: Add README.uts from Hal Morris.
7224      Branch: perl
7225            + README.uts
7226            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
7227            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7228 ____________________________________________________________________________
7229 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
7230         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
7231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7232              Date: Thu, 12 Jul 2001 20:32:37 +0200
7233              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
7234      Branch: perl
7235            ! hints/aix.sh
7236 ____________________________________________________________________________
7237 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
7238         Log: Subject: Patch: document reg_data.what member
7239              From: Mark-Jason Dominus <mjd@plover.com>
7240              Message-ID: <20010712182532.14821.qmail@plover.com>
7241              Date: Thu, 12 Jul 2001 14:25:32 -0400
7242      Branch: perl
7243            ! regcomp.c regcomp.h
7244 ____________________________________________________________________________
7245 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
7246         Log: Subject: [PATCH] Perl_re_dup()
7247              From: Abhijit Menon-Sen <ams@wiw.org>
7248              Date: Thu, 12 Jul 2001 23:54:32 +0530
7249              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
7250      Branch: perl
7251            ! embed.h embed.pl perlapi.c proto.h sv.c
7252 ____________________________________________________________________________
7253 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
7254         Log: Regen Configure, modlib, toc.
7255      Branch: perl
7256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7257            ! pod/perlmodlib.pod pod/perltoc.pod
7258 ____________________________________________________________________________
7259 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
7260         Log: The problem seems to be in PerlIO::Layer::->find() not
7261              accepting the ":encoding(blurflur)" arguments.
7262      Branch: perl
7263            ! lib/PerlIO.pm lib/open.pm
7264 ____________________________________________________________________________
7265 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
7266         Log: AIX doc update.
7267      Branch: perl
7268            ! README.aix pod/perl572delta.pod
7269 ____________________________________________________________________________
7270 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
7271         Log: Subject: AIX README update
7272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7273              Date: Thu, 12 Jul 2001 19:28:30 +0200
7274              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
7275      Branch: perl
7276            ! README.aix
7277 ____________________________________________________________________________
7278 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
7279         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
7280              From: Norton Allen <allen@huarp.harvard.edu>
7281              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
7282              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
7283      Branch: perl
7284            ! ext/IO/lib/IO/t/io_unix.t
7285 ____________________________________________________________________________
7286 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
7287         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7288              From: Norton Allen <allen@huarp.harvard.edu>
7289              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
7290              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
7291      Branch: perl
7292            ! README.qnx hints/qnx.sh
7293 ____________________________________________________________________________
7294 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
7295         Log: Subject: [patch] faster PM_GETRE
7296              From: Doug MacEachern <dougm@covalent.net>
7297              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
7298              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
7299      Branch: perl
7300            ! op.h
7301 ____________________________________________________________________________
7302 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
7303         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
7304              From: Doug MacEachern <dougm@covalent.net>
7305              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
7306              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
7307      Branch: perl
7308            ! op.c
7309 ____________________________________________________________________________
7310 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
7311         Log: Tell where the nice Estonian database is.
7312      Branch: perl
7313            ! lib/open.pm
7314 ____________________________________________________________________________
7315 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
7316         Log: Retract #11309 since #11310 is a better fix.
7317      Branch: perl
7318            ! t/lib/1_compile.t
7319 ____________________________________________________________________________
7320 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
7321         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
7322              change#11300 needs to return the status of failed win32_spawnvp())
7323              
7324              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
7325              splitting correctly; remove unused variables; 'require' at run time
7326              rather than 'use' at compile time for I18N::Langinfo, since it
7327              isn't everyware
7328      Branch: perl
7329            ! lib/open.pm win32/win32.c
7330 ____________________________________________________________________________
7331 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
7332         Log: Temporary workaround.
7333      Branch: perl
7334            ! t/lib/1_compile.t
7335 ____________________________________________________________________________
7336 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
7337         Log: UCD typo in #11306 and add also more known-to-be-tested
7338              modules to the skip list.
7339      Branch: perl
7340            ! t/lib/1_compile.t
7341 ____________________________________________________________________________
7342 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
7343         Log: Rename Unicode::UCD to UnicodeCD to avoid
7344              messups with case-insensitive filesystems.
7345      Branch: perl
7346            + lib/UnicodeCD.pm lib/UnicodeCD.t
7347            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
7348            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
7349 ____________________________________________________________________________
7350 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
7351         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
7352              From: daniel@biz.bitpusher.com
7353              Date: Wed, 11 Jul 2001 23:25:47 -0700
7354              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
7355      Branch: perl
7356            ! lib/Tie/Array.pm t/op/splice.t
7357 ____________________________________________________________________________
7358 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
7359         Log: Subject: [PATCH] More accurate line numbers in messages
7360              From: Paul Johnson <paul@pjcj.net>
7361              Date: Thu, 12 Jul 2001 04:14:11 +0200
7362              Message-ID: <20010712041411.A3467@pjcj.net>
7363              
7364              (With prototyping and multiplicity tweaks.)
7365      Branch: perl
7366            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
7367 ____________________________________________________________________________
7368 [ 11304] By: nick                                  on 2001/07/12  12:53:40
7369         Log: Integrate mainline
7370      Branch: perlio
7371           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
7372           !> regexec.c thread.h
7373 ____________________________________________________________________________
7374 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
7375         Log: Cut-and-pasto in #11298.
7376      Branch: perl
7377            ! ext/ByteLoader/bytecode.h
7378 ____________________________________________________________________________
7379 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
7380         Log: Update the AIX known problems section.
7381      Branch: perl
7382            ! pod/perl572delta.pod
7383 ____________________________________________________________________________
7384 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
7385         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
7386              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7387              Date: Thu, 12 Jul 2001 12:16:16 +0200
7388              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
7389      Branch: perl
7390            ! hints/aix.sh
7391 ____________________________________________________________________________
7392 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
7393         Log: Integrate perlio.
7394      Branch: perl
7395           !> makedef.pl win32/win32.c
7396 ____________________________________________________________________________
7397 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
7398         Log: Subject: [PATCH] fix for PMOP threadness failures
7399              From: Artur Bergman <artur@contiller.se>
7400              Date: Thu, 12 Jul 2001 09:48:06 +0200
7401              Message-ID: <B77322D6.22DD%artur@contiller.se>
7402      Branch: perl
7403            ! regexec.c
7404 ____________________________________________________________________________
7405 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
7406         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
7407              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7408              Date: Thu, 12 Jul 2001 09:09:48 +0200
7409              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
7410              
7411              More parentheses to keep bcc happy.
7412      Branch: perl
7413            ! ext/ByteLoader/bytecode.h
7414 ____________________________________________________________________________
7415 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
7416         Log: Subject: Re: [patch] pthread_atfork bandaid
7417              From: Doug MacEachern <dougm@covalent.net>
7418              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
7419              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
7420      Branch: perl
7421            ! thread.h
7422 ____________________________________________________________________________
7423 [ 11296] By: nick                                  on 2001/07/12  11:55:48
7424         Log: Exclude reentrant_buffer from .def file
7425      Branch: perlio
7426            ! makedef.pl
7427 ____________________________________________________________________________
7428 [ 11295] By: nick                                  on 2001/07/12  11:11:44
7429         Log: Honour void-ness of my_exit()
7430      Branch: perlio
7431            ! win32/win32.c
7432 ____________________________________________________________________________
7433 [ 11294] By: nick                                  on 2001/07/12  07:51:04
7434         Log: Integrate mainline
7435      Branch: perlio
7436           +> uts/sprintf_wrap.c
7437           !> (integrate 35 files)
7438 ____________________________________________________________________________
7439 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
7440         Log: Retract #11289.
7441      Branch: perl
7442            ! embed.h embed.pl perl.c proto.h thread.h
7443 ____________________________________________________________________________
7444 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
7445         Log: Now the :locale pseudolayer *almost* works...
7446      Branch: perl
7447            ! lib/open.pm
7448 ____________________________________________________________________________
7449 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
7450         Log: Locale encoding tweaks.
7451      Branch: perl
7452            ! lib/open.pm
7453 ____________________________________________________________________________
7454 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
7455         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
7456              From: Mark-Jason Dominus <mjd@plover.com>
7457              Date: Thu, 12 Jul 2001 00:59:31 -0400
7458              Message-ID: <20010712045931.8543.qmail@plover.com>
7459              
7460              Remove the chmod/umask leading zero warning.
7461      Branch: perl
7462            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
7463            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7464 ____________________________________________________________________________
7465 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
7466         Log: (Retracted by #11289.)
7467      Branch: perl
7468            ! embed.h embed.pl perl.c proto.h thread.h
7469 ____________________________________________________________________________
7470 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
7471         Log: Needed by #11283.
7472      Branch: perl
7473            ! intrpvar.h
7474 ____________________________________________________________________________
7475 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
7476         Log: Metaconfig unit change for #11286.
7477      Branch: metaconfig/U/perl
7478            ! patchlevel.U
7479 ____________________________________________________________________________
7480 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
7481         Log: Subject: Re: [PATCH Configure] perl -V broken
7482              From: Andy Dougherty <doughera@lafayette.edu>
7483              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
7484              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
7485      Branch: perl
7486            ! Configure myconfig.SH
7487 ____________________________________________________________________________
7488 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
7489         Log: Retract #11166 (and #11237).
7490      Branch: perl
7491            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
7492            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
7493            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7494 ____________________________________________________________________________
7495 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
7496         Log: UTS tweaks for Hal Morris.
7497      Branch: perl
7498            + uts/sprintf_wrap.c
7499            ! MANIFEST hints/uts.sh perl.h
7500 ____________________________________________________________________________
7501 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
7502         Log: Subject: [PATCH] Use reentrant API glibc
7503              From: Artur Bergman <artur@contiller.se>
7504              Date: Thu, 12 Jul 2001 00:58:21 +0200
7505              Message-ID: <B772A6AD.2288%artur@contiller.se>
7506      Branch: perl
7507            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
7508            ! sv.c
7509 ____________________________________________________________________________
7510 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
7511         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
7512              From: barries <barries@slaysys.com>
7513              Date: Wed, 11 Jul 2001 15:11:46 -0400
7514              Message-ID: <20010711151146.G24560@jester.slaysys.com>
7515      Branch: perl
7516            ! pp_sys.c t/lib/warnings/doio win32/win32.c
7517 ____________________________________________________________________________
7518 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
7519         Log: Subject: [patch] pthread_atfork bandaid
7520              From: Doug MacEachern <dougm@covalent.net>
7521              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
7522              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
7523      Branch: perl
7524            ! miniperlmain.c perl.c
7525 ____________________________________________________________________________
7526 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
7527         Log: Subject: [patch] perl_clone leaks
7528              From: Doug MacEachern <dougm@covalent.net>
7529              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
7530              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
7531      Branch: perl
7532            ! sv.c
7533 ____________________________________________________________________________
7534 [ 11279] By: nick                                  on 2001/07/11  15:49:38
7535         Log: Integrate mainline
7536      Branch: perlio
7537           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
7538           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
7539           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
7540           +> lib/Term/ANSIColor/README
7541           !> (integrate 54 files)
7542 ____________________________________________________________________________
7543 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
7544         Log: Update Changes.
7545      Branch: perl
7546            ! Changes patchlevel.h
7547 ____________________________________________________________________________
7548 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
7549         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
7550              From: Peter Prymmer <pvhp@forte.com>
7551              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
7552              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
7553              
7554              Backport of embed.pl to 5.003.
7555      Branch: perl
7556            ! embed.pl
7557 ____________________________________________________________________________
7558 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
7559         Log: Subject: Re: POSIX test #14 on UTS 
7560              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7561              Date: Wed, 11 Jul 2001 03:02:14 +0100
7562              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
7563      Branch: perl
7564            ! ext/POSIX/POSIX.t
7565 ____________________________________________________________________________
7566 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
7567         Log: Make the I32 an IV to preserve structure alignment and size.
7568      Branch: perl
7569            ! op.h
7570 ____________________________________________________________________________
7571 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
7572         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
7573              From: "Artur Bergman" <artur@contiller.se>
7574              Date: Wed, 11 Jul 2001 14:23:37 +0200
7575              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
7576              
7577              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
7578      Branch: perl
7579            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
7580            ! pod/perlapi.pod sv.c
7581 ____________________________________________________________________________
7582 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
7583         Log: Tweak until Pod::Parser gets updated.
7584      Branch: perl
7585            ! t/pod/special_seqs.xr
7586 ____________________________________________________________________________
7587 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
7588         Log: File::Spec usage tweak.
7589      Branch: perl
7590            ! lib/ExtUtils.t
7591 ____________________________________________________________________________
7592 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
7593         Log: Integrate #11263 from macperl; macos and macosx updates.
7594      Branch: perl
7595           !> pod/perlport.pod
7596 ____________________________________________________________________________
7597 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
7598         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
7599              From: Peter Prymmer <pvhp@forte.com>
7600              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
7601              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
7602      Branch: perl
7603            + ext/Time/HiRes/hints/dynixptx.pl
7604            ! MANIFEST hints/dynixptx.sh
7605 ____________________________________________________________________________
7606 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
7607         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
7608              From: Nicholas Clark <nick@ccl4.org>
7609              Date: Tue, 10 Jul 2001 23:17:43 +0100
7610              Message-ID: <20010710231742.B59620@plum.flirble.org>
7611      Branch: perl
7612            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
7613 ____________________________________________________________________________
7614 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
7615         Log: Subject: [DOC PATCH] Pluggable runops
7616              From: Paul Johnson <paul@pjcj.net>
7617              Date: Tue, 10 Jul 2001 21:53:28 +0200
7618              Message-ID: <20010710215328.B26577@pjcj.net>
7619      Branch: perl
7620            ! pod/perlguts.pod
7621 ____________________________________________________________________________
7622 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
7623         Log: Subject: [PATCH] Authors
7624              From: Artur Bergman <artur@contiller.se>
7625              Date: Tue, 10 Jul 2001 20:39:12 +0200
7626              Message-ID: <B771186F.21CD%artur@contiller.se>
7627      Branch: perl
7628            ! AUTHORS
7629 ____________________________________________________________________________
7630 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
7631         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
7632              From: Doug MacEachern <dougm@covalent.net>
7633              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
7634              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
7635      Branch: perl
7636            ! pp_ctl.c
7637 ____________________________________________________________________________
7638 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
7639         Log: Subject: doc patch; times() in scalar context
7640              From: mjd@plover.com
7641              Date: 10 Jul 2001 18:01:17 -0000
7642              Message-ID: <20010710180117.12477.qmail@plover.com>
7643      Branch: perl
7644            ! pod/perlfunc.pod
7645 ____________________________________________________________________________
7646 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
7647         Log: Subject: [PATCH] Small fix to pp_gmtime
7648              From: Artur Bergman <artur@contiller.se>
7649              Date: Tue, 10 Jul 2001 19:54:52 +0200
7650              Message-ID: <B7710E0B.21C5%artur@contiller.se>
7651      Branch: perl
7652            ! pp_sys.c
7653 ____________________________________________________________________________
7654 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
7655         Log: Integrate changes from mainline perl, add notes about
7656              Mac OS X and Mac OS.
7657      Branch: maint-5.6/macperl
7658            ! pod/perlport.pod
7659 ____________________________________________________________________________
7660 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
7661         Log: A proof of the dangers of package; ?
7662      Branch: perl
7663            ! t/lib/warnings/op
7664 ____________________________________________________________________________
7665 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
7666         Log: Regen toc and modlib.
7667      Branch: perl
7668            ! pod/perlmodlib.pod pod/perltoc.pod
7669 ____________________________________________________________________________
7670 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
7671         Log: Add compexcl(), casefold(), and casespec() interfaces;
7672              and make all interfaces to return hash references instead
7673              of hashes. 
7674      Branch: perl
7675            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7676 ____________________________________________________________________________
7677 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
7678         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
7679              From: "Philip Newton" <Philip.Newton@gmx.net>
7680              Date: Tue, 10 Jul 2001 09:55:59 +0200
7681              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
7682              
7683              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
7684              From: "Philip Newton" <Philip.Newton@gmx.net>
7685              Date: Tue, 10 Jul 2001 09:56:37 +0200
7686              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
7687      Branch: perl
7688            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7689            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
7690 ____________________________________________________________________________
7691 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
7692         Log: Subject: [patch] undef &xsub for 1,2
7693              From: Doug MacEachern <dougm@covalent.net>
7694              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
7695              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
7696              
7697              (This version of the patch with a comment from Gisle.)
7698      Branch: perl
7699            ! op.c
7700 ____________________________________________________________________________
7701 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
7702         Log: Mention package; deprecation and the Win32 problems.
7703      Branch: perl
7704            ! pod/perl572delta.pod
7705 ____________________________________________________________________________
7706 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
7707         Log: Subject: [PATCH] deprecate package with no arguments
7708              From: Robin Houston <robin@kitsite.com>
7709              Date: Tue, 10 Jul 2001 13:33:40 +0100
7710              Message-ID: <20010710133340.A13452@robin.kitsite.com>
7711      Branch: perl
7712            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
7713 ____________________________________________________________________________
7714 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
7715         Log: Upgrade to podlators 1.10.
7716      Branch: perl
7717            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
7718            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7719            ! pod/pod2man.PL pod/pod2text.PL
7720 ____________________________________________________________________________
7721 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
7722         Log: Upgrade to Term::ANSIColor 1.04.
7723      Branch: perl
7724            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
7725            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
7726 ____________________________________________________________________________
7727 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
7728         Log: Integrate perlio (the right fix for the ":layer(args)")
7729      Branch: perl
7730           !> perlio.c
7731 ____________________________________________________________________________
7732 [ 11252] By: nick                                  on 2001/07/10  06:58:14
7733         Log: Fix open(...,"...:layer(xxx)",...)
7734              - use memEQ not strEQ as there is '(' not '\0'
7735      Branch: perlio
7736            ! perlio.c
7737 ____________________________________________________________________________
7738 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
7739         Log: Telling the number of tests helps.
7740      Branch: perl
7741            ! ext/PerlIO/t/encoding.t
7742 ____________________________________________________________________________
7743 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
7744         Log: Require I18N::Langinfo, not use.
7745      Branch: perl
7746            ! lib/open.pm
7747 ____________________________________________________________________________
7748 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
7749         Log: Add a test for for PerlIO ":encoding(...)" layer.
7750      Branch: perl
7751            + ext/PerlIO/t/encoding.t
7752            ! MANIFEST ext/Encode/Encode.pm
7753 ____________________________________________________________________________
7754 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
7755         Log: PerlIO ":encoding(foobar)" temporary fix.
7756              Not really correct, I think, since the change means
7757              that prefixes match.
7758      Branch: perl
7759            ! perlio.c
7760 ____________________________________________________________________________
7761 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
7762         Log: Update to Math::BigInt 1.36.  The biggest news is
7763              the separation of the backend; now the pure Perl
7764              implementation is in Math::BigInt::Calc, but one
7765              can plugin, say, Math::BigInt::BitVect, and get
7766              considerable speedup.
7767      Branch: perl
7768            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
7769            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7770            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7771            ! lib/Math/BigInt/t/mbimbf.t
7772 ____________________________________________________________________________
7773 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
7774         Log: Subject: Re: compatibility question
7775              From: Peter Prymmer <pvhp@forte.com>
7776              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
7777              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
7778      Branch: perl
7779            ! lib/ExtUtils/MM_VMS.pm
7780 ____________________________________________________________________________
7781 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
7782         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
7783              From: Norton Allen <allen@huarp.harvard.edu>
7784              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
7785              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
7786      Branch: perl
7787            ! ext/File/Glob/t/basic.t
7788 ____________________________________________________________________________
7789 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
7790         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
7791              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7792              Date: Tue, 10 Jul 2001 00:29:55 +0900
7793              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
7794      Branch: perl
7795            + ext/Encode/Encode/HZ.enc
7796            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
7797            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7798            ! ext/Encode/Encode/iso2022-jp.enc
7799            ! ext/Encode/Encode/iso2022-kr.enc
7800 ____________________________________________________________________________
7801 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
7802         Log: Add in all them there macos/ files.
7803      Branch: maint-5.6/macperl
7804            + (add 577 files)
7805 ____________________________________________________________________________
7806 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
7807         Log: Add the new modules to the list of having those own tests.
7808      Branch: perl
7809            ! t/lib/1_compile.t
7810 ____________________________________________________________________________
7811 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
7812         Log: Add INOUT to control both ways at the same time.
7813      Branch: perl
7814            ! lib/open.pm
7815 ____________________________________________________________________________
7816 [ 11240] By: nick                                  on 2001/07/09  16:33:50
7817         Log: Integrate mainline
7818      Branch: perlio
7819           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7820           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
7821           !> (integrate 41 files)
7822 ____________________________________________________________________________
7823 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
7824         Log: More encoding mapping magic.
7825      Branch: perl
7826            ! lib/open.pm
7827 ____________________________________________________________________________
7828 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
7829         Log: Update Changes.
7830      Branch: perl
7831            ! Changes patchlevel.h
7832 ____________________________________________________________________________
7833 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
7834         Log: (Retracted by #11285).
7835              
7836              Subject: [PATCH] OPpCONST_OCTAL fixes
7837              From: Abhijit Menon-Sen <ams@wiw.org>
7838              Date: Mon, 9 Jul 2001 07:38:45 +0530
7839              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
7840      Branch: perl
7841            ! op.c
7842 ____________________________________________________________________________
7843 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
7844         Log: Add a pseudolayer ":locale" to the open pragma which
7845              will get the encoding from the locale.  Yet undocumented
7846              because I can't get the PerlIO :encoding(foobar) to work.
7847      Branch: perl
7848            ! ext/Encode/Encode.pm lib/open.pm
7849 ____________________________________________________________________________
7850 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
7851         Log: Add more encoding mappings.
7852      Branch: perl
7853            ! ext/Encode/Encode.pm
7854 ____________________________________________________________________________
7855 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
7856         Log: Document that using :encoding layer requires using Encode.
7857      Branch: perl
7858            ! ext/Encode/Encode.pm lib/PerlIO.pm
7859 ____________________________________________________________________________
7860 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
7861         Log: Netware tweak from Ananth Kesari.
7862      Branch: perl
7863            ! NetWare/netware.h
7864 ____________________________________________________________________________
7865 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
7866         Log: t/harness doesn't know about run/*.t
7867      Branch: perl
7868            ! t/harness
7869 ____________________________________________________________________________
7870 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
7871         Log: run/exit.t busted on windows
7872      Branch: perl
7873            ! t/run/exit.t
7874 ____________________________________________________________________________
7875 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
7876         Log: fix a couple of UCD.t tests that fail due to bad case
7877      Branch: perl
7878            ! lib/Unicode/UCD.t
7879 ____________________________________________________________________________
7880 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
7881         Log: test skip logic was broken
7882      Branch: perl
7883            ! ext/I18N/Langinfo/Langinfo.t
7884 ____________________________________________________________________________
7885 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
7886         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
7887              failure of ExtUtils.t#27 when built in debug mode)
7888      Branch: perl
7889            ! lib/ExtUtils/MM_Win32.pm
7890 ____________________________________________________________________________
7891 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
7892         Log: I18N::Langinfo is not available on windows
7893      Branch: perl
7894            ! win32/FindExt.pm
7895 ____________________________________________________________________________
7896 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
7897         Log: save a dTHX
7898      Branch: perl
7899            ! ext/POSIX/POSIX.xs
7900 ____________________________________________________________________________
7901 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
7902         Log: Update Changes.
7903      Branch: perl
7904            ! Changes patchlevel.h
7905 ____________________________________________________________________________
7906 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
7907         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
7908              as pointed out by Sarathy.
7909      Branch: perl
7910            ! ext/I18N/Langinfo/Langinfo.xs
7911 ____________________________________________________________________________
7912 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
7913         Log: Retract #11212.
7914      Branch: perl
7915            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7916 ____________________________________________________________________________
7917 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
7918         Log: Bump up the VERSION of Cwd.xs.
7919      Branch: perl
7920            ! ext/Cwd/Makefile.PL
7921 ____________________________________________________________________________
7922 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
7923         Log: Retract #11220, the problem wasn't the missing leading zero.
7924              Here's the problem:
7925              $ ./perl -we 'chmod(oct("755"), ".")'
7926              Non-octal literal mode (493) specified at -e line 1.
7927              (Did you mean 0493 instead?)
7928      Branch: perl
7929            ! lib/ExtUtils/MM_Unix.pm
7930 ____________________________________________________________________________
7931 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
7932         Log: (Retracted by #11221)
7933              Change the PERM_RW and PERM_RWX to 0644 and 0755
7934              (add the leading zero).
7935      Branch: perl
7936            ! lib/ExtUtils/MM_Unix.pm
7937 ____________________________________________________________________________
7938 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
7939         Log: Integrate changes #11193, 11205, 11209 from macperl.
7940              
7941              Fix up AutoLoader to fudge for Mac paths in import().
7942              
7943              Allow symbols in try_symbol() to begin with "_".
7944              
7945              Small portability fix for Mac OS.
7946      Branch: perl
7947           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
7948 ____________________________________________________________________________
7949 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
7950         Log: Metaconfig unit change for #11217.
7951      Branch: metaconfig/U/perl
7952            ! Extensions.U
7953 ____________________________________________________________________________
7954 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
7955         Log: Detypo, problem noticed by Gerrit P. Haase.
7956      Branch: perl
7957            ! Configure config_h.SH
7958 ____________________________________________________________________________
7959 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
7960         Log: Cwd cleanups.
7961      Branch: perl
7962            ! ext/Cwd/Cwd.xs
7963 ____________________________________________________________________________
7964 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
7965         Log: Slight tweaks on #11213.
7966      Branch: perl
7967            ! toke.c
7968 ____________________________________________________________________________
7969 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
7970         Log: A missing dTHX noticed by Gerrit P. Haase.
7971      Branch: perl
7972            ! ext/POSIX/POSIX.xs
7973 ____________________________________________________________________________
7974 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
7975         Log: Subject: [PATCH toke.c] Simplify yytoke()
7976              From: Simon Cozens <simon@netthink.co.uk>
7977              Date: Sun, 8 Jul 2001 13:24:34 +0100
7978              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
7979              
7980              Split out pending_ident().
7981      Branch: perl
7982            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
7983 ____________________________________________________________________________
7984 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
7985         Log: (Retracted by #11223.)
7986              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
7987              Date: Wed, 05 Nov 1997 17:22:34 -0600
7988              From: Graham Barr <gbarr@ti.com>
7989              Message-Id: <3460FFBA.6DA51F46@ti.com>
7990      Branch: perl
7991            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7992 ____________________________________________________________________________
7993 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
7994         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
7995      Branch: perl
7996            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7997            ! pod/perllocale.pod
7998 ____________________________________________________________________________
7999 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
8000         Log: Really do the test under the C locale.
8001      Branch: perl
8002            ! ext/I18N/Langinfo/Langinfo.t
8003 ____________________________________________________________________________
8004 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
8005         Log: Small portability fix for Mac OS.
8006      Branch: maint-5.6/macperl
8007            ! lib/Cwd.pm
8008 ____________________________________________________________________________
8009 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
8010         Log: Metaconfig unit change for #11207.
8011      Branch: metaconfig/U/perl
8012            ! Extensions.U
8013 ____________________________________________________________________________
8014 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
8015         Log: Add I18N::Langinfo, which is basically a wrapper around
8016              nl_langinfo(), which is an additional way to query locale
8017              specific information.
8018      Branch: perl
8019            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8020            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8021            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
8022 ____________________________________________________________________________
8023 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
8024         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
8025              used in File::Find tests; replace with if.t.
8026      Branch: maint-5.6/macperl
8027            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
8028            ! t/pragma/warn/op
8029 ____________________________________________________________________________
8030 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
8031         Log: Allow symbols in try_symbol() to begin with "_".
8032      Branch: maint-5.6/macperl
8033            ! makedef.pl
8034 ____________________________________________________________________________
8035 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
8036         Log: Sync up the File::Find changes from the rewrite by
8037              Thomas Wegner, et al.
8038      Branch: maint-5.6/macperl
8039            + t/lib/filefind-taint.t
8040            ! lib/File/Find.pm t/lib/filefind.t
8041 ____________________________________________________________________________
8042 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
8043         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
8044              From: Thomas Wegner <wegner_thomas@yahoo.com>
8045              Date: Thu, 5 Jul 2001 20:31:25 +0200
8046              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
8047      Branch: maint-5.6/macperl
8048            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
8049 ____________________________________________________________________________
8050 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
8051         Log: Some more test portability fixes.
8052      Branch: maint-5.6/macperl
8053            ! t/lib/filecopy.t t/pragma/warn/pp_sys
8054 ____________________________________________________________________________
8055 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
8056         Log: The #11200 removed wrong (non-existent) target.  Duh.
8057      Branch: perl
8058            ! Makefile.SH
8059 ____________________________________________________________________________
8060 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
8061         Log: Zap the lib/re.pm before creating it.
8062      Branch: perl
8063            ! Makefile.SH
8064 ____________________________________________________________________________
8065 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
8066         Log: Another test.  Please ignore.
8067      Branch: maint-5.6/macperl
8068            ! README.macos
8069 ____________________________________________________________________________
8070 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
8071         Log: Portability fixes for a lot of tests, especially IO-related
8072              tests, and warnings, and the harness script.
8073      Branch: maint-5.6/macperl
8074            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
8075            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
8076            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
8077            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
8078            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
8079            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
8080            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
8081            ! t/pragma/warnings.t
8082 ____________________________________________________________________________
8083 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
8084         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
8085              From: Nicholas Clark <nick@ccl4.org>
8086              Date: Sat, 7 Jul 2001 21:00:17 +0100
8087              Message-ID: <20010707210017.H59620@plum.flirble.org>
8088      Branch: perl
8089            ! lib/h2xs.t
8090 ____________________________________________________________________________
8091 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
8092         Log: The UNICOS/mk SysV IPC problem has been fixed.
8093      Branch: perl
8094            ! pod/perl572delta.pod
8095 ____________________________________________________________________________
8096 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
8097         Log: Slight update tweaks on perlunicode.pod.
8098      Branch: perl
8099            ! pod/perlunicode.pod
8100 ____________________________________________________________________________
8101 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
8102         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
8103              From: Mark-Jason Dominus <mjd@plover.com>
8104              Date: Sat, 07 Jul 2001 13:04:04 -0400
8105              Message-ID: <20010707170404.32694.qmail@plover.com>
8106      Branch: perl
8107            ! ext/DB_File/DB_File.pm
8108 ____________________________________________________________________________
8109 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
8110         Log: Fix up AutoLoader to fudge for Mac paths in import().
8111      Branch: maint-5.6/macperl
8112            ! lib/AutoLoader.pm
8113 ____________________________________________________________________________
8114 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
8115         Log: Try to force the lib/re.pm to be there before entering
8116              the extensions builds, should help for parallel makes.
8117      Branch: perl
8118            ! Makefile.SH
8119 ____________________________________________________________________________
8120 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
8121         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8122              From: Norton Allen <allen@huarp.harvard.edu>
8123              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
8124              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
8125      Branch: perl
8126            ! ext/POSIX/POSIX.xs
8127 ____________________________________________________________________________
8128 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
8129         Log: Subject: [PATCH] Re: op/arith.t
8130              From: Nicholas Clark <nick@ccl4.org>
8131              Date: Sat, 7 Jul 2001 13:04:54 +0100
8132              Message-ID: <20010707130454.D59620@plum.flirble.org>
8133      Branch: perl
8134            ! numeric.c toke.c
8135 ____________________________________________________________________________
8136 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
8137         Log: Subject: [PATCH] h2xs
8138              From: Nicholas Clark <nick@ccl4.org>
8139              Date: Fri, 6 Jul 2001 23:25:14 +0100
8140              Message-ID: <20010706232514.X59620@plum.flirble.org>
8141      Branch: perl
8142            ! utils/h2xs.PL
8143 ____________________________________________________________________________
8144 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
8145         Log: Subject: Re: bleedperl perl_alloc..free leakage
8146              From: Radu Greab <radu@netsoft.ro>
8147              Date: Fri, 6 Jul 2001 19:48:54 +0300
8148              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
8149              
8150              Leak-be-gone.
8151      Branch: perl
8152            ! op.c
8153 ____________________________________________________________________________
8154 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
8155         Log: Test again.  Please ignore.
8156      Branch: maint-5.6/macperl
8157            ! README.macos
8158 ____________________________________________________________________________
8159 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
8160         Log: Test.  Please ignore.
8161      Branch: maint-5.6/macperl
8162            ! README.macos
8163 ____________________________________________________________________________
8164 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
8165         Log: Include changes already sent in separately as patches,
8166              before branch was created.
8167      Branch: maint-5.6/macperl
8168            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
8169            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
8170            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
8171            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
8172            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
8173            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
8174            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
8175            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
8176            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
8177            ! t/pragma/strict.t
8178 ____________________________________________________________________________
8179 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
8180         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8181              From: Norton Allen <allen@huarp.harvard.edu>
8182              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8183              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8184      Branch: perl
8185            ! utf8.h
8186 ____________________________________________________________________________
8187 [ 11183] By: nick                                  on 2001/07/06  16:27:40
8188         Log: Integrate mainline
8189      Branch: perlio
8190           +> (branch 42 files)
8191            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
8192            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
8193            - win32/bin/mdelete.bat
8194           !> (integrate 215 files)
8195 ____________________________________________________________________________
8196 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
8197         Log: The #11166 needed also these updated.
8198      Branch: perl
8199            ! lib/warnings.pm warnings.h
8200 ____________________________________________________________________________
8201 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
8202         Log: Update Changes.
8203      Branch: perl
8204            ! Changes patchlevel.h
8205 ____________________________________________________________________________
8206 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
8207         Log: Regen toc.
8208      Branch: perl
8209            ! pod/perltoc.pod
8210 ____________________________________________________________________________
8211 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
8212         Log: Nit from Abhijit.
8213      Branch: perl
8214            ! lib/CPAN.pm
8215 ____________________________________________________________________________
8216 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
8217         Log: Retract #11172.
8218      Branch: perl
8219            ! t/op/method.t
8220 ____________________________________________________________________________
8221 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
8222         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8223              From: Norton Allen <allen@huarp.harvard.edu>
8224              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8225              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8226      Branch: perl
8227            ! lib/Cwd.pm
8228 ____________________________________________________________________________
8229 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
8230         Log: (Accidentally empty check-in.)
8231      Branch: perl
8232            ! utf8.h
8233 ____________________________________________________________________________
8234 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
8235         Log: Retract #11165 since Sarathy pointed out it'll not
8236              work properly under threads, the problem should be
8237              solved using "the savestack, either via SSNEW() or
8238              using a newSVpv()+SAVEFREESV() combo."
8239      Branch: perl
8240            ! ext/POSIX/POSIX.xs
8241 ____________________________________________________________________________
8242 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
8243         Log: Retract #11125 since NI-S pointed out it'll not work in
8244              cases where the extension has their own handcrafted INC
8245              et alia.
8246      Branch: perl
8247            ! lib/ExtUtils/MM_Unix.pm
8248 ____________________________________________________________________________
8249 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
8250         Log: Subject: RE: [PATCH] -I and MakeMaker again
8251              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8252              Date: Fri, 6 Jul 2001 09:18:29 +0200
8253              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
8254      Branch: perl
8255            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
8256            ! lib/ExtUtils/MM_Win32.pm
8257 ____________________________________________________________________________
8258 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
8259         Log: (Retracted by #11178)
8260              Subject: [PATCH t/op/method.t] SUPER:: strangeness
8261              From: Piers Cawley <pdcawley@iterative-software.com>
8262              Date: 06 Jul 2001 10:49:01 +0100
8263              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
8264      Branch: perl
8265            ! t/op/method.t
8266 ____________________________________________________________________________
8267 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
8268         Log: VOS README update from Paul Green.
8269      Branch: perl
8270            ! README.vos
8271 ____________________________________________________________________________
8272 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
8273         Log: Subject: [PATCH README.qnx hints/qnx.sh]
8274              From: Norton Allen <allen@huarp.harvard.edu>
8275              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
8276              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
8277      Branch: perl
8278            ! README.qnx hints/qnx.sh
8279 ____________________________________________________________________________
8280 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
8281         Log: Subject: [PATCH] Doc patch for Tie::Hash
8282              From: Artur Bergman <artur@contiller.se>
8283              Date: Thu, 05 Jul 2001 22:51:18 +0200
8284              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
8285      Branch: perl
8286            ! lib/Tie/Hash.pm
8287 ____________________________________________________________________________
8288 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
8289         Log: Subject: [PATCH] perlfaq4.pod
8290              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
8291              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
8292              Date: Thu, 5 Jul 2001 18:44:10 +0100 
8293      Branch: perl
8294            ! pod/perlfaq4.pod
8295 ____________________________________________________________________________
8296 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
8297         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
8298              From: Robin Houston <robin@kitsite.com>
8299              Date: Thu, 5 Jul 2001 18:33:21 +0100
8300              Message-ID: <20010705183321.A27345@robin.kitsite.com>
8301      Branch: perl
8302            ! ext/B/B/Deparse.pm
8303 ____________________________________________________________________________
8304 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
8305         Log: (Retracted by #11285.)
8306              
8307              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
8308              From: Abhijit Menon-Sen <ams@wiw.org>
8309              Date: Fri, 6 Jul 2001 01:26:32 +0530
8310              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
8311      Branch: perl
8312            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
8313            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
8314            ! warnings.pl
8315 ____________________________________________________________________________
8316 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
8317         Log: (Retracted by #11175)
8318              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8319              From: Norton Allen <allen@huarp.harvard.edu>
8320              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
8321              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
8322      Branch: perl
8323            ! ext/POSIX/POSIX.xs
8324 ____________________________________________________________________________
8325 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
8326         Log: Unterminated C< (noticed by Richard Hatch), and few other
8327              small Unicode doc tweaks.
8328      Branch: perl
8329            ! pod/perlretut.pod
8330 ____________________________________________________________________________
8331 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
8332         Log: More flexible argument understanding; add charblocks() and
8333              charscripts(); make charblock() and charscript() two-way;
8334              add charinrange(); separate the $Unicode::UCD::VERSION and
8335              the version of the Unicode by adding UnicodeVersion().
8336      Branch: perl
8337            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8338 ____________________________________________________________________________
8339 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
8340         Log: Update Unicode::UCD on \p{In...}.
8341      Branch: perl
8342            ! lib/Unicode/UCD.pm
8343 ____________________________________________________________________________
8344 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
8345         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
8346              From: Norton Allen <allen@huarp.harvard.edu>
8347              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
8348              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
8349      Branch: perl
8350            ! lib/ExtUtils/MM_Unix.pm
8351 ____________________________________________________________________________
8352 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
8353         Log: POSIX-BC tweaks from Thomas Dorner.
8354      Branch: perl
8355            ! hints/posix-bc.sh perlio.h
8356 ____________________________________________________________________________
8357 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
8358         Log: Module updates for the delta.
8359      Branch: perl
8360            ! pod/perl572delta.pod
8361 ____________________________________________________________________________
8362 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
8363         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
8364              From: Norton Allen <allen@huarp.harvard.edu>
8365              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
8366              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
8367      Branch: perl
8368            ! ext/IO/lib/IO/t/io_sock.t
8369 ____________________________________________________________________________
8370 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
8371         Log: Subject: [PATCH perldiag.pod] Quick fixes
8372              From: Simon Cozens <simon@netthink.co.uk>
8373              Date: Wed, 4 Jul 2001 20:22:12 +0100
8374              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
8375      Branch: perl
8376            ! pod/perldiag.pod
8377 ____________________________________________________________________________
8378 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
8379         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
8380              From: Radu Greab <radu@netsoft.ro>
8381              Date: Wed, 4 Jul 2001 22:13:31 +0300
8382              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
8383      Branch: perl
8384            ! op.c sv.c t/op/pos.t
8385 ____________________________________________________________________________
8386 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
8387         Log: Subject: [PATCH] -I and MakeMaker again
8388              From: Michael G Schwern <schwern@pobox.com>
8389              Date: Wed, 4 Jul 2001 15:03:07 -0400
8390              Message-ID: <20010704150307.I20340@blackrider>
8391              
8392              (and retract #11145)
8393      Branch: perl
8394            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
8395            ! lib/ExtUtils/MakeMaker.pm
8396 ____________________________________________________________________________
8397 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
8398         Log: Subject: Re: PERFORCE change 11142 for review
8399              From: "Philip Newton" <Philip.Newton@gmx.net>
8400              Date: Wed, 4 Jul 2001 20:46:26 +0200
8401              Message-Id: <200107041841.VAA25380@taas.iki.fi>
8402      Branch: perl
8403            ! lib/ExtUtils/MakeMaker.pm
8404 ____________________________________________________________________________
8405 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
8406         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8407              From: Jonathan Stowe <gellyfish@gellyfish.com>
8408              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
8409              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
8410      Branch: perl
8411            ! utils/pl2pm.PL
8412 ____________________________________________________________________________
8413 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
8414         Log: fix the binary compatibility issue when building with/without
8415              usemymalloc by exporting Perl_malloc() et al as simple wrappers
8416              around the system functions (this allows most extensions built
8417              using one mode to coexist with perls built in the other mode)
8418              
8419              XXX the Perl_mfree() wrapper might need to do return(free()) on
8420              platforms where Free_t isn't "void"
8421      Branch: perl
8422            ! embed.h embed.pl makedef.pl proto.h util.c
8423 ____________________________________________________________________________
8424 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
8425         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
8426              since it doesn't ensure threads other than the one calling fork()
8427              aren't holding any locks; the fix is to use pthread_atfork() to
8428              hold global locks
8429              
8430              building perl with -Dusemymalloc exacerbates the problem since
8431              Perl_malloc() holds a mutex, and perl's exec() calls New()
8432              
8433              XXX the code in win32thread.h may be needed on platforms that have
8434              no pthread_atfork()
8435      Branch: perl
8436            ! perl.c thread.h win32/win32thread.h
8437 ____________________________________________________________________________
8438 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
8439         Log: Integrate #11009 from maintperl.
8440      Branch: maint-5.6/macperl
8441           !> lib/ExtUtils/Manifest.pm
8442 ____________________________________________________________________________
8443 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
8444         Log: Flexing my Perforce muscles.
8445      Branch: maint-5.6/macperl
8446            ! README.macos
8447 ____________________________________________________________________________
8448 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
8449         Log: Update Changes.
8450      Branch: perl
8451            ! Changes patchlevel.h
8452 ____________________________________________________________________________
8453 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
8454         Log: Metaconfig unit change for #11146.
8455      Branch: metaconfig/U/perl
8456            ! d_fcntl_can_lock.U
8457 ____________________________________________________________________________
8458 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
8459         Log: Somehow the #ifdefs of the added code (in #11093) made
8460              HP-UX to fail the fcntl locking test, without the ifdefs
8461              the test seems to be working again.  Reason unknown:
8462              HP-UX cc doesn't complain either way.
8463      Branch: perl
8464            ! Configure
8465 ____________________________________________________________________________
8466 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
8467         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
8468      Branch: perl
8469            ! lib/ExtUtils/MM_Unix.pm
8470 ____________________________________________________________________________
8471 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
8472         Log: gcc -Wall nit.
8473      Branch: perl
8474            ! pp_hot.c
8475 ____________________________________________________________________________
8476 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
8477         Log: When removing tests updating the test count is a good idea, too.
8478      Branch: perl
8479            ! lib/Net/t/require.t
8480 ____________________________________________________________________________
8481 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
8482         Log: Document #11134 and add the new symbols to the list of
8483              of MakeMaker known ones.
8484      Branch: perl
8485            ! lib/ExtUtils/MakeMaker.pm
8486 ____________________________________________________________________________
8487 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
8488         Log: Microperl update.
8489      Branch: perl
8490            ! uconfig.h
8491 ____________________________________________________________________________
8492 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
8493         Log: Update the libnet tests as per #11138.
8494      Branch: perl
8495            - lib/Net/t/ph.t
8496            ! MANIFEST lib/Net/t/require.t
8497 ____________________________________________________________________________
8498 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
8499         Log: Regen toc and modlib.
8500      Branch: perl
8501            ! pod/perlmodlib.pod pod/perltoc.pod
8502 ____________________________________________________________________________
8503 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
8504         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
8505              Graham's request.
8506      Branch: perl
8507            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
8508            ! MANIFEST
8509 ____________________________________________________________________________
8510 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
8511         Log: Add the OS/390 harness results to the delta.
8512      Branch: perl
8513            ! pod/perl572delta.pod
8514 ____________________________________________________________________________
8515 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
8516         Log: Avoid the two study tests in OS/390 until the bug has been solved.
8517      Branch: perl
8518            ! t/op/study.t
8519 ____________________________________________________________________________
8520 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
8521         Log: DOS/DJGPP tweaks from Laszlo Molnar.
8522      Branch: perl
8523            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
8524 ____________________________________________________________________________
8525 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
8526         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
8527              From: Michael G Schwern <schwern@pobox.com>
8528              Date: Wed, 4 Jul 2001 00:01:16 -0400
8529              Message-ID: <20010704000116.C591@blackrider>
8530      Branch: perl
8531            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
8532 ____________________________________________________________________________
8533 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
8534         Log: The #11132 missed singleton characters (not part
8535              of a unilo..unihi range) in Unicode scripts.
8536      Branch: perl
8537            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
8538            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
8539            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
8540            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
8541            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
8542            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
8543            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
8544            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
8545            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
8546            ! lib/unicode/mktables.PL t/op/pat.t
8547 ____________________________________________________________________________
8548 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
8549         Log: Support preferentially the Unicode 'scripts' definition
8550              in the \p{In...} notation since according to Unicode the
8551              scripts concept is more natural for matching than using
8552              the somewhat artificial block names.  The block names are
8553              still available, though, and if there's a name conflict,
8554              the scripts one wins and the blocks one has to do with
8555              'Block' appended to its name.  For more information see
8556              
8557              http://www.unicode.org/unicode/reports/tr24/
8558      Branch: perl
8559            + lib/unicode/In/100.pl lib/unicode/In/101.pl
8560            + lib/unicode/In/102.pl lib/unicode/In/103.pl
8561            + lib/unicode/In/104.pl lib/unicode/In/105.pl
8562            + lib/unicode/In/106.pl lib/unicode/In/107.pl
8563            + lib/unicode/In/108.pl lib/unicode/In/109.pl
8564            + lib/unicode/In/110.pl lib/unicode/In/111.pl
8565            + lib/unicode/In/112.pl lib/unicode/In/113.pl
8566            + lib/unicode/In/114.pl lib/unicode/In/115.pl
8567            + lib/unicode/In/116.pl lib/unicode/In/117.pl
8568            + lib/unicode/In/118.pl lib/unicode/In/119.pl
8569            + lib/unicode/In/120.pl lib/unicode/In/121.pl
8570            + lib/unicode/In/122.pl lib/unicode/In/123.pl
8571            + lib/unicode/In/124.pl lib/unicode/In/125.pl
8572            + lib/unicode/In/126.pl lib/unicode/In/127.pl
8573            + lib/unicode/In/128.pl lib/unicode/In/129.pl
8574            + lib/unicode/In/130.pl lib/unicode/In/131.pl
8575            + lib/unicode/In/132.pl lib/unicode/In/133.pl
8576            + lib/unicode/In/134.pl lib/unicode/In/135.pl
8577            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
8578            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
8579            ! (edit 106 files)
8580 ____________________________________________________________________________
8581 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
8582         Log: Better document the difference between a block and a script.
8583      Branch: perl
8584            ! lib/Unicode/UCD.pm
8585 ____________________________________________________________________________
8586 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
8587         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
8588              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8589              Date: Tue, 3 Jul 2001 15:04:23 -0500
8590              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
8591      Branch: perl
8592            ! lib/CPAN.pm
8593 ____________________________________________________________________________
8594 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
8595         Log: Add tests for charscript().
8596      Branch: perl
8597            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8598 ____________________________________________________________________________
8599 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
8600         Log: Add charscript() to get the UTR#24 script names of characters.
8601      Branch: perl
8602            ! lib/Unicode/UCD.pm
8603 ____________________________________________________________________________
8604 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
8605         Log: Todo updates.
8606      Branch: perl
8607            ! pod/perltodo.pod
8608 ____________________________________________________________________________
8609 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
8610         Log: Unicode::UCD updates.
8611      Branch: perl
8612            ! lib/Unicode/UCD.pm
8613 ____________________________________________________________________________
8614 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
8615         Log: (Retracted by #11174)
8616              Subject: MakeMaker should pass through DEFINE and INC to subdirs
8617              From: Alan Burlison <Alan.Burlison@sun.com>
8618              Date: Tue, 03 Jul 2001 15:20:13 +0100
8619              Message-ID: <3B41D49D.A923D4F9@sun.com>
8620      Branch: perl
8621            ! lib/ExtUtils/MM_Unix.pm
8622 ____________________________________________________________________________
8623 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
8624         Log: Subject: Patch needed for UTS
8625              From: hom00@utsglobal.com (Hal Morris)
8626              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
8627              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
8628              
8629              Replace #11113 with a better version.
8630      Branch: perl
8631            ! perl.h
8632 ____________________________________________________________________________
8633 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
8634         Log: Subject: Re: POINTERRIGOR
8635              From: Andy Dougherty <doughera@lafayette.edu>
8636              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
8637              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
8638      Branch: perl
8639            ! util.c
8640 ____________________________________________________________________________
8641 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
8642         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
8643              From: "Philip Newton" <pnewton@gmx.de>
8644              Date: Tue, 3 Jul 2001 17:03:34 +0200
8645              Message-ID: <3B41FAE6.29564.660E117@localhost>
8646      Branch: perl
8647            ! pp_hot.c
8648 ____________________________________________________________________________
8649 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
8650         Log: Typos.
8651      Branch: perl
8652            ! INSTALL
8653 ____________________________________________________________________________
8654 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
8655         Log: Subject: [PATCH 5.6.1] debugger fixes
8656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8657              Date: Tue, 3 Jul 2001 03:38:18 -0400
8658              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
8659              
8660              The $^S is working again.
8661      Branch: perl
8662            ! lib/perl5db.pl
8663 ____________________________________________________________________________
8664 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
8665         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
8666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8667              Date: Tue, 3 Jul 2001 03:34:06 -0400
8668              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
8669      Branch: perl
8670            ! os2/OS2/Process/Process.pm
8671 ____________________________________________________________________________
8672 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
8673         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
8674              From: "Philip Newton" <Philip.Newton@gmx.net>
8675              Date: Tue, 3 Jul 2001 09:11:27 +0200
8676              Message-Id: <200107030706.KAA04596@taas.iki.fi>
8677      Branch: perl
8678            ! lib/FindBin.pm
8679 ____________________________________________________________________________
8680 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
8681         Log: Delta delta.
8682      Branch: perl
8683            ! pod/perl572delta.pod
8684 ____________________________________________________________________________
8685 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
8686         Log: Metaconfig unit change for 11115.
8687      Branch: metaconfig
8688            ! U/modified/libc.U
8689 ____________________________________________________________________________
8690 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
8691         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
8692              (from Richard Hatch) (this was the cause of pipes() and
8693              times() myeteriously not being found)
8694      Branch: perl
8695            ! Configure
8696 ____________________________________________________________________________
8697 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
8698         Log: Retract #10142, the real culprit found by Richard Hatch,
8699              coming soon to Configure near you.
8700      Branch: perl
8701            ! hints/aix.sh
8702 ____________________________________________________________________________
8703 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
8704         Log: (Replaced by #11124) UTS workaround from Hal Morris.
8705      Branch: perl
8706            ! perl.h
8707 ____________________________________________________________________________
8708 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
8709         Log: Subject: [PATCH] grok not grocking correctly
8710              From: Nicholas Clark <nick@ccl4.org>
8711              Date: Tue, 3 Jul 2001 00:19:08 +0100
8712              Message-ID: <20010703001908.H59620@plum.flirble.org>
8713      Branch: perl
8714            ! numeric.c
8715 ____________________________________________________________________________
8716 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
8717         Log: Subject: [PATCH Deparse.t] test just-posted patches
8718              From: Robin Houston <robin@kitsite.com>
8719              Date: Mon, 2 Jul 2001 23:46:15 +0100
8720              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
8721      Branch: perl
8722            ! ext/B/Deparse.t
8723 ____________________________________________________________________________
8724 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
8725         Log: Subject: [PATCH toke.c] autosplit into @F
8726              From: Robin Houston <robin@kitsite.com>
8727              Date: Mon, 2 Jul 2001 23:18:20 +0100
8728              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
8729      Branch: perl
8730            ! perl.c toke.c
8731 ____________________________________________________________________________
8732 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
8733         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
8734              From: Robin Houston <robin@kitsite.com>
8735              Date: Mon, 2 Jul 2001 23:00:48 +0100
8736              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
8737      Branch: perl
8738            ! ext/B/B/Deparse.pm
8739 ____________________________________________________________________________
8740 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
8741         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
8742              From: "Philip Newton" <Philip.Newton@gmx.net>
8743              Date: Mon, 2 Jul 2001 22:06:22 +0200
8744              (no Message-Id)
8745      Branch: perl
8746            ! ext/NDBM_File/hints/linux.pl
8747 ____________________________________________________________________________
8748 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
8749         Log: Subject: Re: Fixed pack problem - sort of
8750              From: Nicholas Clark <nick@ccl4.org>
8751              Date: Mon, 2 Jul 2001 20:59:20 +0100
8752              Message-ID: <20010702205919.F59620@plum.flirble.org>
8753      Branch: perl
8754            ! pp_pack.c t/op/pack.t
8755 ____________________________________________________________________________
8756 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
8757         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
8758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8759              Date: Mon, 2 Jul 2001 15:45:41 -0400
8760              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
8761      Branch: perl
8762            ! os2/os2.c
8763 ____________________________________________________________________________
8764 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
8765         Log: (Mistaken retraction)
8766      Branch: perl
8767            ! utils/pl2pm.PL
8768 ____________________________________________________________________________
8769 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
8770         Log: Detypo in #11103.
8771      Branch: perl
8772            ! utils/pl2pm.PL
8773 ____________________________________________________________________________
8774 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
8775         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8776              From: Jonathan Stowe <gellyfish@gellyfish.com>
8777              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
8778              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
8779      Branch: perl
8780            ! utils/pl2pm.PL
8781 ____________________________________________________________________________
8782 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
8783         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
8784              From: "Craig A. Berry" <craigberry@mac.com>
8785              Date: Mon, 02 Jul 2001 14:11:23 -0500
8786              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
8787      Branch: perl
8788            ! lib/Unicode/UCD.pm
8789 ____________________________________________________________________________
8790 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
8791         Log: Subject: [PATCH] Re: op/numconvert.t failures
8792              From: Nicholas Clark <nick@ccl4.org>
8793              Date: Mon, 2 Jul 2001 20:10:48 +0100
8794              Message-ID: <20010702201048.E59620@plum.flirble.org>
8795      Branch: perl
8796            ! t/op/numconvert.t
8797 ____________________________________________________________________________
8798 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
8799         Log: Update Changes.
8800      Branch: perl
8801            ! Changes patchlevel.h
8802 ____________________________________________________________________________
8803 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
8804         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
8805              The real fix must be more involved.  The line of code all the leaky
8806              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
8807              line of Perl_newPMOP().
8808      Branch: perl
8809            ! op.h
8810 ____________________________________________________________________________
8811 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
8812         Log: Based on
8813              
8814              Subject: Re: sizeof(struct sembuf)
8815              From: Nicholas Clark <nick@ccl4.org>
8816              Date: Sun, 1 Jul 2001 22:26:48 +0100
8817              Message-ID: <20010701222648.W59620@plum.flirble.org>
8818              
8819              but do semop() always the slow way.
8820      Branch: perl
8821            ! doio.c
8822 ____________________________________________________________________________
8823 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
8824         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
8825              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8826              Date: Tue, 03 Jul 2001 00:56:30 +0900
8827              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
8828      Branch: perl
8829            ! ext/Encode/Encode/Tcl.t
8830 ____________________________________________________________________________
8831 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
8832         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
8833              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8834              Date: Tue, 03 Jul 2001 00:55:46 +0900
8835              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
8836      Branch: perl
8837            ! ext/Encode/Encode/Tcl.pm
8838 ____________________________________________________________________________
8839 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
8840         Log: Regen api and toc.
8841      Branch: perl
8842            ! pod/perlapi.pod pod/perltoc.pod
8843 ____________________________________________________________________________
8844 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
8845         Log: Metaconfig unit change for #11093.
8846      Branch: metaconfig/U/perl
8847            ! d_fcntl_can_lock.U
8848 ____________________________________________________________________________
8849 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
8850         Log: The fcntl locking test may hang if NFS locking messed up;
8851              break out with alarm(10).
8852      Branch: perl
8853            ! Configure
8854 ____________________________________________________________________________
8855 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
8856         Log: Move the mdelete.bat from win32/bin to win32.
8857      Branch: perl
8858            ! MANIFEST
8859 ____________________________________________________________________________
8860 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
8861         Log: Typo in #11083.
8862      Branch: perl
8863            ! ext/Time/Piece/Piece.t
8864 ____________________________________________________________________________
8865 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
8866         Log: Netware tweaks from Guruprasad.
8867      Branch: perl
8868            - NetWare/perlsdio.h
8869            ! MANIFEST NetWare/Makefile NetWare/interface.c
8870            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
8871            ! perlsdio.h
8872 ____________________________________________________________________________
8873 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
8874         Log: Subject: Re: [PATH] shared -> unique;
8875              From: Abhijit Menon-Sen <ams@wiw.org>
8876              Date: Wed, 27 Jun 2001 03:51:27 +0530
8877              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
8878      Branch: perl
8879            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
8880 ____________________________________________________________________________
8881 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
8882         Log: Subject: Re: AIX / gcc-3.0
8883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8884              Date: Mon, 02 Jul 2001 15:20:21 +0200
8885              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
8886      Branch: perl
8887            ! hints/aix.sh
8888 ____________________________________________________________________________
8889 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
8890         Log: Subject: Re: Bug report: split splits on wrong pattern
8891              From: Abhijit Menon-Sen <ams@wiw.org>
8892              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
8893              Date: Mon, 2 Jul 2001 16:31:33 +0530
8894      Branch: perl
8895            ! pp_ctl.c
8896 ____________________________________________________________________________
8897 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
8898         Log: Subject: [PATCH 5.6.1] test harness
8899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8900              Date: Mon, 2 Jul 2001 06:29:21 -0400
8901              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
8902      Branch: perl
8903            ! lib/Test/Harness.pm
8904 ____________________________________________________________________________
8905 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
8906         Log: Subject: [PATCH 5.6.1] debugger goof
8907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8908              Date: Mon, 2 Jul 2001 06:27:22 -0400
8909              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
8910      Branch: perl
8911            ! lib/perl5db.pl
8912 ____________________________________________________________________________
8913 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
8914         Log: Subject: [PATCH 5.6.1] OS/2 cwd
8915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8916              Date: Mon, 2 Jul 2001 06:21:17 -0400
8917              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
8918      Branch: perl
8919            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
8920 ____________________________________________________________________________
8921 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
8922         Log: Make #11082 more OS/2-specific.
8923      Branch: perl
8924            ! ext/Time/Piece/Piece.t
8925 ____________________________________________________________________________
8926 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
8927         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
8928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8929              Date: Mon, 2 Jul 2001 06:06:34 -0400
8930              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
8931      Branch: perl
8932            ! ext/Time/Piece/Piece.t
8933 ____________________________________________________________________________
8934 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
8935         Log: Subject: [PATCH B::Deparse] version number & changes
8936              From: Robin Houston <robin@kitsite.com>  
8937              Date: Sun, 1 Jul 2001 17:17:29 +0100
8938              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
8939      Branch: perl
8940            ! ext/B/B/Deparse.pm
8941 ____________________________________________________________________________
8942 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
8943         Log: Subject: a small fix.
8944              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8945              Date: Mon, 2 Jul 2001 12:17:53 +0200
8946              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
8947      Branch: perl
8948            ! ext/Thread/Thread.xs
8949 ____________________________________________________________________________
8950 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
8951         Log: Subject: RE: perl@10907
8952              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8953              Date: Mon, 2 Jul 2001 12:06:16 +0200
8954              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
8955              
8956              Borland C vs PerlIO.
8957      Branch: perl
8958            ! win32/config.bc win32/config_H.bc
8959 ____________________________________________________________________________
8960 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
8961         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
8962              From: "H.M. Brand" <merijn@l1.procura.nl>
8963              Date: Mon, 02 Jul 2001 11:18:57 +0200
8964              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
8965      Branch: perl
8966            ! t/op/write.t
8967 ____________________________________________________________________________
8968 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
8969         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
8970              From: Michael G Schwern <schwern@pobox.com>
8971              Date: Mon, 2 Jul 2001 00:26:24 -0400
8972              Message-ID: <20010702002624.A18302@blackrider>
8973      Branch: perl
8974            - ext/util/mkbootstrap
8975 ____________________________________________________________________________
8976 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
8977         Log: Subject: [PATCH op.h] v minor comment tweak
8978              From: Robin Houston <robin@puffinry.freeserve.co.uk>
8979              Date: Mon, 2 Jul 2001 00:42:01 +0100
8980              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
8981      Branch: perl
8982            ! op.h
8983 ____________________________________________________________________________
8984 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
8985         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
8986      Branch: perl
8987            ! pod/perlfunc.pod
8988 ____________________________________________________________________________
8989 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
8990         Log: Subject: Re: sizeof(struct sembuf)
8991              From: Nicholas Clark <nick@ccl4.org>
8992              Date: Sun, 1 Jul 2001 19:23:16 +0100
8993              Message-ID: <20010701192316.V59620@plum.flirble.org>
8994              
8995              s/signaling/signalling/
8996      Branch: perl
8997            ! pod/perlfunc.pod
8998 ____________________________________________________________________________
8999 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
9000         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
9001              From: "Philip Newton" <Philip.Newton@gmx.net>
9002              Date: Sun, 1 Jul 2001 09:37:56 +0200
9003              Message-Id: <200107010733.KAA03920@taas.iki.fi>
9004      Branch: perl
9005            ! pod/perlvar.pod
9006 ____________________________________________________________________________
9007 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
9008         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
9009              From: "Philip Newton" <Philip.Newton@gmx.net>
9010              Date: Sun, 1 Jul 2001 09:37:56 +0200
9011              Message-Id: <200107010733.KAA03925@taas.iki.fi>
9012      Branch: perl
9013            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9014 ____________________________________________________________________________
9015 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
9016         Log: Metaconfig unit change for #11070.
9017      Branch: metaconfig
9018            ! U/compline/randfunc.U
9019 ____________________________________________________________________________
9020 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
9021         Log: Subject: [PATCH perlsnap] its --> it's --> its
9022              From: "Philip Newton" <Philip.Newton@gmx.net>
9023              Date: Sun, 1 Jul 2001 09:37:56 +0200
9024              Message-Id: <200107010733.KAA03914@taas.iki.fi>
9025      Branch: perl
9026            ! Porting/config_H
9027 ____________________________________________________________________________
9028 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
9029         Log: Sync with Sarathy; integrate with perlio.
9030      Branch: perl
9031           !> gv.c
9032 ____________________________________________________________________________
9033 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
9034         Log: regenerate win32/config_H.?c files
9035      Branch: perl
9036            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9037 ____________________________________________________________________________
9038 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
9039         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
9040              naming discipline
9041              
9042              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
9043              because of this)
9044              
9045              fix a warning about "fd" being used without being set in Cwd.xs
9046      Branch: perl
9047            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
9048            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
9049            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
9050            ! win32/config.vc
9051 ____________________________________________________________________________
9052 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
9053         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
9054              within macro arguments") and warnings ("unary minus applied to
9055              unsigned type", among others)
9056      Branch: perl
9057            ! gv.c hv.c op.c pp.c sv.c toke.c
9058 ____________________________________________________________________________
9059 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
9060         Log: win32 fixes: more spurious CRs
9061      Branch: perl
9062            ! win32/mdelete.bat
9063 ____________________________________________________________________________
9064 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
9065         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
9066              from win32/bin (or it gets deleted by distclean); don't delete
9067              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
9068              NT (should be made Win9x specific, and added to makefile.mk)
9069      Branch: perl
9070           +> win32/mdelete.bat
9071            - win32/bin/mdelete.bat
9072            ! win32/Makefile win32/makefile.mk
9073 ____________________________________________________________________________
9074 [ 11063] By: nick                                  on 2001/07/01  18:54:09
9075         Log: Quick for for #ifdef mess
9076      Branch: perlio
9077            ! gv.c
9078 ____________________________________________________________________________
9079 [ 11062] By: nick                                  on 2001/07/01  18:47:42
9080         Log: Raw integrate - does not build #if mess in gv.c
9081      Branch: perlio
9082           !> (integrate 29 files)
9083 ____________________________________________________________________________
9084 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
9085         Log: Make 'compile' target a little less broken.
9086              Still very broken, though: -Wall warnings from
9087              the generated code, boot_Foo prototypes missing,
9088              can't autoload Fcntl::SEEK_CUR et alia, ...
9089      Branch: perl
9090            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
9091            ! utils/perlcc.PL x2p/Makefile.SH
9092 ____________________________________________________________________________
9093 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
9094         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
9095      Branch: perl
9096            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9097            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9098 ____________________________________________________________________________
9099 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
9100         Log: Update Changes.
9101      Branch: perl
9102            ! Changes patchlevel.h
9103 ____________________________________________________________________________
9104 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
9105         Log: Still one typo, regen toc.
9106      Branch: perl
9107            ! lib/Unicode/UCD.pm pod/perltoc.pod
9108 ____________________________________________________________________________
9109 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
9110         Log: Detypos and regen toc.
9111      Branch: perl
9112            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
9113 ____________________________________________________________________________
9114 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
9115         Log: VERSION tweak.
9116      Branch: perl
9117            ! ext/List/Util/lib/List/Util.pm
9118 ____________________________________________________________________________
9119 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
9120         Log: Attempt at plugging the leak under ithreads detected by Doug.
9121      Branch: perl
9122            ! op.h
9123 ____________________________________________________________________________
9124 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
9125         Log: gcc -Wall lint after #11051.
9126      Branch: perl
9127            ! pp_sys.c
9128 ____________________________________________________________________________
9129 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
9130         Log: Integrate perlio.
9131      Branch: perl
9132           !> lib/File/Find/taint.t
9133 ____________________________________________________________________________
9134 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
9135         Log: Don't use the v-strings for module VERSIONs.
9136      Branch: perl
9137            ! lib/Unicode/UCD.pm
9138 ____________________________________________________________________________
9139 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
9140         Log: Code cleanup based on turning off the -woffs in IRIX.
9141              Not all of the gripes cleaned up (hairy code in hv.c and
9142              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
9143              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
9144              to the IRIX hints)
9145      Branch: perl
9146            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
9147            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
9148            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
9149            ! regcomp.c sv.c
9150 ____________________________________________________________________________
9151 [ 11050] By: nick                                  on 2001/06/30  20:46:46
9152         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
9153      Branch: perlio
9154            ! lib/File/Find/taint.t
9155 ____________________________________________________________________________
9156 [ 11049] By: nick                                  on 2001/06/30  18:13:33
9157         Log: Integrate mainline
9158      Branch: perlio
9159           +> NetWare/nwstdio.h NetWare/perlsdio.h
9160           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9161           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
9162           +> lib/Unicode/UCD.t t/run/exit.t
9163           !> (integrate 60 files)
9164 ____________________________________________________________________________
9165 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
9166         Log: Delta delta.
9167      Branch: perl
9168            ! pod/perl572delta.pod
9169 ____________________________________________________________________________
9170 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
9171         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
9172              by CPAN.pm, use rather _00.
9173      Branch: perl
9174            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
9175            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
9176            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
9177            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
9178            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
9179            ! lib/ExtUtils/Embed.pm lib/Test.pm
9180 ____________________________________________________________________________
9181 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
9182         Log: Add a simple Unicode character database interface, Unicode::UCD.
9183      Branch: perl
9184            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
9185            ! MANIFEST
9186 ____________________________________________________________________________
9187 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
9188         Log: Subject: [PATCH] op/numconver.t
9189              From: Nicholas Clark <nick@ccl4.org>
9190              Date: Sat, 30 Jun 2001 15:40:10 +0100
9191              Message-ID: <20010630154010.I59620@plum.flirble.org>
9192      Branch: perl
9193            ! t/op/numconvert.t
9194 ____________________________________________________________________________
9195 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
9196         Log: The $^N is now taken (by #11038).
9197      Branch: perl
9198            ! t/base/lex.t
9199 ____________________________________________________________________________
9200 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
9201         Log: The #11040 had slipped to a wrong function...
9202      Branch: perl
9203            ! sv.c
9204 ____________________________________________________________________________
9205 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
9206         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
9207              the Configure library symbol probe mysteriously finds all
9208              symbols but those of pipe() and times().
9209      Branch: perl
9210            ! hints/aix.sh
9211 ____________________________________________________________________________
9212 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
9213         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
9214              From: Nicholas Clark <nick@ccl4.org>
9215              Date: Fri, 29 Jun 2001 23:49:07 +0100
9216              Message-ID: <20010629234907.D59620@plum.flirble.org>
9217      Branch: perl
9218            ! lib/ExtUtils.t
9219 ____________________________________________________________________________
9220 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
9221         Log: Subject: [PATCH] weakref fix 2, not yet there
9222              From: Artur Bergman <artur@contiller.se>
9223              Date: Sat, 30 Jun 2001 01:18:16 +0200
9224              Message-ID: <B762D957.1CC9%artur@contiller.se>
9225      Branch: perl
9226            ! sv.c
9227 ____________________________________________________________________________
9228 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
9229         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
9230              From: Michael G Schwern <schwern@pobox.com>
9231              Date: Fri, 29 Jun 2001 19:39:11 -0400
9232              Message-ID: <20010629193910.D25304@blackrider>
9233      Branch: perl
9234            + t/run/exit.t
9235            ! MANIFEST
9236 ____________________________________________________________________________
9237 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
9238         Log: Add support for $^N, the most-recently closed group.
9239      Branch: perl
9240            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
9241            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
9242            ! thrdvar.h
9243 ____________________________________________________________________________
9244 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
9245         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
9246              From: lvirden@cas.org
9247              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
9248              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
9249              
9250              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
9251              From: lvirden@cas.org
9252              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
9253              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
9254      Branch: perl
9255            ! README.solaris
9256 ____________________________________________________________________________
9257 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
9258         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
9259              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9260              Date: Sat, 30 Jun 2001 07:33:37 +0900
9261              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
9262              
9263              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
9264              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9265              Date: Sat, 30 Jun 2001 21:38:14 +0900
9266              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
9267      Branch: perl
9268            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9269            + ext/Encode/Encode/7bit-kr.enc
9270            ! MANIFEST ext/Encode/Encode/Tcl.pm
9271 ____________________________________________________________________________
9272 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
9273         Log: NetWare tweaks from Guruprasad.
9274      Branch: perl
9275            + NetWare/nwstdio.h NetWare/perlsdio.h
9276            ! MANIFEST NetWare/Makefile NetWare/config.wc
9277            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
9278            ! NetWare/t/Readme.txt
9279 ____________________________________________________________________________
9280 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
9281         Log: More module $VERSION bump-ups.
9282      Branch: perl
9283            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
9284            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
9285            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
9286 ____________________________________________________________________________
9287 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
9288         Log: Doc update due to #11032.
9289      Branch: perl
9290            ! pod/perl572delta.pod
9291 ____________________________________________________________________________
9292 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
9293         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
9294              From: Peter Prymmer <pvhp@forte.com>
9295              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
9296              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
9297      Branch: perl
9298            ! ext/Time/HiRes/HiRes.xs
9299 ____________________________________________________________________________
9300 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
9301         Log: -lpthreads missing in AIX.
9302      Branch: perl
9303            ! hints/aix.sh
9304 ____________________________________________________________________________
9305 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
9306         Log: Subject: [PATCH] CLONE && weakrefs
9307              From: Artur Bergman <artur@contiller.se>
9308              Date: Fri, 29 Jun 2001 17:02:00 +0200
9309              Message-ID: <B7626508.1CA0%artur@contiller.se>
9310      Branch: perl
9311            ! sv.c
9312 ____________________________________________________________________________
9313 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
9314         Log: Subject: Re: Bug report: split splits on wrong pattern
9315              From: Radu Greab <radu@netsoft.ro>
9316              Date: Wed, 27 Jun 2001 21:50:52 +0300
9317              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
9318      Branch: perl
9319            ! pp_ctl.c t/op/split.t
9320 ____________________________________________________________________________
9321 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
9322         Log: Metaconfig unit change for #11027.
9323      Branch: metaconfig/U/perl
9324            ! d_modfl.U
9325 ____________________________________________________________________________
9326 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
9327         Log: I thought this Configure glitch for AIX was just recently fixed?
9328      Branch: perl
9329            ! Configure
9330 ____________________________________________________________________________
9331 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
9332         Log: Update Changes.
9333      Branch: perl
9334            ! Changes patchlevel.h
9335 ____________________________________________________________________________
9336 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
9337         Log: Subject: Re: perl@10967, File::Find, and Cwd
9338              From: Mike Guy <mjtg@cam.ac.uk>
9339              Date: Fri, 29 Jun 2001 14:56:49 +0100
9340              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
9341      Branch: perl
9342            ! lib/File/Find/taint.t
9343 ____________________________________________________________________________
9344 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
9345         Log: Update the sv_pvprintify() spec.
9346      Branch: perl
9347            ! pod/perltodo.pod
9348 ____________________________________________________________________________
9349 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
9350         Log: Known test failures update.
9351      Branch: perl
9352            ! pod/perl572delta.pod
9353 ____________________________________________________________________________
9354 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
9355         Log: Based on
9356              
9357              Subject: [PATCH @11016] More );) fixes
9358              From: Richard Soderberg <rs@crystalflame.net>
9359              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
9360              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
9361      Branch: perl
9362            ! ext/Thread/Thread.xs ext/Thread/typemap
9363 ____________________________________________________________________________
9364 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
9365         Log: Subject: [PATCH @11016] Fixes compile errors in four files
9366              From: Richard Soderberg <rs@crystalflame.net>
9367              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
9368              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
9369      Branch: perl
9370            ! mg.c pp.c pp_hot.c util.c
9371 ____________________________________________________________________________
9372 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
9373         Log: AIX hints tweaking continues, from Merijn Brand.
9374      Branch: perl
9375            ! hints/aix.sh
9376 ____________________________________________________________________________
9377 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
9378         Log: HP-UX needs gccversion sooner, from Merijn Brand.
9379      Branch: perl
9380            ! hints/hpux.sh
9381 ____________________________________________________________________________
9382 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
9383         Log: Subject: [PATCH 5.6.1] OS/2 docs
9384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9385              Date: Fri, 29 Jun 2001 02:34:12 -0400
9386              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
9387      Branch: perl
9388            ! README.os2 os2/Changes
9389 ____________________________________________________________________________
9390 [ 11017] By: nick                                  on 2001/06/29  10:20:30
9391         Log: Integrate mainline
9392      Branch: perlio
9393           +> (branch 37 files)
9394            - ext/ODBM_File/sdbm.t
9395           !> (integrate 211 files)
9396 ____________________________________________________________________________
9397 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
9398         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
9399              the modules found using a script written by Larry Schatzer Jr.
9400      Branch: perl
9401            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
9402            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
9403            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9404            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9405            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
9406            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
9407            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
9408            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
9409            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
9410            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
9411            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
9412            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
9413            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
9414            ! lib/constant.pm lib/fields.pm lib/strict.pm
9415 ____________________________________________________________________________
9416 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
9417         Log: The latest JPL from the anoncvs.
9418      Branch: perl
9419            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9420 ____________________________________________________________________________
9421 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
9422         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
9423      Branch: perl
9424            ! t/op/pat.t
9425 ____________________________________________________________________________
9426 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
9427         Log: Worrying about insecure directories now is a bit too late.
9428      Branch: perl
9429            ! lib/File/Find/taint.t
9430 ____________________________________________________________________________
9431 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
9432         Log: Cannot DIE() in a void function,
9433              from Richard Hatch <rhatch@austin.ibm.com>.
9434      Branch: perl
9435            ! ext/IPC/SysV/SysV.xs
9436 ____________________________________________________________________________
9437 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
9438         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
9439              From: Peter Prymmer <pvhp@forte.com>
9440              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
9441              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
9442              
9443              (unfinished: time/hires tests 3, 5, 14 failing, but better
9444              than wholesale failure)
9445      Branch: perl
9446            ! ext/Time/HiRes/HiRes.xs
9447 ____________________________________________________________________________
9448 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
9449         Log: Subject: [PATCH 5.6.1] OS/2 improvements
9450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9451              Date: Thu, 28 Jun 2001 16:03:14 -0400
9452              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
9453      Branch: perl
9454            + os2/os2_base.t
9455            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
9456            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
9457            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
9458            ! os2/os2ish.h
9459 ____________________________________________________________________________
9460 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
9461         Log: Subject: Incrementing Extutils::Manifest's $VERSION
9462              From: Michael G Schwern <schwern@pobox.com>
9463              Date: Thu, 28 Jun 2001 13:13:49 -0400
9464              Message-ID: <20010628131349.A14738@blackrider>
9465      Branch: maint-5.6/perl
9466            ! lib/ExtUtils/Manifest.pm
9467 ____________________________________________________________________________
9468 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
9469         Log: AIX tweak from Merijn Brand.
9470      Branch: perl
9471            ! hints/aix.sh
9472 ____________________________________________________________________________
9473 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
9474         Log: Create the macperl branch.
9475      Branch: maint-5.6/macperl
9476           +> (branch 1728 files)
9477 ____________________________________________________________________________
9478 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
9479         Log: Update Changes.
9480      Branch: perl
9481            ! Changes patchlevel.h
9482 ____________________________________________________________________________
9483 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
9484         Log: More Perforce lore.
9485      Branch: perl
9486            ! Porting/repository.pod
9487 ____________________________________________________________________________
9488 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
9489         Log: Metaconfig unit changes for #11003.
9490      Branch: metaconfig/U/perl
9491            + d_nl_langinfo.U i_langinfo.U
9492 ____________________________________________________________________________
9493 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
9494         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
9495              Expected not to exist in non-UNIX excepting in VMS, where
9496              according to a quick web survey they just might.
9497      Branch: perl
9498            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9499            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9500            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
9501            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9502            ! win32/config.bc win32/config.gc win32/config.vc
9503 ____________________________________________________________________________
9504 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
9505         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
9506              in AIX is one is doing a 64-bit build.
9507      Branch: perl
9508            ! hints/aix.sh
9509 ____________________________________________________________________________
9510 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
9511         Log: Metaconfig unit changes for #11000.
9512      Branch: metaconfig/U/perl
9513            ! use64bits.U uselfs.U
9514 ____________________________________________________________________________
9515 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
9516         Log: Move use64bitint and use64bitall before uselargefiles.
9517      Branch: perl
9518            ! Configure
9519 ____________________________________________________________________________
9520 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
9521         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
9522              From: Robert Spier <rspier@pobox.com>
9523              Message-ID: <15162.41164.618712.841415@rls.cx>
9524              Date: Wed, 27 Jun 2001 23:13:16 -0400
9525      Branch: perl
9526            ! doio.c
9527 ____________________________________________________________________________
9528 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
9529         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
9530              From: Peter Prymmer <pvhp@forte.com>
9531              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
9532              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
9533      Branch: perl
9534            ! numeric.c
9535 ____________________________________________________________________________
9536 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
9537         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
9538              From: Peter Prymmer <pvhp@forte.com>
9539              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
9540              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
9541      Branch: perl
9542            ! configure.com ext/Digest/MD5/Makefile.PL
9543 ____________________________________________________________________________
9544 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
9545         Log: Update Changes.
9546      Branch: perl
9547            ! Changes patchlevel.h
9548 ____________________________________________________________________________
9549 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
9550         Log: Tiny EPOC updates.
9551      Branch: perl
9552            ! epoc/config.sh
9553 ____________________________________________________________________________
9554 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
9555         Log: The Test::More and Test::Simple tests required help
9556              thanks to our schizophrenic test scheme.
9557      Branch: perl
9558            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9559            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9560            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9561            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9562            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9563 ____________________________________________________________________________
9564 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
9565         Log: Upgrade to Test::Simple 0.09.
9566      Branch: perl
9567            + lib/Test/Simple/Changes
9568            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
9569            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9570            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9571            ! lib/Test/Simple/t/plan_is_noplan.t
9572 ____________________________________________________________________________
9573 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
9574         Log: Upgrade to Test::More 0.07.
9575      Branch: perl
9576            + lib/Test/More/Changes
9577            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
9578            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
9579            ! lib/Test/More/t/skipall.t
9580 ____________________________________________________________________________
9581 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
9582         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
9583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9584              Date: Wed, 27 Jun 2001 18:40:04 +0200
9585              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
9586      Branch: perl
9587            ! hints/hpux.sh
9588 ____________________________________________________________________________
9589 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
9590         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9591              From: Norton Allen <allen@huarp.harvard.edu>
9592              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
9593              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
9594      Branch: perl
9595            ! README.qnx hints/qnx.sh
9596 ____________________________________________________________________________
9597 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
9598         Log: Subject: [PATCH] two little documentation nits
9599              From: Abhijit Menon-Sen <ams@wiw.org>
9600              Date: Wed, 27 Jun 2001 20:07:50 +0530
9601              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
9602      Branch: perl
9603            ! sv.c sv.h
9604 ____________________________________________________________________________
9605 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
9606         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
9607              From: Norton Allen <allen@huarp.harvard.edu>
9608              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
9609              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
9610      Branch: perl
9611            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9612 ____________________________________________________________________________
9613 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
9614         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
9615              From: Michael G Schwern <schwern@pobox.com>
9616              Date: Wed, 27 Jun 2001 02:34:58 -0400
9617              Message-ID: <20010627023458.K23874@blackrider>
9618      Branch: perl
9619            ! vms/test.com
9620 ____________________________________________________________________________
9621 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
9622         Log: Add perl_clone_host() for Netware.
9623      Branch: perl
9624            ! NetWare/nw5.c
9625 ____________________________________________________________________________
9626 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
9627         Log: GCC 3.0 hints for HP-UX.
9628      Branch: perl
9629            ! hints/hpux.sh
9630 ____________________________________________________________________________
9631 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
9632         Log: In some Linux distributions the libndbm is broken
9633              (no null key support), therefore link with libgdbm
9634              (if available), since it has a working ndbm emulation,
9635              from Jonathan Stowe.
9636      Branch: perl
9637            + ext/NDBM_File/hints/linux.pl
9638            ! MANIFEST
9639 ____________________________________________________________________________
9640 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
9641         Log: Subject: [PATCH perl@10930] find.t hack for VMS
9642              From: "Craig A. Berry" <craigberry@mac.com>
9643              Date: Tue, 26 Jun 2001 23:40:25 -0500
9644              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
9645      Branch: perl
9646            ! lib/File/Find/find.t
9647 ____________________________________________________________________________
9648 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
9649         Log: AUTHORS updates.
9650      Branch: perl
9651            ! AUTHORS
9652 ____________________________________________________________________________
9653 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
9654         Log: Metaconfig unit change like #10980.
9655      Branch: metaconfig
9656            ! U/compline/d_stdstdio.U
9657 ____________________________________________________________________________
9658 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
9659         Log: "lose the it's", from Abhijit Menon-Sen.
9660              ("It's" not searched, pods not searched.)
9661      Branch: perl
9662            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
9663            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
9664            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
9665            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
9666            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9667            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
9668 ____________________________________________________________________________
9669 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
9670         Log: "lose the looses", from Abhijit Menon-Sen.
9671      Branch: perl
9672            ! ext/B/B/Assembler.pm gv.c
9673 ____________________________________________________________________________
9674 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
9675         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
9676      Branch: perl
9677            ! hints/os390.sh
9678 ____________________________________________________________________________
9679 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
9680         Log: DEC C 5.3 on the VAX simply doesn't seem to like
9681              compiling the MD5 extension, disable it there for now,
9682              from Peter Prymmer.
9683      Branch: perl
9684            ! configure.com
9685 ____________________________________________________________________________
9686 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
9687         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
9688              From: Jonathan Stowe <gellyfish@gellyfish.com>
9689              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
9690              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
9691      Branch: perl
9692            ! pod/perlfaq3.pod
9693 ____________________________________________________________________________
9694 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
9695         Log: Subject: [PATCH 5.6.1] perlxs misprints
9696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9697              Date: Tue, 26 Jun 2001 17:20:00 -0400
9698              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
9699      Branch: perl
9700            ! pod/perlxs.pod
9701 ____________________________________________________________________________
9702 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
9703         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
9704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9705              Date: Tue, 26 Jun 2001 17:27:07 -0400
9706              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
9707      Branch: perl
9708            ! lib/ExtUtils/MM_Unix.pm
9709 ____________________________________________________________________________
9710 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
9711         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
9712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9713              Date: Tue, 26 Jun 2001 17:23:24 -0400
9714              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
9715      Branch: perl
9716            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9717 ____________________________________________________________________________
9718 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
9719         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
9720              by Olaf Flebbe.
9721      Branch: perl
9722            ! perl.h
9723 ____________________________________________________________________________
9724 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
9725         Log: Detypo.
9726      Branch: perl
9727            ! lib/Memoize/t/tie_sdbm.t
9728 ____________________________________________________________________________
9729 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
9730         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
9731      Branch: perl
9732            ! win32/perllib.c
9733 ____________________________________________________________________________
9734 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
9735         Log: Subject: [patch] perl_clone+CvFILE
9736              From: Doug MacEachern <dougm@covalent.net>
9737              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
9738              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
9739      Branch: perl
9740            ! sv.c
9741 ____________________________________________________________________________
9742 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
9743         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
9744              From: Mark-Jason Dominus <mjd@plover.com>
9745              Date: Tue, 26 Jun 2001 12:33:01 -0400
9746              Message-ID: <20010626163301.31298.qmail@plover.com>
9747      Branch: perl
9748            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9749 ____________________________________________________________________________
9750 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
9751         Log: Update Changes.
9752      Branch: perl
9753            ! Changes patchlevel.h
9754 ____________________________________________________________________________
9755 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
9756         Log: Also catfile() needs now to explicitly exported.
9757      Branch: perl
9758            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9759 ____________________________________________________________________________
9760 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
9761         Log: Regen toc.
9762      Branch: perl
9763            ! pod/perltoc.pod
9764 ____________________________________________________________________________
9765 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
9766         Log: Nonexistent pod command.
9767      Branch: perl
9768            ! pod/perl572delta.pod
9769 ____________________________________________________________________________
9770 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
9771         Log: Be more portable in the quest for tmpdir.
9772      Branch: perl
9773            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9774 ____________________________________________________________________________
9775 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
9776         Log: Be more portable in finding out the home directory,
9777              and use File::Spec to do the concat.
9778              (Come to think of it, couldn't File::Spec provide
9779              for a ->homedir method?)
9780      Branch: perl
9781            ! lib/Net/Config.pm
9782 ____________________________________________________________________________
9783 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
9784         Log: Doc patch for #10959.
9785      Branch: perl
9786            ! pod/perlfunc.pod
9787 ____________________________________________________________________________
9788 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
9789         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
9790              From: "Philip Newton" <pnewton@gmx.de>
9791              Date: Tue, 26 Jun 2001 16:26:47 +0200
9792              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
9793      Branch: perl
9794            ! pod/perldata.pod
9795 ____________________________________________________________________________
9796 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
9797         Log: Subject: [PATH] shared -> unique;
9798              From: "Artur Bergman" <artur@contiller.se>
9799              Date: Tue, 26 Jun 2001 16:18:40 +0200
9800              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
9801              
9802              Because "shared" isn't: it's read-only.
9803      Branch: perl
9804            ! toke.c xsutils.c
9805 ____________________________________________________________________________
9806 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
9807         Log: Escape multiline croak messages.
9808      Branch: perl
9809            ! t/op/ver.t
9810 ____________________________________________________________________________
9811 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
9812         Log: No more pragma/*.t for minitest.
9813      Branch: perl
9814            ! Makefile.SH
9815 ____________________________________________________________________________
9816 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
9817         Log: AUTHORS updates.
9818      Branch: perl
9819            ! AUTHORS
9820 ____________________________________________________________________________
9821 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
9822         Log: delta updates.
9823      Branch: perl
9824            ! pod/perl572delta.pod
9825 ____________________________________________________________________________
9826 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
9827         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
9828              From: Artur Bergman <artur@contiller.se> 
9829              Date: Tue, 26 Jun 2001 15:32:53 +0200
9830              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
9831      Branch: perl
9832            ! makedef.pl sv.c sv.h win32/perllib.c
9833 ____________________________________________________________________________
9834 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
9835         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
9836              From: Jonathan Stowe <gellyfish@gellyfish.com>
9837              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
9838              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
9839              
9840              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
9841      Branch: perl
9842            + ext/Time/HiRes/hints/sco.pl
9843            ! MANIFEST
9844 ____________________________________________________________________________
9845 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
9846         Log: Subject: [PATCH 5.6.1] static build
9847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9848              Date: Tue, 26 Jun 2001 04:22:25 -0400
9849              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
9850      Branch: perl
9851            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
9852            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9853 ____________________________________________________________________________
9854 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
9855         Log: DJGPP patches from Laszlo Molnar.
9856      Branch: perl
9857            ! djgpp/djgpp.c perl.c util.c
9858 ____________________________________________________________________________
9859 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
9860         Log: Netware patches from Ananth Kesari.
9861      Branch: perl
9862            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
9863            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
9864            ! NetWare/nwtinfo.h
9865 ____________________________________________________________________________
9866 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
9867         Log: Detypo.
9868      Branch: perl
9869            ! ext/Errno/Errno_pm.PL
9870 ____________________________________________________________________________
9871 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
9872         Log: There seems to be two ways of spelling the $^O in *STEP.
9873      Branch: perl
9874            ! ext/Errno/Errno_pm.PL
9875 ____________________________________________________________________________
9876 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
9877         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
9878              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
9879      Branch: perl
9880            ! ext/Errno/Errno_pm.PL
9881 ____________________________________________________________________________
9882 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
9883         Log: Known bugs update.
9884      Branch: perl
9885            ! pod/perl572delta.pod
9886 ____________________________________________________________________________
9887 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
9888         Log: The default installation of Cygwin has 500 as root's uid.
9889      Branch: perl
9890            ! lib/User/pwent.t
9891 ____________________________________________________________________________
9892 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
9893         Log: Be even more relaxed (re-allow having only one entry).
9894      Branch: perl
9895            ! t/op/grent.t t/op/pwent.t
9896 ____________________________________________________________________________
9897 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
9898         Log: Test failure updates.
9899      Branch: perl
9900            ! pod/perl572delta.pod
9901 ____________________________________________________________________________
9902 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
9903         Log: MPE/iX test tweaks from Mark Bixby.
9904      Branch: perl
9905            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
9906            ! t/io/fs.t t/op/stat.t
9907 ____________________________________________________________________________
9908 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
9909         Log: Microperl findings.
9910      Branch: perl
9911            ! perl.h pp_sys.c
9912 ____________________________________________________________________________
9913 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
9914         Log: Touch uconfig.h.
9915      Branch: perl
9916            ! uconfig.h
9917 ____________________________________________________________________________
9918 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
9919         Log: Subject: [PATCH] Proposed fix for Pod::Man
9920              From: Rob Napier <rnapier@employees.org>
9921              Date: Mon, 25 Jun 2001 15:49:24 -0400
9922              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
9923              
9924              Cater for Solaris nroff brokenness (shortchanges daisywheel
9925              printers, but hey, we also no more support PDPs.)
9926      Branch: perl
9927            ! lib/Pod/Man.pm
9928 ____________________________________________________________________________
9929 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
9930         Log: Typo in #10937.
9931      Branch: perl
9932            ! ext/POSIX/sigaction.t
9933 ____________________________________________________________________________
9934 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
9935         Log: SIGCONT not trappable in VMS.
9936      Branch: perl
9937            ! ext/POSIX/sigaction.t
9938 ____________________________________________________________________________
9939 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
9940         Log: Subject: [DRAFT] Encode-Tcl.t
9941              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9942              Date: Tue, 26 Jun 2001 03:38:08 +0900
9943              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
9944      Branch: perl
9945            + ext/Encode/Encode/Tcl.t
9946            ! MANIFEST ext/Encode/Encode/Tcl.pm
9947 ____________________________________________________________________________
9948 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
9949         Log: Because of #10932 retract also the perlfunc hunk of #10910.
9950      Branch: perl
9951            ! pod/perlfunc.pod
9952 ____________________________________________________________________________
9953 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
9954         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
9955              by Ilya Zakharevich in
9956              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
9957      Branch: perl
9958            ! XSUB.h
9959 ____________________________________________________________________________
9960 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
9961         Log: Typo in #10889.
9962      Branch: perl
9963            ! hints/uts.sh
9964 ____________________________________________________________________________
9965 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
9966         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
9967              From: Abhijit Menon-Sen <ams@wiw.org>
9968              Date: Mon, 25 Jun 2001 23:45:45 +0530
9969              Message-ID: <20010625234545.A5022@lustre.linux.in>
9970      Branch: perl
9971            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
9972 ____________________________________________________________________________
9973 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
9974         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
9975              From: Michael G Schwern <schwern@pobox.com>
9976              Date: Mon, 25 Jun 2001 14:35:51 -0400
9977              Message-ID: <20010625143551.H13819@blackrider>
9978      Branch: perl
9979            ! lib/Test.pm
9980 ____________________________________________________________________________
9981 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
9982         Log: Update Changes.
9983      Branch: perl
9984            ! Changes patchlevel.h
9985 ____________________________________________________________________________
9986 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
9987         Log: Regen toc and modlib.
9988      Branch: perl
9989            ! pod/perlmodlib.pod pod/perltoc.pod
9990 ____________________________________________________________________________
9991 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
9992         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
9993              for the benefit of C++ compilers, as suggested by Guruprasad.
9994      Branch: perl
9995            ! embed.pl proto.h
9996 ____________________________________________________________________________
9997 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
9998         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
9999              From: Jonathan Stowe <gellyfish@gellyfish.com>
10000              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
10001              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
10002      Branch: perl
10003            ! pod/perlfaq5.pod
10004 ____________________________________________________________________________
10005 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
10006         Log: Missed from #10925.
10007      Branch: perl
10008            ! gv.c
10009 ____________________________________________________________________________
10010 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
10011         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
10012              From: Robin Houston <robin@kitsite.com>
10013              Date: Sat, 19 May 2001 16:19:34 +0100
10014              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
10015      Branch: perl
10016            ! cv.h gv.h op.c
10017 ____________________________________________________________________________
10018 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
10019         Log: Netware README tweak.
10020      Branch: perl
10021            ! README.netware
10022 ____________________________________________________________________________
10023 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
10024         Log: Subject: [PATCH] Re: overload.t fails
10025              From: Abhijit Menon-Sen <ams@wiw.org>
10026              Date: Mon, 25 Jun 2001 14:52:20 +0530
10027              Message-ID: <20010625145220.A24114@lustre.linux.in>
10028      Branch: perl
10029            ! lib/overload.t
10030 ____________________________________________________________________________
10031 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
10032         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10033              From: Mike Guy <mjtg@cam.ac.uk>
10034              Date: Mon, 25 Jun 2001 11:43:23 +0100
10035              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
10036      Branch: perl
10037            ! lib/Carp.pm
10038 ____________________________________________________________________________
10039 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
10040         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
10041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10042              Date: Sun, 24 Jun 2001 05:17:05 -0400
10043              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
10044      Branch: perl
10045            ! os2/os2ish.h
10046 ____________________________________________________________________________
10047 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
10048         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
10049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10050              Date: Mon, 25 Jun 2001 05:52:27 -0400
10051              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
10052      Branch: perl
10053            ! hints/os2.sh
10054 ____________________________________________________________________________
10055 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
10056         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
10057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10058              Date: Mon, 25 Jun 2001 05:23:35 -0400
10059              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
10060      Branch: perl
10061            ! os2/os2.c
10062 ____________________________________________________________________________
10063 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
10064         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
10065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10066              Date: Mon, 25 Jun 2001 05:04:32 -0400
10067              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
10068      Branch: perl
10069            ! os2/OS2/REXX/DLL/DLL.pm
10070 ____________________________________________________________________________
10071 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
10072         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
10073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10074              Date: Mon, 25 Jun 2001 05:02:36 -0400
10075              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
10076      Branch: perl
10077            ! mg.c os2/dl_os2.c os2/os2.c
10078 ____________________________________________________________________________
10079 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
10080         Log: Subject: Re: [PATCH 5.6.1] misprints
10081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10082              Date: Mon, 25 Jun 2001 04:50:50 -0400
10083              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
10084      Branch: perl
10085            ! os2/os2.c pp_sys.c
10086 ____________________________________________________________________________
10087 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
10088         Log: Add Test::More and Test::Simple to the delta.
10089      Branch: perl
10090            ! pod/perl572delta.pod
10091 ____________________________________________________________________________
10092 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
10093         Log: Add Test::More, from Michael G Schwern.
10094      Branch: perl
10095            + lib/Test/More.pm lib/Test/More/t/More.t
10096            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10097            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10098            + t/lib/Test/More/Catch.pm
10099            ! MANIFEST
10100 ____________________________________________________________________________
10101 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
10102         Log: Add Test::Simple from Michael G Schwern.
10103      Branch: perl
10104            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10105            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10106            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10107            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
10108            + t/lib/Test/Simple/Catch.pm
10109            + t/lib/Test/Simple/sample_tests/death.plx
10110            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
10111            + t/lib/Test/Simple/sample_tests/extras.plx
10112            + t/lib/Test/Simple/sample_tests/five_fail.plx
10113            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
10114            + t/lib/Test/Simple/sample_tests/one_fail.plx
10115            + t/lib/Test/Simple/sample_tests/require.plx
10116            + t/lib/Test/Simple/sample_tests/success.plx
10117            + t/lib/Test/Simple/sample_tests/too_few.plx
10118            + t/lib/Test/Simple/sample_tests/two_fail.plx
10119            ! MANIFEST
10120 ____________________________________________________________________________
10121 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
10122         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
10123              From: "Craig A. Berry" <craigberry@mac.com>
10124              Date: Sun, 24 Jun 2001 23:41:36 -0500
10125              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
10126      Branch: perl
10127            ! pp_sys.c
10128 ____________________________________________________________________________
10129 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
10130         Log: Upgrade to Attribute::Handlers 0.70.
10131      Branch: perl
10132            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10133            ! MANIFEST lib/Attribute/Handlers.pm
10134 ____________________________________________________________________________
10135 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
10136         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10137              From: Abhijit Menon-Sen <ams@wiw.org>
10138              Date: Sat, 23 Jun 2001 05:17:44 +0530
10139              Message-ID: <20010623051744.A18583@lustre.linux.in>
10140              
10141              (Can't think of a good place to put tests.)
10142      Branch: perl
10143            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
10144 ____________________________________________________________________________
10145 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
10146         Log: Subject: [PATCH] t/op/pat.t typo fix
10147              From: Richard Soderberg <rs@crystalflame.net>
10148              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
10149              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
10150      Branch: perl
10151            ! t/op/pat.t
10152 ____________________________________________________________________________
10153 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
10154         Log: Move the pack warnings to their own file, as pointed
10155              out by Spider.
10156      Branch: perl
10157            + t/lib/warnings/pp_pack
10158            ! MANIFEST t/lib/warnings/pp
10159 ____________________________________________________________________________
10160 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
10161         Log: Update Changes.
10162      Branch: perl
10163            ! Changes patchlevel.h
10164 ____________________________________________________________________________
10165 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
10166         Log: Partially fix a problem noticed by IRIX compiler:
10167              the initialization of parse_start was bypassed by
10168              several gotos.  Now initialized to zero, which may
10169              not be the best choice.
10170      Branch: perl
10171            ! regcomp.c
10172 ____________________________________________________________________________
10173 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
10174         Log: Relax the group and password tests back to moaning only
10175              if no matches at all are found.  (Even with a small sample
10176              I could find many sites where there are, umm, anomalies in
10177              the said databases.)       
10178      Branch: perl
10179            ! t/op/grent.t t/op/pwent.t
10180 ____________________________________________________________________________
10181 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
10182         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
10183      Branch: perl
10184            ! pp_ctl.c
10185 ____________________________________________________________________________
10186 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
10187         Log: De-cut-and-pasto in #10902.
10188      Branch: perl
10189            ! pp_ctl.c
10190 ____________________________________________________________________________
10191 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
10192         Log: The #10771 didn't take?
10193      Branch: perl
10194            ! pp_ctl.c
10195 ____________________________________________________________________________
10196 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
10197         Log: Undo the filetests part of #10900, under multiplicity
10198              weird errors take place.
10199      Branch: perl
10200            ! pp_sys.c
10201 ____________________________________________________________________________
10202 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
10203         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
10204      Branch: perl
10205            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
10206 ____________________________________________________________________________
10207 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
10208         Log: (Replaced by #10922)
10209              
10210              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10211              From: Tony Bowden <tony@kasei.com>
10212              Date: Sun, 24 Jun 2001 17:32:40 +0100
10213              Message-ID: <20010624173240.A16293@blackstar.co.uk>
10214              
10215              Document (well, mention) shortmess() and longmess()
10216              to rob people of their fun of reinventing the weel.
10217      Branch: perl
10218            ! lib/Carp.pm
10219 ____________________________________________________________________________
10220 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
10221         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
10222              From: Brian Jepson <bjepson@oreilly.com>
10223              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
10224              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
10225      Branch: perl
10226            ! pp_sys.c
10227 ____________________________________________________________________________
10228 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
10229         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
10230              From: Robin Barker <rmb1@cise.npl.co.uk> 
10231              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
10232              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
10233      Branch: perl
10234            ! lib/CPAN.pm
10235 ____________________________________________________________________________
10236 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
10237         Log: Memoize patch from mjd.
10238      Branch: perl
10239            ! lib/Memoize/t/tie_storable.t
10240 ____________________________________________________________________________
10241 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
10242         Log: Spec the sv_pvprintify() a bit more.
10243      Branch: perl
10244            ! pod/perltodo.pod
10245 ____________________________________________________________________________
10246 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
10247         Log: Upgrade to Memoize 0.65.
10248      Branch: perl
10249            + lib/Memoize/t/array_confusion.t
10250            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10251            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10252            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10253            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
10254            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10255            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10256            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10257            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10258            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
10259            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
10260            ! lib/Memoize/t/tie_storable.t
10261 ____________________________________________________________________________
10262 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
10263         Log: Metaconfig unit change for #10892.
10264      Branch: metaconfig
10265            ! U/modified/Options.U
10266 ____________________________________________________________________________
10267 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
10268         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
10269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10270              Date: Sun, 24 Jun 2001 05:24:40 -0400
10271              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
10272      Branch: perl
10273            ! Configure hints/os2.sh
10274 ____________________________________________________________________________
10275 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
10276         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
10277              From: Mike Guy <mjtg@cam.ac.uk>
10278              Date: Sun, 24 Jun 2001 15:28:39 +0100
10279              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
10280              
10281              Fix an ancient (5.002) bug.
10282      Branch: perl
10283            ! lib/Carp/Heavy.pm
10284 ____________________________________________________________________________
10285 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
10286         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
10287              variables.
10288      Branch: perl
10289            ! pp_sys.c
10290 ____________________________________________________________________________
10291 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
10292         Log: Make UTS as per #10888.
10293      Branch: perl
10294            ! hints/uts.sh
10295 ____________________________________________________________________________
10296 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
10297         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
10298      Branch: perl
10299            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
10300            ! mpeix/mpeixish.h perl.h unixish.h
10301 ____________________________________________________________________________
10302 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
10303         Log: AUTHORS update.
10304      Branch: perl
10305            ! AUTHORS
10306 ____________________________________________________________________________
10307 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
10308         Log: Subject: Encode::Tcl for multibyte doesnot work
10309              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10310              Date: Sun, 24 Jun 2001 22:48:21 +0900
10311              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
10312      Branch: perl
10313            ! ext/Encode/Encode/Tcl.pm
10314 ____________________________________________________________________________
10315 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
10316         Log: Subject: [PATCH] Remove tautology in error messages
10317              From: Mike Guy <mjtg@cam.ac.uk>
10318              Date: Sun, 24 Jun 2001 13:31:00 +0100
10319              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
10320      Branch: perl
10321            ! pp_sys.c
10322 ____________________________________________________________________________
10323 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
10324         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
10325      Branch: perl
10326            ! hints/darwin.sh
10327 ____________________________________________________________________________
10328 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
10329         Log: Subject: Re: [PATCH 5.6.1] test suite
10330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10331              Date: Sun, 24 Jun 2001 05:47:05 -0400
10332              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
10333              
10334              Test suite fixes.
10335      Branch: perl
10336            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
10337 ____________________________________________________________________________
10338 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
10339         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
10340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10341              Date: Sun, 24 Jun 2001 05:37:19 -0400
10342              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
10343      Branch: perl
10344            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
10345 ____________________________________________________________________________
10346 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
10347         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
10348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10349              Date: Sun, 24 Jun 2001 05:34:50 -0400
10350              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
10351              
10352              Pacify compiler warnings.
10353      Branch: perl
10354            ! pp_sys.c
10355 ____________________________________________________________________________
10356 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
10357         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10359              Date: Sun, 24 Jun 2001 05:21:18 -0400
10360              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
10361              
10362              Enable compression of executables during link time.
10363      Branch: perl
10364            ! hints/os2.sh
10365 ____________________________________________________________________________
10366 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
10367         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10369              Date: Sun, 24 Jun 2001 05:15:11 -0400
10370              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
10371              
10372              Add ordinals to the export list for Perl DLL.
10373              (Breaks intra-version DLL compatibility.)
10374      Branch: perl
10375            ! makedef.pl
10376 ____________________________________________________________________________
10377 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
10378         Log: Allow (displaying and) re-editing the Subject in perlbug.
10379              Also abstract the Subject quality control into a function.
10380      Branch: perl
10381            ! utils/perlbug.PL
10382 ____________________________________________________________________________
10383 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
10384         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
10385      Branch: perl
10386            ! utils/perlbug.PL
10387 ____________________________________________________________________________
10388 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
10389         Log: Regen toc and modlib.
10390      Branch: perl
10391            ! pod/perlmodlib.pod pod/perltoc.pod
10392 ____________________________________________________________________________
10393 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
10394         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
10395              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
10396              attribute semantics as much as possible, or 'ntsec' which uses
10397              native NTFS semantics.)  (See also #10877.)
10398      Branch: perl
10399            ! perl.c
10400 ____________________________________________________________________________
10401 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
10402         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
10403      Branch: perl
10404            ! lib/Test/Harness.pm
10405 ____________________________________________________________________________
10406 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
10407         Log: Just zap the -uPerlio.
10408      Branch: perl
10409            ! ext/B/Stash.t
10410 ____________________________________________________________________________
10411 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
10412         Log: Do not test PerlIO if PerlIO not used.
10413      Branch: perl
10414            ! ext/PerlIO/PerlIO.t
10415 ____________________________________________________________________________
10416 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
10417         Log: Regen perlapi.
10418      Branch: perl
10419            ! pod/perlapi.pod
10420 ____________________________________________________________________________
10421 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
10422         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10423              From: Nicholas Clark <nick@ccl4.org>
10424              Date: Sat, 23 Jun 2001 22:55:47 +0100
10425              Message-ID: <20010623225547.Z98663@plum.flirble.org>
10426      Branch: perl
10427            ! numeric.c
10428 ____________________________________________________________________________
10429 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
10430         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
10431              From: Prymmer/Kahn <pvhp@best.com>
10432              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
10433              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
10434      Branch: perl
10435            ! lib/h2xs.t
10436 ____________________________________________________________________________
10437 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
10438         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
10439              cygwin does not taint cwd, just like win32.
10440      Branch: perl
10441            ! lib/File/Find/taint.t t/op/taint.t
10442 ____________________________________________________________________________
10443 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
10444         Log: Retract #10865, the patch should be unnecessary.
10445              (But seemingly helpful in Cygwin?  Strange.)
10446      Branch: perl
10447            ! lib/Memoize/t/tie_ndbm.t
10448 ____________________________________________________________________________
10449 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
10450         Log: Misplaced test file; plus Cygwin filesystem semantics.
10451      Branch: perl
10452            + ext/SDBM_File/sdbm.t
10453            - ext/ODBM_File/sdbm.t
10454            ! MANIFEST
10455 ____________________________________________________________________________
10456 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
10457         Log: (Retracted by #10867.)
10458      Branch: perl
10459            ! lib/Memoize/t/tie_ndbm.t
10460 ____________________________________________________________________________
10461 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
10462         Log: Metaconfig unit change for #10863.
10463      Branch: metaconfig/U/perl
10464            ! Extensions.U
10465 ____________________________________________________________________________
10466 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
10467         Log: In Cygwin do not build NDBM_File and ODBM_File unless
10468              -lndbm and -ldbm are available.
10469      Branch: perl
10470            ! Configure config_h.SH
10471 ____________________________________________________________________________
10472 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
10473         Log: More Cygwin filesystem semantics.
10474      Branch: perl
10475            ! t/io/fs.t t/op/stat.t
10476 ____________________________________________________________________________
10477 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
10478         Log: More DOSish permission semantics for Cygwin.
10479      Branch: perl
10480            ! lib/AnyDBM_File.t
10481 ____________________________________________________________________________
10482 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
10483         Log: Cygwin too has different permission semantics.
10484      Branch: perl
10485            ! ext/GDBM_File/gdbm.t
10486 ____________________________________________________________________________
10487 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
10488         Log: The group (and assumedly passwd) databases can have
10489              only one entry (this is the case in cygwin).
10490      Branch: perl
10491            ! t/op/grent.t t/op/pwent.t
10492 ____________________________________________________________________________
10493 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
10494         Log: Also in Cygwin use Socket to figure out domainname
10495              (if any) (avoids trying to call external 'domainname',
10496              which doesn't at the moment exist in Cygwin)
10497      Branch: perl
10498            ! lib/Net/Domain.pm
10499 ____________________________________________________________________________
10500 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
10501         Log: Remove also the lib$Foo.def, not just $Foo.def.
10502      Branch: perl
10503            ! lib/ExtUtils/MM_Unix.pm
10504 ____________________________________________________________________________
10505 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
10506         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
10507      Branch: perl
10508            ! unixish.h
10509 ____________________________________________________________________________
10510 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
10511         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
10512              to match the whole isprint(), only the space character.
10513      Branch: perl
10514            ! handy.h pod/perlre.pod t/op/pat.t
10515 ____________________________________________________________________________
10516 [ 10854] By: nick                                  on 2001/06/23  08:09:33
10517         Log: Integrate mainline
10518      Branch: perlio
10519           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
10520           !> lib/ExtUtils.t lib/File/Find/taint.t
10521           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
10522           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
10523           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10524 ____________________________________________________________________________
10525 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
10526         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
10527              with its floats    in os390 and s390 (UTS).
10528      Branch: perl
10529            ! lib/Math/BigInt/t/bigintpm.t
10530 ____________________________________________________________________________
10531 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
10532         Log: Add also UTS (s390) to the non-IEEE float platforms.
10533      Branch: perl
10534            ! t/op/sprintf.t
10535 ____________________________________________________________________________
10536 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
10537         Log: Subject: RFC: what are applicable standards for exponent sizes?
10538              From: Peter Prymmer <pvhp@forte.com>
10539              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
10540              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
10541      Branch: perl
10542            ! t/op/sprintf.t
10543 ____________________________________________________________________________
10544 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
10545         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
10546              From: Peter Prymmer <pvhp@forte.com>
10547              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
10548              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
10549      Branch: perl
10550            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10551 ____________________________________________________________________________
10552 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
10553         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
10554              From: Peter Prymmer <pvhp@forte.com>
10555              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
10556              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
10557      Branch: perl
10558            ! lib/ExtUtils.t
10559 ____________________________________________________________________________
10560 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
10561         Log: Retract #10845.
10562      Branch: perl
10563            ! lib/File/Find/taint.t
10564 ____________________________________________________________________________
10565 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
10566         Log: Yet another error message.
10567      Branch: perl
10568            ! t/op/mkdir.t
10569 ____________________________________________________________________________
10570 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
10571         Log: The croak message for nonexistent socket functions may vary.
10572      Branch: perl
10573            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
10574 ____________________________________________________________________________
10575 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
10576         Log: (Retracted by #10848.)
10577      Branch: perl
10578            ! lib/File/Find/taint.t
10579 ____________________________________________________________________________
10580 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
10581         Log: Integrate perlio.
10582      Branch: perl
10583           !> lib/File/Find/taint.t t/op/write.t
10584 ____________________________________________________________________________
10585 [ 10843] By: nick                                  on 2001/06/22  21:24:51
10586         Log: Back out debug in taint.t
10587      Branch: perlio
10588            ! lib/File/Find/taint.t
10589 ____________________________________________________________________________
10590 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
10591         Log: setitimer() does not exist in Unicos, despite of what
10592              Configure thinks, from Mark P. Lutz.
10593      Branch: perl
10594            ! hints/unicos.sh
10595 ____________________________________________________________________________
10596 [ 10841] By: nick                                  on 2001/06/22  21:19:36
10597         Log: Skip cwd test on Win32 ???
10598      Branch: perlio
10599            ! lib/File/Find/taint.t
10600 ____________________________________________________________________________
10601 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
10602         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
10603              and Tru64 gcc -Wall happy.
10604      Branch: perl
10605            ! mg.c
10606 ____________________________________________________________________________
10607 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
10608         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
10609      Branch: perl
10610            ! ext/IPC/SysV/Semaphore.pm
10611 ____________________________________________________________________________
10612 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
10613         Log: Metaconfig unit change for #10837.
10614      Branch: metaconfig/U/perl
10615            ! Cross.U
10616 ____________________________________________________________________________
10617 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
10618         Log: Cleanup of the cross-compilation unit.
10619      Branch: perl
10620            ! Configure
10621 ____________________________________________________________________________
10622 [ 10836] By: nick                                  on 2001/06/22  20:45:12
10623         Log: Skip |- based op/write.t on Win32 as well as VMS
10624      Branch: perlio
10625            ! t/op/write.t
10626 ____________________________________________________________________________
10627 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
10628         Log: Integrate perlio.
10629      Branch: perl
10630           !> util.c
10631 ____________________________________________________________________________
10632 [ 10834] By: nick                                  on 2001/06/22  20:41:54
10633         Log: Integrate mainline
10634      Branch: perlio
10635           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10636           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
10637           !> vos/config.ga.h
10638 ____________________________________________________________________________
10639 [ 10833] By: nick                                  on 2001/06/22  20:22:58
10640         Log: Patcho fix.
10641      Branch: perlio
10642            ! util.c
10643 ____________________________________________________________________________
10644 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
10645         Log: Metaconfig unit changes for #10831.
10646      Branch: metaconfig
10647            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10648 ____________________________________________________________________________
10649 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
10650         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
10651              From: Andy Dougherty <doughera@lafayette.edu>
10652              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
10653              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
10654      Branch: perl
10655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10656            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
10657 ____________________________________________________________________________
10658 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
10659         Log: MPE/iX prototype nits from Mark Bixby.
10660      Branch: perl
10661            ! pp_sys.c
10662 ____________________________________________________________________________
10663 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
10664         Log: Detypo.
10665      Branch: perl
10666            ! util.c
10667 ____________________________________________________________________________
10668 [ 10828] By: nick                                  on 2001/06/22  15:33:37
10669         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
10670      Branch: perlio
10671           +> lib/h2xs.t
10672           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
10673           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
10674           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
10675           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
10676           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10677           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10678           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
10679           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
10680           !> vms/vmsish.h
10681 ____________________________________________________________________________
10682 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
10683         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
10684              Date: Fri, 22 Jun 2001 10:08:35 -0500
10685              From: "Craig A. Berry" <craigberry@mac.com>
10686              Message-Id: <a05101001b75908704194@[192.168.56.145]>
10687      Branch: perl
10688            ! vms/vms.c vms/vmsish.h
10689 ____________________________________________________________________________
10690 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
10691         Log: NetWare scripts tweak from Ananth Kesari.
10692      Branch: perl
10693            ! NetWare/t/NWScripts.pl
10694 ____________________________________________________________________________
10695 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
10696         Log: Update Changes.
10697      Branch: perl
10698            ! Changes patchlevel.h
10699 ____________________________________________________________________________
10700 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
10701         Log: Add .i and .s targets.
10702      Branch: perl
10703            ! Makefile.SH
10704 ____________________________________________________________________________
10705 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
10706         Log: Upgrade to Locale::Maketext 1.03.
10707      Branch: perl
10708            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10709            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10710 ____________________________________________________________________________
10711 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
10712         Log: Upgrade to I18N::LangTags 0.26.
10713      Branch: perl
10714            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10715            ! lib/I18N/LangTags/test.pl
10716 ____________________________________________________________________________
10717 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
10718         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
10719              Philip Newton.
10720      Branch: perl
10721            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10722            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10723 ____________________________________________________________________________
10724 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
10725         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
10726              From: Prymmer/Kahn <pvhp@best.com>
10727              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
10728              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
10729      Branch: perl
10730            + lib/h2xs.t
10731            ! MANIFEST utils/h2xs.PL
10732 ____________________________________________________________________________
10733 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
10734         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
10735              From: Prymmer/Kahn <pvhp@best.com>
10736              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
10737              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
10738      Branch: perl
10739            ! lib/ExtUtils.t
10740 ____________________________________________________________________________
10741 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
10742         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
10743              From: Prymmer/Kahn <pvhp@best.com>
10744              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
10745              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
10746      Branch: perl
10747            ! t/pod/plainer.t
10748 ____________________________________________________________________________
10749 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
10750         Log: AUTHORS update.
10751      Branch: perl
10752            ! AUTHORS
10753 ____________________________________________________________________________
10754 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
10755         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
10756              From: "Craig A. Berry" <craigberry@mac.com>
10757              Date: Thu, 21 Jun 2001 18:20:38 -0500
10758              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
10759      Branch: perl
10760            ! ext/POSIX/POSIX.xs
10761 ____________________________________________________________________________
10762 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
10763         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
10764              From: "Craig A. Berry" <craigberry@mac.com>
10765              Date: Thu, 21 Jun 2001 09:58:52 -0500
10766              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
10767      Branch: perl
10768            ! ext/B/Deparse.t t/op/write.t
10769 ____________________________________________________________________________
10770 [ 10814] By: nick                                  on 2001/06/22  08:13:09
10771         Log: Integrate mainline.
10772      Branch: perlio
10773           !> (integrate 46 files)
10774 ____________________________________________________________________________
10775 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
10776         Log: Change the prefixes only if $prefix is unset,
10777              as originally patched by Marcel Grunauer.
10778      Branch: perl
10779            ! hints/darwin.sh hints/rhapsody.sh
10780 ____________________________________________________________________________
10781 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
10782         Log: Subject: Re: Patch for hints/darwin.sh
10783              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10784              Date: Thu, 21 Jun 2001 11:23:46 -0700
10785              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
10786      Branch: perl
10787            ! hints/darwin.sh hints/rhapsody.sh
10788 ____________________________________________________________________________
10789 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
10790         Log: Add .PHONY targets for non-file targets,
10791              from Wilfredo Sánchez.  Should help saying
10792              "make install" on case-insensitive filesystems.
10793      Branch: perl
10794            ! Makefile.SH
10795 ____________________________________________________________________________
10796 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
10797         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
10798              From: Doug MacEachern <dougm@covalent.net>
10799              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
10800              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
10801              
10802              plus reword the getcwd() comment, plus use getcwd() buffer
10803              size minus one.
10804      Branch: perl
10805            ! util.c
10806 ____________________________________________________________________________
10807 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
10808         Log: More gprofing from Doug MacEachern.
10809      Branch: perl
10810            ! Makefile.SH
10811 ____________________________________________________________________________
10812 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
10813         Log: Metaconfig unit change for #10807.
10814      Branch: metaconfig/U/perl
10815            ! d_sfio.U
10816 ____________________________________________________________________________
10817 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
10818         Log: Tell that you are removing the unneeded -lsfio.
10819      Branch: perl
10820            ! Configure
10821 ____________________________________________________________________________
10822 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
10823         Log: More MPE/iX tweaks from Mark Bixby.
10824      Branch: perl
10825            ! perl.c t/op/magic.t
10826 ____________________________________________________________________________
10827 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
10828         Log: The fchdir() proto is supposed to live in <unistd.h>.
10829      Branch: perl
10830            ! ext/Cwd/Cwd.xs
10831 ____________________________________________________________________________
10832 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
10833         Log: This town is too small for the Cwd extension and me,
10834              it would seem...
10835      Branch: perl
10836            ! ext/Cwd/Cwd.xs
10837 ____________________________________________________________________________
10838 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
10839         Log: Metaconfig unit change for #10802.
10840      Branch: metaconfig/U/perl
10841            ! d_modfl.U
10842 ____________________________________________________________________________
10843 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
10844         Log: More d'ohs.
10845      Branch: perl
10846            ! Configure
10847 ____________________________________________________________________________
10848 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
10849         Log: Off-by-one.  I'm so classic.
10850      Branch: perl
10851            ! util.c
10852 ____________________________________________________________________________
10853 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
10854         Log: Update Changes.
10855      Branch: perl
10856            ! Changes patchlevel.h
10857 ____________________________________________________________________________
10858 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
10859         Log: Subject: Documentation patch for Net::FTP
10860              From: Marcel Grunauer <marcel@codewerk.com>
10861              Date: Wed, 20 Jun 2001 23:03:26 +0200
10862              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
10863      Branch: perl
10864            ! lib/Net/FTP.pm
10865 ____________________________________________________________________________
10866 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
10867         Log: Retract the #10417 mg.c and embed.pl parts because of
10868              strange SEGVs in 64bit x86 FreeBSD observed by
10869              Nicholas Clark.
10870      Branch: perl
10871            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
10872 ____________________________________________________________________________
10873 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
10874         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
10875      Branch: perl
10876            ! Configure NetWare/config.wc NetWare/config_H.wc
10877            ! Porting/Glossary Porting/config.sh Porting/config_H
10878            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
10879            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10880            ! vos/config.ga.h win32/config.bc win32/config.gc
10881            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10882            ! win32/config_H.vc
10883 ____________________________________________________________________________
10884 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
10885         Log: Cwd tweak from Doug MacEachern.
10886      Branch: perl
10887            ! ext/Cwd/Cwd.xs
10888 ____________________________________________________________________________
10889 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
10890         Log: Protect the fchdir() and lstat() with ifdefs.
10891              fchdir() needs a Configure probe.
10892      Branch: perl
10893            ! ext/Cwd/Cwd.xs
10894 ____________________________________________________________________________
10895 [ 10794] By: nick                                  on 2001/06/21  17:11:35
10896         Log: Integrate mainline
10897      Branch: perlio
10898           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
10899           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
10900           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
10901           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
10902           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
10903           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
10904           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
10905           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10906            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
10907            - lib/File/Glob/case.t lib/File/Glob/global.t
10908            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
10909            - lib/File/Temp/posix.t lib/File/Temp/security.t
10910            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
10911            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
10912            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
10913            - lib/Text/Wrap/wrap.t
10914           !> (integrate 41 files)
10915 ____________________________________________________________________________
10916 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
10917         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
10918              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10919              Date: Thu, 21 Jun 2001 13:04:54 -0500
10920              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
10921      Branch: perl
10922            ! ext/Cwd/Cwd.xs
10923 ____________________________________________________________________________
10924 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
10925         Log: Subject: [PATCH pod] overlong =item
10926              From: Robin Barker <rmb1@cise.npl.co.uk>
10927              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
10928              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
10929      Branch: perl
10930            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10931            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10932 ____________________________________________________________________________
10933 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
10934         Log: Subject: [PATCH perlio.c] format 
10935              From: Robin Barker <rmb1@cise.npl.co.uk>
10936              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
10937              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
10938      Branch: perl
10939            ! perlio.c
10940 ____________________________________________________________________________
10941 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
10942         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
10943              From: Radu Greab <radu@netsoft.ro>
10944              Date: Thu, 21 Jun 2001 19:06:02 +0300
10945              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
10946      Branch: perl
10947            ! pod/perlapi.pod sv.c
10948 ____________________________________________________________________________
10949 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
10950         Log: The metaconfig unit changes for #10788.
10951      Branch: metaconfig/U/perl
10952            ! Cross.U fflushall.U
10953 ____________________________________________________________________________
10954 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
10955         Log: Cross-configuration changes: make $from to rm the files
10956              before copying them over (this means that he rm can be
10957              removed from the fflushall test), create $targetmkdir      
10958              (not documented in install since it is supposed to internal
10959              use only), make $run to copy over the executable only if
10960              a stamp file .xok doesn't already exist (to avoid unnecessary
10961              copying of the executable)
10962      Branch: perl
10963            ! Configure Makefile.SH
10964 ____________________________________________________________________________
10965 [ 10787] By: nick                                  on 2001/06/21  14:16:18
10966         Log: Integrate mainline
10967      Branch: perlio
10968           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
10969           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
10970           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
10971            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
10972           !> (integrate 34 files)
10973 ____________________________________________________________________________
10974 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
10975         Log: Re-add the files as text.
10976      Branch: perl
10977            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10978 ____________________________________________________________________________
10979 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
10980         Log: Delete the binary files.
10981      Branch: perl
10982            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10983 ____________________________________________________________________________
10984 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
10985         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
10986              From: Andy Dougherty <doughera@lafayette.edu>
10987              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
10988              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
10989      Branch: perl
10990            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
10991            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
10992            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
10993            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
10994 ____________________________________________________________________________
10995 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
10996         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10997              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
10998              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
10999              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
11000              
11001              Setting umask to something friendlier.
11002      Branch: perl
11003            ! installman installperl
11004 ____________________________________________________________________________
11005 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
11006         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
11007              Resort MANIFEST with sort -f, looks much better.
11008      Branch: perl
11009            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11010            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11011            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11012            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11013            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11014            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11015            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11016            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11017            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11018            - lib/File/Glob/case.t lib/File/Glob/global.t
11019            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11020            - lib/File/Temp/posix.t lib/File/Temp/security.t
11021            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11022            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11023            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11024            - lib/Text/Wrap/wrap.t
11025            ! MANIFEST
11026 ____________________________________________________________________________
11027 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
11028         Log: Upgrade to I18N::LangTags 0.25.
11029      Branch: perl
11030            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11031            ! lib/I18N/LangTags/List.pm
11032 ____________________________________________________________________________
11033 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
11034         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
11035              From: Richard Soderberg <rs@crystalflame.net>
11036              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
11037              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
11038      Branch: perl
11039            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
11040            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
11041 ____________________________________________________________________________
11042 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
11043         Log: Test obsoleted by change #10777.
11044      Branch: perl
11045            ! t/op/sub_lval.t
11046 ____________________________________________________________________________
11047 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
11048         Log: Case of confused test numbering.
11049      Branch: perl
11050            ! t/op/pat.t
11051 ____________________________________________________________________________
11052 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
11053         Log: Subject: Re: Opinion on undef lvalue
11054              From: Abhijit Menon-Sen <ams@wiw.org>
11055              Date: Sun, 17 Jun 2001 13:04:46 +0530
11056              Message-ID: <20010617130446.B27925@lustre.linux.in>
11057              
11058              Allow lvalue subs to return undef in array context.
11059      Branch: perl
11060            ! pp_hot.c
11061 ____________________________________________________________________________
11062 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
11063         Log: Just a guess that using the same hack for cygwin as
11064              for win32 might help.
11065      Branch: perl
11066            ! lib/File/Find/find.t
11067 ____________________________________________________________________________
11068 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
11069         Log: NetWare tweaks from Guruprasad.
11070      Branch: perl
11071            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11072            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
11073            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
11074            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
11075 ____________________________________________________________________________
11076 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
11077         Log: Subject: Re: perl@10722: Bogus warnings on REs 
11078              From: Hugo <hv@crypt.compulink.co.uk>
11079              Date: Thu, 21 Jun 2001 09:51:17 +0100
11080              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
11081              
11082              Unroll to avoid a UTS compiler bug.
11083      Branch: perl
11084            ! regcomp.c
11085 ____________________________________________________________________________
11086 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
11087         Log: Subject: Re: [PATCH] Make /o work under i?threads
11088              From: Artur Bergman <artur@contiller.se>
11089              Date: Thu, 21 Jun 2001 14:38:03 +0200
11090              Message-ID: <B757B74A.184D%artur@contiller.se>
11091      Branch: perl
11092            ! t/op/pat.t
11093 ____________________________________________________________________________
11094 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
11095         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11096              From: Artur Bergman <artur@contiller.se> 
11097              Date: Thu, 21 Jun 2001 14:27:33 +0200
11098              Message-ID: <B757B4D4.1849%artur@contiller.se>
11099              
11100              Plus extra parentheses.
11101      Branch: perl
11102            ! op.h
11103 ____________________________________________________________________________
11104 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
11105         Log: Subject: [PATCH] Make /o work under i?threads
11106              From: Richard Soderberg <rs@crystalflame.net>
11107              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
11108              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
11109      Branch: perl
11110            ! pp_ctl.c
11111 ____________________________________________________________________________
11112 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
11113         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11114              From: Artur Bergman <artur@contiller.se>
11115              Date: Thu, 21 Jun 2001 14:04:54 +0200
11116              Message-ID: <B757AF86.1842%artur@contiller.se>
11117      Branch: perl
11118            ! op.h
11119 ____________________________________________________________________________
11120 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
11121         Log: Subject: Re: perl@10765: sv.c not OK on win32
11122              From: Artur Bergman <artur@contiller.se>
11123              Date: Thu, 21 Jun 2001 10:31:06 +0200
11124              Message-ID: <B7577D69.182C%artur@contiller.se>
11125      Branch: perl
11126            ! sv.c
11127 ____________________________________________________________________________
11128 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
11129         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
11130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11131              Date: Thu, 21 Jun 2001 06:23:56 -0400
11132              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
11133              
11134              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
11135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11136              Date: Thu, 21 Jun 2001 06:32:21 -0400
11137              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
11138      Branch: perl
11139            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
11140 ____________________________________________________________________________
11141 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
11142         Log: Subject: [PATCH] make syslog test more verbose
11143              From: Robert Spier <rspier@pobox.com>
11144              Date: Thu, 21 Jun 2001 00:54:32 -0400
11145              Message-ID: <15153.32264.295807.333073@rls.cx>
11146      Branch: perl
11147            ! ext/Sys/Syslog/syslog.t
11148 ____________________________________________________________________________
11149 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
11150         Log: Subject: op/study.t refinements
11151              From: Hugo <hv@crypt.compulink.co.uk>
11152              Date: Thu, 21 Jun 2001 00:29:07 +0100
11153              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
11154      Branch: perl
11155            ! t/op/study.t
11156 ____________________________________________________________________________
11157 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
11158         Log: Update Changes.
11159      Branch: perl
11160            ! Changes patchlevel.h
11161 ____________________________________________________________________________
11162 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
11163         Log: Subject: Re: [PATCH] djgpp updates
11164              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11165              Date: Wed, 20 Jun 2001 10:05:15 +0200
11166              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
11167      Branch: perl
11168            ! djgpp/config.over
11169 ____________________________________________________________________________
11170 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
11171         Log: Fix for ID 20010619.002 "When building hash, hash keys that
11172              are function calls are not being called", from Abhijit.
11173      Branch: perl
11174            ! t/base/lex.t toke.c
11175 ____________________________________________________________________________
11176 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
11177         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
11178      Branch: perl
11179            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
11180            + lib/Locale/Maketext/test.pl
11181            - lib/Locale/Maketext.t
11182            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11183            ! lib/Locale/Maketext/TPJ13.pod
11184 ____________________________________________________________________________
11185 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
11186         Log: Metaconfig unit change for #10760.
11187      Branch: metaconfig
11188            ! U/modified/Cppsym.U
11189 ____________________________________________________________________________
11190 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
11191         Log: Do not remove the ccsym* Cppsym* files since
11192              they are useful for metaconfig units coming after us.
11193              (This is the Configure nit mentioned in #10752.)
11194      Branch: perl
11195            ! Configure
11196 ____________________________________________________________________________
11197 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
11198         Log: Update to I18N::LangTags 0.24, from Sean Burke.
11199      Branch: perl
11200            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11201            + lib/I18N/LangTags/README
11202            - lib/I18N/LangTags/List.pod
11203            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
11204 ____________________________________________________________________________
11205 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
11206         Log: Regen headers.
11207      Branch: perl
11208            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
11209            ! pod/perlapi.pod proto.h
11210 ____________________________________________________________________________
11211 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
11212         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
11213              From: Artur Bergman <artur@contiller.se>
11214              Date: Wed, 20 Jun 2001 11:31:32 +0200
11215              Message-ID: <B7563A14.17D8%artur@contiller.se>
11216      Branch: perl
11217            ! embed.pl hv.c intrpvar.h sv.c sv.h
11218 ____________________________________________________________________________
11219 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
11220         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
11221              From: Tim Sweetman <tim@aldigital.co.uk> 
11222              Date: Wed, 13 Jun 2001 14:25:17 +0100 
11223              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
11224      Branch: perl
11225            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
11226 ____________________________________________________________________________
11227 [ 10755] By: nick                                  on 2001/06/20  16:12:37
11228         Log: Integrate mainline
11229      Branch: perlio
11230           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
11231           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
11232           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
11233           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
11234           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
11235           !> t/op/study.t util.c
11236 ____________________________________________________________________________
11237 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
11238         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
11239              but not Makefile)
11240      Branch: maint-5.6/perl
11241            ! win32/Makefile
11242 ____________________________________________________________________________
11243 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
11244         Log: Security tweak on readlink().
11245      Branch: perl
11246            ! pp_sys.c
11247 ____________________________________________________________________________
11248 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
11249         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
11250      Branch: perl
11251            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
11252            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
11253            ! mpeix/relink t/op/pwent.t
11254 ____________________________________________________________________________
11255 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
11256         Log: Reinstate #10725 (with probe for alarm()).
11257      Branch: perl
11258            ! t/op/study.t
11259 ____________________________________________________________________________
11260 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
11261         Log: Replace our implementation of realpath() with OpenBSD's
11262              (src/lib/libc/stdlib/realpath.c 1.4).
11263      Branch: perl
11264            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
11265            ! pod/perldiag.pod proto.h util.c
11266 ____________________________________________________________________________
11267 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
11268         Log: Integrate perlio.
11269      Branch: perl
11270           !> perlio.c
11271 ____________________________________________________________________________
11272 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
11273         Log: No point in going into memory-saving contortions
11274              with getcwd() since there's a danger of buffer overflow.
11275              Also make the POSIX extension to use sv_getcwd().
11276              Finally, a missed proto.h fragment.
11277      Branch: perl
11278            ! ext/POSIX/POSIX.xs proto.h util.c
11279 ____________________________________________________________________________
11280 [ 10747] By: nick                                  on 2001/06/20  12:38:26
11281         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
11282      Branch: perlio
11283            ! perlio.c
11284 ____________________________________________________________________________
11285 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
11286         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
11287              From: Graham Barr <gbarr@pobox.com>
11288              Date: Wed, 20 Jun 2001 11:05:49 +0100
11289              Message-ID: <20010620110549.I19188@pobox.com>
11290              
11291              reported in        
11292              
11293              Subject: Bug in IO::Socket::INET module (repeat)
11294              From: "Harmon S. Nine" <hnine@netarx.com>
11295              Date: Tue, 19 Jun 2001 09:41:35 -0400
11296              Message-ID: <3B2F568F.8080605@netarx.com>
11297              
11298              The bug was that the IO::Socket::INET constructor
11299              did not allow a 'LocalPort' of 0.
11300      Branch: perl
11301            ! ext/IO/lib/IO/Socket/INET.pm
11302 ____________________________________________________________________________
11303 [ 10745] By: nick                                  on 2001/06/20  08:56:39
11304         Log: Integrate mainline.
11305      Branch: perlio
11306           !> (integrate 37 files)
11307 ____________________________________________________________________________
11308 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
11309         Log: After some reading I don't think we can blindly
11310              use systems' realpath().  Too many security problems,
11311              too many buggy implementations.
11312              
11313              TODO: the realpath() emulation code in util.c doesn't
11314              seem fully operational?  (readlink(), for example?)
11315      Branch: perl
11316            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
11317            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
11318            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
11319            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
11320            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
11321            ! win32/config_H.gc win32/config_H.vc
11322 ____________________________________________________________________________
11323 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
11324         Log: Metaconfig unit change for #10738.
11325      Branch: metaconfig
11326            ! U/compline/d_gconvert.U
11327 ____________________________________________________________________________
11328 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
11329         Log: Integrate change #10739 from maintperl:
11330              
11331              C<eval "/x$\r\n/x"> fails to compile correctly 
11332      Branch: perl
11333           !> t/op/pat.t toke.c
11334 ____________________________________________________________________________
11335 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
11336         Log: Retract #10725 (Hugo asked NOT to apply the patch)
11337      Branch: perl
11338            ! t/op/study.t
11339 ____________________________________________________________________________
11340 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
11341         Log: The test.third results were funnily named because of the
11342              new test scheme.
11343      Branch: perl
11344            ! t/TEST
11345 ____________________________________________________________________________
11346 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
11347         Log: C<eval "/x$\r\n/x"> fails to compile correctly
11348      Branch: maint-5.6/perl
11349            ! t/op/pat.t toke.c
11350 ____________________________________________________________________________
11351 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
11352         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
11353              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11354              Date: Tue, 19 Jun 2001 19:15:40 -0400
11355              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
11356              
11357              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
11358              because "1e+129" being expected but "1.e+129" being returned.
11359              The culprit (at least in Tru64) is the use of gcvt().
11360      Branch: perl
11361            ! Configure
11362 ____________________________________________________________________________
11363 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
11364         Log: Subject: [PATCH perl@10722] test hunting on VMS
11365              From: "Craig A. Berry" <craigberry@mac.com>
11366              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
11367              Date: Tue, 19 Jun 2001 18:59:01 -0500
11368      Branch: perl
11369            ! vms/test.com
11370 ____________________________________________________________________________
11371 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
11372         Log: Subject: [PATCH] s/typos//
11373              From: Abhijit Menon-Sen <ams@wiw.org>
11374              Date: Wed, 20 Jun 2001 02:15:02 +0530
11375              Message-ID: <20010620021502.A14541@lustre.linux.in>
11376              
11377              Without the op.h s/bearword/bareword/ hunk, see
11378              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
11379      Branch: perl
11380            ! util.c
11381 ____________________________________________________________________________
11382 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
11383         Log: Metaconfig unit change for #10732 and #10733.
11384      Branch: metaconfig/U/perl
11385            ! fflushall.U
11386 ____________________________________________________________________________
11387 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
11388         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
11389              From: "Craig A. Berry" <craigberry@mac.com>
11390              Date: Tue, 19 Jun 2001 17:19:48 -0500
11391              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
11392      Branch: perl
11393            ! configure.com vms/descrip_mms.template
11394 ____________________________________________________________________________
11395 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
11396         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
11397              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11398              Date: Tue, 19 Jun 2001 16:48:07 -0400
11399              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
11400              
11401              Further fixes to fflush(NULL) detection.
11402      Branch: perl
11403            ! Configure
11404 ____________________________________________________________________________
11405 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
11406         Log: AIX test -s hangs with non-existent files?
11407              (A genuine logic bug in Configure, but AIX also broken?)
11408      Branch: perl
11409            ! Configure
11410 ____________________________________________________________________________
11411 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
11412         Log: AUTHORS updates.
11413      Branch: perl
11414            ! AUTHORS
11415 ____________________________________________________________________________
11416 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
11417         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
11418              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11419              Date: Tue, 19 Jun 2001 15:33:25 -0400
11420              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
11421      Branch: perl
11422            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
11423            ! t/lib/warnings/pp
11424 ____________________________________________________________________________
11425 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
11426         Log: Integrate perlio.
11427      Branch: perl
11428           !> lib/File/Find/find.t win32/distclean.bat
11429 ____________________________________________________________________________
11430 [ 10728] By: nick                                  on 2001/06/19  18:24:53
11431         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
11432      Branch: perlio
11433            ! lib/File/Find/find.t win32/distclean.bat
11434 ____________________________________________________________________________
11435 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
11436         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
11437              also add information how to find out whether one has PerlIO.
11438      Branch: perl
11439            ! pod/perlfunc.pod
11440 ____________________________________________________________________________
11441 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
11442         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
11443              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11444              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
11445              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
11446      Branch: perl
11447            ! pod/perlfunc.pod
11448 ____________________________________________________________________________
11449 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
11450         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11451              From: Hugo <hv@crypt.compulink.co.uk>
11452              Date: Tue, 19 Jun 2001 12:37:30 +0100
11453              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
11454      Branch: perl
11455            ! t/op/study.t
11456 ____________________________________________________________________________
11457 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
11458         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11459              From: Hugo <hv@crypt.compulink.co.uk>
11460              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
11461              Date: Tue, 19 Jun 2001 13:15:17 +0100
11462      Branch: perl
11463            ! util.c
11464 ____________________________________________________________________________
11465 [ 10723] By: nick                                  on 2001/06/19  14:46:15
11466         Log: Integrate mainline
11467      Branch: perlio
11468           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
11469           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
11470           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
11471           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
11472           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
11473           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11474            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11475            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11476            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11477            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11478            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11479            - ext/Thread/unsync4.t
11480           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
11481           !> djgpp/config.over djgpp/fixpmain
11482           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
11483           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
11484           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
11485 ____________________________________________________________________________
11486 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
11487         Log: Update Changes.
11488      Branch: perl
11489            ! Changes patchlevel.h
11490 ____________________________________________________________________________
11491 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
11492         Log: The existence shall be MANIFESted.
11493      Branch: perl
11494            ! MANIFEST
11495 ____________________________________________________________________________
11496 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
11497         Log: The old libnet.cfg is first searched from the current directory,
11498              only then from the module path.
11499      Branch: perl
11500            ! utils/libnetcfg.PL
11501 ____________________________________________________________________________
11502 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
11503         Log: NetWare tweaks from Guruprasad.
11504      Branch: perl
11505            ! NetWare/Makefile NetWare/config.wc
11506 ____________________________________________________________________________
11507 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
11508         Log: Subject: [PATCH] djgpp updates
11509              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11510              Date: Tue, 19 Jun 2001 10:59:06 +0200
11511              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
11512      Branch: perl
11513            ! djgpp/config.over djgpp/fixpmain
11514 ____________________________________________________________________________
11515 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
11516         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
11517              From: Prymmer/Kahn <pvhp@best.com>
11518              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
11519              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
11520      Branch: perl
11521            ! win32/Makefile
11522 ____________________________________________________________________________
11523 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
11524         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
11525              to happen right after the inclusion of <inttypes.h>,
11526              from Edward Moy.
11527      Branch: perl
11528            ! handy.h perl.h
11529 ____________________________________________________________________________
11530 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
11531         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
11532              From: Doug MacEachern <dougm@covalent.net>
11533              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
11534              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
11535      Branch: perl
11536            ! ext/DynaLoader/DynaLoader_pm.PL
11537 ____________________________________________________________________________
11538 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
11539         Log: Revert #10656 for perfomance reasons but leave in the
11540              use of Hv*() macros -- in comments, so that grepping the
11541              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
11542              suggested by Sarathy, also by Abhijit.)
11543      Branch: perl
11544            ! hv.c
11545 ____________________________________________________________________________
11546 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
11547         Log: Subject: [patch] .s MakeMaker suffix
11548              From: Doug MacEachern <dougm@covalent.net>
11549              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
11550              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
11551      Branch: perl
11552            ! lib/ExtUtils/MM_Unix.pm
11553 ____________________________________________________________________________
11554 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
11555         Log: One test lost in the big shuffle restored.
11556      Branch: perl
11557            + ext/IPC/SysV/ipcsysv.t
11558            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11559 ____________________________________________________________________________
11560 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
11561         Log: Rename the old non-standard threads tests so that
11562              they won't be invoked.
11563      Branch: perl
11564            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
11565            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
11566            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
11567            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
11568            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
11569            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11570            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11571            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11572            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11573            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11574            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11575            - ext/Thread/unsync4.t
11576            ! MANIFEST
11577 ____________________________________________________________________________
11578 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
11579         Log: Integrate perlio.
11580      Branch: perl
11581           !> win32/config_sh.PL
11582 ____________________________________________________________________________
11583 [ 10709] By: nick                                  on 2001/06/19  08:18:18
11584         Log: Integrate mainline
11585      Branch: perlio
11586           +> (branch 40 files)
11587            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11588            - lib/strict/subs lib/strict/vars lib/warnings/1global
11589            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11590            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11591            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11592            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11593            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11594            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11595            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11596            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11597            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11598            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11599            - lib/warnings/utf8 lib/warnings/util
11600           !> (integrate 57 files)
11601 ____________________________________________________________________________
11602 [ 10708] By: nick                                  on 2001/06/19  07:57:10
11603         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
11604      Branch: perlio
11605            ! win32/config_sh.PL
11606 ____________________________________________________________________________
11607 [ 10707] By: nick                                  on 2001/06/19  07:05:07
11608         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
11609      Branch: perl
11610            ! perly.c perly.y perly_c.diff vms/perly_c.vms
11611 ____________________________________________________________________________
11612 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
11613         Log: More perl572delta tweaks.
11614      Branch: perl
11615            ! pod/perl572delta.pod
11616 ____________________________________________________________________________
11617 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
11618         Log: Update perl572delta.
11619      Branch: perl
11620            ! pod/perl572delta.pod
11621 ____________________________________________________________________________
11622 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
11623         Log: VOS updates from Paul Green.
11624      Branch: perl
11625            ! vos/Changes vos/build.cm vos/perl.bind
11626 ____________________________________________________________________________
11627 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
11628         Log: Update the vos/config.*.* files.
11629      Branch: perl
11630            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11631            ! vos/config.ga.h
11632 ____________________________________________________________________________
11633 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
11634         Log: Add a makefile for more painless adding of symbols to the
11635              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
11636              takes care of the adding)
11637      Branch: perl
11638            + vos/Makefile
11639 ____________________________________________________________________________
11640 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
11641         Log: Make libnetcfg by default display the libnet configuration,
11642              -c to change, add -i for old config, document all options,
11643              regen toc.
11644      Branch: perl
11645            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
11646 ____________________________________________________________________________
11647 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
11648         Log: gcc -Wall sweep.
11649      Branch: perl
11650            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
11651 ____________________________________________________________________________
11652 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
11653         Log: So there.
11654      Branch: perl
11655            ! universal.c
11656 ____________________________________________________________________________
11657 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
11658         Log: Document the need for sv_printify().
11659              
11660              Document that 'use utf8' has been considered.
11661              
11662              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
11663      Branch: perl
11664            ! pod/perltodo.pod universal.c
11665 ____________________________________________________________________________
11666 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
11667         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
11668              From: Nicholas Clark <nick@ccl4.org>
11669              Date: Mon, 18 Jun 2001 23:29:23 +0100
11670              Message-ID: <20010618232923.I98663@plum.flirble.org>
11671      Branch: perl
11672            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
11673            ! ext/Sys/Syslog/Makefile.PL
11674 ____________________________________________________________________________
11675 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
11676         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
11677              From: Scott.L.Miller@Compaq.com
11678              Date: Mon, 18 Jun 2001 10:12:27 -0500
11679              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
11680      Branch: perl
11681            ! lib/perl5db.pl pod/perldebug.pod
11682 ____________________________________________________________________________
11683 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
11684         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
11685              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
11686              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
11687              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
11688      Branch: perl
11689            ! lib/Carp/Heavy.pm
11690 ____________________________________________________________________________
11691 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
11692         Log: Subject: [PATCH] Documentation changes for CLONE
11693              From: Artur Bergman <artur@contiller.se>
11694              Date: Mon, 18 Jun 2001 22:06:37 +0200
11695              Message-ID: <B7542BEC.1719%artur@contiller.se>
11696      Branch: perl
11697            ! pod/perlmod.pod pod/perlsub.pod
11698 ____________________________________________________________________________
11699 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
11700         Log: Subject: Re: configure.com
11701              From: "Craig A. Berry" <craigberry@mac.com>
11702              Date: Mon, 18 Jun 2001 16:04:38 -0500
11703              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
11704      Branch: perl
11705            ! configure.com
11706 ____________________________________________________________________________
11707 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
11708         Log: Subject: PL_nullstash + perl_clone()
11709              From: Doug MacEachern <dougm@covalent.net>
11710              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
11711              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
11712      Branch: perl
11713            ! sv.c
11714 ____________________________________________________________________________
11715 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
11716         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11717              From: davem@fdgroup.co.uk
11718              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
11719              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
11720      Branch: perl
11721            ! embed.pl pod/perlapi.pod
11722 ____________________________________________________________________________
11723 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
11724         Log: More cross-compilation defaults gleaned from -Dcc
11725              if it is CPU-OS-gcc.
11726      Branch: metaconfig
11727            ! U/modified/libc.U
11728      Branch: metaconfig/U/perl
11729            ! Cross.U
11730      Branch: perl
11731            ! Configure INSTALL
11732 ____________________________________________________________________________
11733 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
11734         Log: Update Changes.
11735      Branch: perl
11736            ! Changes patchlevel.h
11737 ____________________________________________________________________________
11738 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
11739         Log: Subject: [PATCH 5.7.1] sv.c documentation
11740              From: davem@fdgroup.co.uk
11741              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
11742              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
11743      Branch: perl
11744            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
11745            ! sv.c sv.h
11746 ____________________________________________________________________________
11747 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
11748         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
11749              From: "Jon Gunnip" <jongunnip@hotmail.com>
11750              Date: Sun, 17 Jun 2001 18:24:29 -0400
11751              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
11752      Branch: perl
11753            ! pod/perlvar.pod
11754 ____________________________________________________________________________
11755 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
11756         Log: Move the locale/strict/warnings helper files back
11757              under the t/lib; this way the amount of non-installabled
11758              stuff under lib/ stays smaller.
11759      Branch: perl
11760            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
11761            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
11762            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
11763            + t/lib/warnings/5nolint t/lib/warnings/6default
11764            + t/lib/warnings/7fatal t/lib/warnings/8signal
11765            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
11766            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
11767            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
11768            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
11769            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
11770            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
11771            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
11772            + t/lib/warnings/taint t/lib/warnings/toke
11773            + t/lib/warnings/universal t/lib/warnings/utf8
11774            + t/lib/warnings/util
11775            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11776            - lib/strict/subs lib/strict/vars lib/warnings/1global
11777            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11778            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11779            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11780            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11781            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11782            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11783            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11784            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11785            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11786            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11787            - lib/warnings/utf8 lib/warnings/util
11788            ! MANIFEST installperl lib/locale.t lib/strict.t
11789 ____________________________________________________________________________
11790 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
11791         Log: Split off the pack/unpack code, from Nicholas Clark.
11792      Branch: perl
11793            + pp_pack.c
11794            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
11795            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
11796            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11797 ____________________________________________________________________________
11798 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
11799         Log: Guard the SysV IPC tests against being invoked in
11800              SysV-IPC-less places.
11801      Branch: perl
11802            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11803 ____________________________________________________________________________
11804 [ 10683] By: nick                                  on 2001/06/18  12:24:42
11805         Log: Integrate mainline (new test scheme now ok on Linux).
11806      Branch: perlio
11807           +> lib/warnings.t
11808           !> dump.c sv.c
11809 ____________________________________________________________________________
11810 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
11811         Log: Add the locale.c and numeric.c to the microperl sources.
11812      Branch: perl
11813            ! Makefile.micro win32/Makefile
11814 ____________________________________________________________________________
11815 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
11816         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
11817              From: Abhijit Menon-Sen <ams@wiw.org>
11818              Date: Mon, 18 Jun 2001 14:23:44 +0530
11819              Message-ID: <20010618142344.A13136@lustre.linux.in>
11820      Branch: perl
11821            ! dump.c
11822 ____________________________________________________________________________
11823 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
11824         Log: Subject: Re: [PATCH] more anonymous stash cleanups
11825              From: Abhijit Menon-Sen <ams@wiw.org>
11826              Date: Mon, 18 Jun 2001 15:50:32 +0530
11827              Message-ID: <20010618155032.A13223@lustre.linux.in>
11828              
11829              Plus the comment left in as suggested by NI-S.
11830      Branch: perl
11831            ! sv.c
11832 ____________________________________________________________________________
11833 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
11834         Log: One missed file.
11835      Branch: perl
11836            + lib/warnings.t
11837 ____________________________________________________________________________
11838 [ 10678] By: nick                                  on 2001/06/18  08:05:29
11839         Log: Integrate mainline (part2 - the deletes)
11840      Branch: perlio
11841            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
11842            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
11843            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
11844            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
11845            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
11846            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
11847            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
11848            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
11849            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
11850            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
11851            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
11852 ____________________________________________________________________________
11853 [ 10677] By: nick                                  on 2001/06/18  08:04:44
11854         Log: Integrate mainline (part1)
11855      Branch: perlio
11856           +> (branch 376 files)
11857            - (delete 219 files)
11858           !> (integrate 151 files)
11859 ____________________________________________________________________________
11860 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
11861         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
11862              No doubt I made some mistakes like missed some files or
11863              misnamed some files.  The naming rules were more or less:
11864              (1) if the module is from CPAN, follows its ways, be it
11865              t/*.t or test.pl.
11866              (2) otherwise if there are multiple tests for a module
11867              put them in a t/
11868              (3) otherwise if there's only one test put it in Module.t
11869              (4) helper files go to module/ (locale, strict, warnings)
11870              (5) use longer filenames now that we can (but e.g. the
11871              compat-0.6.t and the Text::Balanced test files still
11872              were renamed to be more civil against the 8.3 people)
11873              installperl was updated appropriately not to install the
11874              *.t files or the help files from under lib.
11875              
11876              TODO: some helper files still remain under t/ that could
11877              follow their 'masters'.  UPDATE: On second thoughts, why
11878              should they.  They can continue to live under t/lib, and
11879              in fact the locale/strict/warnings helpers that were moved
11880              could be moved back.  This way the amount of non-installable
11881              stuff under lib/ stays smaller.
11882      Branch: perl
11883            + (add 253 files)
11884            - (delete 254 files)
11885            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
11886 ____________________________________________________________________________
11887 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
11888         Log: The warning no more comes from util.c, it comes from numeric.c.
11889      Branch: perl
11890            ! README.tru64
11891 ____________________________________________________________________________
11892 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
11893         Log: Subject: Re: anyone good at casting spells?
11894              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11895              Date: Sun, 17 Jun 2001 21:21:04 -0400
11896              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
11897      Branch: perl
11898            ! ext/POSIX/POSIX.xs hv.h
11899 ____________________________________________________________________________
11900 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
11901         Log: Protect the (original) thread tests against testing if no 5.005
11902              threads have been configured.
11903      Branch: perl
11904            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11905            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11906            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11907            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11908            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11909            ! ext/Thread/unsync4.t
11910 ____________________________________________________________________________
11911 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
11912         Log: Try the new test scanning scheme on Text::Abbrev.
11913      Branch: perl
11914            + lib/Text/Abbrev.t
11915            - lib/Text/Abbrev/t/abbrev.t
11916            ! MANIFEST
11917 ____________________________________________________________________________
11918 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
11919         Log: Change the scan policy of the *.t and test.pl files,
11920              now the *.t do not need to live in a t/ directory.
11921      Branch: perl
11922            ! t/TEST t/harness
11923 ____________________________________________________________________________
11924 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
11925         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
11926              From: Ilmari Karonen <iltzu@sci.fi>
11927              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
11928              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
11929      Branch: perl
11930            ! pod/perlfaq7.pod
11931 ____________________________________________________________________________
11932 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
11933         Log: Quench the warnings from Tru64; the HP-UX is still
11934              broken because it really, REALLY, doesn't like the
11935              HvARRAY() being lvalue:
11936              
11937              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
11938              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
11939      Branch: perl
11940            ! hv.c
11941 ____________________________________________________________________________
11942 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
11943         Log: Integrate change #10667 from maintperl:
11944              
11945              change#10449 broke the special-case that makes lexicals inside the
11946              eval"" within DB::DB() visible
11947      Branch: perl
11948           !> op.c
11949 ____________________________________________________________________________
11950 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
11951         Log: change#10449 broke the special-case that makes lexicals inside the
11952              eval"" within DB::DB() visible
11953      Branch: maint-5.6/perl
11954            ! op.c
11955 ____________________________________________________________________________
11956 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
11957         Log: Still spurious output; indent the code a bit.
11958              
11959              TODO1: separate the utility functions like MkDir
11960              into a helper script?
11961              
11962              TODO2: I see a lot of repetition in the filepath()
11963              and dirpath() calls.
11964      Branch: perl
11965            ! t/lib/filefind.t t/lib/findtaint.t
11966 ____________________________________________________________________________
11967 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
11968         Log: Regen modlib, toc.
11969      Branch: perl
11970            ! pod/perlmodlib.pod pod/perltoc.pod
11971 ____________________________________________________________________________
11972 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
11973         Log: Add libnetcfg to perlutil.
11974      Branch: perl
11975            ! pod/perlutil.pod
11976 ____________________________________________________________________________
11977 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
11978         Log: Initial integration of libnet-1.0703.
11979              The Configure script renamed as libnetcfg, will be
11980              installed along other utilities.
11981      Branch: perl
11982            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
11983            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
11984            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
11985            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
11986            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
11987            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
11988            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
11989            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
11990            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
11991            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
11992            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
11993            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11994            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
11995            + utils/libnetcfg.PL
11996            ! MANIFEST utils.lst utils/Makefile
11997 ____________________________________________________________________________
11998 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
11999         Log: Less potentially test-harness-confusing output.
12000      Branch: perl
12001            ! lib/Memoize/t/expire_module_t.t
12002 ____________________________________________________________________________
12003 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
12004         Log: The final print annoys make test.
12005      Branch: perl
12006            ! t/lib/filefind.t t/lib/findtaint.t
12007 ____________________________________________________________________________
12008 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
12009         Log: Add an option for handling dangling symbolic links.
12010      Branch: perl
12011            ! lib/File/Find.pm t/lib/filefind.t
12012 ____________________________________________________________________________
12013 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
12014         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
12015              From: Thomas Wegner <wegner_thomas@yahoo.com>
12016              Date: Sun, 17 Jun 2001 14:43:11 +0200
12017              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
12018      Branch: perl
12019            + t/lib/findtaint.t
12020            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
12021 ____________________________________________________________________________
12022 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
12023         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
12024              From: Jonathan Stowe <gellyfish@gellyfish.com>
12025              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
12026              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
12027      Branch: perl
12028            ! lib/ExtUtils/MM_Unix.pm
12029 ____________________________________________________________________________
12030 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
12031         Log: Subject: [PATCH] more anonymous stash cleanups
12032              From: Abhijit Menon-Sen <ams@wiw.org>
12033              Date: Sun, 17 Jun 2001 11:44:06 +0530
12034              Message-ID: <20010617114406.A25203@lustre.linux.in>
12035      Branch: perl
12036            ! op.c
12037 ____________________________________________________________________________
12038 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
12039         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
12040              From: Abhijit Menon-Sen <ams@wiw.org>
12041              Date: Sun, 17 Jun 2001 08:02:59 +0530
12042              Message-ID: <20010617080259.A28776@lustre.linux.in>
12043              
12044              Subject: [PATCH #2/7] xhv_eiter
12045              From: Abhijit Menon-Sen <ams@wiw.org>
12046              Date: Sun, 17 Jun 2001 08:13:18 +0530
12047              Message-ID: <20010617081318.B28776@lustre.linux.in>
12048              
12049              Subject: [PATCH #3/7] xhv_fill
12050              From: Abhijit Menon-Sen <ams@wiw.org>
12051              Date: Sun, 17 Jun 2001 08:25:16 +0530
12052              Message-ID: <20010617082516.C28776@lustre.linux.in>
12053              
12054              Subject: [PATCH #4/7] xhv_keys
12055              From: Abhijit Menon-Sen <ams@wiw.org>
12056              Date: Sun, 17 Jun 2001 08:36:17 +0530
12057              Message-ID: <20010617083617.D28776@lustre.linux.in>
12058              
12059              Subject: [PATCH #5/7] xhv_max
12060              From: Abhijit Menon-Sen <ams@wiw.org>
12061              Date: Sun, 17 Jun 2001 08:39:48 +0530
12062              Message-ID: <20010617083948.E28776@lustre.linux.in>
12063              
12064              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
12065              From: Abhijit Menon-Sen <ams@wiw.org>
12066              Date: Sun, 17 Jun 2001 08:51:11 +0530
12067              Message-ID: <20010617085111.F28776@lustre.linux.in>
12068      Branch: perl
12069            ! hv.c
12070 ____________________________________________________________________________
12071 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
12072         Log: Update Changes.
12073      Branch: perl
12074            ! Changes patchlevel.h
12075 ____________________________________________________________________________
12076 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
12077         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
12078              From: Abhijit Menon-Sen <ams@wiw.org>
12079              Date: Sat, 16 Jun 2001 07:41:19 +0530
12080              Message-ID: <20010616074119.A24720@lustre.linux.in>
12081      Branch: perl
12082            ! hv.c perl.c vms/vmsish.h win32/win32.h
12083 ____________________________________________________________________________
12084 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
12085         Log: Document tests failing when threaded, since we now have more.
12086      Branch: perl
12087            ! pod/perl572delta.pod
12088 ____________________________________________________________________________
12089 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
12090         Log: -Wall cleanup.
12091      Branch: perl
12092            ! ext/Thread/Thread.xs
12093 ____________________________________________________________________________
12094 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
12095         Log: pthread_attr_setstacksize() isn't absolutely necessary
12096              to call, only iff THREAD_CREATE_NEEDS_STACK.
12097      Branch: perl
12098            ! ext/Thread/Thread.xs
12099 ____________________________________________________________________________
12100 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
12101         Log: -Wall strays.
12102      Branch: perl
12103            ! perl.c util.c
12104 ____________________________________________________________________________
12105 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
12106         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
12107              (and INT64_MIN) brokenness.
12108      Branch: perl
12109            ! hints/darwin.sh perl.h
12110 ____________________________________________________________________________
12111 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
12112         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
12113              From: Nicholas Clark <nick@ccl4.org>
12114              Date: Sun, 17 Jun 2001 00:16:05 +0100
12115              Message-ID: <20010617001605.V98663@plum.flirble.org>
12116      Branch: perl
12117            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
12118            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
12119            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12120 ____________________________________________________________________________
12121 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
12122         Log: Add perlnetware to docs; regen toc; supply skeleton
12123              docs for some Memoize submodules.
12124      Branch: perl
12125            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
12126            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12127            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
12128            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
12129            ! win32/Makefile win32/makefile.mk
12130 ____________________________________________________________________________
12131 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
12132         Log: pod cleanup.
12133      Branch: perl
12134            ! README.netware
12135 ____________________________________________________________________________
12136 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
12137         Log: Integrate Memoize 0.64.  Few tweaks were required in
12138              the test scripts.  Note that the speed and expire*
12139              tests take several dozen seconds to run.
12140      Branch: perl
12141            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12142            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12143            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12144            + lib/Memoize/README lib/Memoize/SDBM_File.pm
12145            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12146            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
12147            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12148            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12149            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12150            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12151            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12152            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12153            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12154            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12155            ! MANIFEST t/lib/1_compile.t
12156 ____________________________________________________________________________
12157 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
12158         Log: Document the cross-compilation options.
12159      Branch: perl
12160            ! Cross/README INSTALL
12161 ____________________________________________________________________________
12162 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
12163         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
12164      Branch: perl
12165            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
12166            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
12167            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
12168            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
12169            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
12170            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
12171            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
12172            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
12173            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
12174            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
12175            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
12176            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
12177            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
12178            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
12179            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
12180            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
12181            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
12182            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
12183            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
12184            + lib/ExtUtils/MM_NW5.pm
12185            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
12186            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
12187            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12188            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
12189            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
12190            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
12191            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
12192            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
12193            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
12194            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
12195            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
12196            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
12197            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
12198            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
12199            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
12200            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
12201            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
12202            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
12203            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
12204            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
12205            ! util.h x2p/a2py.c
12206 ____________________________________________________________________________
12207 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
12208         Log: Resort MANIFEST.
12209      Branch: perl
12210            ! MANIFEST
12211 ____________________________________________________________________________
12212 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
12213         Log: Integrate perlio.
12214      Branch: perl
12215           +> win32/win32io.c
12216           !> MANIFEST perlio.c perliol.h win32/makefile.mk
12217 ____________________________________________________________________________
12218 [ 10640] By: nick                                  on 2001/06/16  18:38:31
12219         Log: Disable :win32 layer as default till I get it working
12220      Branch: perlio
12221            ! MANIFEST perlio.c
12222 ____________________________________________________________________________
12223 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
12224         Log: Try the new scheme by moving the Text::Abbrev test
12225              to a new place under lib.
12226      Branch: perl
12227            + lib/Text/Abbrev/t/abbrev.t
12228            - t/lib/abbrev.t
12229            ! MANIFEST
12230 ____________________________________________________________________________
12231 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
12232         Log: Make the code even more dynamical so that testname
12233              suffix length can change.
12234      Branch: perl
12235            ! lib/Test/Harness.pm t/TEST
12236 ____________________________________________________________________________
12237 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
12238         Log: Allow for deeper t/ and also a single test.pl.
12239      Branch: perl
12240            ! t/TEST t/harness
12241 ____________________________________________________________________________
12242 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
12243         Log: #define fix from Nicholas Clark.
12244      Branch: perl
12245            ! ext/POSIX/POSIX.xs
12246 ____________________________________________________________________________
12247 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
12248         Log: Initialization is nice.
12249      Branch: perl
12250            ! lib/Test/Harness.pm
12251 ____________________________________________________________________________
12252 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
12253         Log: Make t/TEST and t/harness to test also the t/ tests
12254              under the main lib/ and ext/ directories.  Fix Test::Harness
12255              to dynamically change the width of its "foo/bar....ok" output.
12256      Branch: perl
12257            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
12258 ____________________________________________________________________________
12259 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
12260         Log: Subject: [PATCH] Re: perl@10611 
12261              From: Nicholas Clark <nick@ccl4.org>
12262              Date: Sat, 16 Jun 2001 16:52:47 +0100
12263              Message-ID: <20010616165247.O98663@plum.flirble.org>
12264              
12265              The .xs parts, too.
12266      Branch: perl
12267            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
12268            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
12269 ____________________________________________________________________________
12270 [ 10632] By: nick                                  on 2001/06/16  16:44:35
12271         Log: Work-in-progress win32 layer semi-functional, checking 
12272              for UNIX breakage.
12273      Branch: perlio
12274            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
12275 ____________________________________________________________________________
12276 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
12277         Log: Subject: [PATCH] Re: perl@10611 
12278              From: Nicholas Clark <nick@ccl4.org>
12279              Date: Sat, 16 Jun 2001 16:52:47 +0100
12280              Message-ID: <20010616165247.O98663@plum.flirble.org>
12281      Branch: perl
12282            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
12283            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
12284            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
12285            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12286            ! lib/ExtUtils/Constant.pm
12287 ____________________________________________________________________________
12288 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
12289         Log: Metaconfig unit change for #10629.
12290      Branch: metaconfig
12291            ! U/modified/Finish.U
12292 ____________________________________________________________________________
12293 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
12294         Log: The extraction changed directories.
12295      Branch: perl
12296            ! Configure
12297 ____________________________________________________________________________
12298 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
12299         Log: Math::BigInt 1.35 from Tels.
12300      Branch: perl
12301            + t/lib/mbimbf.t
12302            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12303            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12304 ____________________________________________________________________________
12305 [ 10627] By: nick                                  on 2001/06/16  14:54:52
12306         Log: Work in progress UNIX-side edit of win32 PerLIO layer
12307      Branch: perlio
12308            + win32/win32io.c
12309            ! perlio.c win32/makefile.mk
12310 ____________________________________________________________________________
12311 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
12312         Log: Subject: [PATCH 5.6.1] os2/diff-configure
12313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12314              Date: Fri, 15 Jun 2001 01:19:36 -0400
12315              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
12316              
12317              Empty all of it because I think #10624 made even the
12318              last patch hunk unnecessary.
12319      Branch: perl
12320            ! os2/diff.configure
12321 ____________________________________________________________________________
12322 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
12323         Log: Metaconfig unit change for 10624.
12324      Branch: metaconfig
12325            ! U/modified/libc.U
12326      Branch: perl
12327            ! config_h.SH
12328 ____________________________________________________________________________
12329 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
12330         Log: Move the initialization of libnames to the beginning so
12331              that can one 'seed' it (as OS/2 does.)
12332      Branch: perl
12333            ! Configure
12334 ____________________________________________________________________________
12335 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
12336         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
12337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12338              Date: Fri, 15 Jun 2001 19:10:57 -0400
12339              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
12340      Branch: perl
12341            ! os2/OS2/REXX/DLL/DLL.pm
12342 ____________________________________________________________________________
12343 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
12344         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
12345              From: "Craig A. Berry" <craigberry@mac.com>
12346              Date: Fri, 15 Jun 2001 17:00:03 -0500
12347              Message-Id: <a05101007b750342599be@[172.16.52.1]>
12348      Branch: perl
12349            ! vms/descrip_mms.template
12350 ____________________________________________________________________________
12351 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
12352         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
12353              From: "Craig A. Berry" <craigberry@mac.com>
12354              Date: Fri, 15 Jun 2001 18:39:42 -0500
12355              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
12356      Branch: perl
12357            ! lib/File/Spec/VMS.pm t/lib/extutils.t
12358 ____________________________________________________________________________
12359 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
12360         Log: Integrate perlio.
12361      Branch: perl
12362           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
12363           !> t/io/utf8.t t/lib/io_scalar.t
12364 ____________________________________________________________________________
12365 [ 10619] By: nick                                  on 2001/06/15  21:05:19
12366         Log: Generated files
12367      Branch: perlio
12368            ! embed.h proto.h
12369 ____________________________________________________________________________
12370 [ 10618] By: nick                                  on 2001/06/15  20:27:42
12371         Log: Fix open.pm to work via XS-implemented method calls rather
12372              than *open::layers variables which caused all the HV/AV hassle.
12373      Branch: perlio
12374            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
12375            ! t/lib/io_scalar.t
12376 ____________________________________________________________________________
12377 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
12378         Log: Integrate perlio.
12379      Branch: perl
12380           !> lib/ExtUtils/Constant.pm
12381 ____________________________________________________________________________
12382 [ 10616] By: nick                                  on 2001/06/15  18:46:47
12383         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
12384      Branch: perlio
12385            ! lib/ExtUtils/Constant.pm
12386 ____________________________________________________________________________
12387 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
12388         Log: Integrate perlio.
12389      Branch: perl
12390           !> ext/Socket/Socket.xs
12391 ____________________________________________________________________________
12392 [ 10614] By: nick                                  on 2001/06/15  18:33:37
12393         Log: MULTIPLICITY fix for Socket.xs
12394      Branch: perlio
12395            ! ext/Socket/Socket.xs
12396 ____________________________________________________________________________
12397 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
12398         Log: Subject: Re: perl@10611
12399              From: Doug MacEachern <dougm@covalent.net>
12400              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
12401              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
12402      Branch: perl
12403            ! ext/Socket/Socket.xs
12404 ____________________________________________________________________________
12405 [ 10612] By: nick                                  on 2001/06/15  16:14:38
12406         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
12407      Branch: perlio
12408           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12409           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
12410           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
12411           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
12412           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
12413           !> utils/h2ph.PL
12414 ____________________________________________________________________________
12415 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
12416         Log: Update Changes.
12417      Branch: perl
12418            ! Changes patchlevel.h
12419 ____________________________________________________________________________
12420 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
12421         Log: Upping the test count.
12422      Branch: perl
12423            ! t/lib/filefind.t
12424 ____________________________________________________________________________
12425 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
12426         Log: Integrate perlio.
12427      Branch: perl
12428           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12429 ____________________________________________________________________________
12430 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
12431         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12432              From: andreas.koenig@anima.de (Andreas J. Koenig)
12433              Date: 15 Jun 2001 13:30:39 +0200
12434              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
12435              
12436              Record the grim history.
12437      Branch: perl
12438            ! lib/File/Find.pm
12439 ____________________________________________________________________________
12440 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
12441         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12442              From: Brian McCauley <nobull@mail.com>
12443              Date: 15 Jun 2001 07:51:26 +0100
12444              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
12445      Branch: perl
12446            ! lib/File/Find.pm t/lib/filefind.t
12447 ____________________________________________________________________________
12448 [ 10606] By: nick                                  on 2001/06/15  14:00:08
12449         Log: regen_config_h for Win32.
12450      Branch: perlio
12451            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12452 ____________________________________________________________________________
12453 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
12454         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
12455              From: Peter Prymmer <pvhp@forte.com>
12456              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
12457              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
12458      Branch: perl
12459            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
12460 ____________________________________________________________________________
12461 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
12462         Log: Some filesystems require writability for rename/unlink.
12463      Branch: perl
12464            ! opcode.pl
12465 ____________________________________________________________________________
12466 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
12467         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
12468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12469              Date: Fri, 15 Jun 2001 12:08:53 +0200
12470              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
12471      Branch: perl
12472            ! perlio.c
12473 ____________________________________________________________________________
12474 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
12475         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
12476              From: Mike Guy <mjtg@cam.ac.uk>
12477              Date: Fri, 15 Jun 2001 14:11:49 +0100
12478              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
12479      Branch: perl
12480            ! opcode.pl
12481 ____________________________________________________________________________
12482 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
12483         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
12484              From: Nicholas Clark <nick@ccl4.org>
12485              Date: Thu, 14 Jun 2001 23:52:56 +0100
12486              Message-ID: <20010614235256.G98663@plum.flirble.org>
12487      Branch: perl
12488            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12489            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12490 ____________________________________________________________________________
12491 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
12492         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12493              From: Russ Allbery <rra@stanford.edu>
12494              Date: 14 Jun 2001 13:24:43 -0700
12495              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
12496      Branch: perl
12497            ! ext/GDBM_File/GDBM_File.pm
12498 ____________________________________________________________________________
12499 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
12500         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12501              From: Nicholas Clark <nick@ccl4.org>
12502              Date: Thu, 14 Jun 2001 20:37:47 +0100
12503              Message-ID: <20010614203747.F98663@plum.flirble.org>
12504      Branch: perl
12505            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12506            ! t/lib/gdbm.t
12507 ____________________________________________________________________________
12508 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
12509         Log: Integrate perlio.
12510      Branch: perl
12511           !> makedef.pl sv.c
12512 ____________________________________________________________________________
12513 [ 10597] By: nick                                  on 2001/06/15  11:08:13
12514         Log: Check that HVs with HvNAME() != NULL are really stashes before
12515              treating them as such. Also be more defensive on the GvCV.
12516              Win32 fork and dprof now working again. 
12517      Branch: perlio
12518            ! sv.c
12519 ____________________________________________________________________________
12520 [ 10596] By: nick                                  on 2001/06/15  10:11:20
12521         Log: Integrate mainline.
12522      Branch: perlio
12523           +> Cross/README
12524           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12525           !> Porting/config_H config_h.SH configure.com epoc/config.sh
12526           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
12527           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12528           !> vos/config.ga.h win32/config.bc win32/config.gc
12529           !> win32/config.vc win32/config_H.bc win32/config_H.gc
12530           !> win32/config_H.vc
12531 ____________________________________________________________________________
12532 [ 10595] By: nick                                  on 2001/06/15  09:37:17
12533         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
12534              - Win32 (VC++) now builds but fails:
12535              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
12536              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
12537              write.t    - open(...,"|-") not implemented on Win32 
12538      Branch: perlio
12539            ! makedef.pl
12540 ____________________________________________________________________________
12541 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
12542         Log: Integrate perlio.
12543      Branch: perl
12544           !> perlio.c win32/makefile.mk
12545 ____________________________________________________________________________
12546 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
12547         Log: Metaconfig unit changes for #10592.
12548      Branch: metaconfig
12549            + U/modified/i_varhdr.U U/modified/startsh.U
12550            - U/a_dvisory/crosscompile.U U/target/Target.U
12551            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
12552            ! U/compline/bitpbyte.U U/compline/byteorder.U
12553            ! U/compline/ccflags.U U/compline/charsize.U
12554            ! U/compline/d_casti32.U U/compline/d_castneg.U
12555            ! U/compline/d_closedir.U U/compline/d_fd_set.U
12556            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
12557            ! U/compline/d_keepsig.U U/compline/d_open3.U
12558            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12559            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
12560            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
12561            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
12562            ! U/compline/doublesize.U U/compline/floatsize.U
12563            ! U/compline/nblock_io.U U/compline/orderlib.U
12564            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
12565            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
12566            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
12567            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
12568            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
12569            ! U/modified/spitshell.U U/threads/archname.U
12570            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
12571            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
12572            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
12573            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
12574            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
12575      Branch: metaconfig/U/perl
12576            + Cross.U
12577            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
12578            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
12579            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
12580            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
12581            ! stdio_streams.U uselfs.U
12582 ____________________________________________________________________________
12583 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
12584         Log: The first steps towards cross-compilation.
12585              
12586              Abstract execution of compiled test executables with $run,
12587              and abstract transfer of files with $to and $from.
12588              
12589              Under cross-compilation the $run, $to, and $from will point
12590              to appropriate wrapper scripts, by default ssh and scp,
12591              but also rsh, rcp, and cp are supported.  If not
12592              cross-compiling, they will be set to '', ':', and ':',
12593              respectively.
12594              
12595              With these patches I was able to get Configure for
12596              iPAQ ARM Linux on an Intel Linux about 95% right
12597              (only a few tests failed to execute or they produced
12598              incorrect results), and I was able to compile
12599              a functional miniperl.
12600              
12601              The symbol crosscompile renamed to be usecrosscompile,
12602              the corresponding C symbol from CROSSCOMPILE to
12603              USE_CROSS_COMPILE.
12604      Branch: perl
12605            ! Configure Cross/README Makefile.SH Porting/Glossary
12606            ! Porting/config.sh Porting/config_H config_h.SH configure.com
12607            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
12608            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12609            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12610            ! win32/config.gc win32/config.vc win32/config_H.bc
12611            ! win32/config_H.gc win32/config_H.vc
12612 ____________________________________________________________________________
12613 [ 10591] By: nick                                  on 2001/06/14  20:00:12
12614         Log: Steps along the road toward Win32 building again.
12615      Branch: perlio
12616            ! perlio.c win32/makefile.mk
12617 ____________________________________________________________________________
12618 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
12619         Log: Integrate perlio.
12620      Branch: perl
12621           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12622 ____________________________________________________________________________
12623 [ 10589] By: nick                                  on 2001/06/14  13:54:07
12624         Log: Routine regen_config_h for Win32
12625      Branch: perlio
12626            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12627 ____________________________________________________________________________
12628 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
12629         Log: Integrate perlio.
12630      Branch: perl
12631           +> perlyline.pl
12632           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
12633 ____________________________________________________________________________
12634 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
12635         Log: A placeholder.
12636      Branch: perl
12637            + Cross/README
12638 ____________________________________________________________________________
12639 [ 10586] By: nick                                  on 2001/06/14  08:25:07
12640         Log: Add new step to run_byacc which:
12641              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
12642              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
12643      Branch: perlio
12644            + perlyline.pl
12645            ! MANIFEST Makefile.SH perly.c
12646 ____________________________________________________________________________
12647 [ 10585] By: nick                                  on 2001/06/14  08:22:29
12648         Log: Integrate mainline
12649      Branch: perlio
12650           +> locale.c numeric.c
12651           !> Changes cygwin/Makefile.SHs embed.h embed.pl
12652           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
12653           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
12654           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
12655           !> x2p/Makefile.SH
12656 ____________________________________________________________________________
12657 [ 10584] By: nick                                  on 2001/06/14  08:05:53
12658         Log: Hack to remove insecure directories from PATH so test will run.
12659      Branch: perlio
12660            ! t/lib/filefind.t
12661 ____________________________________________________________________________
12662 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
12663         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
12664      Branch: perl
12665            - t/lib/mbimbf.t
12666            ! MANIFEST
12667 ____________________________________________________________________________
12668 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
12669         Log: Detypo.
12670      Branch: perl
12671            ! x2p/Makefile.SH
12672 ____________________________________________________________________________
12673 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
12674         Log: de-$CONFIG continues.
12675      Branch: perl
12676            ! cygwin/Makefile.SHs x2p/Makefile.SH
12677 ____________________________________________________________________________
12678 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
12679         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
12680              From: Nicholas Clark <nick@ccl4.org>
12681              Date: Wed, 13 Jun 2001 21:20:13 +0100
12682              Message-ID: <20010613212013.D98663@plum.flirble.org>
12683      Branch: perl
12684            ! opcode.pl
12685 ____________________________________________________________________________
12686 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
12687         Log: Subject: splitting util.c
12688              From: Hugo <hv@crypt.compulink.co.uk>
12689              Date: Thu, 14 Jun 2001 00:41:08 +0100
12690              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
12691      Branch: perl
12692            + locale.c numeric.c
12693            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
12694            ! pod/perlapi.pod proto.h util.c
12695 ____________________________________________________________________________
12696 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
12697         Log: Upgrade to Math::BigInt 1.34 from Tels.
12698      Branch: perl
12699            + t/lib/mbimbf.t
12700            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12701            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12702 ____________________________________________________________________________
12703 [ 10577] By: nick                                  on 2001/06/13  19:02:48
12704         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
12705      Branch: perlio
12706           !> (integrate 125 files)
12707 ____________________________________________________________________________
12708 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
12709         Log: Update Changes.
12710      Branch: perl
12711            ! Changes patchlevel.h
12712 ____________________________________________________________________________
12713 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
12714         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12715              From: "Craig A. Berry" <craigberry@mac.com>
12716              Date: Wed, 13 Jun 2001 13:24:28 -0500
12717              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
12718      Branch: perl
12719            ! ext/re/Makefile.PL
12720 ____________________________________________________________________________
12721 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
12722         Log: Mc.u.c. for #10573.
12723      Branch: metaconfig
12724            ! U/threads/usethreads.U
12725 ____________________________________________________________________________
12726 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
12727         Log: It would be also be good if I could type.
12728      Branch: perl
12729            ! Configure
12730 ____________________________________________________________________________
12731 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
12732         Log: Metaconfig unit change for #10571.
12733      Branch: metaconfig
12734            ! U/threads/usethreads.U
12735 ____________________________________________________________________________
12736 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
12737         Log: A non-empty default is a good thing.
12738      Branch: perl
12739            ! Configure
12740 ____________________________________________________________________________
12741 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
12742         Log: Metaconfig unit change for #10569.
12743      Branch: metaconfig
12744            ! U/threads/usethreads.U
12745 ____________________________________________________________________________
12746 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
12747         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
12748              extremely experimental, not even prompted for.
12749      Branch: perl
12750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12751            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
12752            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12753            ! win32/config.bc win32/config.gc win32/config.vc
12754 ____________________________________________________________________________
12755 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
12756         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
12757      Branch: perl
12758            ! pod/perlfaq6.pod
12759 ____________________________________________________________________________
12760 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
12761         Log: Integrate perlio; conflicts, accept Nick's versions.
12762      Branch: perl
12763           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12764           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12765 ____________________________________________________________________________
12766 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
12767         Log: Subject: Re: ext/ + -Wall
12768              From: Doug MacEachern <dougm@covalent.net>
12769              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
12770              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
12771      Branch: perl
12772            ! XSUB.h lib/ExtUtils/xsubpp perl.h
12773 ____________________________________________________________________________
12774 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
12775         Log: Similar logic as DB_File.xs, using the modern macros and
12776              defines them to older ones for older Perls where PERL_VERSION
12777              is not defined, from Doug MacEachern.
12778      Branch: perl
12779            ! ext/Storable/Storable.xs
12780 ____________________________________________________________________________
12781 [ 10564] By: nick                                  on 2001/06/13  15:22:01
12782         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
12783              and using that instead (name lookups are sequential search for now).
12784      Branch: perlio
12785            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12786            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12787 ____________________________________________________________________________
12788 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
12789         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
12790              From: "Richard Soderberg" <rs@crystalflame.net>
12791              Date: Sat, 26 May 2001 06:44:20 -0700
12792              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
12793      Branch: perl
12794            ! sv.c t/op/glob.t
12795 ____________________________________________________________________________
12796 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
12797         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12798              From: "Craig A. Berry" <craigberry@mac.com>
12799              Date: Tue, 12 Jun 2001 23:55:26 -0500
12800              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
12801      Branch: perl
12802            ! ext/re/Makefile.PL ext/re/re.xs
12803 ____________________________________________________________________________
12804 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
12805         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
12806              suggested by NI-S.
12807      Branch: perl
12808            ! XSUB.h malloc.c perl.h
12809 ____________________________________________________________________________
12810 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
12811         Log: Regen toc.
12812      Branch: perl
12813            ! pod/perltoc.pod
12814 ____________________________________________________________________________
12815 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
12816         Log: Subject: [patch] perl.gprof control
12817              From: Doug MacEachern <dougm@covalent.net>
12818              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
12819              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
12820      Branch: perl
12821            ! miniperlmain.c perl.h
12822 ____________________________________________________________________________
12823 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
12824         Log: Subject: Re: ext/ + -Wall
12825              From: Doug MacEachern <dougm@covalent.net>
12826              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
12827              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
12828              
12829              Document ax and break up dXSARGS.
12830      Branch: perl
12831            ! XSUB.h pod/perlapi.pod
12832 ____________________________________________________________________________
12833 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
12834         Log: More AIX tweakage from Merijn.
12835      Branch: perl
12836            ! hints/aix.sh
12837 ____________________________________________________________________________
12838 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
12839         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
12840              From: "Craig A. Berry" <craigberry@mac.com>
12841              Date: Tue, 12 Jun 2001 22:57:45 -0500
12842              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
12843      Branch: perl
12844            ! vms/descrip_mms.template
12845 ____________________________________________________________________________
12846 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
12847         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
12848              From: "Craig A. Berry" <craigberry@mac.com>
12849              Date: Tue, 12 Jun 2001 22:21:39 -0500
12850              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
12851      Branch: perl
12852            ! configure.com util.c
12853 ____________________________________________________________________________
12854 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
12855         Log: New AIX dynaloading code from Jens-Uwe Mager.
12856              Does break binary compatibility.
12857      Branch: perl
12858            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
12859 ____________________________________________________________________________
12860 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
12861         Log: VMS DEC C compiler found nits by Peter Prymmer.
12862      Branch: perl
12863            ! util.c
12864 ____________________________________________________________________________
12865 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
12866         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
12867              From: Peter Prymmer <pvhp@forte.com>
12868              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
12869              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
12870      Branch: perl
12871            ! t/lib/filecomp.t
12872 ____________________________________________________________________________
12873 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
12874         Log: I wonder how many $CONFIGs still lurk in the shadows.
12875      Branch: perl
12876            ! pod/Makefile.SH x2p/cflags.SH
12877 ____________________________________________________________________________
12878 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
12879         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
12880      Branch: perl
12881            ! pod/checkpods.PL
12882 ____________________________________________________________________________
12883 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
12884         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
12885      Branch: perl
12886            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
12887 ____________________________________________________________________________
12888 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
12889         Log: Subject: [patch] rid local_patches warnings
12890              From: Doug MacEachern <dougm@covalent.net>
12891              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
12892              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
12893      Branch: perl
12894            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
12895 ____________________________________________________________________________
12896 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
12897         Log: Subject: Re: ext/ + -Wall
12898              From: Doug MacEachern <dougm@covalent.net>
12899              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
12900              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
12901      Branch: perl
12902            ! ext/attrs/attrs.xs
12903 ____________________________________________________________________________
12904 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
12905         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
12906              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12907              Date: Tue, 12 Jun 2001 14:36:20 -0400
12908              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
12909      Branch: perl
12910            ! pod/perlretut.pod
12911 ____________________________________________________________________________
12912 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
12913         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
12914              From: Mike Guy <mjtg@cam.ac.uk>
12915              Date: Tue, 12 Jun 2001 19:10:31 +0100
12916              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
12917              
12918              Subject: Re: [ID 20010612.001] out of memory during regex compilation
12919              From: Mike Guy <mjtg@cam.ac.uk>
12920              Date: Tue, 12 Jun 2001 19:21:01 +0100
12921              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
12922      Branch: perl
12923            ! pod/perlop.pod
12924 ____________________________________________________________________________
12925 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
12926         Log: AIX tweaks from Merijn H. Brand.
12927      Branch: perl
12928            ! hints/aix.sh
12929 ____________________________________________________________________________
12930 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
12931         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
12932              From: "Brendan O'Dea" <bod@compusol.com.au>
12933              Date: Wed, 13 Jun 2001 05:16:47 +1000
12934              Message-ID: <20010613051647.A8945@compusol.com.au>
12935      Branch: maint-5.6/perl
12936            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12937 ____________________________________________________________________________
12938 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
12939         Log: Subject: Small bcopy cleanup
12940              From: Andy Dougherty <doughera@lafayette.edu>
12941              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
12942              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
12943      Branch: perl
12944            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
12945 ____________________________________________________________________________
12946 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
12947         Log: Subject: [PATCH] Re: ext/ + -Wall
12948              From: Nicholas Clark <nick@ccl4.org>
12949              Date: Wed, 13 Jun 2001 00:04:30 +0100
12950              Message-ID: <20010613000430.M5901@plum.flirble.org>
12951      Branch: perl
12952            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12953 ____________________________________________________________________________
12954 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
12955         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
12956              From: Nicholas Clark <nick@ccl4.org>
12957              Date: Tue, 12 Jun 2001 23:53:07 +0100
12958              Message-ID: <20010612235307.L5901@plum.flirble.org>
12959      Branch: perl
12960            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12961 ____________________________________________________________________________
12962 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
12963         Log: MPE/iX tweaks from Mark Bixby.
12964      Branch: perl
12965            ! hints/mpeix.sh mpeix/mpeixish.h util.c
12966 ____________________________________________________________________________
12967 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
12968         Log: Update Changes.
12969      Branch: perl
12970            ! Changes patchlevel.h
12971 ____________________________________________________________________________
12972 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
12973         Log: One less -Wall whine (found under DEBUGGING).
12974      Branch: perl
12975            ! x2p/Makefile.SH x2p/a2p.c
12976 ____________________________________________________________________________
12977 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
12978         Log: s/case-independent/case-insensitive/g
12979      Branch: perl
12980            ! pod/perldebug.pod
12981 ____________________________________________________________________________
12982 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
12983         Log: As suggested in    
12984              
12985              Subject: Re: ext/ + -Wall
12986              From: Gurusamy Sarathy <gsar@ActiveState.com>
12987              Date: Mon, 11 Jun 2001 23:34:31 -0700
12988              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
12989      Branch: perl
12990            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
12991            ! perl.h
12992 ____________________________________________________________________________
12993 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
12994         Log: Subject: ext/ + -Wall
12995              From: Doug MacEachern <dougm@covalent.net>
12996              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
12997              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
12998      Branch: perl
12999            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
13000            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
13001            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
13002            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
13003            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
13004            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13005            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13006            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
13007            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
13008            ! lib/ExtUtils/xsubpp
13009 ____________________________________________________________________________
13010 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
13011         Log: Subject: [PATCH] anonymous stashes
13012              From: Abhijit Menon-Sen <ams@wiw.org>
13013              Date: Tue, 12 Jun 2001 12:47:04 +0530
13014              Message-ID: <20010612124704.A29029@lustre.linux.in>
13015      Branch: perl
13016            ! dump.c gv.c sv.c xsutils.c
13017 ____________________________________________________________________________
13018 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
13019         Log: One more test for $^S.
13020      Branch: perl
13021            ! t/op/magic.t
13022 ____________________________________________________________________________
13023 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
13024         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
13025              From: Abhijit Menon-Sen <ams@wiw.org>
13026              Date: Tue, 12 Jun 2001 17:35:55 +0530
13027              Message-ID: <20010612173555.A32426@lustre.linux.in>
13028      Branch: perl
13029            ! mg.c t/op/magic.t
13030 ____________________________________________________________________________
13031 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
13032         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13033              From: Mike Guy <mjtg@cam.ac.uk>
13034              Date: Tue, 12 Jun 2001 13:14:15 +0100
13035              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
13036      Branch: perl
13037            ! pod/perlop.pod
13038 ____________________________________________________________________________
13039 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
13040         Log: AUTHORS updates.
13041      Branch: perl
13042            ! AUTHORS
13043 ____________________________________________________________________________
13044 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
13045         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
13046              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13047              Content-Transfer-Encoding: 7bit
13048              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
13049      Branch: perl
13050            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
13051 ____________________________________________________________________________
13052 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
13053         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
13054              From: "Philip Newton" <Philip.Newton@gmx.net>
13055              Date: Mon, 11 Jun 2001 07:08:03 +0200
13056              Message-Id: <200106120802.LAA08992@taas.iki.fi>
13057      Branch: perl
13058            ! t/base/term.t
13059 ____________________________________________________________________________
13060 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
13061         Log: Cleanup the a2p.c for -Wall.
13062      Branch: perl
13063            ! x2p/Makefile.SH x2p/a2p.c
13064 ____________________________________________________________________________
13065 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
13066         Log: File::Find update for MacOS from Chris Nandor.
13067      Branch: perl
13068            ! lib/File/Find.pm t/lib/filefind.t
13069 ____________________________________________________________________________
13070 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
13071         Log: gcc -Wall nits picked out by a non-UNIX system
13072              (courtesy of Mark Bixby)
13073      Branch: perl
13074            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
13075            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
13076            ! pp_sys.c util.c
13077 ____________________________________________________________________________
13078 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
13079         Log: Metaconfig unit change for #10522.  (The d_modfl changes
13080              placate metalint.)
13081      Branch: metaconfig/U/perl
13082            ! d_modfl.U d_u32align.U
13083 ____________________________________________________________________________
13084 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
13085         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
13086              be "./try 2>&1 >/dev/null".
13087      Branch: perl
13088            ! Configure
13089 ____________________________________________________________________________
13090 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
13091         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
13092              From: "Craig A. Berry" <craigberry@mac.com>
13093              Date: Mon, 11 Jun 2001 14:00:32 -0500
13094              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
13095      Branch: perl
13096            ! configure.com
13097 ____________________________________________________________________________
13098 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
13099         Log: Move the full \p\P lists to perlunicode.
13100      Branch: perl
13101            ! pod/perlretut.pod pod/perlunicode.pod
13102 ____________________________________________________________________________
13103 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
13104         Log: VOS build tweak for 5.6.1 from Paul Green.
13105      Branch: maint-5.6/perl
13106            ! vos/build.cm
13107 ____________________________________________________________________________
13108 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
13109         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
13110              From: "Craig A. Berry" <craigberry@mac.com>
13111              Date: Fri, 8 Jun 2001 18:08:18 -0500
13112              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
13113      Branch: perl
13114            ! vms/vms.c
13115 ____________________________________________________________________________
13116 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
13117         Log: Update Changes.
13118      Branch: perl
13119            ! Changes patchlevel.h
13120 ____________________________________________________________________________
13121 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
13122         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
13123      Branch: perl
13124            ! vos/config.alpha.h vos/config.ga.h
13125 ____________________________________________________________________________
13126 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
13127         Log: VOS updates from Paul Green for @10476.
13128      Branch: perl
13129            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13130            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13131            ! vos/config.ga.h vos/configure_perl.cm
13132 ____________________________________________________________________________
13133 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
13134         Log: Subject: [PATCH] Not many people know this ...
13135              From: Mike Guy <mjtg@cam.ac.uk>
13136              Date: Mon, 11 Jun 2001 14:55:15 +0100
13137              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
13138      Branch: perl
13139            ! pod/perldebug.pod
13140 ____________________________________________________________________________
13141 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
13142         Log: Add final commas to lists as suggested by Philip Newton.
13143      Branch: perl
13144            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13145 ____________________________________________________________________________
13146 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
13147         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
13148              Date: Sun, 10 Jun 2001 23:35:38 -0400
13149              From: Chris Nandor <pudge@pobox.com>
13150              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
13151      Branch: perl
13152            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
13153            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
13154            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
13155            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
13156            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
13157            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
13158            ! t/op/write.t t/pragma/strict.t
13159 ____________________________________________________________________________
13160 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
13161         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
13162              From: Chris Nandor <pudge@pobox.com>
13163              Date: Mon, 11 Jun 2001 08:24:28 -0400
13164              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
13165      Branch: perl
13166            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
13167            ! t/lib/io_dir.t
13168 ____________________________________________________________________________
13169 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
13170         Log: One more run_byacc (a hand-tweaked version had slipped in).
13171      Branch: perl
13172            ! perly.c vms/perly_c.vms
13173 ____________________________________________________________________________
13174 [ 10509] By: nick                                  on 2001/06/11  07:49:15
13175         Log: Integrate mainline
13176      Branch: perlio
13177           !> Makefile.SH embed.h embed.pl global.sym
13178           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
13179           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
13180           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
13181           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
13182 ____________________________________________________________________________
13183 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
13184         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
13185              From: Mike Guy <mjtg@cam.ac.uk>
13186              Reply-To: mjtg@cam.ac.uk
13187              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
13188      Branch: perl
13189            ! lib/ExtUtils/Manifest.pm
13190 ____________________________________________________________________________
13191 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
13192         Log: Subject: [PATCH] ExtUtils::Constant
13193              From: Nicholas Clark <nick@ccl4.org>
13194              Date: Sun, 10 Jun 2001 23:25:41 +0100
13195              Message-ID: <20010610232540.C76396@plum.flirble.org>
13196      Branch: perl
13197            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13198 ____________________________________________________________________________
13199 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
13200         Log: Integrate perlio.
13201      Branch: perl
13202           !> iperlsys.h
13203 ____________________________________________________________________________
13204 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
13205         Log: Move the grok_number and its lieutenant grok_numeric_radix
13206              from sv.c statics to util.c and public.
13207      Branch: perl
13208            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
13209            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
13210 ____________________________________________________________________________
13211 [ 10504] By: nick                                  on 2001/06/10  17:47:06
13212         Log: Fix (valid) -Wall warnings in perlio.c
13213      Branch: perlio
13214            ! iperlsys.h
13215 ____________________________________________________________________________
13216 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
13217         Log: Update perly_c.diff, update perly.fixer to edit away
13218              some of the -Wall noise.
13219      Branch: perl
13220            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
13221 ____________________________________________________________________________
13222 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
13223         Log: Check the version of byacc.
13224      Branch: perl
13225            ! Makefile.SH
13226 ____________________________________________________________________________
13227 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
13228         Log: Subject: [PATCH] perly.y overhaul
13229              From: Simon Cozens <simon@netthink.co.uk>
13230              Date: Sun, 10 Jun 2001 16:56:54 +0100
13231              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13232              
13233              Plus make run_byacc.
13234      Branch: perl
13235            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13236 ____________________________________________________________________________
13237 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
13238         Log: Integrate perlio.
13239      Branch: perl
13240           !> perlio.c perlsfio.h
13241 ____________________________________________________________________________
13242 [ 10499] By: nick                                  on 2001/06/10  15:01:08
13243         Log: Integrate mainline
13244      Branch: perlio
13245           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
13246           !> t/pragma/locale.t util.c
13247 ____________________________________________________________________________
13248 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
13249         Log: Put some meat on the perl572delta bones.  The list of
13250              selected bug fixes needs more work, as does still the
13251              whole document.
13252      Branch: perl
13253            ! pod/perl572delta.pod
13254 ____________________________________________________________________________
13255 [ 10497] By: nick                                  on 2001/06/10  12:27:51
13256         Log: Paper over a crack or two with USE_SFIO
13257      Branch: perlio
13258            ! perlio.c perlsfio.h
13259 ____________________________________________________________________________
13260 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
13261         Log: Update Changes.
13262      Branch: perl
13263            ! Changes patchlevel.h
13264 ____________________________________________________________________________
13265 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
13266         Log: Subject: Re: pragma/locale.t #107
13267              From: Hugo <hv@crypt.compulink.co.uk>
13268              Date: Sun, 10 Jun 2001 11:23:30 +0100
13269              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
13270              
13271              Encapsulate the scan of the decimal radix separator.
13272      Branch: perl
13273            ! embed.h embed.pl proto.h sv.c
13274 ____________________________________________________________________________
13275 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
13276         Log: Try to grok numbers both with the locale specific separator
13277              and with the usual "." (if different from the lss); add a test
13278              to locale.t to do also a little bit of math in addition to just
13279              equalness testing; remove extraneous logic as suggested in
13280              
13281              Subject: Re: pragma/locale.t #107
13282              From: Nicholas Clark <nick@ccl4.org>
13283              Date: Sat, 9 Jun 2001 22:37:36 +0100
13284              Message-ID: <20010609223735.Y76396@plum.flirble.org>
13285      Branch: perl
13286            ! sv.c t/pragma/locale.t
13287 ____________________________________________________________________________
13288 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
13289         Log: Metaconfig unit change for #10492.
13290      Branch: metaconfig/U/perl
13291            ! Extensions.U
13292 ____________________________________________________________________________
13293 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
13294         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
13295              From: Artur Bergman <artur@contiller.se> 
13296              Date: Sat, 09 Jun 2001 21:03:51 +0200
13297              Message-ID: <B7483FB6.1398%artur@contiller.se>
13298      Branch: perl
13299            ! Configure
13300 ____________________________________________________________________________
13301 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
13302         Log: Integrate perlio.
13303      Branch: perl
13304           !> perlsfio.h
13305 ____________________________________________________________________________
13306 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
13307         Log: Do locale specific separator if only in locale.
13308      Branch: perl
13309            ! util.c
13310 ____________________________________________________________________________
13311 [ 10489] By: nick                                  on 2001/06/09  19:13:25
13312         Log: Make XS/Typemap compile (but fail) with sfio
13313      Branch: perlio
13314            ! perlsfio.h
13315 ____________________________________________________________________________
13316 [ 10488] By: nick                                  on 2001/06/09  19:12:51
13317         Log: Re-integrate mainline
13318      Branch: perlio
13319           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
13320           !> proto.h sv.c util.c
13321 ____________________________________________________________________________
13322 [ 10487] By: nick                                  on 2001/06/09  16:26:29
13323         Log: Integrate mainline
13324      Branch: perlio
13325           !> (integrate 31 files)
13326 ____________________________________________________________________________
13327 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
13328         Log: Subject: [PATCH] New attempt to clone callack
13329              From: Artur Bergman <artur@contiller.se> 
13330              Date: Thu, 07 Jun 2001 11:52:16 +0200
13331              Message-ID: <B7451B6F.12B7%artur@contiller.se>
13332      Branch: perl
13333            ! embedvar.h intrpvar.h perlapi.h sv.c
13334 ____________________________________________________________________________
13335 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
13336         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
13337      Branch: perl
13338            ! embed.h embed.pl perl.h proto.h sv.c util.c
13339 ____________________________________________________________________________
13340 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
13341         Log: Subject: Re: pragma/locale.t #107
13342              From: Nicholas Clark <nick@ccl4.org>
13343              Date: Sat, 9 Jun 2001 16:26:10 +0100
13344              Message-ID: <20010609162609.V76396@plum.flirble.org>
13345              
13346              A missing NVification.
13347      Branch: perl
13348            ! sv.c
13349 ____________________________________________________________________________
13350 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
13351         Log: Redo the #10482, there already was a test script for formats.
13352      Branch: perl
13353            - t/io/format.t
13354            ! MANIFEST t/op/write.t
13355 ____________________________________________________________________________
13356 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
13357         Log: Twisted format testing, from Merijn.
13358      Branch: perl
13359            + t/io/format.t
13360            ! MANIFEST
13361 ____________________________________________________________________________
13362 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
13363         Log: More \p{In...} testing, combined with \N{...}.
13364      Branch: perl
13365            ! lib/utf8_heavy.pl t/op/pat.t
13366 ____________________________________________________________________________
13367 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
13368         Log: Metaconfig changes for #10479.
13369      Branch: metaconfig
13370            ! U/Glossary.patch
13371      Branch: metaconfig/U/perl
13372            ! d_modfl.U
13373 ____________________________________________________________________________
13374 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
13375         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
13376      Branch: perl
13377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13378            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
13379            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13380            ! win32/config.bc win32/config.gc win32/config.vc
13381 ____________________________________________________________________________
13382 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
13383         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
13384              From: "Craig A. Berry" <craigberry@mac.com>
13385              Date: Thu, 7 Jun 2001 14:27:20 -0500
13386              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
13387      Branch: perl
13388            ! vms/perlvms.pod
13389 ____________________________________________________________________________
13390 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
13391         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
13392              From: Gisle Aas <gisle@ActiveState.com>
13393              Date: 07 Jun 2001 17:04:29 -0700
13394              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
13395      Branch: perl
13396            ! ext/re/re.xs
13397 ____________________________________________________________________________
13398 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
13399         Log: Update Changes.
13400      Branch: perl
13401            ! Changes patchlevel.h
13402 ____________________________________________________________________________
13403 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
13404         Log: Regen Glossary et alia.
13405      Branch: perl
13406            ! Porting/Glossary Porting/config.sh Porting/config_H
13407 ____________________________________________________________________________
13408 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
13409         Log: Metaconfig unit changes for #10473.
13410      Branch: metaconfig/U/perl
13411            ! d_modfl.U
13412 ____________________________________________________________________________
13413 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
13414         Log: Harumph, also AIX will spill its guts (i.e. dump core)
13415              if an executable contains modfl() but it hasn't been
13416              compiled right (in the case of AIX, with cc -qlongdouble).
13417      Branch: perl
13418            ! Configure
13419 ____________________________________________________________________________
13420 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
13421         Log: integrate change#10471 from mainline
13422              
13423              in change#10451, check that CvOUTSIDE is a CV before looking in
13424              (it can apparently be SVt_NULL during global destruction)
13425      Branch: maint-5.6/perl
13426           !> op.c
13427 ____________________________________________________________________________
13428 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
13429         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
13430              (it can apparently be SVt_NULL during global destruction)
13431      Branch: perl
13432            ! op.c
13433 ____________________________________________________________________________
13434 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
13435         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
13436              From: Robin Barker <rmb1@cise.npl.co.uk>
13437              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
13438              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
13439      Branch: perl
13440            ! lib/diagnostics.pm pod/perldiag.pod
13441 ____________________________________________________________________________
13442 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
13443         Log: Subject: [PATCH perl@10439] long =item
13444              From: Robin Barker <rmb1@cise.npl.co.uk>
13445              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
13446              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
13447      Branch: perl
13448            ! README.amiga lib/Attribute/Handlers.pm
13449            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13450 ____________________________________________________________________________
13451 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
13452         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
13453              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
13454              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
13455              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
13456      Branch: perl
13457            ! pod/perlguts.pod
13458 ____________________________________________________________________________
13459 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
13460         Log: Integrate perlio.
13461      Branch: perl
13462           !> sv.c
13463 ____________________________________________________________________________
13464 [ 10466] By: nick                                  on 2001/06/07  10:25:40
13465         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
13466              whitespace tweaks.
13467              Still coredumps in pragma/overload.t - what a nice hard fail that is...
13468      Branch: perlio
13469            ! sv.c
13470 ____________________________________________________________________________
13471 [ 10465] By: nick                                  on 2001/06/07  08:41:58
13472         Log: Raw integrate of mainline for S_grok_number debug
13473              (sv.c has MULTIPLICITY issues as well as whatever else ...)
13474      Branch: perlio
13475            - plan9/perlplan9.doc plan9/perlplan9.pod
13476           !> (integrate 46 files)
13477 ____________________________________________________________________________
13478 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
13479         Log: The proper prototyping for #10463.
13480      Branch: perl
13481            ! embed.h embed.pl proto.h sv.c
13482 ____________________________________________________________________________
13483 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
13484         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13485              From: Nicholas Clark <nick@ccl4.org>
13486              Date: Thu, 7 Jun 2001 00:29:59 +0100
13487              Message-ID: <20010607002959.Z76396@plum.flirble.org>
13488      Branch: perl
13489            ! sv.c
13490 ____________________________________________________________________________
13491 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
13492         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
13493              From: "Craig A. Berry" <craigberry@mac.com>
13494              Date: Wed, 06 Jun 2001 17:54:30 -0500
13495              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
13496      Branch: perl
13497            ! vms/perlvms.pod
13498 ____________________________________________________________________________
13499 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
13500         Log: Podify the remaining README.platform files;
13501              merge README.plan9 and plan9/perlplan9.pod;
13502              delete plan9/perlplan9.* (the perlplan.doc needs to
13503              be regenerated in Plan 9); make the =head1 and =head2
13504              in the README.platform to be a little more verbose
13505              (skipped README.os2 not to anger Ilya) so that they
13506              look better in the toc; regen toc.
13507      Branch: perl
13508            - plan9/perlplan9.doc plan9/perlplan9.pod
13509            ! MANIFEST README.aix README.amiga README.apollo README.beos
13510            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
13511            ! README.hpux README.hurd README.machten README.macos
13512            ! README.micro README.mint README.mpeix README.os390
13513            ! README.plan9 README.qnx README.solaris README.threads
13514            ! README.tru64 README.vmesa README.vms README.vos README.win32
13515            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13516            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13517 ____________________________________________________________________________
13518 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
13519         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
13520              From: Mike Guy <mjtg@cam.ac.uk>
13521              Reply-To: mjtg@cam.ac.uk
13522              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
13523      Branch: perl
13524            ! pod/perlguts.pod
13525 ____________________________________________________________________________
13526 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
13527         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
13528              From: Mike Guy <mjtg@cam.ac.uk>
13529              Reply-To: mjtg@cam.ac.uk
13530              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
13531      Branch: perl
13532            ! pod/perlsec.pod
13533 ____________________________________________________________________________
13534 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
13535         Log: Disable long doubles from pre-5.0 Tru64s.
13536      Branch: perl
13537            ! README.tru64 hints/dec_osf.sh
13538 ____________________________________________________________________________
13539 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
13540         Log: The #10455 exposed that modfl() is fundamentally busted
13541              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
13542              testing it.
13543      Branch: perl
13544            ! hints/dec_osf.sh
13545 ____________________________________________________________________________
13546 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
13547         Log: Metaconfig unit change for #10455.
13548      Branch: metaconfig/U/perl
13549            ! d_modfl.U
13550 ____________________________________________________________________________
13551 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
13552         Log: Configure check for geborken modfl(), inspired by
13553              
13554              Subject: Re: [20010118.017] op/int.t failure 
13555              From: Hugo <hv@crypt.compulink.co.uk>
13556              Date: Tue, 05 Jun 2001 13:43:27 +0100
13557              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
13558      Branch: perl
13559            ! Configure
13560 ____________________________________________________________________________
13561 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
13562         Log: Integrate changes #10450 and #10451 from maintperl:
13563              
13564              optimize change#10448 slightly (don't repeat search in eval""s lexical
13565              scope, since that has already been searched)
13566              
13567              change#9108 needs subtler treatment for case of closures created
13568              within eval""
13569      Branch: perl
13570           !> op.c t/op/misc.t
13571 ____________________________________________________________________________
13572 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
13573         Log: MakeMaker magic to compile (when no dynamic loading)
13574              List/Util.xsc as (ListUtil.c and) ListUtil.o since
13575              POSIX-BC (BS2000) linker has an evil limitation of
13576              being unable to include in the same executable several
13577              object files with the same name - case-insensitively -
13578              because otherwise we conflict with util.c.
13579              Strictly speaking currently required only in POSIX-BC
13580              but probably will do no harm elsewhere where static
13581              linking is required.
13582      Branch: perl
13583            ! ext/List/Util/Makefile.PL
13584 ____________________________________________________________________________
13585 [ 10452] By: nick                                  on 2001/06/06  08:59:51
13586         Log: Integrate mainline.
13587      Branch: perlio
13588           +> lib/Attribute/Handlers/demo/Demo.pm
13589           +> lib/Attribute/Handlers/demo/Descriptions.pm
13590           +> lib/Attribute/Handlers/demo/MyClass.pm
13591           +> lib/Attribute/Handlers/demo/demo.pl
13592           +> lib/Attribute/Handlers/demo/demo2.pl
13593           +> lib/Attribute/Handlers/demo/demo3.pl
13594           +> lib/Attribute/Handlers/demo/demo4.pl
13595           +> lib/Attribute/Handlers/demo/demo_call.pl
13596           +> lib/Attribute/Handlers/demo/demo_chain.pl
13597           +> lib/Attribute/Handlers/demo/demo_cycle.pl
13598           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
13599           +> lib/Attribute/Handlers/demo/demo_phases.pl
13600           +> lib/Attribute/Handlers/demo/demo_range.pl
13601           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
13602           +> uts/strtol_wrap.c
13603           !> (integrate 91 files)
13604 ____________________________________________________________________________
13605 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
13606         Log: change#9108 needs subtler treatment for case of closures created
13607              within eval""
13608      Branch: maint-5.6/perl
13609            ! op.c t/op/misc.t
13610 ____________________________________________________________________________
13611 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
13612         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
13613              scope, since that has already been searched)
13614      Branch: maint-5.6/perl
13615            ! op.c
13616 ____________________________________________________________________________
13617 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
13618         Log: Integrate change #10448 from maintperl; lexicals
13619              outside an eval"" weren't resolved correctly inside a subroutine
13620              definition inside the eval"" if they were not already referenced
13621              in the toplevel of the eval""-ed code
13622      Branch: perl
13623           !> cop.h op.c pp_ctl.c t/op/misc.t
13624 ____________________________________________________________________________
13625 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
13626         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
13627              outside an eval"" weren't resolved correctly inside a subroutine
13628              definition inside the eval"" if they were not already referenced
13629              in the toplevel of the eval""-ed code
13630      Branch: maint-5.6/perl
13631            ! cop.h op.c pp_ctl.c t/op/misc.t
13632 ____________________________________________________________________________
13633 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
13634         Log: Subject: [PATCH] perl570delta.pod
13635              From: Peter Scott <Peter@PSDT.com> 
13636              Date: Tue, 05 Jun 2001 18:51:02 -0700
13637              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
13638      Branch: perl
13639            ! pod/perl570delta.pod
13640 ____________________________________________________________________________
13641 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
13642         Log: The fudge factor is no more needed.  I hope.
13643      Branch: perl
13644            ! t/lib/posix.t
13645 ____________________________________________________________________________
13646 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
13647         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
13648              From: Hugo <hv@crypt.compulink.co.uk>
13649              Date: Tue, 05 Jun 2001 12:58:19 +0100
13650              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
13651      Branch: perl
13652            ! util.c
13653 ____________________________________________________________________________
13654 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
13655         Log: Make up prototypes only for those who have the functions
13656              but not the prototypes.
13657      Branch: perl
13658            ! perl.h
13659 ____________________________________________________________________________
13660 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
13661         Log: Subject: Re: Not OK: perl@10439 on win32 
13662              From: Prymmer/Kahn <pvhp@best.com> 
13663              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
13664              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
13665      Branch: perl
13666            ! perl.h util.c
13667 ____________________________________________________________________________
13668 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
13669         Log: The metaconfig units changes for #10441.
13670      Branch: metaconfig
13671            ! U/modified/Extract.U U/modified/Extractall.U
13672            ! U/modified/Finish.U
13673 ____________________________________________________________________________
13674 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
13675         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
13676      Branch: perl
13677            ! Configure
13678 ____________________________________________________________________________
13679 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
13680         Log: Unnecessary fuzziness undone, noted by Mike Guy.
13681      Branch: perl
13682            ! t/op/tr.t
13683 ____________________________________________________________________________
13684 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
13685         Log: Update Changes.
13686      Branch: perl
13687            ! Changes patchlevel.h
13688 ____________________________________________________________________________
13689 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
13690         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
13691              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
13692              leakage patch.
13693      Branch: perl
13694            ! t/op/misc.t
13695 ____________________________________________________________________________
13696 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
13697         Log: Test case for #10433/#10424.
13698      Branch: perl
13699            ! t/op/misc.t
13700 ____________________________________________________________________________
13701 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
13702         Log: Subject: One fix for strtoul not setting errno
13703              From: hom00@utsglobal.com (Hal Morris)
13704              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
13705              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
13706      Branch: perl
13707            + uts/strtol_wrap.c
13708            ! MANIFEST hints/uts.sh
13709 ____________________________________________________________________________
13710 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
13711         Log: Metaconfig units changes for #10434.
13712      Branch: metaconfig
13713            ! U/modified/Cppsym.U
13714      Branch: metaconfig/U/perl
13715            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
13716            + d_syscallproto.U d_usleepproto.U
13717            ! longdblfio.U quadfio.U
13718 ____________________________________________________________________________
13719 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
13720         Log: Configure tweaks; add prototype probes, make the cpp symbols
13721              probe to cast, not whine; test for %Ld and %Lf before %lld and
13722              %llf because the L is the ANSI way.
13723      Branch: perl
13724            ! Configure config_h.SH configure.com epoc/config.sh
13725            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
13726            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13727            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
13728 ____________________________________________________________________________
13729 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
13730         Log: Sigh.  This is what #10424 was supposed to check in.
13731      Branch: perl
13732            ! op.c sv.c sv.h
13733 ____________________________________________________________________________
13734 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
13735         Log: More verbose failure.
13736      Branch: perl
13737            ! t/op/ver.t
13738 ____________________________________________________________________________
13739 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
13740         Log: The .pm changes to go with #10428.
13741      Branch: perl
13742            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
13743            ! ext/Sys/Syslog/Syslog.pm
13744 ____________________________________________________________________________
13745 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
13746         Log: On second thoughts show to utf8 skippage message only
13747              on failures, it's too confusing otherwise,
13748      Branch: perl
13749            ! t/pragma/locale.t
13750 ____________________________________________________________________________
13751 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
13752         Log: Do not import anything from Encode.
13753      Branch: perl
13754            ! ext/MIME/Base64/QuotedPrint.pm
13755 ____________________________________________________________________________
13756 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
13757         Log: The #10402 didn't take.  Weird.
13758      Branch: perl
13759            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13760            ! ext/Sys/Syslog/Syslog.xs
13761 ____________________________________________________________________________
13762 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
13763         Log: Eradicate traces of 'asciirange' re subpragma.
13764      Branch: perl
13765            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
13766            ! pod/perldiag.pod
13767 ____________________________________________________________________________
13768 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
13769         Log: use is a compile-time thing.
13770      Branch: perl
13771            ! ext/MIME/Base64/QuotedPrint.pm
13772 ____________________________________________________________________________
13773 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
13774         Log: Subject: [PATCH perl@10419] -Wall casting patch
13775              From: Robin Barker <rmb1@cise.npl.co.uk>
13776              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
13777              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
13778      Branch: perl
13779            ! ext/Devel/DProf/DProf.xs mg.c
13780 ____________________________________________________________________________
13781 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
13782         Log: Subject: [PATCH #2] introducing SVpad_TYPED
13783              From: Abhijit Menon-Sen <ams@wiw.org>
13784              Date: Mon, 4 Jun 2001 12:26:02 +0530
13785              Message-ID: <20010604122602.A5775@lustre.linux.in>
13786      Branch: perl
13787            ! op.c sv.c sv.h
13788 ____________________________________________________________________________
13789 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
13790         Log: testsuite for change#10192 (from Gisle Aas)
13791      Branch: perl
13792            + t/op/override.t
13793            ! MANIFEST
13794 ____________________________________________________________________________
13795 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
13796         Log: integrate changes#10414-10416 from mainline
13797              
13798              Potential buffer overrun if the radix separator is more than
13799              one byte.  Also, under locales, prefer the locale-specific
13800              separator over the old boring ".".
13801              
13802              "10.", that is, decimal numbers can have no decimal part at all.
13803              
13804              The non-locale places need love, too.
13805      Branch: maint-5.6/perl
13806           !> perl.h sv.c
13807 ____________________________________________________________________________
13808 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
13809         Log: Missed from #10420.
13810      Branch: perl
13811            ! epoc/config.sh
13812 ____________________________________________________________________________
13813 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
13814         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
13815              often this prototype goes with HAS_SETRESUID_PROTO.
13816      Branch: perl
13817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13818            ! config_h.SH configure.com perl.h uconfig.h
13819 ____________________________________________________________________________
13820 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
13821         Log: Update Changes.
13822      Branch: perl
13823            ! Changes patchlevel.h
13824 ____________________________________________________________________________
13825 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
13826         Log: -Wall "subscript has type `char'" cleanup.
13827      Branch: perl
13828            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
13829 ____________________________________________________________________________
13830 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
13831         Log: Various "cast to pointer from integer of different size"
13832              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
13833              wide but I32 (int) only 32 bits wide).
13834              
13835              WARNING: the classnum and tagnum changes in Storable.xs
13836              may not be wise, they may be breaking binary compatibility
13837              (in 64-bit platforms), asked Raphael Manfredi about the changes.
13838      Branch: perl
13839            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
13840            ! mg.c proto.h
13841 ____________________________________________________________________________
13842 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
13843         Log: The non-locale places need love, too.
13844      Branch: perl
13845            ! perl.h
13846 ____________________________________________________________________________
13847 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
13848         Log: "10.", that is, decimal numbers can have no decimal part at all.
13849      Branch: perl
13850            ! perl.h
13851 ____________________________________________________________________________
13852 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
13853         Log: Potential buffer overrun if the radix separator is more than
13854              one byte.  Also, under locales, prefer the locale-specific
13855              separator over the old boring ".".
13856      Branch: perl
13857            ! perl.h sv.c
13858 ____________________________________________________________________________
13859 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
13860         Log: Integrate change #10412 from maintperl; locale is now
13861              per-cop, not per-op; plus retweak the locale.t to always
13862              list the skipped utf8 locales.
13863      Branch: perl
13864            ! t/pragma/locale.t
13865           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13866           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
13867 ____________________________________________________________________________
13868 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
13869         Log: rationalize locale handling to fix the bugs uncovered by change#10394
13870              
13871              the major issue was that the runtime was looking at PL_hints rather
13872              than op_private to notice whether locale was enabled
13873              
13874              the secondary issue was that many locale-sensitive numeric ops didn't
13875              have HINT_LOCALE propagated into their op_private
13876              
13877              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
13878              instead of per-op, just like HINT_BYTE and the hints for lexical
13879              warnings (this makes the hint available to every op via PL_curcop)
13880              
13881              pragma/locale.t may need to be reworked with these fixes in mind
13882              (it currently passes its tests)
13883      Branch: maint-5.6/perl
13884            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13885            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
13886 ____________________________________________________________________________
13887 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
13888         Log: More verbose debugging.
13889      Branch: perl
13890            ! t/pragma/locale.t
13891 ____________________________________________________________________________
13892 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
13893         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
13894              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13895              Date: Sat, 2 Jun 2001 22:53:33 +0100
13896              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
13897      Branch: perl
13898            ! regcomp.c t/pragma/warn/regcomp
13899 ____________________________________________________________________________
13900 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
13901         Log: Mention that lexicalizing $a or $b is a bad idea if one
13902              wants to use sort().
13903      Branch: perl
13904            ! pod/perlvar.pod
13905 ____________________________________________________________________________
13906 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
13907         Log: Tweak the test to be happy if the accuracy is 'good enough'.
13908      Branch: perl
13909            ! t/lib/posix.t
13910 ____________________________________________________________________________
13911 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
13912         Log: Upgrade to Attribute::Handlers 0.70.
13913              
13914              NOTE: this unearthed the "too late for CHECK block" bug,
13915              that's why the 1_compile.t change.
13916      Branch: perl
13917            + lib/Attribute/Handlers/demo/Demo.pm
13918            + lib/Attribute/Handlers/demo/Descriptions.pm
13919            + lib/Attribute/Handlers/demo/MyClass.pm
13920            + lib/Attribute/Handlers/demo/demo.pl
13921            + lib/Attribute/Handlers/demo/demo2.pl
13922            + lib/Attribute/Handlers/demo/demo3.pl
13923            + lib/Attribute/Handlers/demo/demo4.pl
13924            + lib/Attribute/Handlers/demo/demo_call.pl
13925            + lib/Attribute/Handlers/demo/demo_chain.pl
13926            + lib/Attribute/Handlers/demo/demo_cycle.pl
13927            + lib/Attribute/Handlers/demo/demo_hashdir.pl
13928            + lib/Attribute/Handlers/demo/demo_phases.pl
13929            + lib/Attribute/Handlers/demo/demo_range.pl
13930            + lib/Attribute/Handlers/demo/demo_rawdata.pl
13931            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
13932            ! t/lib/attrhand.t
13933 ____________________________________________________________________________
13934 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
13935         Log: One less -Wall whine.
13936      Branch: perl
13937            ! regcomp.c
13938 ____________________________________________________________________________
13939 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
13940         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
13941      Branch: perl
13942           !> t/op/eval.t
13943 ____________________________________________________________________________
13944 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
13945         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
13946              aren't "normally" visible inside eval""s contained in subs unless
13947              a cloned reference to them already exists)
13948              
13949              strangely enough, t/harness didn't show this up as a failure
13950              (harness needs fixing?)
13951      Branch: maint-5.6/perl
13952            ! t/op/eval.t
13953 ____________________________________________________________________________
13954 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
13955         Log: Update to Text::Balanced 1.85.
13956      Branch: perl
13957            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
13958 ____________________________________________________________________________
13959 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
13960         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
13961              From: Nicholas Clark <nick@ccl4.org>
13962              Date: Sun, 3 Jun 2001 17:54:36 +0100
13963              Message-ID: <20010603175436.E76396@plum.flirble.org> 
13964      Branch: perl
13965            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13966            ! ext/Sys/Syslog/Syslog.xs
13967 ____________________________________________________________________________
13968 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
13969         Log: Unused variables.
13970      Branch: perl
13971            ! util.c
13972 ____________________________________________________________________________
13973 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
13974         Log: Subject: [PATCH] APIfy op_clear 
13975              From: Simon Cozens <simon@netthink.co.uk>
13976              Date: Sun, 3 Jun 2001 13:51:46 +0100
13977              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13978              
13979              (despite the subject line, op_null is APIfied by the patch)
13980      Branch: perl
13981            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13982 ____________________________________________________________________________
13983 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
13984         Log: Subject: [PATCH] t/lib/extutils.t
13985              From: Nicholas Clark <nick@ccl4.org>
13986              Date: Sat, 2 Jun 2001 23:57:05 +0100
13987              Message-ID: <20010602235705.Q12698@plum.flirble.org>
13988      Branch: perl
13989            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13990 ____________________________________________________________________________
13991 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
13992         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
13993              From: Prymmer/Kahn <pvhp@best.com>
13994              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
13995              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
13996      Branch: perl
13997            ! win32/Makefile win32/makefile.mk
13998 ____________________________________________________________________________
13999 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
14000         Log: Subject: Re: 'decimal digits' macro? 
14001              From: Hugo <hv@crypt.compulink.co.uk>
14002              Date: Sun, 03 Jun 2001 04:26:36 +0100
14003              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
14004      Branch: perl
14005            ! handy.h t/lib/posix.t t/op/tr.t
14006 ____________________________________________________________________________
14007 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
14008         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14009              From: Hugo <hv@crypt.compulink.co.uk>
14010              Date: Sun, 03 Jun 2001 14:56:30 +0100
14011              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
14012      Branch: perl
14013            ! util.c
14014 ____________________________________________________________________________
14015 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
14016         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
14017      Branch: perl
14018           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
14019           !> vms/perly_c.vms
14020 ____________________________________________________________________________
14021 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
14022         Log: fix leakage of lexicals at file scope into subroutines that were
14023              declared before them; this appears to be a longstanding bug that
14024              meant that lexicals at file scope were never "deintroduced", meaning
14025              their scope range was never properly closed, and their visibility
14026              extended to all subsequent eval""s or requires
14027              
14028              added a test case
14029              
14030              seems to also fix a case of bogus duplicate warnings
14031      Branch: maint-5.6/perl
14032            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
14033            ! vms/perly_c.vms
14034 ____________________________________________________________________________
14035 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
14036         Log: More VMS tweaks from Craig A. Berry.
14037      Branch: perl
14038            ! configure.com t/lib/extutils.t
14039 ____________________________________________________________________________
14040 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
14041         Log: -Wall cleanup continues.
14042      Branch: perl
14043            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
14044            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
14045            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
14046            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
14047            ! run.c toke.c util.c
14048 ____________________________________________________________________________
14049 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
14050         Log: The metaconfig unit change for #10390.
14051      Branch: metaconfig/U/perl
14052            ! gccvers.U
14053 ____________________________________________________________________________
14054 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
14055         Log: Drop the -ansi from the default gcc flags.
14056              
14057              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
14058              that struct cannot be compared with a flat integer, such as STRLEN.
14059              The -ansi will also cause a lot of noise in Solaris because of:
14060              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
14061      Branch: perl
14062            ! Configure
14063 ____________________________________________________________________________
14064 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
14065         Log: Integrate perlio.
14066      Branch: perl
14067           !> pod/perlapi.pod util.c
14068 ____________________________________________________________________________
14069 [ 10388] By: nick                                  on 2001/06/02  08:01:12
14070         Log: Integrate mainline
14071      Branch: perlio
14072           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
14073           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
14074           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
14075           !> t/lib/1_compile.t t/lib/mimeqp.t
14076 ____________________________________________________________________________
14077 [ 10387] By: nick                                  on 2001/06/02  07:39:17
14078         Log: Tweak util.c's atof2 for MULTIPLICITY
14079      Branch: perlio
14080            ! util.c
14081 ____________________________________________________________________________
14082 [ 10386] By: nick                                  on 2001/06/02  07:38:33
14083         Log: Integrate mainline
14084      Branch: perlio
14085           !> (integrate 41 files)
14086 ____________________________________________________________________________
14087 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
14088         Log: Add Attribute::Handlers 0.61 from Damian Conway.
14089      Branch: perl
14090            + lib/Attribute/Handlers.pm t/lib/attrhand.t
14091            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
14092 ____________________________________________________________________________
14093 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
14094         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
14095              From: Peter Prymmer <pvhp@forte.com>
14096              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
14097              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
14098      Branch: perl
14099            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
14100 ____________________________________________________________________________
14101 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
14102         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
14103              From: Jeff Pinyan <jeffp@crusoe.net>
14104              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
14105              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
14106      Branch: perl
14107            ! lib/File/Find.pm
14108 ____________________________________________________________________________
14109 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
14110         Log: Subject: [PATCH perl@10381] configure.com tweaks
14111              From: "Craig A. Berry" <craigberry@mac.com>
14112              Date: Fri, 1 Jun 2001 13:55:43 -0500
14113              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
14114      Branch: perl
14115            ! configure.com
14116 ____________________________________________________________________________
14117 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
14118         Log: Update Changes.
14119      Branch: perl
14120            ! Changes patchlevel.h
14121 ____________________________________________________________________________
14122 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
14123         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
14124              From: Mike Guy <mjtg@cam.ac.uk>
14125              Date: Fri, 01 Jun 2001 18:17:02 +0100
14126              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
14127      Branch: perl
14128            ! lib/perl5db.pl
14129 ____________________________________________________________________________
14130 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
14131         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14132              From: Hugo <hv@crypt.compulink.co.uk>
14133              Date: Thu, 31 May 2001 20:49:48 +0100
14134              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
14135      Branch: perl
14136            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
14137            ! util.c
14138 ____________________________________________________________________________
14139 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
14140         Log: Zero() is not available in x2p (or, rather, some of its
14141              implementations like memzero() might not be available.)
14142      Branch: perl
14143            ! x2p/hash.c
14144 ____________________________________________________________________________
14145 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
14146         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
14147              From: Michael G Schwern <schwern@pobox.com>
14148              Date: Fri, 1 Jun 2001 12:00:29 +0100
14149              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
14150              
14151              (But use Zero() instead of memset.)
14152      Branch: perl
14153            ! x2p/hash.c
14154 ____________________________________________________________________________
14155 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
14156         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14157              From: Jeff Pinyan <jeffp@crusoe.net>
14158              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
14159              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
14160      Branch: perl
14161            ! pod/perldiag.pod regcomp.c t/op/pat.t
14162 ____________________________________________________________________________
14163 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
14164         Log: Retract #10324 and #10333; not needed.
14165      Branch: perl
14166            ! hints/irix_6.sh hints/linux.sh
14167 ____________________________________________________________________________
14168 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
14169         Log: The #10370 wasn't quite right.
14170      Branch: perl
14171            ! ext/XS/Typemap/Typemap.xs
14172 ____________________________________________________________________________
14173 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
14174         Log: The metaconfig units changes for #10372.
14175      Branch: metaconfig/U/perl
14176            + d_realpath.U d_sresgproto.U d_sresuproto.U
14177            ! gccvers.U i_db.U
14178 ____________________________________________________________________________
14179 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
14180         Log: Configure tweaks; record the Berkeley DB version,
14181              probe for realpath(), for setresuid() and setresgid()
14182              prototypes; use realpath() (try to be paranoid enough),
14183              use the setres[ug]id prototypes because glibc has the functions
14184              but not their prototypes; add -Wall -ansi to gcc ccflags;
14185              regen toc.
14186      Branch: perl
14187            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14188            ! config_h.SH configure.com epoc/config.sh
14189            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
14190            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
14191            ! vos/config.ga.def win32/config.bc win32/config.gc
14192            ! win32/config.vc
14193 ____________________________________________________________________________
14194 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
14195         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
14196              From: Michael G Schwern <schwern@pobox.com>
14197              Date: Fri, 1 Jun 2001 11:28:14 +0100
14198              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
14199      Branch: perl
14200            ! lib/attributes.pm xsutils.c
14201 ____________________________________________________________________________
14202 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
14203         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
14204              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14205              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
14206              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
14207      Branch: perl
14208            ! ext/XS/Typemap/Typemap.xs
14209 ____________________________________________________________________________
14210 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
14211         Log: Subject: [patch] Cwd.xs optimizations/abstraction
14212              From: Doug MacEachern <dougm@covalent.net>
14213              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
14214              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
14215      Branch: perl
14216            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
14217            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
14218 ____________________________________________________________________________
14219 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
14220         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!])
14221              From: Nicholas Clark <nick@ccl4.org>
14222              Date: Thu, 31 May 2001 23:56:40 +0100
14223              Message-ID: <20010531235640.F12698@plum.flirble.org>
14224              
14225              Make the test work also under only static extensions
14226              (sh Configure -Uusedl fakes this nicely)
14227      Branch: perl
14228            ! t/lib/extutils.t
14229 ____________________________________________________________________________
14230 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
14231         Log: Subject: [PATCH hv.c] Eliminating trigraph
14232              From: Michael G Schwern <schwern@pobox.com>
14233              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
14234              Date: Fri, 1 Jun 2001 11:49:56 +0100
14235      Branch: perl
14236            ! hv.c
14237 ____________________________________________________________________________
14238 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
14239         Log: Subject: Re: [PATCH] Tests for File::Compare 
14240              From: "Philip Newton" <Philip.Newton@gmx.net>
14241              Date: Thu, 31 May 2001 19:44:05 +0200
14242              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
14243              
14244              Unnecessary "quotation marks".
14245      Branch: perl
14246            ! t/lib/filecomp.t
14247 ____________________________________________________________________________
14248 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
14249         Log: Integrate perlio.
14250      Branch: perl
14251           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
14252 ____________________________________________________________________________
14253 [ 10364] By: nick                                  on 2001/06/01  10:13:31
14254         Log: Cleanup dll.base and dll.exp created by GCC builds.
14255      Branch: perlio
14256            ! lib/ExtUtils/MM_Win32.pm
14257 ____________________________________________________________________________
14258 [ 10363] By: nick                                  on 2001/06/01  10:02:17
14259         Log: Make filecomp test work on CRLF platforms by adding binmode.
14260      Branch: perlio
14261            ! t/lib/filecomp.t
14262 ____________________________________________________________________________
14263 [ 10362] By: nick                                  on 2001/06/01  08:37:17
14264         Log: Integrate mainline
14265      Branch: perlio
14266           !> Changes Configure patchlevel.h perlio.c
14267 ____________________________________________________________________________
14268 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
14269         Log: panic:claustrophobia.
14270      Branch: perl
14271            ! perlio.c
14272 ____________________________________________________________________________
14273 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
14274         Log: Update Changes.
14275      Branch: perl
14276            ! Changes patchlevel.h
14277 ____________________________________________________________________________
14278 [ 10359] By: nick                                  on 2001/05/31  12:35:50
14279         Log: Integrate mainline.
14280      Branch: perlio
14281           +> t/lib/filecomp.t
14282           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
14283           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
14284 ____________________________________________________________________________
14285 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
14286         Log: Integrate perlio.
14287      Branch: perl
14288           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
14289           !> win32/config_H.vc
14290 ____________________________________________________________________________
14291 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
14292         Log: Metaconfig unit change for #10356.
14293      Branch: metaconfig
14294            ! U/installdirs/inc_version_list.U
14295 ____________________________________________________________________________
14296 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
14297         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
14298              (idea from Sarathy; implementation from Andy)
14299      Branch: perl
14300            ! Configure
14301 ____________________________________________________________________________
14302 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
14303         Log: More AUTHORS.
14304      Branch: perl
14305            ! AUTHORS
14306 ____________________________________________________________________________
14307 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
14308         Log: Subject: Re: [PATCH] Tests for File::Compare
14309              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
14310              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
14311              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
14312      Branch: perl
14313            + t/lib/filecomp.t
14314            ! MANIFEST t/lib/1_compile.t
14315 ____________________________________________________________________________
14316 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
14317         Log: Subject: [PATCH] DEBUG_* macro cleanups
14318              From: Abhijit Menon-Sen <ams@wiw.org>
14319              Date: Thu, 31 May 2001 12:16:22 +0530
14320              Message-ID: <20010531121622.B4829@lustre.linux.in>
14321              
14322              Subject: Re: [PATCH] DEBUG_* macro cleanups
14323              From: Abhijit Menon-Sen <ams@wiw.org>
14324              Date: Thu, 31 May 2001 13:57:01 +0530
14325              Message-ID: <20010531135701.A21775@lustre.linux.in>
14326              
14327              (The DEBUG_ definitions in perl.h changed to use the
14328              STMT_START and STMT_END.)
14329      Branch: perl
14330            ! perl.h pp_ctl.c sv.c toke.c
14331 ____________________________________________________________________________
14332 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
14333         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
14334              From: Abhijit Menon-Sen <ams@wiw.org>
14335              Date: Thu, 31 May 2001 08:27:55 +0530
14336              Message-ID: <20010531082755.A10018@lustre.linux.in>
14337      Branch: perl
14338            ! ext/Storable/Storable.xs gv.c perl.c
14339 ____________________________________________________________________________
14340 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
14341         Log: Subject: [PATCH] AUTHORS
14342              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14343              Date: Thu, 31 May 2001 01:27:59 -0500
14344              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
14345              
14346              Subject: Re: [PATCH] AUTHORS
14347              From: "Philip Newton" <Philip.Newton@gmx.net>
14348              Date: Thu, 31 May 2001 10:08:06 +0200
14349              (Message-Id missing?)
14350      Branch: perl
14351            ! AUTHORS
14352 ____________________________________________________________________________
14353 [ 10350] By: nick                                  on 2001/05/31  11:40:43
14354         Log: win32 - dmake regen_config_h
14355      Branch: perlio
14356            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14357 ____________________________________________________________________________
14358 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
14359         Log: Subject: Re: [PATCH util.c] More warning cleanups.
14360              From: "Philip Newton" <Philip.Newton@gmx.net>
14361              Date: Thu, 31 May 2001 07:41:36 +0200
14362              Message-Id: <200105310538.IAA25458@taku.hut.fi>
14363              
14364              Undo C++-ism that snekt in.
14365      Branch: perl
14366            ! util.c
14367 ____________________________________________________________________________
14368 [ 10348] By: nick                                  on 2001/05/31  11:36:46
14369         Log: Tolerate Win32 numerics
14370      Branch: perlio
14371            ! t/pragma/warn/toke
14372 ____________________________________________________________________________
14373 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
14374         Log: Integrate perlio.
14375      Branch: perl
14376           !> perlio.c win32/win32.h
14377 ____________________________________________________________________________
14378 [ 10346] By: nick                                  on 2001/05/31  10:54:55
14379         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
14380              perlio.c change 10255.
14381      Branch: perlio
14382            ! perlio.c
14383 ____________________________________________________________________________
14384 [ 10345] By: nick                                  on 2001/05/31  10:01:57
14385         Log: Conditionaly put back some "unused" dTHX which are used
14386              with PERL_IMPLICIT_SYS
14387      Branch: perlio
14388            ! perlio.c
14389 ____________________________________________________________________________
14390 [ 10344] By: nick                                  on 2001/05/31  10:00:59
14391         Log: Fix Win32 for new spelling IN_BYTES 
14392      Branch: perlio
14393            ! win32/win32.h
14394 ____________________________________________________________________________
14395 [ 10343] By: nick                                  on 2001/05/31  08:01:32
14396         Log: perlio.c -Wall cleaner under MULTIPLICITY
14397              - still minor noise with linux stdio
14398      Branch: perlio
14399            ! perlio.c
14400 ____________________________________________________________________________
14401 [ 10342] By: nick                                  on 2001/05/31  07:52:23
14402         Log: Integrate mainline.
14403      Branch: perlio
14404           !> (integrate 42 files)
14405 ____________________________________________________________________________
14406 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
14407         Log: AUTHORS updates.
14408      Branch: perl
14409            ! AUTHORS
14410 ____________________________________________________________________________
14411 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
14412         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
14413              From: Peter Prymmer <pvhp@forte.com>
14414              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
14415              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
14416      Branch: perl
14417            ! t/lib/md5-file.t
14418 ____________________________________________________________________________
14419 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
14420         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
14421              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
14422              to match the pragma name; various robustness cleanups.
14423      Branch: perl
14424            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
14425            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
14426 ____________________________________________________________________________
14427 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
14428         Log: More -Wall sweeping.
14429      Branch: perl
14430            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
14431            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
14432            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
14433            ! regcomp.c sv.c toke.c utf8.c
14434 ____________________________________________________________________________
14435 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
14436         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
14437              From: Nicholas Clark <nick@ccl4.org>
14438              Date: Wed, 30 May 2001 22:34:41 +0100
14439              Message-ID: <20010530223441.Y86445@plum.flirble.org>
14440      Branch: perl
14441            ! t/op/cmp.t
14442 ____________________________________________________________________________
14443 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
14444         Log: It's is not, it isn't ain't, and it's it's, not its,
14445              if you mean it is. If you don't, it's its. Then too,
14446              it's hers. It isn't her's. It isn't our's either.
14447              It's ours, and likewise yours and theirs.
14448              -- Oxford University Press, Edpress News
14449      Branch: perl
14450            ! lib/autouse.pm
14451 ____________________________________________________________________________
14452 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
14453         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
14454      Branch: perl
14455            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
14456            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
14457            ! x2p/str.c x2p/walk.c xsutils.c
14458 ____________________________________________________________________________
14459 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
14460         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14461              From: Michael G Schwern <schwern@pobox.com>
14462              Date: Wed, 30 May 2001 17:10:38 +0100
14463              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
14464              
14465              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14466              From: Abhijit Menon-Sen <ams@wiw.org>
14467              Date: Wed, 30 May 2001 23:16:13 +0530
14468              Message-ID: <20010530231613.A31933@lustre.linux.in>
14469      Branch: perl
14470            ! perl.c t/run/runenv.t
14471 ____________________________________________________________________________
14472 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
14473         Log: (Retracted by #10375.)
14474              
14475              IRIX hints patch from Merijn Broeren.
14476              
14477              TODO: (this and the earlier Linux hints patch) should be solved
14478              at Configure level.  Merijn: -ldb should not be used on any platform
14479              for perl, just when linking DBFile itself. Trying to be helpful here
14480              is counterproductive.
14481      Branch: perl
14482            ! hints/irix_6.sh
14483 ____________________________________________________________________________
14484 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
14485         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
14486              From: Nicholas Clark <nick@ccl4.org>
14487              Date: Wed, 30 May 2001 23:20:58 +0100
14488              Message-ID: <20010530232058.B86445@plum.flirble.org>
14489      Branch: perl
14490            ! doop.c
14491 ____________________________________________________________________________
14492 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
14493         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14494              From: Michael G Schwern <schwern@pobox.com> 
14495              Date: Wed, 30 May 2001 15:24:20 +0100
14496              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
14497      Branch: perl
14498            ! t/pragma/autouse.t
14499 ____________________________________________________________________________
14500 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
14501         Log: The regex trick wasn't a good idea.
14502      Branch: perl
14503            ! pod/perlfaq4.pod
14504 ____________________________________________________________________________
14505 [ 10329] By: nick                                  on 2001/05/30  18:34:35
14506         Log: Integrate mainline
14507      Branch: perlio
14508           !> (integrate 40 files)
14509 ____________________________________________________________________________
14510 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
14511         Log: Update Changes.
14512      Branch: perl
14513            ! Changes patchlevel.h
14514 ____________________________________________________________________________
14515 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
14516         Log: The metaconfig unit change for #10325.
14517      Branch: metaconfig
14518            + U/modified/afs.U
14519 ____________________________________________________________________________
14520 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
14521         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
14522              is now wrong.
14523      Branch: perl
14524            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14525 ____________________________________________________________________________
14526 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
14527         Log: Introduce $Config{afsroot}.
14528      Branch: perl
14529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14530            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
14531            ! win32/config.gc win32/config.vc
14532 ____________________________________________________________________________
14533 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
14534         Log: (Retracted by #10375.)
14535              
14536              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
14537      Branch: perl
14538            ! hints/linux.sh
14539 ____________________________________________________________________________
14540 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
14541         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
14542              (Also Configure tweaks needed; coming up soon.)
14543      Branch: perl
14544            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
14545 ____________________________________________________________________________
14546 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
14547         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
14548              From: Michael G Schwern <schwern@pobox.com>
14549              Date: Sun, 27 May 2001 10:29:43 +0100
14550              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
14551      Branch: perl
14552            ! lib/perl5db.pl
14553 ____________________________________________________________________________
14554 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
14555         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
14556              and Abhijit Menon-Sen.
14557      Branch: perl
14558            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
14559            ! perl.c pp_sys.c regcomp.c
14560 ____________________________________________________________________________
14561 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
14562         Log: Fix the BOOT section to call myU2time properly.
14563      Branch: perl
14564            ! ext/Time/HiRes/HiRes.xs
14565 ____________________________________________________________________________
14566 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
14567         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14568              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14569              Date: Wed, 30 May 2001 09:44:29 -0400
14570              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
14571              
14572              Detypo; plus add one more trick.
14573      Branch: perl
14574            ! pod/perlfaq4.pod
14575 ____________________________________________________________________________
14576 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
14577         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)
14578              From: Michael G Schwern <schwern@pobox.com>
14579              Date: Wed, 30 May 2001 14:39:06 +0100
14580              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
14581      Branch: perl
14582            ! lib/autouse.pm t/pragma/autouse.t
14583 ____________________________________________________________________________
14584 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
14585         Log: Subject: Re: AIX and gcc (moving targets)
14586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14587              Date: Wed, 30 May 2001 15:25:08 +0200
14588              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
14589      Branch: perl
14590            ! ext/Time/HiRes/HiRes.xs
14591 ____________________________________________________________________________
14592 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
14593         Log: Subject: [PATCH t/TEST] sorting tests
14594              From: Michael G Schwern <schwern@pobox.com>
14595              Date: Wed, 30 May 2001 10:24:02 +0100
14596              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
14597      Branch: perl
14598            ! t/TEST
14599 ____________________________________________________________________________
14600 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
14601         Log: Subject: [ID 20010529.002] typos in man page perlre
14602              From: bart@cg681574-a.adubn1.nj.home.com 
14603              Date: Tue, 29 May 2001 13:58:59 -0500
14604              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
14605      Branch: perl
14606            ! pod/perlre.pod
14607 ____________________________________________________________________________
14608 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
14609         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14610              From: "Craig A. Berry" <craigberry@mac.com>
14611              Date: Tue, 29 May 2001 23:23:45 -0500
14612              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
14613      Branch: perl
14614            ! t/lib/extutils.t t/pragma/autouse.t
14615 ____________________________________________________________________________
14616 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
14617         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)
14618              From: David Dyck <dcd@tc.fluke.com>
14619              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
14620              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
14621      Branch: perl
14622            ! t/lib/filefind.t
14623 ____________________________________________________________________________
14624 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
14625         Log: AIX hints update for gcc from Merijn H. Brand.
14626      Branch: perl
14627            ! hints/aix.sh
14628 ____________________________________________________________________________
14629 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
14630         Log: Retract #10295 and #10296: a more generic solution
14631              is needed (there's something funny with gcc on AIX).
14632      Branch: perl
14633            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
14634 ____________________________________________________________________________
14635 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
14636         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14637              From: Hugo <hv@crypt.compulink.co.uk>
14638              Date: Wed, 30 May 2001 11:59:19 +0100
14639              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
14640              
14641              localizing $@ has unfortunate semantics - if you die past
14642              a local $@, the die message is lost.
14643      Branch: perl
14644            ! lib/utf8_heavy.pl
14645 ____________________________________________________________________________
14646 [ 10309] By: nick                                  on 2001/05/30  08:23:02
14647         Log: Integrate mainline (autouse works again.)
14648      Branch: perlio
14649           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
14650           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
14651           !> pod/perlvar.pod t/op/cmp.t
14652 ____________________________________________________________________________
14653 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
14654         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
14655              From: David Dyck <dcd@tc.fluke.com>
14656              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
14657              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
14658      Branch: perl
14659            ! lib/File/Find.pm
14660 ____________________________________________________________________________
14661 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
14662         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
14663              From: Nicholas Clark <nick@ccl4.org>
14664              Date: Tue, 29 May 2001 23:16:09 +0100
14665              Message-ID: <20010529231609.U86445@plum.flirble.org>
14666              
14667              Make the test output slightly clearer by distinguishing
14668              between '' and undef.
14669      Branch: perl
14670            ! t/op/cmp.t
14671 ____________________________________________________________________________
14672 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
14673         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
14674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14675              Date: Tue, 29 May 2001 19:15:19 -0400
14676              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
14677      Branch: perl
14678            ! hints/os2.sh
14679 ____________________________________________________________________________
14680 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
14681         Log: Subject: perlvar.pod addition
14682              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
14683              Date: Fri, 25 May 2001 20:23:12 +0200
14684              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
14685              
14686              Subject: Re: perlvar.pod addition
14687              From: "Abigail" <abigail@foad.org> 
14688              Date: Fri, 25 May 2001 22:00:39 +0200
14689              Message-ID: <20010525200039.28029.qmail@foad.org>
14690              
14691              Mention $a and $b in perlvar.
14692      Branch: perl
14693            ! pod/perlvar.pod
14694 ____________________________________________________________________________
14695 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
14696         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
14697              From: Jeff Pinyan <jeffp@crusoe.net>
14698              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
14699              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
14700      Branch: perl
14701            ! pod/perlvar.pod
14702 ____________________________________________________________________________
14703 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
14704         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
14705              From: Jeff Pinyan <jeffp@crusoe.net>
14706              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
14707              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
14708      Branch: perl
14709            ! pod/perlfaq6.pod
14710 ____________________________________________________________________________
14711 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
14712         Log: Mention Time::localtime and Time::gmtime.
14713      Branch: perl
14714            ! ext/Time/Piece/Piece.pm
14715 ____________________________________________________________________________
14716 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
14717         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14718              From: Michael G Schwern <schwern@pobox.com>
14719              Date: Tue, 29 May 2001 18:51:32 +0100
14720              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
14721      Branch: perl
14722            ! pod/perlfaq4.pod
14723 ____________________________________________________________________________
14724 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
14725         Log: Retract #10243.
14726      Branch: perl
14727            ! lib/autouse.pm
14728 ____________________________________________________________________________
14729 [ 10299] By: nick                                  on 2001/05/29  18:41:19
14730         Log: Post weekend integrate mainline (fails one test pragma/autouse).
14731      Branch: perlio
14732           +> (branch 29 files)
14733           !> (integrate 91 files)
14734 ____________________________________________________________________________
14735 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
14736         Log: Update Changes.
14737      Branch: perl
14738            ! Changes patchlevel.h
14739 ____________________________________________________________________________
14740 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
14741         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
14742              before Perl_load_module/Perl_call_method and restore the value
14743              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
14744      Branch: perl
14745            ! utf8.c
14746 ____________________________________________________________________________
14747 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
14748         Log: Subject: Re: AIX and gcc (moving targets)
14749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14750              Date: Tue, 29 May 2001 17:59:40 +0200
14751              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
14752      Branch: perl
14753            ! ext/Storable/Makefile.PL
14754 ____________________________________________________________________________
14755 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
14756         Log: Subject: Re: AIX and gcc (moving targets)
14757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14758              Date: Tue, 29 May 2001 12:32:57 +0200
14759              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
14760      Branch: perl
14761            ! ext/POSIX/Makefile.PL
14762 ____________________________________________________________________________
14763 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
14764         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
14765              From: Michael G Schwern <schwern@pobox.com>
14766              Date: Tue, 29 May 2001 09:53:29 +0100
14767              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
14768              
14769              (#10280 retracted)
14770      Branch: perl
14771            ! lib/Test/Harness.pm t/lib/test-harness.t
14772 ____________________________________________________________________________
14773 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
14774         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
14775              From: Michael G Schwern <schwern@pobox.com>
14776              Date: Tue, 29 May 2001 09:19:52 +0100
14777              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
14778      Branch: perl
14779            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
14780            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
14781            + t/lib/Test/todo.t
14782            ! MANIFEST lib/Test.pm t/TEST
14783 ____________________________________________________________________________
14784 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
14785         Log: From: Michael G Schwern <schwern@pobox.com>
14786              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
14787              Date: Tue, 29 May 2001 08:26:09 +0100
14788              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
14789      Branch: perl
14790            ! t/TEST
14791 ____________________________________________________________________________
14792 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
14793         Log: Add tests for Time::gmtime and Time::localtime.
14794      Branch: perl
14795            + t/lib/time-gmtime.t t/lib/time-localtime.t
14796            ! MANIFEST t/lib/1_compile.t
14797 ____________________________________________________________________________
14798 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
14799         Log: Add test for File::stat.
14800      Branch: perl
14801            + t/lib/filestat.t
14802            ! MANIFEST t/lib/1_compile.t
14803 ____________________________________________________________________________
14804 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
14805         Log: Add test for Net::servent.
14806      Branch: perl
14807            + t/lib/net-sent.t
14808            ! MANIFEST t/lib/1_compile.t
14809 ____________________________________________________________________________
14810 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
14811         Log: Add test for Net::protoent.
14812      Branch: perl
14813            + t/lib/net-pent.t
14814            ! MANIFEST t/lib/1_compile.t
14815 ____________________________________________________________________________
14816 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
14817         Log: Add test for Net::netent.
14818      Branch: perl
14819            + t/lib/net-nent.t
14820            ! MANIFEST t/lib/1_compile.t
14821 ____________________________________________________________________________
14822 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
14823         Log: Add test for User::grent.  Portability doubtful.
14824      Branch: perl
14825            + t/lib/user-grent.t
14826            ! MANIFEST t/lib/1_compile.t
14827 ____________________________________________________________________________
14828 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
14829         Log: Add test for User::pwent.
14830              Probably will fall down somewhere for portability reasons.
14831      Branch: perl
14832            + t/lib/user-pwent.t
14833            ! MANIFEST t/lib/1_compile.t
14834 ____________________________________________________________________________
14835 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
14836         Log: Metaconfig units changes for #10283.
14837      Branch: metaconfig
14838            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
14839            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
14840            ! U/installdirs/sitescript.U U/modified/Signal.U
14841 ____________________________________________________________________________
14842 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
14843         Log: Subject: [PATCH 5.6.1] signal names in Configure
14844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14845              Date: Tue, 29 May 2001 03:52:25 -0400
14846              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
14847              
14848              Subject: [PATCH 5.6.1] older perl in Configure
14849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14850              Date: Tue, 29 May 2001 03:55:40 -0400
14851              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
14852              
14853              Subject: [PATCH 5.6.1] goofs in Configure
14854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14855              Date: Tue, 29 May 2001 04:13:07 -0400
14856              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
14857              
14858              Configure portability tweaks.
14859      Branch: perl
14860            ! Configure
14861 ____________________________________________________________________________
14862 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
14863         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
14864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14865              Date: Tue, 29 May 2001 04:07:06 -0400
14866              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
14867      Branch: perl
14868            ! os2/os2.c
14869 ____________________________________________________________________________
14870 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
14871         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
14872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14873              Date: Tue, 29 May 2001 04:01:38 -0400
14874              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
14875      Branch: perl
14876            ! hints/os2.sh os2/Makefile.SHs
14877 ____________________________________________________________________________
14878 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
14879         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
14880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14881              Date: Tue, 29 May 2001 03:50:18 -0400
14882              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
14883      Branch: perl
14884            ! lib/Test/Harness.pm
14885 ____________________________________________________________________________
14886 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
14887         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
14888      Branch: perl
14889            ! lib/utf8_heavy.pl
14890 ____________________________________________________________________________
14891 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
14892         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14893              From: Hugo <hv@crypt.compulink.co.uk>
14894              Date: Tue, 29 May 2001 03:03:45 +0100
14895              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
14896              
14897              Explanation why the $@ always gets the UTF8 flag when under use utf8--
14898              because we told it to have the flag when under use utf8.
14899      Branch: perl
14900            ! pp_ctl.c
14901 ____________________________________________________________________________
14902 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
14903         Log: At least a partial fix for 20010528.004.
14904      Branch: perl
14905            ! lib/utf8_heavy.pl
14906 ____________________________________________________________________________
14907 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
14908         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
14909              From: Nicholas Clark <nick@ccl4.org> 
14910              Date: Mon, 28 May 2001 23:39:38 +0100
14911              Message-ID: <20010528233938.M86445@plum.flirble.org>
14912              
14913              More portable non-zero UV.
14914      Branch: perl
14915            ! t/lib/extutils.t
14916 ____________________________________________________________________________
14917 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
14918         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
14919              From: Nicholas Clark <nick@ccl4.org>
14920              Date: Mon, 28 May 2001 22:46:09 +0100
14921              Message-ID: <20010528224608.L86445@plum.flirble.org>
14922              
14923              Test also "make clean".
14924      Branch: perl
14925            ! t/lib/extutils.t
14926 ____________________________________________________________________________
14927 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
14928         Log: Subject: Re: Would -Wno-unused -Wall be better?
14929              From: Michael G Schwern <schwern@pobox.com>
14930              Date: Tue, 29 May 2001 00:55:54 +0100
14931              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
14932      Branch: perl
14933            ! pp.h
14934 ____________________________________________________________________________
14935 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
14936         Log: Add a test for 20010528.007, fixed in #10272.
14937      Branch: perl
14938            ! t/op/misc.t toke.c
14939 ____________________________________________________________________________
14940 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
14941         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
14942              From: Hugo <hv@crypt.compulink.co.uk>
14943              Date: Tue, 29 May 2001 00:23:23 +0100
14944              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
14945      Branch: perl
14946            ! toke.c
14947 ____________________________________________________________________________
14948 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
14949         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
14950              From: Michael G Schwern <schwern@pobox.com>
14951              Date: Tue, 29 May 2001 00:42:59 +0100
14952              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
14953      Branch: perl
14954            ! t/pragma/autouse.t
14955 ____________________________________________________________________________
14956 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
14957         Log: Some shells seemingly arrange the signal handlers differently
14958              (bug id 20010521.004).
14959      Branch: perl
14960            ! t/lib/sigaction.t
14961 ____________________________________________________________________________
14962 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
14963         Log: Regen perlmodlib.
14964      Branch: perl
14965            ! pod/perlmodlib.pod
14966 ____________________________________________________________________________
14967 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
14968         Log: Update Changes.
14969      Branch: perl
14970            ! Changes patchlevel.h
14971 ____________________________________________________________________________
14972 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
14973         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
14974              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14975              Date: Mon, 28 May 2001 14:56:35 -0500
14976              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
14977      Branch: perl
14978            ! pod/perlnewmod.pod
14979 ____________________________________________________________________________
14980 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
14981         Log: Regen toc.
14982      Branch: perl
14983            ! pod/perltoc.pod
14984 ____________________________________________________________________________
14985 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
14986         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
14987              From: "Richard Soderberg" <rs@crystalflame.net>
14988              Date: Mon, 28 May 2001 12:31:23 -0700
14989              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
14990      Branch: perl
14991            ! t/op/splice.t
14992 ____________________________________________________________________________
14993 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
14994         Log: The #10260 was too bold: locales and utf8 still do not mix.
14995      Branch: perl
14996            ! t/pragma/locale.t
14997 ____________________________________________________________________________
14998 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
14999         Log: Subject: [PATCH] Pod nitpicks
15000              From: "Richard Soderberg" <rs@crystalflame.net>
15001              Date: Mon, 28 May 2001 10:08:58 -0700
15002              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
15003      Branch: perl
15004            ! pod/perl571delta.pod pod/perlapi.pod sv.h
15005 ____________________________________________________________________________
15006 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
15007         Log: Upgrade to I18N::LangTags 0.22.
15008      Branch: perl
15009            + lib/I18N/LangTags/List.pod
15010            ! MANIFEST lib/I18N/LangTags.pm
15011 ____________________________________________________________________________
15012 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
15013         Log: A slightly more serious bug found by -Mutf8; op/misc and
15014              lib/complex dumped core.
15015      Branch: perl
15016            ! regexec.c
15017 ____________________________________________________________________________
15018 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
15019         Log: Various buglets shaken out by -Mutf8.
15020      Branch: perl
15021            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
15022            ! t/pragma/locale.t
15023 ____________________________________________________________________________
15024 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
15025         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
15026      Branch: perl
15027            ! t/lib/carp.t
15028 ____________________________________________________________________________
15029 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
15030         Log: Subject: [PATCH] todo patch
15031              From: Artur Bergman <artur@contiller.se> 
15032              Date: Mon, 28 May 2001 17:03:51 +0200
15033              Message-ID: <B7383577.F34%artur@contiller.se>
15034      Branch: perl
15035            ! pod/perltodo.pod
15036 ____________________________________________________________________________
15037 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
15038         Log: Subject: typo in perlguts.pod
15039              From: "John P. Linderman" <jpl@research.att.com>
15040              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
15041              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
15042      Branch: perl
15043            ! pod/perlguts.pod
15044 ____________________________________________________________________________
15045 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
15046         Log: Subject: AIX and gcc (moving targets)
15047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15048              Date: Mon, 28 May 2001 12:54:04 +0200
15049              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
15050      Branch: perl
15051            ! hints/aix.sh
15052 ____________________________________________________________________________
15053 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
15054         Log: Subject: Re: perlio + multiple perl_alloc..destruct
15055              From: Doug MacEachern <dougm@covalent.net>
15056              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
15057              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
15058      Branch: perl
15059            ! perlio.c
15060 ____________________________________________________________________________
15061 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
15062         Log: The #10251 wasn't quite up-to-the-code.
15063      Branch: perl
15064            ! t/op/misc.t
15065 ____________________________________________________________________________
15066 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
15067         Log: Test case for bug 20010526.004, fixed in #10252.
15068      Branch: perl
15069            ! t/op/taint.t
15070 ____________________________________________________________________________
15071 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
15072         Log: Subject: Re: [ID 20010526.004] Taint looses value
15073              From: Hugo <hv@crypt.compulink.co.uk>
15074              Date: Sun, 27 May 2001 20:39:32 +0100
15075              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
15076      Branch: perl
15077            ! sv.c
15078 ____________________________________________________________________________
15079 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
15080         Log: Test case for 20010422.005, fixed by #10250.
15081      Branch: perl
15082            ! t/op/misc.t
15083 ____________________________________________________________________________
15084 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
15085         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
15086              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15087              Date: Mon, 28 May 2001 06:39:12 -0400
15088              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
15089      Branch: perl
15090            ! toke.c
15091 ____________________________________________________________________________
15092 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
15093         Log: Linerewrapping.
15094      Branch: perl
15095            ! lib/open.pm
15096 ____________________________________________________________________________
15097 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
15098         Log: Updates on the modules list.
15099      Branch: perl
15100            ! t/lib/1_compile.t
15101 ____________________________________________________________________________
15102 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
15103         Log: Add a test for PerlIO.
15104              
15105              (I probably got the crlf/raw thing wrong for clrfy platforms...)
15106      Branch: perl
15107            + t/lib/perlio.t
15108            ! MANIFEST lib/PerlIO.pm
15109 ____________________________________________________________________________
15110 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
15111         Log: Add a test for carp et alia.
15112      Branch: perl
15113            + t/lib/carp.t
15114            ! MANIFEST
15115 ____________________________________________________________________________
15116 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
15117         Log: Adding the new test would be swell.
15118      Branch: perl
15119            + t/pragma/autouse.t
15120 ____________________________________________________________________________
15121 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
15122         Log: Add a test for the autouse pragma.
15123      Branch: perl
15124            ! MANIFEST
15125 ____________________________________________________________________________
15126 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
15127         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15128              From: dLux <dlux@spam.sch.bme.hu>
15129              Date: Sun, 27 May 2001 16:14:26 +0200
15130              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
15131      Branch: perl
15132            ! lib/autouse.pm
15133 ____________________________________________________________________________
15134 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
15135         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
15136              From: "Richard Soderberg" <rs@crystalflame.net>
15137              Date: Mon, 28 May 2001 03:56:36 -0700
15138              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
15139      Branch: perl
15140            ! utils/dprofpp.PL
15141 ____________________________________________________________________________
15142 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
15143         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
15144              From: "Stephen P. Potter" <spp@spotter.yi.org>
15145              Date: Tue, 22 May 2001 11:40:25 -0400
15146              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
15147              
15148              Subject: Re: [ID 20010522.003] Time::Local module bug
15149              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
15150              Date: Tue, 22 May 2001 11:50:19 -0400
15151              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
15152      Branch: perl
15153            ! lib/Time/Local.pm
15154 ____________________________________________________________________________
15155 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
15156         Log: The PERL_DL_NONLAZY can have whitespace in front.
15157      Branch: perl
15158            ! t/lib/extutils.t
15159 ____________________________________________________________________________
15160 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
15161         Log: Document strftime() and strptime().
15162      Branch: perl
15163            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
15164 ____________________________________________________________________________
15165 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
15166         Log: Make Time::Piece::strptime() to be a function, not a method.
15167      Branch: perl
15168            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15169 ____________________________________________________________________________
15170 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
15171         Log: Tweak the test to be more portable.
15172      Branch: perl
15173            ! t/lib/extutils.t
15174 ____________________________________________________________________________
15175 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
15176         Log: Subject: PATCH: Re: Re: Attributes that tie
15177              From: Leon Brocard <acme@astray.com>
15178              Date: Sun, 27 May 2001 12:37:29 +0100
15179              Message-ID: <20010527123729.A22663@ns0.astray.com>
15180              
15181              Document that variable attributes are not currently usable
15182              for tieing.  (An ugly limitation that should be fixed.)
15183      Branch: perl
15184            ! lib/attributes.pm
15185 ____________________________________________________________________________
15186 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
15187         Log: Microperl tweaks.
15188      Branch: perl
15189            ! Makefile.micro uconfig.h uconfig.sh
15190 ____________________________________________________________________________
15191 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
15192         Log: Add make target for microperl (kind of silly, but convenient).
15193      Branch: perl
15194            ! Makefile.SH
15195 ____________________________________________________________________________
15196 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
15197         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
15198              for microperl.)
15199      Branch: perl
15200            ! doio.c
15201 ____________________________________________________________________________
15202 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
15203         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
15204              From: rspier@pobox.com (Robert Spier)
15205              Date: Sat, 26 May 2001 20:05:23 -0400
15206              Message-ID: <15120.17603.148648.12430@rls.cx>
15207              
15208              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
15209              From: rspier@pobox.com (Robert Spier)
15210              Date: Sun, 27 May 2001 00:23:12 -0400
15211              Message-ID: <15120.33072.511966.767230@rls.cx>
15212      Branch: perl
15213            ! doio.c pod/perlfunc.pod
15214 ____________________________________________________________________________
15215 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
15216         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
15217      Branch: perl
15218            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15219 ____________________________________________________________________________
15220 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
15221         Log: Add README.tru64.
15222      Branch: perl
15223            + README.tru64
15224 ____________________________________________________________________________
15225 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
15226         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
15227      Branch: perl
15228            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15229            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
15230            ! MANIFEST
15231 ____________________________________________________________________________
15232 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
15233         Log: Integrate I18N::LangTags from Sean Burke.
15234              
15235              TODO: the language list from RFC 3066 needs to be integrated
15236              and made available somehow.  The list is included in the
15237              I18N-LangTags 0.21 distribution, but it is undocumented
15238              and unconnected to the module.
15239      Branch: perl
15240            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
15241            ! MANIFEST
15242 ____________________________________________________________________________
15243 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
15244         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
15245              envisioned by Sarathy.
15246      Branch: perl
15247            ! t/op/ver.t toke.c
15248 ____________________________________________________________________________
15249 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
15250         Log: Subject: [ID 20010525.001] Pod typo nits fixed
15251              From: lvirden@cas.org
15252              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
15253              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
15254              
15255              minus the perlsolaris decimation plus the
15256              
15257              Subject: Re: [ID 20010525.001] Pod typo nits fixed
15258              From: "Philip Newton" <Philip.Newton@gmx.net>
15259              Date: Fri, 25 May 2001 18:05:55 +0200
15260              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
15261      Branch: perl
15262            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
15263            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
15264            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
15265            ! pod/perlutil.pod pod/perlxstut.pod
15266 ____________________________________________________________________________
15267 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
15268         Log: return clauses are nice.
15269      Branch: perl
15270            ! sv.c
15271 ____________________________________________________________________________
15272 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
15273         Log: Subject: change 10199 backwards?
15274              From: Doug MacEachern <dougm@covalent.net>
15275              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
15276              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
15277      Branch: perl
15278            ! sv.c
15279 ____________________________________________________________________________
15280 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
15281         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
15282              From: Hugo <hv@crypt.compulink.co.uk>
15283              Date: Sat, 26 May 2001 17:05:12 +0100
15284              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
15285      Branch: perl
15286            + t/op/gmagic.t
15287            ! MANIFEST doop.c embed.h embed.pl global.sym
15288            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
15289            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
15290 ____________________________________________________________________________
15291 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
15292         Log: Regen headers for #10221.
15293      Branch: perl
15294            ! global.sym objXSUB.h perlapi.c
15295 ____________________________________________________________________________
15296 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
15297         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
15298              From: Juha Laiho <juha.laiho@Elma.Net>
15299              Date: Thu, 3 May 2001 09:51:30 +0300
15300              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
15301      Branch: perl
15302            ! embed.pl
15303 ____________________________________________________________________________
15304 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
15305         Log: Subject: Re: [PATCH] Re: stability of sort()?
15306              From: "John P. Linderman" <jpl@research.att.com>
15307              Date: Sat, 26 May 2001 13:27:19 -0400
15308              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
15309      Branch: perl
15310            ! pod/perlfunc.pod
15311 ____________________________________________________________________________
15312 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
15313         Log: Integrate perlio.
15314      Branch: perl
15315           !> pod/perlguts.pod
15316 ____________________________________________________________________________
15317 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
15318         Log: Subject: [PATCH perl@10210] PerlIO for VMS
15319              From: "Craig A. Berry" <craigberry@mac.com>
15320              Date: Sat, 26 May 2001 09:34:11 -0500
15321              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
15322      Branch: perl
15323            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
15324            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
15325            ! vms/vmsish.h
15326 ____________________________________________________________________________
15327 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
15328         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
15329              From: David Dyck <dcd@tc.fluke.com>
15330              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
15331              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
15332      Branch: perl
15333            ! lib/perl5db.pl
15334 ____________________________________________________________________________
15335 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
15336         Log: Subject: utf8 regexp tests
15337              From: Hugo <hv@crypt.compulink.co.uk>
15338              Date: Fri, 25 May 2001 22:35:01 +0100
15339              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
15340      Branch: perl
15341            ! t/op/regexp.t
15342 ____________________________________________________________________________
15343 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
15344         Log: Subject: [PATCH] Re: stability of sort()?
15345              From: Nicholas Clark <nick@ccl4.org>
15346              Date: Fri, 25 May 2001 22:40:19 +0100
15347              Message-ID: <20010525224019.B86445@plum.flirble.org>
15348      Branch: perl
15349            ! pod/perlfunc.pod
15350 ____________________________________________________________________________
15351 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
15352         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
15353              From: John Peacock <jpeacock@rowman.com>
15354              Date: Thu, 24 May 2001 22:14:01 -0400
15355              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
15356      Branch: perl
15357            ! mg.c scope.c sv.c
15358 ____________________________________________________________________________
15359 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
15360         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15361              From: Nicholas Clark <nick@ccl4.org>
15362              Date: Sun, 20 May 2001 19:24:13 +0100
15363              Message-ID: <20010520192413.G83222@plum.flirble.org>
15364      Branch: perl
15365            + lib/ExtUtils/Constant.pm t/lib/extutils.t
15366            ! MANIFEST utils/h2xs.PL
15367 ____________________________________________________________________________
15368 [ 10212] By: nick                                  on 2001/05/26  09:49:28
15369         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
15370              add a few more notes there on use of mortals on the stack.
15371      Branch: perlio
15372            ! pod/perlguts.pod
15373 ____________________________________________________________________________
15374 [ 10211] By: nick                                  on 2001/05/26  09:05:36
15375         Log: Integrate mainline
15376      Branch: perlio
15377           +> t/lib/fcntl.t t/pragma/vars.t
15378           !> (integrate 49 files)
15379 ____________________________________________________________________________
15380 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
15381         Log: Update Changes.
15382      Branch: perl
15383            ! Changes patchlevel.h
15384 ____________________________________________________________________________
15385 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
15386         Log: Based on
15387              
15388              Subject: [PATCH pp.c] Wrapping pack("C",256)
15389              From: Simon Cozens <simon@netthink.co.uk>
15390              Date: Sat, 12 May 2001 17:58:41 +0100
15391              Message-ID: <20010512175841.A6132@netthink.co.uk>
15392      Branch: perl
15393            ! pod/perldiag.pod pp.c t/pragma/warn/pp
15394 ____________________________________________________________________________
15395 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
15396         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
15397              From: "Brendan O'Dea" <bod@compusol.com.au>
15398              Date: Fri, 25 May 2001 11:18:29 +1000
15399              Message-ID: <20010525111829.A28411@compusol.com.au>
15400              
15401              (Slightly modified.)
15402      Branch: perl
15403            ! lib/Term/Cap.pm
15404 ____________________________________________________________________________
15405 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
15406         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
15407              From: Hugo <hv@crypt.compulink.co.uk>
15408              Date: Fri, 25 May 2001 02:13:25 +0100
15409              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
15410      Branch: perl
15411            ! t/op/misc.t
15412 ____________________________________________________________________________
15413 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
15414         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
15415              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
15416              Date: Fri, 25 May 2001 10:25:36 +0900
15417              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
15418      Branch: perl
15419            ! regcomp.c regexec.c
15420 ____________________________________________________________________________
15421 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
15422         Log: Subject: [PATCH #2] stash autovivification and method call error messages
15423              From: Ilmari Karonen <iltzu@sci.fi>
15424              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
15425              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
15426      Branch: perl
15427            ! gv.c pp_hot.c t/op/method.t
15428 ____________________________________________________________________________
15429 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
15430         Log: Add make target and documentation for gprof profiling.
15431      Branch: perl
15432            ! Makefile.SH pod/perlhack.pod
15433 ____________________________________________________________________________
15434 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
15435         Log: Subject: Don't think about UTF8 
15436              From: Mike Guy <mjtg@cam.ac.uk> 
15437              Date: Tue, 22 May 2001 14:35:39 +0100
15438              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
15439      Branch: perl
15440            ! sv.h
15441 ____________________________________________________________________________
15442 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
15443         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
15444              From: Geraint A Edwards <gedge@serf.org> 
15445              Date: Thu, 24 May 2001 22:51:24 +0100
15446              Message-Id: <20010524225124.A34981@cymru.serf.org>
15447      Branch: perl
15448            ! x2p/find2perl.PL
15449 ____________________________________________________________________________
15450 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
15451         Log: DB_File has its own attribute story.
15452      Branch: perl
15453            ! ext/DB_File/DB_File.xs
15454 ____________________________________________________________________________
15455 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
15456         Log: Subject: Re: Making perl with -Wall
15457              From: Andy Dougherty <doughera@lafayette.edu>
15458              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
15459              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
15460      Branch: perl
15461            ! perl.h
15462 ____________________________________________________________________________
15463 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
15464         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
15465              From: "Richard Soderberg" <rs@crystalflame.net>
15466              Date: Thu, 24 May 2001 08:58:16 -0700
15467              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
15468      Branch: perl
15469            ! sv.c
15470 ____________________________________________________________________________
15471 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
15472         Log: IV/UV casting fixes from Nicholas Clark.
15473      Branch: perl
15474            ! perl.h pp_sys.c util.c
15475 ____________________________________________________________________________
15476 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
15477         Log: Subject: Re: Making perl with -Wall
15478              From: Michael G Schwern <schwern@pobox.com>
15479              Date: Thu, 24 May 2001 15:40:28 +0100
15480              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
15481      Branch: perl
15482            ! malloc.c perl.h
15483 ____________________________________________________________________________
15484 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
15485         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
15486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15487              Date: Tue, 22 May 2001 11:49:37 +0200
15488              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
15489      Branch: metaconfig
15490            ! U/modified/Oldsym.U
15491      Branch: metaconfig/U/perl
15492            ! patchlevel.U
15493      Branch: perl
15494            ! Configure config_h.SH myconfig.SH
15495 ____________________________________________________________________________
15496 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
15497         Log: Under versiononly install also the scripts with the version suffix.
15498              (e.g. .../bin/h2xs5.7.1)
15499      Branch: perl
15500            ! installperl
15501 ____________________________________________________________________________
15502 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
15503         Log: Subject: [PATCH] Stop segfault in mg.c:636
15504              From: "Richard Soderberg" <rs@crystalflame.net>
15505              Date: Thu, 24 May 2001 05:51:52 -0700
15506              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
15507      Branch: perl
15508            ! mg.c
15509 ____________________________________________________________________________
15510 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
15511         Log: Iteration continues; hopefully convergently.
15512      Branch: perl
15513            ! t/lib/b-stash.t
15514 ____________________________________________________________________________
15515 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
15516         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
15517              From: Gisle Aas <gisle@ActiveState.com>
15518              Date: 23 May 2001 16:13:10 -0700
15519              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
15520      Branch: perl
15521            ! op.c toke.c
15522 ____________________________________________________________________________
15523 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
15524         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
15525              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15526              Date: Thu, 24 May 2001 05:05:22 -0500
15527              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
15528      Branch: perl
15529            ! lib/dumpvar.pl lib/perl5db.pl
15530 ____________________________________________________________________________
15531 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
15532         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
15533              From: David Dyck <dcd@tc.fluke.com>
15534              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
15535              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
15536      Branch: perl
15537            ! lib/perl5db.pl
15538 ____________________________________________________________________________
15539 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
15540         Log: Tiny pod nits on READMEs, mostly whitespace issues.
15541      Branch: perl
15542            ! README.amiga README.dos README.macos README.mpeix README.vmesa
15543            ! README.win32
15544 ____________________________________________________________________________
15545 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
15546         Log: The DG/UX part of the 20010521.005.
15547      Branch: perl
15548            ! README.dgux
15549 ____________________________________________________________________________
15550 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
15551         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
15552              From: Hugo <hv@crypt.compulink.co.uk>
15553              Date: Mon, 21 May 2001 16:32:02 +0100
15554              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
15555      Branch: perl
15556            ! regcomp.c t/op/misc.t
15557 ____________________________________________________________________________
15558 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
15559         Log: Subject: [PATCH] Extra UNIVERSAL tests
15560              From: Mike Guy <mjtg@cam.ac.uk>
15561              Date: Wed, 23 May 2001 12:29:20 +0100
15562              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
15563      Branch: perl
15564            ! t/op/universal.t
15565 ____________________________________________________________________________
15566 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
15567         Log: Subject: [PATCH] Remove EQ keyword
15568              From: Mike Guy <mjtg@cam.ac.uk>
15569              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
15570              Date: Wed, 23 May 2001 11:17:29 +0100
15571      Branch: perl
15572            ! keywords.h keywords.pl
15573 ____________________________________________________________________________
15574 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
15575         Log: Subject: [PATCH] lib/perl5db.pl
15576              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15577              Date: Wed, 23 May 2001 02:18:03 -0500
15578              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
15579      Branch: perl
15580            ! lib/perl5db.pl
15581 ____________________________________________________________________________
15582 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
15583         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
15584              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15585              Date: Tue, 22 May 2001 23:34:41 -0500
15586              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
15587      Branch: perl
15588            ! lib/Term/Cap.pm
15589 ____________________________________________________________________________
15590 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
15591         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
15592              From: davem@fdgroup.co.uk
15593              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
15594              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
15595      Branch: perl
15596            ! emacs/e2ctags.pl
15597 ____________________________________________________________________________
15598 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
15599         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
15600              From: Michael G Schwern <schwern@pobox.com>
15601              Date: Tue, 22 May 2001 14:15:09 +0100
15602              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
15603      Branch: perl
15604            ! lib/vars.pm
15605 ____________________________________________________________________________
15606 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
15607         Log: Subject: [PATCH lib/vars.pm] Odd code nit
15608              From: Michael G Schwern <schwern@pobox.com>
15609              Date: Tue, 22 May 2001 14:14:28 +0100
15610              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
15611      Branch: perl
15612            ! lib/vars.pm
15613 ____________________________________________________________________________
15614 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
15615         Log: Use the new use vars feature.
15616      Branch: perl
15617            ! t/lib/b-stash.t
15618 ____________________________________________________________________________
15619 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
15620         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
15621              From: Mike Guy <mjtg@cam.ac.uk>
15622              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15623              Date: Tue, 22 May 2001 13:11:39 +0100
15624      Branch: perl
15625            + t/pragma/vars.t
15626            ! MANIFEST lib/vars.pm t/lib/1_compile.t
15627 ____________________________________________________________________________
15628 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
15629         Log: -qlongdouble considered harmful by Merijn.
15630      Branch: perl
15631            ! hints/aix.sh
15632 ____________________________________________________________________________
15633 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
15634         Log: Update Changes.
15635      Branch: perl
15636            ! Changes patchlevel.h
15637 ____________________________________________________________________________
15638 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
15639         Log: Add a test of its very own for Fcntl.  Hopefully portable.
15640      Branch: perl
15641            + t/lib/fcntl.t
15642            ! MANIFEST
15643 ____________________________________________________________________________
15644 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
15645         Log: Must be trickier for 'minitest' not to die.
15646      Branch: perl
15647            ! t/op/taint.t
15648 ____________________________________________________________________________
15649 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
15650         Log: Can't declare other people's variables.
15651      Branch: perl
15652            ! t/lib/b-stash.t
15653 ____________________________________________________________________________
15654 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
15655         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
15656      Branch: perl
15657            ! doio.c t/op/taint.t
15658 ____________________________________________________________________________
15659 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
15660         Log: The OS/2 variable needs to be declared.
15661      Branch: perl
15662            ! t/lib/b-stash.t
15663 ____________________________________________________________________________
15664 [ 10170] By: nick                                  on 2001/05/20  16:48:29
15665         Log: Integrate mainline
15666      Branch: perlio
15667           !> (integrate 41 files)
15668 ____________________________________________________________________________
15669 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
15670         Log: Small perlsec updates: clarify the taintedness of filename
15671              globbing; suggest using Scalar::Util::tainted().
15672      Branch: perl
15673            ! pod/perlsec.pod
15674 ____________________________________________________________________________
15675 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
15676         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
15677              From: Dave Mitchell <davem@fdgroup.co.uk>
15678              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
15679              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
15680      Branch: perl
15681            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
15682            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
15683            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
15684            ! xsutils.c
15685 ____________________________________________________________________________
15686 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
15687         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
15688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15689              Date: Sat, 19 May 2001 04:08:46 -0400
15690              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
15691      Branch: perl
15692            ! lib/ExtUtils/Mksymlists.pm makedef.pl
15693 ____________________________________________________________________________
15694 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
15695         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
15696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15697              Date: Sat, 19 May 2001 04:30:45 -0400
15698              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
15699      Branch: perl
15700            ! os2/os2.c
15701 ____________________________________________________________________________
15702 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
15703         Log: Subject: [PATCH 5.6.1] build bugs OS/2
15704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15705              Date: Sat, 19 May 2001 04:35:28 -0400
15706              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
15707      Branch: perl
15708            ! os2/Makefile.SHs os2/os2.c
15709 ____________________________________________________________________________
15710 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
15711         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
15712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15713              Date: Sat, 19 May 2001 04:04:23 -0400
15714              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
15715              
15716              (In bleadperl patched b-stash.t instead of b.t)
15717      Branch: perl
15718            ! t/lib/b-stash.t t/lib/bigfltpm.t
15719 ____________________________________________________________________________
15720 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
15721         Log: Subject: [PATCH 5.6.1] perl5db
15722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15723              Date: Sat, 19 May 2001 03:49:09 -0400
15724              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
15725      Branch: perl
15726            ! lib/perl5db.pl
15727 ____________________________________________________________________________
15728 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
15729         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
15730              From: Gisle Aas <gisle@ActiveState.com>
15731              Date: 18 May 2001 14:24:51 -0700
15732              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
15733      Branch: perl
15734            ! pp_ctl.c
15735 ____________________________________________________________________________
15736 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
15737         Log: Subject: [PATCH] Chomp should not always stringify
15738              From: Gisle Aas <gisle@ActiveState.com>
15739              Date: 18 May 2001 07:55:25 -0700
15740              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
15741      Branch: perl
15742            ! doop.c t/op/chop.t
15743 ____________________________________________________________________________
15744 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
15745         Log: Integrate perlio.
15746      Branch: perl
15747           !> pod/perlfunc.pod
15748 ____________________________________________________________________________
15749 [ 10159] By: nick                                  on 2001/05/20  09:39:46
15750         Log: Document some more of open's features.
15751      Branch: perlio
15752            ! pod/perlfunc.pod
15753 ____________________________________________________________________________
15754 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
15755         Log: back out change#10153 (it has compatibility issues such as the
15756              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
15757              benefit for 5.6.x doesn't seem worth the risk)
15758      Branch: maint-5.6/perl
15759            ! toke.c
15760 ____________________________________________________________________________
15761 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
15762         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
15763      Branch: perl
15764            ! x2p/s2p.PL
15765 ____________________________________________________________________________
15766 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
15767         Log: Update Changes.
15768      Branch: perl
15769            ! Changes patchlevel.h
15770 ____________________________________________________________________________
15771 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
15772         Log: Integrate change #10144 from maintperl.
15773              
15774              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
15775      Branch: perl
15776           !> win32/config.bc win32/config.gc win32/config.vc
15777           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15778 ____________________________________________________________________________
15779 [ 10154] By: nick                                  on 2001/05/18  07:23:03
15780         Log: Integrate mainline.
15781      Branch: perlio
15782           +> README.dgux t/lib/i18n-collate.t utils.lst
15783           !> (integrate 49 files)
15784 ____________________________________________________________________________
15785 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
15786         Log: Integrate change #7224 from mainline into maintperl.
15787              
15788              Allow @+ and @- to be doublequoted, from Simon Cozens. 
15789              (Approved by Larry, see Tom's comment in 20000830.005.)
15790      Branch: maint-5.6/perl
15791           !> toke.c
15792 ____________________________________________________________________________
15793 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
15794         Log: Subject: [PATCH bleadperl] small lookbehind fix
15795              From: Hugo <hv@crypt.compulink.co.uk>
15796              Date: Fri, 18 May 2001 00:07:19 +0100
15797              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
15798      Branch: perl
15799            ! regexec.c
15800 ____________________________________________________________________________
15801 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
15802         Log: Detypos.
15803      Branch: perl
15804            ! installman utils.lst
15805 ____________________________________________________________________________
15806 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
15807         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
15808              in 20001222.001.
15809      Branch: perl
15810            ! t/lib/glob-basic.t
15811 ____________________________________________________________________________
15812 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
15813         Log: Subject: [PATCH] Test for bug 20010515.004
15814              From: Benjamin Sugars <bsugars@canoe.ca>
15815              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
15816              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
15817      Branch: perl
15818            ! t/op/misc.t
15819 ____________________________________________________________________________
15820 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
15821         Log: Integrate #10145 from maintperl.
15822              
15823              fix for ID 20010515.004 (needs test)
15824      Branch: perl
15825           !> pp_hot.c
15826 ____________________________________________________________________________
15827 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
15828         Log: Thinko noticed by Doug MacEachern.
15829      Branch: perl
15830            ! thread.h
15831 ____________________________________________________________________________
15832 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
15833         Log: Subject: Re: [PATCH] HERE mark in regex
15834              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15835              Date: Thu, 17 May 2001 12:20:33 -0400
15836              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
15837      Branch: perl
15838            ! t/op/re_tests
15839 ____________________________________________________________________________
15840 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
15841         Log: fix for ID 20010515.004 (needs test)
15842      Branch: maint-5.6/perl
15843            ! pp_hot.c
15844 ____________________________________________________________________________
15845 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
15846         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
15847      Branch: maint-5.6/perl
15848            ! win32/config.bc win32/config.gc win32/config.vc
15849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15850 ____________________________________________________________________________
15851 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
15852         Log: Macrofy the getspecific (and use it also in util.c)
15853      Branch: perl
15854            ! thread.h util.c
15855 ____________________________________________________________________________
15856 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
15857         Log: Use the unchecked thread-specific key fetch also in Tru64.
15858      Branch: perl
15859            ! thread.h
15860 ____________________________________________________________________________
15861 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
15862         Log: Subject: [PATCH 5.6.1]Quick thread speedup
15863              From: Dan Sugalski <dan@sidhe.org> 
15864              Date: Wed, 16 May 2001 18:05:19 -0400
15865              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
15866      Branch: perl
15867            ! thread.h util.c
15868 ____________________________________________________________________________
15869 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
15870         Log: I think this is quite enough testing for a deprecated feature.
15871      Branch: perl
15872            + t/lib/i18n-collate.t
15873            ! MANIFEST t/lib/1_compile.t
15874 ____________________________________________________________________________
15875 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
15876         Log: More HP-UX lore from Jeff Okamoto.
15877      Branch: perl
15878            ! README.hpux
15879 ____________________________________________________________________________
15880 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
15881         Log: Sort utils.lst for easier maintenance.
15882      Branch: perl
15883            ! utils.lst
15884 ____________________________________________________________________________
15885 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
15886         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15887              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15888              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
15889              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
15890              
15891              Add pod2latex to utils.lst.
15892      Branch: perl
15893            ! MANIFEST utils.lst
15894 ____________________________________________________________________________
15895 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
15896         Log: Subject: Re: [PATCH] HERE mark in regex
15897              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15898              Date: Wed, 16 May 2001 13:04:43 -0400
15899              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
15900      Branch: perl
15901            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15902            ! t/op/regmesg.t t/pragma/warn/regcomp
15903 ____________________________________________________________________________
15904 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
15905         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15906              From: Simon Cozens <simon@netthink.co.uk>
15907              Date: Wed, 16 May 2001 18:02:08 +0100
15908              Message-ID: <20010516180208.A6458@netthink.co.uk>
15909      Branch: perl
15910            ! installman utils.lst
15911 ____________________________________________________________________________
15912 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
15913         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
15914              From: "Philip Newton" <pnewton@gmx.de>
15915              Date: Tue, 15 May 2001 15:09:30 +0200
15916              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
15917              
15918              Test case for #10128.
15919      Branch: perl
15920            ! t/pragma/warn/pp_hot
15921 ____________________________________________________________________________
15922 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
15923         Log: Update Changes.
15924      Branch: perl
15925            ! Changes patchlevel.h
15926 ____________________________________________________________________________
15927 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
15928         Log: Deprecate pseudo-hashes.
15929      Branch: perl
15930            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
15931 ____________________________________________________________________________
15932 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
15933         Log: HP-UX hints update from Merijn.
15934      Branch: perl
15935            ! hints/hpux.sh
15936 ____________________________________________________________________________
15937 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
15938         Log: README.hpux update from Merijn.
15939      Branch: perl
15940            ! README.hpux
15941 ____________________________________________________________________________
15942 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
15943         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15944              From: Simon Cozens <simon@netthink.co.uk>
15945              Date: Wed, 16 May 2001 15:57:55 +0100
15946              Message-ID: <20010516155755.A4728@netthink.co.uk>
15947      Branch: perl
15948            + utils.lst
15949            ! MANIFEST installman installperl
15950 ____________________________________________________________________________
15951 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
15952         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
15953              From: "Philip Newton" <pnewton@gmx.de>
15954              Date: Tue, 15 May 2001 16:31:05 +0200
15955              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
15956              
15957              Fix PERL_Y2KWARN test to check before rather than after appending.
15958      Branch: perl
15959            ! pp_hot.c
15960 ____________________________________________________________________________
15961 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
15962         Log: Regen Porting stuff.
15963      Branch: perl
15964            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15965            ! config_h.SH
15966 ____________________________________________________________________________
15967 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
15968         Log: Metaconfig unit change for #10125.
15969      Branch: metaconfig
15970            ! U/modified/Oldconfig.U
15971 ____________________________________________________________________________
15972 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
15973         Log: Use OSVERS.
15974      Branch: perl
15975            ! Configure config_h.SH perl.c
15976 ____________________________________________________________________________
15977 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
15978         Log: Regen toc.
15979      Branch: perl
15980            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15981 ____________________________________________________________________________
15982 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
15983         Log: Adding the README.dgux to the MANIFEST would be a good idea.
15984      Branch: perl
15985            ! MANIFEST
15986 ____________________________________________________________________________
15987 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
15988         Log: Move the stack desire definition to thread.h.
15989      Branch: perl
15990            ! ext/Thread/Thread.xs thread.h
15991 ____________________________________________________________________________
15992 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
15993         Log: DG-UX threading patches, including a README.dgux,
15994              from Takis Psarogiannakopoulos.
15995      Branch: perl
15996            + README.dgux
15997            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
15998 ____________________________________________________________________________
15999 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
16000         Log: Subject: [PATCH B::Deparse] More on /x regexes
16001              From: Robin Houston <robin@kitsite.com>
16002              Date: Tue, 15 May 2001 19:09:35 +0100
16003              Message-ID: <20010515190935.A27268@penderel>
16004      Branch: perl
16005            ! ext/B/B/Deparse.pm
16006 ____________________________________________________________________________
16007 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
16008         Log: Document that the core time() may be rounding rather
16009              than truncating, would have saved at least my confusion.
16010      Branch: perl
16011            ! ext/Time/HiRes/HiRes.pm
16012 ____________________________________________________________________________
16013 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
16014         Log: Subject: perl-current/t/time-hires.t
16015              From: John Peacock <jpeacock@rowman.com>
16016              Date: Fri, 11 May 2001 14:09:41 -0400
16017              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
16018      Branch: perl
16019            ! t/lib/time-hires.t
16020 ____________________________________________________________________________
16021 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
16022         Log: Subject: [PATCH dump.c] Op private flags
16023              From: Simon Cozens <simon@netthink.co.uk>
16024              Date: Sun, 13 May 2001 20:20:36 +0100
16025              Message-ID: <20010513202036.A21896@netthink.co.uk>
16026      Branch: perl
16027            ! dump.c
16028 ____________________________________________________________________________
16029 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
16030         Log: Upgrade to Switch 2.03.
16031      Branch: perl
16032            ! lib/Switch.pm
16033 ____________________________________________________________________________
16034 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
16035         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
16036              to PERL_CONFIG_SH and use it consistently.
16037      Branch: maint-5.6/perl
16038           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16039           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16040           !> myconfig.SH writemain.SH
16041 ____________________________________________________________________________
16042 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
16043         Log: Metaconfig units changes for #10113.
16044      Branch: metaconfig
16045            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
16046 ____________________________________________________________________________
16047 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
16048         Log: The problem described in 20010514.031 still wasn't
16049              fully cured, there were remnants of $CONFIG when
16050              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
16051              to avoid future conflicts.
16052      Branch: perl
16053            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16054            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16055            ! myconfig.SH writemain.SH
16056 ____________________________________________________________________________
16057 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
16058         Log: Half of #10107 got lost.
16059      Branch: perl
16060            ! ext/B/B/Deparse.pm
16061 ____________________________________________________________________________
16062 [ 10111] By: nick                                  on 2001/05/15  08:39:14
16063         Log: Integrate mainline.
16064      Branch: perlio
16065           +> ext/POSIX/hints/uts.pl
16066            - Todo Todo-5.6 t/camel-III/vstring.t
16067           !> (integrate 48 files)
16068 ____________________________________________________________________________
16069 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
16070         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
16071              From: Robin Houston <robin@kitsite.com>
16072              Date: Mon, 14 May 2001 22:27:08 +0100
16073              Message-ID: <20010514222708.A22963@penderel>
16074      Branch: perl
16075            ! t/TestInit.pm
16076 ____________________________________________________________________________
16077 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
16078         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
16079              From: Robin Houston <robin@kitsite.com>
16080              Date: Mon, 14 May 2001 22:16:43 +0100
16081              Message-ID: <20010514221643.A22437@penderel>
16082      Branch: perl
16083            ! ext/B/B/Deparse.pm
16084 ____________________________________________________________________________
16085 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
16086         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
16087              From: Robin Houston <robin@kitsite.com>
16088              Date: Mon, 14 May 2001 22:03:44 +0100
16089              Message-ID: <20010514220344.A20643@penderel>
16090      Branch: perl
16091            ! ext/B/B/Deparse.pm
16092 ____________________________________________________________________________
16093 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
16094         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
16095              From: Robin Houston <robin@kitsite.com>
16096              Date: Mon, 14 May 2001 22:10:07 +0100
16097              Message-ID: <20010514221007.A21118@penderel>
16098      Branch: perl
16099            ! ext/B/B/Deparse.pm
16100 ____________________________________________________________________________
16101 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
16102         Log: Fix for 20010514.037; substr() didn't invalidate the locale
16103              collation magic.
16104      Branch: perl
16105            ! pp.c
16106 ____________________________________________________________________________
16107 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
16108         Log: Update Changes.
16109      Branch: perl
16110            ! Changes patchlevel.h
16111 ____________________________________________________________________________
16112 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
16113         Log: Retract #10094.
16114      Branch: perl
16115            ! lib/Pod/Text.pm
16116 ____________________________________________________________________________
16117 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
16118         Log: Integrate change #10100 from maintperl.
16119              
16120              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16121              bug ID 20010514.027)
16122      Branch: perl
16123           !> mg.c pp_ctl.c
16124 ____________________________________________________________________________
16125 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
16126         Log: Document the deprecatedness of suidperl.
16127      Branch: perl
16128            ! INSTALL pod/perlfaq1.pod
16129 ____________________________________________________________________________
16130 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
16131         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
16132              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16133              Date: Mon, 14 May 2001 09:38:59 -0400
16134              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
16135      Branch: perl
16136            ! lib/ExtUtils/MM_Unix.pm
16137 ____________________________________________________________________________
16138 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
16139         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16140              bug ID 20010514.027)
16141              
16142              TODO: this needs a testsuite addition
16143      Branch: maint-5.6/perl
16144            ! mg.c pp_ctl.c
16145 ____________________________________________________________________________
16146 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
16147         Log: More DWIMminess for Class::Struct: calling the array or hash
16148              accessors only with one argument, an array or a hash reference,
16149              sets the underlying array or hash.  This mirrors nicely also
16150              the usage in the constructor.
16151              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
16152      Branch: perl
16153            ! lib/Class/Struct.pm t/lib/class-struct.t
16154 ____________________________________________________________________________
16155 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
16156         Log: Reference cmp'ing should go through the whole stringification
16157              process shebang, as pointed out by Sarathy in #10091.
16158      Branch: perl
16159            ! pp.c
16160 ____________________________________________________________________________
16161 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
16162         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
16163              From: Simon Cozens <simon@netthink.co.uk>
16164              Date: Sat, 12 May 2001 16:36:27 +0100
16165              Message-ID: <20010512163627.A5522@netthink.co.uk>
16166              
16167              with some additions salvaged from Todo and Todo-5.6 before
16168              retiring them.
16169      Branch: perl
16170            - Todo Todo-5.6
16171            ! MANIFEST pod/perltodo.pod
16172 ____________________________________________________________________________
16173 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
16174         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
16175              From: "Golubev I. N." <gin@mo.msk.ru>
16176              Date: Mon, 07 May 2001 14:33:34 (GMT)
16177              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
16178      Branch: perl
16179            ! perl.h
16180 ____________________________________________________________________________
16181 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
16182         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
16183              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16184              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
16185              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
16186      Branch: perl
16187            ! lib/ExtUtils/MM_Unix.pm
16188 ____________________________________________________________________________
16189 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
16190         Log: (Retracted by #10104.)
16191              
16192              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
16193              From: barries <barries@slaysys.com>
16194              Date: Sat, 12 May 2001 01:28:10 -0400
16195              Message-ID: <20010512012810.B26358@jester.slaysys.com>
16196      Branch: perl
16197            ! lib/Pod/Text.pm
16198 ____________________________________________________________________________
16199 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
16200         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
16201              From: Mike Guy <mjtg@cam.ac.uk>
16202              Date: Sat, 12 May 2001 19:24:33 +0100
16203              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
16204      Branch: perl
16205            ! lib/AutoSplit.pm
16206 ____________________________________________________________________________
16207 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
16208         Log: Yet another HP-UX hints tweak from Merijn.
16209      Branch: perl
16210            ! hints/hpux.sh
16211 ____________________________________________________________________________
16212 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
16213         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
16214              isn't defined (changes#9366,9368,9370 from mainline without the
16215              pp_scmp() change)
16216      Branch: maint-5.6/perl
16217            ! pp.c pp.h pp_hot.c
16218 ____________________________________________________________________________
16219 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
16220         Log: The sorting seems to happen now automatically.
16221      Branch: perl
16222            ! t/lib/glob-basic.t
16223 ____________________________________________________________________________
16224 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
16225         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16226              From: Benjamin Sugars <bsugars@canoe.ca>
16227              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
16228              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
16229      Branch: perl
16230            ! pod/perlfunc.pod
16231 ____________________________________________________________________________
16232 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
16233         Log: Subject: Re: undef(&foo) does not work for XS functions
16234              From: Doug MacEachern <dougm@covalent.net>
16235              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
16236              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
16237      Branch: perl
16238            ! op.c
16239 ____________________________________________________________________________
16240 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
16241         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
16242              From: Peter Prymmer <pvhp@forte.com>
16243              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
16244              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
16245      Branch: perl
16246            ! t/op/append.t
16247 ____________________________________________________________________________
16248 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
16249         Log: Update Changes.
16250      Branch: perl
16251            ! Changes patchlevel.h
16252 ____________________________________________________________________________
16253 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
16254         Log: Remove the 'asciir' re subpragma.  Should instead implement
16255              the 'physical vs logical' range scheme:
16256              
16257              \xAA-\xCC is a native physical range, you want that range of
16258              codepoints in your native encoding.  In EBCDIC the codepoints
16259              in the gaps (between i-j and r-s) should be included.
16260              
16261              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
16262              codepoints in Unicode.
16263              
16264              a-z is a logical range, you want that range of 'logical' codepoints
16265              in your native encoding.  In EBCDIC the codepoints in the gaps
16266              (between i-j and r-s) should not be included.
16267              
16268              Mixed cases (a-\xAA, etc) should either be errors, or maybe
16269              the 'logical' endpoints should be converted to native/Unicode
16270              codepoints, and the range handled as a physical range.
16271              
16272              'Logical endpoints' are to be recognized only in the A-Z, a-z,
16273              and 0-9 ranges.  Probably a warning should be given for mixed
16274              cases like A-z or a-9 (since such expressions are encoding
16275              dependent), with a recommendation to use physical ranges.
16276      Branch: perl
16277            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
16278            ! t/op/regexp.t
16279 ____________________________________________________________________________
16280 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
16281         Log: Make the test to cleanup the test directory tree
16282              both before and after the testing so that we always
16283              have a clean slate to work with.
16284      Branch: perl
16285            ! t/lib/filefind.t
16286 ____________________________________________________________________________
16287 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
16288         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16289              From: Jon Eveland <jweveland@yahoo.com>
16290              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
16291              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
16292      Branch: perl
16293            ! pod/perlfunc.pod
16294 ____________________________________________________________________________
16295 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
16296         Log: Merge the camel-III/vstring.t with op/ver.t.
16297      Branch: perl
16298            - t/camel-III/vstring.t
16299            ! MANIFEST t/TEST t/harness t/op/ver.t
16300 ____________________________________________________________________________
16301 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
16302         Log: Add test.deparse make target.
16303      Branch: perl
16304            ! Makefile.SH
16305 ____________________________________________________________________________
16306 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
16307         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
16308              From: Robin Houston <robin@kitsite.com>
16309              Date: Fri, 11 May 2001 12:02:22 +0100
16310              Message-ID: <20010511120222.A11529@penderel>
16311      Branch: perl
16312            ! ext/B/B/Deparse.pm t/op/method.t
16313 ____________________________________________________________________________
16314 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
16315         Log: A nicely working combination for UTS from Hal Morris.
16316      Branch: perl
16317            + ext/POSIX/hints/uts.pl
16318            ! MANIFEST hints/uts.sh
16319 ____________________________________________________________________________
16320 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
16321         Log: i_ieeefp=undef for UTS.
16322      Branch: perl
16323            ! hints/uts.sh
16324 ____________________________________________________________________________
16325 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
16326         Log: Subject: RE: rand(0) is rand(1)
16327              From: Larry Shatzer <lshatzer@islanddata.com>
16328              Date: Thu, 10 May 2001 11:09:27 -0700
16329              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
16330      Branch: perl
16331            ! pod/perlfunc.pod
16332 ____________________________________________________________________________
16333 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
16334         Log: Subject: [patch] make op_{clear,null} public
16335              From: Doug MacEachern <dougm@covalent.net>
16336              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
16337              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
16338      Branch: perl
16339            ! embed.h embed.pl op.c proto.h
16340 ____________________________________________________________________________
16341 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
16342         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
16343              From: Robin Houston <robin@kitsite.com>
16344              Date: Thu, 10 May 2001 18:54:59 +0100
16345              Message-ID: <20010510185459.A5995@penderel>
16346      Branch: perl
16347            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
16348 ____________________________________________________________________________
16349 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
16350         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
16351              From: Robin Houston <robin@kitsite.com>
16352              Date: Thu, 10 May 2001 12:56:39 +0100
16353              Message-ID: <20010510125639.A2119@penderel>
16354      Branch: perl
16355            ! ext/B/B/Deparse.pm
16356 ____________________________________________________________________________
16357 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
16358         Log: Retract #10070, not ready yet.
16359      Branch: perl
16360            ! ext/B/B/Deparse.pm
16361 ____________________________________________________________________________
16362 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
16363         Log: The metaconfig unit change for #10071.
16364      Branch: metaconfig
16365            ! U/modified/mallocsrc.U
16366 ____________________________________________________________________________
16367 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
16368         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
16369      Branch: perl
16370            ! Configure
16371 ____________________________________________________________________________
16372 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
16373         Log: (Retracted by #10073)
16374              
16375              Subject: Re: [PATCH t/TEST] B::Deparse tester 
16376              From: Hugo <hv@crypt.compulink.co.uk>
16377              Date: Thu, 10 May 2001 05:48:09 +0100
16378              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
16379      Branch: perl
16380            ! ext/B/B/Deparse.pm
16381 ____________________________________________________________________________
16382 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
16383         Log: Add a for(func()) test.
16384      Branch: perl
16385            ! t/cmd/for.t
16386 ____________________________________________________________________________
16387 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
16388         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
16389              From: Robin Houston <robin@kitsite.com>
16390              Date: Thu, 10 May 2001 13:50:08 +0100
16391              Message-ID: <20010510135008.A2454@penderel>
16392      Branch: perl
16393            ! ext/B/B/Deparse.pm
16394 ____________________________________________________________________________
16395 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
16396         Log: A thinko in #10065.
16397      Branch: perl
16398            ! hv.c
16399 ____________________________________________________________________________
16400 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
16401         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
16402              From: Robin Houston <robin@kitsite.com>
16403              Date: Thu, 10 May 2001 02:10:34 +0100
16404              Message-ID: <20010510021034.A19421@penderel>
16405      Branch: perl
16406            ! ext/B/B.xs ext/B/B/Deparse.pm
16407 ____________________________________________________________________________
16408 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
16409         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
16410              From: Doug MacEachern <dougm@covalent.net>
16411              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
16412              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
16413      Branch: perl
16414            ! hv.c
16415 ____________________________________________________________________________
16416 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
16417         Log: One more workaround for the UTS compiler from Hal Morris.
16418      Branch: perl
16419            ! perl.h
16420 ____________________________________________________________________________
16421 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
16422         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
16423              From: Robin Houston <robin@kitsite.com>
16424              Date: Thu, 10 May 2001 01:02:08 +0100
16425              Message-ID: <20010510010208.A18200@penderel>
16426      Branch: perl
16427            ! ext/B/B/Debug.pm
16428 ____________________________________________________________________________
16429 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
16430         Log: Subject: [PATCH] Simplify deb_curcv() a bit
16431              From: Benjamin Sugars <bsugars@canoe.ca>
16432              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
16433              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
16434      Branch: perl
16435            ! run.c
16436 ____________________________________________________________________________
16437 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
16438         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
16439              From: Benjamin Sugars <bsugars@canoe.ca>
16440              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
16441              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
16442      Branch: perl
16443            ! t/lib/io_scalar.t
16444 ____________________________________________________________________________
16445 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
16446         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
16447              From: Peter Prymmer <pvhp@forte.com>
16448              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
16449              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
16450      Branch: perl
16451            ! t/lib/md5-file.t
16452 ____________________________________________________________________________
16453 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
16454         Log: Subject: [PATCH t/TEST] B::Deparse tester
16455              From: Robin Houston <robin@kitsite.com>
16456              Date: Wed, 9 May 2001 19:17:50 +0100
16457              Message-ID: <20010509191750.A16940@penderel>
16458      Branch: perl
16459            ! ext/B/O.pm t/TEST
16460 ____________________________________________________________________________
16461 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
16462         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
16463              From: Jeff Pinyan <jeffp@crusoe.net>
16464              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
16465              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
16466      Branch: perl
16467            ! lib/Pod/Html.pm
16468 ____________________________________________________________________________
16469 [ 10057] By: nick                                  on 2001/05/09  18:37:56
16470         Log: Integrate mainline.
16471      Branch: perlio
16472           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
16473           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
16474 ____________________________________________________________________________
16475 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
16476         Log: Update Changes.
16477      Branch: perl
16478            ! Changes patchlevel.h
16479 ____________________________________________________________________________
16480 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
16481         Log: Integrate perlio.
16482      Branch: perl
16483           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16484 ____________________________________________________________________________
16485 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
16486         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
16487              From: Benjamin Sugars <bsugars@canoe.ca>
16488              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
16489              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
16490      Branch: perl
16491            ! perlio.c
16492 ____________________________________________________________________________
16493 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
16494         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
16495              From: Benjamin Sugars <bsugars@canoe.ca>
16496              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
16497              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
16498      Branch: perl
16499            ! ext/PerlIO/Scalar/Scalar.xs
16500 ____________________________________________________________________________
16501 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
16502         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
16503              From: Jeff Pinyan <jeffp@crusoe.net>
16504              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
16505              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
16506      Branch: perl
16507            ! lib/Pod/Html.pm
16508 ____________________________________________________________________________
16509 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
16510         Log: EPOC tweak from Olaf Flebbe.
16511      Branch: perl
16512            ! epoc/epocish.h
16513 ____________________________________________________________________________
16514 [ 10050] By: nick                                  on 2001/05/09  14:37:57
16515         Log: win32, regen_config_h
16516      Branch: perlio
16517            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16518 ____________________________________________________________________________
16519 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
16520         Log: Integrate perlio.
16521      Branch: perl
16522           !> pp_sys.c
16523 ____________________________________________________________________________
16524 [ 10048] By: nick                                  on 2001/05/09  11:59:50
16525         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
16526              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
16527      Branch: perlio
16528            ! pp_sys.c
16529 ____________________________________________________________________________
16530 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
16531         Log: Integrate perlio.
16532      Branch: perl
16533           !> run.c
16534 ____________________________________________________________________________
16535 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
16536         Log: Subject: Re: Less warnings during configure
16537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16538              Date: Wed, 09 May 2001 13:12:49 +0200
16539              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
16540      Branch: perl
16541            ! hints/hpux.sh
16542 ____________________________________________________________________________
16543 [ 10045] By: nick                                  on 2001/05/09  09:56:59
16544         Log: MULTIPLICITY/DEBUGGING build fix.
16545      Branch: perlio
16546            ! run.c
16547 ____________________________________________________________________________
16548 [ 10044] By: nick                                  on 2001/05/09  09:46:37
16549         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
16550      Branch: perlio
16551           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
16552            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16553           !> (integrate 65 files)
16554 ____________________________________________________________________________
16555 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
16556         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16557              From: Robin Houston <robin@kitsite.com>
16558              Date: Tue, 8 May 2001 19:38:00 +0100
16559              Message-ID: <20010508193800.A4389@penderel>
16560              
16561              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16562              From: Robin Houston <robin@kitsite.com>
16563              Date: Tue, 8 May 2001 20:03:57 +0100
16564              Message-ID: <20010508200357.A4614@penderel>
16565              
16566              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16567              From: Robin Houston <robin@kitsite.com>
16568              Date: Wed, 9 May 2001 00:12:05 +0100
16569              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
16570      Branch: perl
16571            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
16572 ____________________________________________________________________________
16573 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
16574         Log: Retract #10031.
16575      Branch: perl
16576            ! pod/perlfunc.pod
16577 ____________________________________________________________________________
16578 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
16579         Log: The metaconfig unit changes for #10040.
16580      Branch: metaconfig/U/perl
16581            ! Checkcc.U d_dlsymun.U dlsrc.U
16582 ____________________________________________________________________________
16583 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
16584         Log: The Configure half of
16585              
16586              Subject: Less warnings during configure
16587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16588              Date: Tue, 08 May 2001 08:44:02 +0200
16589              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16590      Branch: perl
16591            ! Configure
16592 ____________________________________________________________________________
16593 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
16594         Log: Subject: Less warnings during configure
16595              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16596              Date: Tue, 08 May 2001 08:44:02 +0200
16597              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16598      Branch: perl
16599            ! hints/hpux.sh
16600 ____________________________________________________________________________
16601 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
16602         Log: Don't forget to whine about \d__\d.
16603      Branch: perl
16604            ! t/pragma/warn/toke toke.c
16605 ____________________________________________________________________________
16606 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
16607         Log: Allow underscores also in the exponent part.
16608      Branch: perl
16609            ! t/pragma/warn/toke toke.c
16610 ____________________________________________________________________________
16611 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
16612         Log: CodeMagicCD doesn't look like an *I*DE.
16613      Branch: perl
16614            ! pod/perlfaq3.pod
16615 ____________________________________________________________________________
16616 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
16617         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
16618              to be consistently down).
16619      Branch: perl
16620            ! pod/perlfaq3.pod
16621 ____________________________________________________________________________
16622 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
16623         Log: Upgrade to Text::Balanced 1.84.
16624      Branch: perl
16625            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
16626 ____________________________________________________________________________
16627 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
16628         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
16629              From: Benjamin Sugars <bsugars@canoe.ca>
16630              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
16631              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
16632      Branch: perl
16633            ! run.c
16634 ____________________________________________________________________________
16635 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
16636         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
16637              From: Peter Prymmer <pvhp@forte.com>
16638              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
16639              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
16640      Branch: perl
16641            ! t/pod/plainer.t
16642 ____________________________________________________________________________
16643 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
16644         Log: (Retracted by #10042)
16645              
16646              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
16647              From: "Philip Newton" <pnewton@gmx.de>
16648              Date: Tue, 8 May 2001 09:18:10 +0200
16649              Message-ID: <3AF7B9D2.28861.603732@localhost>
16650      Branch: perl
16651            ! pod/perlfunc.pod
16652 ____________________________________________________________________________
16653 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
16654         Log: Subject: [PATCH B::Deparse] Document known bugs
16655              From: Robin Houston <robin@kitsite.com>
16656              Date: Tue, 8 May 2001 01:53:34 +0100
16657              Message-ID: <20010508015334.A32394@penderel>
16658      Branch: perl
16659            ! ext/B/B/Deparse.pm
16660 ____________________________________________________________________________
16661 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
16662         Log: Subject: Re: Perl book, magazine and website updates.
16663              From: "Philip Newton" <pnewton@gmx.de>
16664              Date: Mon, 7 May 2001 17:03:58 +0200
16665              Message-ID: <3AF6D57E.5387.1E29930@localhost>
16666      Branch: perl
16667            ! pod/perlfaq2.pod
16668 ____________________________________________________________________________
16669 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
16670         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
16671              From: Peter Prymmer <pvhp@forte.com>
16672              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
16673              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
16674      Branch: perl
16675            ! t/io/fflush.t
16676 ____________________________________________________________________________
16677 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
16678         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
16679              From: Robin Houston <robin@kitsite.com>
16680              Date: Tue, 8 May 2001 01:14:55 +0100
16681              Message-ID: <20010508011455.A32162@penderel>
16682      Branch: perl
16683            ! ext/B/B/Deparse.pm
16684 ____________________________________________________________________________
16685 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
16686         Log: Typo in #10025.
16687      Branch: perl
16688            ! hints/uts.sh
16689 ____________________________________________________________________________
16690 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
16691         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
16692      Branch: perl
16693            ! hints/uts.sh
16694 ____________________________________________________________________________
16695 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
16696         Log: Subject: Re: [ID 20010506.045] question about hash syntax
16697              From: Peter Scott <Peter@PSDT.com>
16698              Date: Sun, 06 May 2001 13:10:40 -0700
16699              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
16700      Branch: perl
16701            ! pod/perl56delta.pod
16702 ____________________________________________________________________________
16703 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
16704         Log: Configure should figure out the list of dynamic extensions
16705              just fine in UTS-- and in fact it does, as reported by Hal Morris.
16706      Branch: perl
16707            ! hints/uts.sh
16708 ____________________________________________________________________________
16709 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
16710         Log: Update Changes.
16711      Branch: perl
16712            ! Changes patchlevel.h
16713 ____________________________________________________________________________
16714 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
16715         Log: Subject: [PATCH regcomp.c] Insecure regexes
16716              From: Robin Houston <robin@kitsite.com>
16717              Date: Mon, 7 May 2001 21:56:12 +0100
16718              Message-ID: <20010507215612.A31114@penderel>
16719      Branch: perl
16720            ! regcomp.c
16721 ____________________________________________________________________________
16722 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
16723         Log: Drop the foobar.perl.com references for now until Simon
16724              gets them sorted out.
16725      Branch: perl
16726            ! pod/perlfaq2.pod
16727 ____________________________________________________________________________
16728 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
16729         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
16730              From: Prymmer/Kahn <pvhp@best.com>
16731              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
16732              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
16733      Branch: perl
16734            ! lib/Devel/SelfStubber.pm
16735 ____________________________________________________________________________
16736 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
16737         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
16738              From: Prymmer/Kahn <pvhp@best.com>
16739              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
16740              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
16741      Branch: perl
16742            ! win32/Makefile
16743 ____________________________________________________________________________
16744 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
16745         Log: s/WebTechnique's/WebTechniques/
16746      Branch: perl
16747            ! pod/perlfaq2.pod
16748 ____________________________________________________________________________
16749 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
16750         Log: Llama 3 updates from Randal.
16751      Branch: perl
16752            ! pod/perlfaq2.pod
16753 ____________________________________________________________________________
16754 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
16755         Log: Subject: [PATCH] Help -Dt show correct pad variables
16756              From: Benjamin Sugars <ben.sugars@home.com>
16757              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
16758              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
16759      Branch: perl
16760            ! embed.h embed.pl proto.h run.c
16761 ____________________________________________________________________________
16762 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
16763         Log: Subject: [PATCH] Document C<our $foo : shared>
16764              From: Benjamin Sugars <ben.sugars@home.com>
16765              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
16766              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
16767      Branch: perl
16768            ! pod/perlfunc.pod
16769 ____________________________________________________________________________
16770 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
16771         Log: Subject: [PATCH B::Deparse] undefined folded constants
16772              From: Robin Houston <robin@kitsite.com>
16773              Date: Sun, 6 May 2001 17:19:09 +0100
16774              Message-ID: <20010506171909.A7046@penderel>
16775      Branch: perl
16776            ! ext/B/B/Deparse.pm
16777 ____________________________________________________________________________
16778 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
16779         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
16780              From: Robin Houston <robin@kitsite.com>
16781              Message-ID: <20010506164654.A6848@penderel>
16782              Date: Sun, 6 May 2001 16:46:54 +0100
16783      Branch: perl
16784            ! ext/B/B/Deparse.pm
16785 ____________________________________________________________________________
16786 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
16787         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
16788              From: Robin Houston <robin@kitsite.com>
16789              Date: Sun, 6 May 2001 14:47:02 +0100
16790              Message-ID: <20010506144702.A6308@penderel>
16791      Branch: perl
16792            ! t/op/my_stash.t
16793 ____________________________________________________________________________
16794 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
16795         Log: Subject: Perl book, magazine and website updates.
16796              From: Simon Cozens <simon@netthink.co.uk>
16797              Date: Sun, 6 May 2001 16:55:36 +0100
16798              Message-ID: <20010506165536.A1795@netthink.co.uk>
16799      Branch: perl
16800            ! pod/perlbook.pod pod/perlfaq2.pod
16801 ____________________________________________________________________________
16802 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
16803         Log: Tweaks on the Tru64 prof options.
16804      Branch: perl
16805            ! pod/perlhack.pod
16806 ____________________________________________________________________________
16807 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
16808         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
16809              From: Robin Houston <robin@kitsite.com>
16810              Date: Sun, 6 May 2001 14:40:51 +0100
16811              Message-ID: <20010506144051.A6279@penderel>
16812      Branch: perl
16813            ! t/pod/testp2pt.pl
16814 ____________________________________________________________________________
16815 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
16816         Log: Subject: [PATCH B::Deparse] scoping
16817              From: Robin Houston <robin@kitsite.com>
16818              Date: Sun, 6 May 2001 14:36:56 +0100
16819              Message-ID: <20010506143656.A4006@penderel>
16820      Branch: perl
16821            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
16822 ____________________________________________________________________________
16823 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
16824         Log: Document the undefinedness of bitshifting out of range.
16825      Branch: perl
16826            ! pod/perlop.pod
16827 ____________________________________________________________________________
16828 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
16829         Log: Retract #10003 and update the IDE descriptions a bit.
16830      Branch: perl
16831            ! pod/perlfaq3.pod
16832 ____________________________________________________________________________
16833 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
16834         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
16835              From: Prymmer/Kahn <pvhp@best.com>
16836              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
16837              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
16838      Branch: perl
16839            ! win32/Makefile win32/buildext.pl win32/config.bc
16840            ! win32/config.gc win32/config.vc
16841 ____________________________________________________________________________
16842 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
16843         Log: (Retracted by #10005.)
16844      Branch: perl
16845            ! pod/perlfaq3.pod
16846 ____________________________________________________________________________
16847 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
16848         Log: It's "psed", not "sed".
16849      Branch: perl
16850            ! x2p/s2p.PL
16851 ____________________________________________________________________________
16852 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
16853         Log: Update Changes.
16854      Branch: perl
16855            ! Changes patchlevel.h
16856 ____________________________________________________________________________
16857 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
16858         Log: Subject: Re: bleadperl make install fails due to "psed"
16859              From: andreas.koenig@anima.de (Andreas J. Koenig)
16860              Date: 05 May 2001 18:23:28 +0200
16861              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
16862      Branch: perl
16863            ! x2p/Makefile.SH x2p/s2p.PL
16864 ____________________________________________________________________________
16865 [  9999] By: jhi                                   on 2001/05/05  18:28:09
16866         Log: AUTHORS updates.
16867      Branch: perl
16868            ! AUTHORS
16869 ____________________________________________________________________________
16870 [  9998] By: jhi                                   on 2001/05/05  18:16:00
16871         Log: Updates on the pods related to the modules included since 5.6.
16872              
16873              TODO: perltodo really could use major updating.
16874      Branch: perl
16875            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
16876            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
16877            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
16878            ! pod/perlsyn.pod pod/perltodo.pod
16879 ____________________________________________________________________________
16880 [  9997] By: jhi                                   on 2001/05/05  17:35:17
16881         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
16882              from Kurt Skauen.
16883      Branch: perl
16884            + hints/atheos.sh
16885            ! MANIFEST
16886 ____________________________________________________________________________
16887 [  9996] By: jhi                                   on 2001/05/05  17:25:00
16888         Log: Add preemptive #undefs for some of the shorter and more prone
16889              to collision regcomp.h #defines.  (Background: the MASK collided
16890              with a system header #define in Rhapsody.)
16891      Branch: perl
16892            ! regcomp.h
16893 ____________________________________________________________________________
16894 [  9995] By: jhi                                   on 2001/05/05  13:24:21
16895         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
16896              From: Nicholas Clark <nick@ccl4.org>
16897              Date: Sat, 5 May 2001 14:46:39 +0100
16898              Message-ID: <20010505144639.O53513@plum.flirble.org>
16899              
16900              Add a test for the constants (if any) being processed correctly.
16901      Branch: perl
16902            ! utils/h2xs.PL
16903 ____________________________________________________________________________
16904 [  9994] By: jhi                                   on 2001/05/05  02:11:03
16905         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
16906              From: Peter Prymmer <pvhp@forte.com>
16907              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
16908              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
16909      Branch: perl
16910            ! t/lib/b-stash.t
16911 ____________________________________________________________________________
16912 [  9993] By: jhi                                   on 2001/05/05  02:03:49
16913         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
16914              From: Peter Prymmer <pvhp@forte.com>
16915              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
16916              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
16917      Branch: perl
16918            ! perlio.c vms/vmsish.h
16919 ____________________________________________________________________________
16920 [  9992] By: jhi                                   on 2001/05/04  17:21:12
16921         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
16922              From: Robin Barker <rmb1@cise.npl.co.uk>
16923              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
16924              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
16925      Branch: perl
16926            + t/pod/plainer.t
16927            ! MANIFEST
16928 ____________________________________________________________________________
16929 [  9991] By: jhi                                   on 2001/05/04  16:47:45
16930         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
16931              From: Robin Barker <rmb1@cise.npl.co.uk>
16932              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
16933              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
16934      Branch: perl
16935            ! regcomp.c
16936 ____________________________________________________________________________
16937 [  9990] By: jhi                                   on 2001/05/04  14:37:20
16938         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
16939              From: Prymmer/Kahn <pvhp@best.com>
16940              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
16941              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
16942      Branch: perl
16943            ! t/lib/b-stash.t
16944 ____________________________________________________________________________
16945 [  9989] By: jhi                                   on 2001/05/04  14:03:58
16946         Log: Introduce perl572delta, update Todo, add the missing
16947              mention about signal safety since 5.7.1 (though this
16948              requires verification and more details.)
16949      Branch: perl
16950            + pod/perl572delta.pod
16951            ! MANIFEST Todo pod/perl571delta.pod
16952 ____________________________________________________________________________
16953 [  9988] By: jhi                                   on 2001/05/04  12:41:51
16954         Log: Subject: [PATCH perl@9944] long =item
16955              From: Robin Barker <rmb1@cise.npl.co.uk>
16956              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
16957              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
16958      Branch: perl
16959            ! ext/Time/HiRes/HiRes.pm
16960 ____________________________________________________________________________
16961 [  9987] By: jhi                                   on 2001/05/04  12:39:19
16962         Log: The #9901 had removed one line essential for EBCDIC.
16963      Branch: perl
16964            ! regcomp.c
16965 ____________________________________________________________________________
16966 [  9986] By: jhi                                   on 2001/05/04  12:30:23
16967         Log: Subject: cygwin/Makefile.SHs INSTALL patch
16968              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
16969              Date: Mon, 08 Jan 2001 04:59:21 +0200
16970              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
16971      Branch: perl
16972            ! cygwin/Makefile.SHs
16973 ____________________________________________________________________________
16974 [  9985] By: jhi                                   on 2001/05/04  03:51:39
16975         Log: Encode/IO doc tweaks.
16976      Branch: perl
16977            ! ext/Encode/Encode.pm
16978 ____________________________________________________________________________
16979 [  9984] By: jhi                                   on 2001/05/04  03:29:34
16980         Log: Remove GDBM_File from the dynamic extensions for UTS,
16981              GDBM is not a standard feature.
16982      Branch: perl
16983            ! hints/uts.sh
16984 ____________________________________________________________________________
16985 [  9983] By: jhi                                   on 2001/05/04  03:22:59
16986         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
16987      Branch: perl
16988            ! pod/perlretut.pod
16989 ____________________________________________________________________________
16990 [  9982] By: jhi                                   on 2001/05/03  23:21:03
16991         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
16992              From: Benjamin Sugars <bsugars@canoe.ca>
16993              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
16994              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
16995      Branch: perl
16996            ! dump.c
16997 ____________________________________________________________________________
16998 [  9981] By: jhi                                   on 2001/05/03  23:20:05
16999         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
17000              From: Benjamin Sugars <bsugars@canoe.ca>
17001              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
17002              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
17003      Branch: perl
17004            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17005 ____________________________________________________________________________
17006 [  9980] By: jhi                                   on 2001/05/03  23:15:29
17007         Log: Integrate perlio.
17008      Branch: perl
17009           !> ext/Encode/Encode.pm
17010 ____________________________________________________________________________
17011 [  9979] By: jhi                                   on 2001/05/03  16:54:59
17012         Log: Install psed man page.
17013      Branch: perl
17014            ! installman
17015 ____________________________________________________________________________
17016 [  9978] By: jhi                                   on 2001/05/03  16:45:58
17017         Log: Remove unused files; noted by Sarathy.
17018      Branch: perl
17019            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17020            ! MANIFEST
17021 ____________________________________________________________________________
17022 [  9977] By: jhi                                   on 2001/05/03  16:42:30
17023         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
17024              From: Andy Dougherty <doughera@lafayette.edu>
17025              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
17026              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
17027      Branch: perl
17028            ! INSTALL
17029 ____________________________________________________________________________
17030 [  9976] By: nick                                  on 2001/05/03  16:40:42
17031         Log: Allow $answer = encode($object,$text); like it says in docs.
17032      Branch: perlio
17033            ! ext/Encode/Encode.pm
17034 ____________________________________________________________________________
17035 [  9975] By: nick                                  on 2001/05/03  16:22:30
17036         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
17037              to be in scope (fair enough), and also a package variable (our) for eval to see it.
17038      Branch: perlio
17039            ! ext/Encode/Encode.pm
17040 ____________________________________________________________________________
17041 [  9974] By: nick                                  on 2001/05/03  15:48:17
17042         Log: Integrate mainline.
17043      Branch: perlio
17044           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
17045           +> t/lib/filter-simple.t t/lib/next.t
17046           !> (integrate 70 files)
17047 ____________________________________________________________________________
17048 [  9973] By: jhi                                   on 2001/05/03  13:09:09
17049         Log: Update Changes.
17050      Branch: perl
17051            ! Changes patchlevel.h
17052 ____________________________________________________________________________
17053 [  9972] By: jhi                                   on 2001/05/03  12:58:33
17054         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
17055              From: Prymmer/Kahn <pvhp@best.com>
17056              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
17057              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
17058      Branch: perl
17059            ! t/io/fflush.t
17060 ____________________________________________________________________________
17061 [  9971] By: jhi                                   on 2001/05/03  12:57:26
17062         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
17063              From: Prymmer/Kahn <pvhp@best.com>
17064              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
17065              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
17066      Branch: perl
17067            ! win32/FindExt.pm
17068 ____________________________________________________________________________
17069 [  9970] By: jhi                                   on 2001/05/03  02:42:46
17070         Log: Can't croak sans thread context, from Doug MacEachern.
17071      Branch: perl
17072            ! toke.c
17073 ____________________________________________________________________________
17074 [  9969] By: jhi                                   on 2001/05/03  01:23:48
17075         Log: Subject: Random input test and Perl
17076              From: Ilya Zakharevich <ilya@math.berkeley.edu>
17077              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
17078              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
17079      Branch: perl
17080            ! toke.c
17081 ____________________________________________________________________________
17082 [  9968] By: jhi                                   on 2001/05/02  22:17:21
17083         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
17084              From: Peter Prymmer <pvhp@forte.com>
17085              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
17086              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
17087      Branch: perl
17088            ! pod/perlfunc.pod pod/perlport.pod
17089 ____________________________________________________________________________
17090 [  9967] By: jhi                                   on 2001/05/02  20:12:45
17091         Log: Workaround for UTS compiler casting bug from Hal Morris.
17092      Branch: perl
17093            ! perl.h
17094 ____________________________________________________________________________
17095 [  9966] By: jhi                                   on 2001/05/02  18:31:37
17096         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
17097              From: Dan Sugalski <dan@sidhe.org>
17098              Date: Wed, 02 May 2001 15:23:22 -0400
17099              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
17100      Branch: perl
17101            ! perl.c vms/vms.c
17102 ____________________________________________________________________________
17103 [  9965] By: jhi                                   on 2001/05/02  18:21:29
17104         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
17105      Branch: perl
17106            ! pod/perlfunc.pod
17107 ____________________________________________________________________________
17108 [  9964] By: jhi                                   on 2001/05/02  18:15:01
17109         Log: Document large files in INSTALL, document also the %x
17110              limitation if not use64bitint, closes bug 20010326.007.
17111      Branch: perl
17112            ! INSTALL
17113 ____________________________________________________________________________
17114 [  9963] By: jhi                                   on 2001/05/02  17:24:47
17115         Log: perlmodlib tweaks; regen pods.
17116      Branch: perl
17117            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
17118            ! pod/perltoc.pod
17119 ____________________________________________________________________________
17120 [  9962] By: jhi                                   on 2001/05/02  17:14:00
17121         Log: Fix for a segfault, from Marc Lehmann.
17122      Branch: perl
17123            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
17124 ____________________________________________________________________________
17125 [  9961] By: jhi                                   on 2001/05/02  15:55:53
17126         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
17127              From: "Philip Newton" <pnewton@gmx.de>
17128              Date: Wed, 2 May 2001 18:39:03 +0200
17129              Message-ID: <3AF05447.15525.173B588@localhost>
17130      Branch: perl
17131            ! pod/perlop.pod
17132 ____________________________________________________________________________
17133 [  9960] By: jhi                                   on 2001/05/02  15:35:37
17134         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
17135              From: Dan Sugalski <dan@sidhe.org>
17136              Date: Wed, 02 May 2001 11:37:27 -0400
17137              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
17138      Branch: perl
17139            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
17140            ! thread.h vms/vms.c vms/vmsish.h
17141 ____________________________________________________________________________
17142 [  9959] By: jhi                                   on 2001/05/02  15:21:08
17143         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
17144              From: Benjamin Sugars <bsugars@canoe.ca>
17145              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
17146              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
17147      Branch: perl
17148            ! ext/PerlIO/Scalar/Scalar.xs
17149 ____________________________________________________________________________
17150 [  9958] By: jhi                                   on 2001/05/02  15:15:53
17151         Log: Bug in #9915, spotted by Mike Guy.
17152      Branch: perl
17153            ! installperl
17154 ____________________________________________________________________________
17155 [  9957] By: jhi                                   on 2001/05/02  13:26:01
17156         Log: Add a test for not griping about references as array
17157              indices if the reference has magic in it (overloaded
17158              methods).
17159      Branch: perl
17160            ! pod/perldiag.pod t/pragma/warn/pp_hot
17161 ____________________________________________________________________________
17162 [  9956] By: jhi                                   on 2001/05/02  13:07:01
17163         Log: Retracted a bit too much in #9952.
17164      Branch: perl
17165            ! t/pragma/sub_lval.t
17166 ____________________________________________________________________________
17167 [  9955] By: jhi                                   on 2001/05/02  13:05:38
17168         Log: Test for #9952.
17169      Branch: perl
17170            ! t/op/tie.t
17171 ____________________________________________________________________________
17172 [  9954] By: jhi                                   on 2001/05/02  11:48:18
17173         Log: Additional note on the encoding example: one cannot
17174              convert string constants in-place.
17175      Branch: perl
17176            ! ext/Encode/Encode.pm
17177 ____________________________________________________________________________
17178 [  9953] By: jhi                                   on 2001/05/02  11:43:51
17179         Log: Note that if you have recent enough Perl you already
17180              have Filter::Util::Call.
17181      Branch: perl
17182            ! lib/Filter/Simple.pm
17183 ____________________________________________________________________________
17184 [  9952] By: jhi                                   on 2001/05/02  11:31:53
17185         Log: Retract changes #8254 and #8255, causes coredump in
17186              'tie FH, "main"', reported by Abigail, culprit found by
17187              Benjamin Sugars.  Mirrors maintperl change #9950.
17188      Branch: perl
17189            ! op.c t/pragma/sub_lval.t
17190 ____________________________________________________________________________
17191 [  9951] By: jhi                                   on 2001/05/02  11:14:29
17192         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
17193      Branch: perl
17194            + t/lib/MyFilter.pm
17195 ____________________________________________________________________________
17196 [  9950] By: gsar                                  on 2001/05/02  03:17:11
17197         Log: revert integration of changes#8254,8255 in change#8620 (causes
17198              a coredump in C<tie FH, 'foo'>; the idea itself may need better
17199              rationalization)
17200      Branch: maint-5.6/perl
17201            ! op.c t/pragma/sub_lval.t
17202 ____________________________________________________________________________
17203 [  9949] By: gsar                                  on 2001/05/02  02:56:32
17204         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
17205              
17206              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17207              
17208              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17209      Branch: maint-5.6/perl
17210           !> hints/svr5.sh
17211 ____________________________________________________________________________
17212 [  9948] By: gsar                                  on 2001/05/02  02:49:15
17213         Log: pod/find.t breaks on VMS (from Craig Berry)
17214      Branch: maint-5.6/perl
17215            ! t/pod/find.t
17216 ____________________________________________________________________________
17217 [  9947] By: jhi                                   on 2001/05/02  02:43:09
17218         Log: Add an encoding conversion example.
17219      Branch: perl
17220            ! ext/Encode/Encode.pm
17221 ____________________________________________________________________________
17222 [  9946] By: jhi                                   on 2001/05/02  01:34:22
17223         Log: Another coat of paint but still nowhere finished.
17224              Need to decide on the semantics of strptime(): should
17225              strptime() be a function instead of a method?  To do
17226              the week/monthname-strptiming the i18n/l10n bullet needs
17227              to be bitten with gusto.
17228      Branch: perl
17229            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17230 ____________________________________________________________________________
17231 [  9945] By: jhi                                   on 2001/05/01  23:40:52
17232         Log: Update Changes.
17233      Branch: perl
17234            ! Changes patchlevel.h
17235 ____________________________________________________________________________
17236 [  9944] By: jhi                                   on 2001/05/01  23:33:37
17237         Log: Add known-to-be-tested modules to the list-to-be-skipped.
17238      Branch: perl
17239            ! t/lib/1_compile.t
17240 ____________________________________________________________________________
17241 [  9943] By: jhi                                   on 2001/05/01  23:24:40
17242         Log: Subject: BorlandC++ fix
17243              From: "Vadim Konovalov" <watman@inbox.ru>
17244              Date: Mon, 30 Apr 2001 20:12:26 -0700
17245              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
17246      Branch: perl
17247            ! win32/makefile.mk
17248 ____________________________________________________________________________
17249 [  9942] By: jhi                                   on 2001/05/01  23:18:02
17250         Log: Update to Filter::Simple 0.60, create a test for it.
17251      Branch: perl
17252            + t/lib/filter-simple.t
17253            ! MANIFEST lib/Filter/Simple.pm
17254 ____________________________________________________________________________
17255 [  9941] By: jhi                                   on 2001/05/01  19:47:24
17256         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
17257              From: Hugo <hv@crypt.compulink.co.uk>
17258              Date: Tue, 01 May 2001 20:12:20 +0100
17259              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
17260      Branch: perl
17261            ! pp_hot.c t/op/re_tests
17262 ____________________________________________________________________________
17263 [  9940] By: jhi                                   on 2001/05/01  19:42:16
17264         Log: Integrate perlio.
17265      Branch: perl
17266           !> lib/base.pm t/lib/fields.t
17267 ____________________________________________________________________________
17268 [  9939] By: jhi                                   on 2001/05/01  19:39:51
17269         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
17270              From: Benjamin Sugars <bsugars@canoe.ca>
17271              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
17272              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
17273      Branch: perl
17274            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17275 ____________________________________________________________________________
17276 [  9938] By: jhi                                   on 2001/05/01  19:34:09
17277         Log: Add NEXT, a pseudo-class for method redispatching.
17278              <Damian>NEXT.pm probably offers more bang-for-buck
17279              than anything else I've ever written.</Damian>
17280      Branch: perl
17281            + lib/NEXT.pm t/lib/next.t
17282            ! MANIFEST
17283 ____________________________________________________________________________
17284 [  9937] By: jhi                                   on 2001/05/01  19:21:41
17285         Log: Update to Switch 2.02.
17286      Branch: perl
17287            ! lib/Switch.pm t/lib/switch.t
17288 ____________________________________________________________________________
17289 [  9936] By: nick                                  on 2001/05/01  19:09:21
17290         Log: Fix for base.pm clobbering $VERSION
17291      Branch: perlio
17292            ! lib/base.pm
17293 ____________________________________________________________________________
17294 [  9935] By: nick                                  on 2001/05/01  18:54:38
17295         Log: Test for base.pm clobbering $VERSION.
17296      Branch: perlio
17297            ! t/lib/fields.t
17298 ____________________________________________________________________________
17299 [  9934] By: jhi                                   on 2001/05/01  18:39:10
17300         Log: Add information about Scalar::Util::blessed.
17301      Branch: perl
17302            ! pod/perlobj.pod
17303 ____________________________________________________________________________
17304 [  9933] By: jhi                                   on 2001/05/01  18:33:51
17305         Log: Subject: Extra UNIVERSAL documentation
17306              From: Mike Guy <mjtg@cam.ac.uk>
17307              Date: Tue, 01 May 2001 20:12:11 +0100
17308              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
17309      Branch: perl
17310            ! pod/perlobj.pod
17311 ____________________________________________________________________________
17312 [  9932] By: jhi                                   on 2001/05/01  18:26:54
17313         Log: Subject: Autoflush in tests as appropriate
17314              From: Mike Guy <mjtg@cam.ac.uk>
17315              Date: Tue, 01 May 2001 20:05:31 +0100
17316              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
17317      Branch: perl
17318            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
17319            ! t/op/taint.t
17320 ____________________________________________________________________________
17321 [  9931] By: jhi                                   on 2001/05/01  18:02:29
17322         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
17323              From: Benjamin Sugars <bsugars@canoe.ca>
17324              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
17325              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
17326      Branch: perl
17327            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17328 ____________________________________________________________________________
17329 [  9930] By: jhi                                   on 2001/05/01  15:12:26
17330         Log: Subject: Re: Finally got a round tuit
17331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17332              Date: Tue, 01 May 2001 14:14:10 +0200
17333              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
17334              
17335              The -DP part, slightly modified.
17336      Branch: perl
17337            ! perl.c
17338 ____________________________________________________________________________
17339 [  9929] By: jhi                                   on 2001/05/01  14:17:15
17340         Log: Subject: Re: Finally got a round tuit
17341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17342              Date: Tue, 01 May 2001 16:34:06 +0200
17343              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
17344              
17345              cpp and optimization tweaks for HP-UX.
17346      Branch: perl
17347            ! hints/hpux.sh
17348 ____________________________________________________________________________
17349 [  9928] By: jhi                                   on 2001/05/01  13:24:20
17350         Log: Tune the scan_num() comments to reality.
17351      Branch: perl
17352            ! toke.c
17353 ____________________________________________________________________________
17354 [  9927] By: jhi                                   on 2001/05/01  13:14:01
17355         Log: Subject: [PATCH B::Deparse] optimised sort
17356              From: Robin Houston <robin@kitsite.com>
17357              Date: Tue, 1 May 2001 14:07:12 +0100
17358              Message-ID: <20010501140712.A4266@penderel>
17359      Branch: perl
17360            ! ext/B/B/Deparse.pm
17361 ____________________________________________________________________________
17362 [  9926] By: jhi                                   on 2001/05/01  13:10:53
17363         Log: Subject: [PATCH t/lib/b-deparse.t] 
17364              From: Robin Houston <robin@kitsite.com>
17365              Date: Tue, 1 May 2001 13:37:42 +0100
17366              Message-ID: <20010501133742.A4082@penderel>
17367      Branch: perl
17368            ! t/lib/b-deparse.t
17369 ____________________________________________________________________________
17370 [  9925] By: jhi                                   on 2001/05/01  13:10:13
17371         Log: Subject: [PATCH B::Deparse] for(;;), sort
17372              From: Robin Houston <robin@kitsite.com>
17373              Date: Tue, 1 May 2001 13:35:00 +0100
17374              Message-ID: <20010501133500.A4061@penderel>
17375      Branch: perl
17376            ! ext/B/B/Deparse.pm
17377 ____________________________________________________________________________
17378 [  9924] By: jhi                                   on 2001/05/01  13:09:22
17379         Log: Subject: [PATCH B::Deparse] do, warn, use
17380              From: Robin Houston <robin@kitsite.com>
17381              Date: Tue, 1 May 2001 13:31:03 +0100
17382              Message-ID: <20010501133103.A4041@penderel>
17383      Branch: perl
17384            ! ext/B/B/Deparse.pm
17385 ____________________________________________________________________________
17386 [  9923] By: jhi                                   on 2001/05/01  11:45:36
17387         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
17388              From: Benjamin Sugars <ben.sugars@home.com>
17389              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
17390              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
17391      Branch: perl
17392            + t/io/fflush.t
17393            ! MANIFEST
17394 ____________________________________________________________________________
17395 [  9922] By: jhi                                   on 2001/05/01  11:35:42
17396         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
17397              From: Peter Prymmer <pvhp@forte.com>
17398              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
17399              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
17400      Branch: perl
17401            ! t/lib/selfstubber.t
17402 ____________________________________________________________________________
17403 [  9921] By: jhi                                   on 2001/04/30  16:34:33
17404         Log: Subject: [PATCH B::Concise] suppress warning
17405              From: Robin Houston <robin@kitsite.com>
17406              Date: Mon, 30 Apr 2001 16:09:49 +0100
17407              Message-ID: <20010430160949.A25086@penderel>
17408      Branch: perl
17409            ! ext/B/B/Concise.pm
17410 ____________________________________________________________________________
17411 [  9920] By: jhi                                   on 2001/04/30  13:56:04
17412         Log: Strip the *markers* from #9919.
17413      Branch: perl
17414            ! pod/perlfaq.pod pod/perlfaq5.pod
17415 ____________________________________________________________________________
17416 [  9919] By: jhi                                   on 2001/04/30  13:54:04
17417         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
17418              From: Gwyn Judd <b.judd@xtra.co.nz>
17419              Date: Sun, 29 Apr 2001 01:47:49 +1200
17420              Message-ID: <20010429014749.A4418@thislove>
17421      Branch: perl
17422            ! pod/perlfaq.pod pod/perlfaq5.pod
17423 ____________________________________________________________________________
17424 [  9918] By: jhi                                   on 2001/04/30  13:13:54
17425         Log: More_tweakage.
17426      Branch: perl
17427            ! pod/perldata.pod pod/perldiag.pod
17428 ____________________________________________________________________________
17429 [  9917] By: jhi                                   on 2001/04/30  13:01:27
17430         Log: Update Changes.
17431      Branch: perl
17432            ! Changes patchlevel.h
17433 ____________________________________________________________________________
17434 [  9916] By: jhi                                   on 2001/04/30  12:57:03
17435         Log: T_w_e_a_k_a_g_e.
17436      Branch: perl
17437            ! pod/perldata.pod pod/perldiag.pod
17438 ____________________________________________________________________________
17439 [  9915] By: jhi                                   on 2001/04/30  12:39:29
17440         Log: Install s2p also as psed.
17441              
17442              TODO: psed documentation?
17443      Branch: perl
17444            ! installperl
17445 ____________________________________________________________________________
17446 [  9914] By: jhi                                   on 2001/04/30  12:29:21
17447         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
17448              From: Jens Hamisch <jens@Strawberry.COM>
17449              Date: Fri, 27 Apr 2001 17:00:36 +0200
17450              Message-ID: <20010427170036.K1372@Strawberry.COM>
17451              
17452              SOCKS5_VERSION_NAME is the right symbol to detect
17453              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
17454              function called socks5_init() is available, and even that is
17455              not universal, most SOCKS5 installations use SOCKSinit()).
17456      Branch: perl
17457            ! perlio.c
17458 ____________________________________________________________________________
17459 [  9913] By: jhi                                   on 2001/04/30  12:22:15
17460         Log: Allow a zero timeout on IO::Socket accept and connect--
17461              though one really shouldn't do that.  Based on
17462              
17463              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
17464              From: "John Holdsworth" <coldwave@bigfoot.com>
17465              Date: Sun, 4 Feb 2001 12:48:18 +0100
17466              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
17467      Branch: perl
17468            ! ext/IO/lib/IO/Socket.pm
17469 ____________________________________________________________________________
17470 [  9912] By: jhi                                   on 2001/04/30  11:27:27
17471         Log: Save the spot of regprev (see #9911) for binary compatibility;
17472              regen API.
17473      Branch: perl
17474            ! embedvar.h perlapi.h thrdvar.h
17475 ____________________________________________________________________________
17476 [  9911] By: jhi                                   on 2001/04/30  11:22:03
17477         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
17478              From: Hugo <hv@crypt.compulink.co.uk>
17479              Date: Sun, 29 Apr 2001 17:09:30 +0100
17480              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
17481      Branch: perl
17482            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
17483 ____________________________________________________________________________
17484 [  9910] By: jhi                                   on 2001/04/30  11:15:12
17485         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
17486              a dummy for PL_numeric_radix); no pressing reason to break
17487              binary compatibility; regen API.
17488      Branch: perl
17489            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
17490            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
17491 ____________________________________________________________________________
17492 [  9909] By: jhi                                   on 2001/04/30  10:56:08
17493         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
17494              From: Walt Mankowski <waltman@netaxs.com>
17495              Date: Sun, 29 Apr 2001 21:53:48 -0400
17496              Message-ID: <20010429215348.A3971@netaxs.com>
17497      Branch: perl
17498            ! pod/perlfunc.pod
17499 ____________________________________________________________________________
17500 [  9908] By: jhi                                   on 2001/04/30  10:49:40
17501         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
17502      Branch: perl
17503            ! t/lib/selfstubber.t
17504 ____________________________________________________________________________
17505 [  9907] By: nick                                  on 2001/04/30  09:26:50
17506         Log: Integrate mainline.
17507      Branch: perlio
17508           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17509 ____________________________________________________________________________
17510 [  9906] By: jhi                                   on 2001/04/29  23:24:20
17511         Log: Abigail spotted a thinko in #9905.
17512      Branch: perl
17513            ! pod/perldiag.pod
17514 ____________________________________________________________________________
17515 [  9905] By: jhi                                   on 2001/04/29  15:55:39
17516         Log: Changed the underscore/undebar syntax in numeric constants;
17517              now any grouping will do, as long as the underscores are not
17518              consecutive (so "zero-grouping" is out), and they do not begin
17519              or end the integer or fractional parts.
17520      Branch: perl
17521            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17522 ____________________________________________________________________________
17523 [  9904] By: nick                                  on 2001/04/29  15:43:22
17524         Log: Integrate mainline.
17525      Branch: perlio
17526           +> (branch 98 files)
17527            - lib/unicode/Block.pl
17528            - lib/unicode/In/AlphabeticPresentationForms.pl
17529            - lib/unicode/In/Arabic.pl
17530            - lib/unicode/In/ArabicPresentationForms-A.pl
17531            - lib/unicode/In/ArabicPresentationForms-B.pl
17532            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17533            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17534            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17535            - lib/unicode/In/BopomofoExtended.pl
17536            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17537            - lib/unicode/In/CJKCompatibility.pl
17538            - lib/unicode/In/CJKCompatibilityForms.pl
17539            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17540            - lib/unicode/In/CJKRadicalsSupplement.pl
17541            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17542            - lib/unicode/In/CJKUnifiedIdeographs.pl
17543            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17544            - lib/unicode/In/Cherokee.pl
17545            - lib/unicode/In/CombiningDiacriticalMarks.pl
17546            - lib/unicode/In/CombiningHalfMarks.pl
17547            - lib/unicode/In/CombiningMarksforSymbols.pl
17548            - lib/unicode/In/ControlPictures.pl
17549            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17550            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17551            - lib/unicode/In/EnclosedAlphanumerics.pl
17552            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17553            - lib/unicode/In/Ethiopic.pl
17554            - lib/unicode/In/GeneralPunctuation.pl
17555            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17556            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17557            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17558            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17559            - lib/unicode/In/HangulCompatibilityJamo.pl
17560            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17561            - lib/unicode/In/Hebrew.pl
17562            - lib/unicode/In/HighPrivateUseSurrogates.pl
17563            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17564            - lib/unicode/In/IPAExtensions.pl
17565            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17566            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17567            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17568            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17569            - lib/unicode/In/Latin-1Supplement.pl
17570            - lib/unicode/In/LatinExtended-A.pl
17571            - lib/unicode/In/LatinExtended-B.pl
17572            - lib/unicode/In/LatinExtendedAdditional.pl
17573            - lib/unicode/In/LetterlikeSymbols.pl
17574            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17575            - lib/unicode/In/MathematicalOperators.pl
17576            - lib/unicode/In/MiscellaneousSymbols.pl
17577            - lib/unicode/In/MiscellaneousTechnical.pl
17578            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17579            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17580            - lib/unicode/In/OpticalCharacterRecognition.pl
17581            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17582            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17583            - lib/unicode/In/SmallFormVariants.pl
17584            - lib/unicode/In/SpacingModifierLetters.pl
17585            - lib/unicode/In/Specials.pl
17586            - lib/unicode/In/SuperscriptsandSubscripts.pl
17587            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17588            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17589            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17590            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17591            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17592           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
17593           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
17594           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
17595           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
17596           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
17597           !> utf8.c win32/Makefile
17598 ____________________________________________________________________________
17599 [  9903] By: jhi                                   on 2001/04/29  14:30:53
17600         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
17601              From: Prymmer/Kahn <pvhp@best.com>
17602              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
17603              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
17604      Branch: perl
17605            ! win32/Makefile
17606 ____________________________________________________________________________
17607 [  9902] By: jhi                                   on 2001/04/29  02:52:44
17608         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
17609              From: "Abigail" <abigail@foad.org>
17610              Date: Sun, 29 Apr 2001 03:14:25 +0200
17611              Message-ID: <20010429011425.24503.qmail@foad.org>
17612      Branch: perl
17613            ! ext/IO/lib/IO/Seekable.pm
17614 ____________________________________________________________________________
17615 [  9901] By: jhi                                   on 2001/04/29  02:04:46
17616         Log: In character classes one couldn't have 0x80..0xff characters
17617              at the left hand side if there were 0x100.. characters in the
17618              character class.
17619      Branch: perl
17620            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
17621            ! t/op/pat.t utf8.c
17622 ____________________________________________________________________________
17623 [  9900] By: jhi                                   on 2001/04/28  22:55:04
17624         Log: Forgot the latest mktables.PL from #9899.
17625      Branch: perl
17626            ! lib/unicode/mktables.PL
17627 ____________________________________________________________________________
17628 [  9899] By: jhi                                   on 2001/04/28  22:53:28
17629         Log: Explain the \p{} and \P{} error message better and
17630              have prettier prettyprint in In.pl.
17631      Branch: perl
17632            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
17633            ! pod/perldiag.pod
17634 ____________________________________________________________________________
17635 [  9898] By: jhi                                   on 2001/04/28  21:03:34
17636         Log: Add one possible explanation for the "Invalid [] range" error.
17637      Branch: perl
17638            ! pod/perldiag.pod
17639 ____________________________________________________________________________
17640 [  9897] By: jhi                                   on 2001/04/28  17:18:26
17641         Log: Add a level of indirection to the implementation of \p{InFoo}
17642              so that we don't have to have long filenames.  (Nothing changes
17643              in the user interface.)   The indirection is defined in
17644              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
17645              Also rename some the character classes by removing '-' from
17646              the classnames, and finally renamed Block.pl as Blocks.pl.
17647      Branch: perl
17648            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
17649            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
17650            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
17651            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
17652            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
17653            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
17654            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
17655            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
17656            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
17657            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
17658            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
17659            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
17660            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
17661            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
17662            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
17663            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
17664            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
17665            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
17666            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
17667            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
17668            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
17669            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
17670            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
17671            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
17672            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
17673            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
17674            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
17675            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
17676            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
17677            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
17678            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
17679            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
17680            + lib/unicode/In/94.pl lib/unicode/In/95.pl
17681            - lib/unicode/Block.pl
17682            - lib/unicode/In/AlphabeticPresentationForms.pl
17683            - lib/unicode/In/Arabic.pl
17684            - lib/unicode/In/ArabicPresentationForms-A.pl
17685            - lib/unicode/In/ArabicPresentationForms-B.pl
17686            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17687            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17688            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17689            - lib/unicode/In/BopomofoExtended.pl
17690            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17691            - lib/unicode/In/CJKCompatibility.pl
17692            - lib/unicode/In/CJKCompatibilityForms.pl
17693            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17694            - lib/unicode/In/CJKRadicalsSupplement.pl
17695            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17696            - lib/unicode/In/CJKUnifiedIdeographs.pl
17697            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17698            - lib/unicode/In/Cherokee.pl
17699            - lib/unicode/In/CombiningDiacriticalMarks.pl
17700            - lib/unicode/In/CombiningHalfMarks.pl
17701            - lib/unicode/In/CombiningMarksforSymbols.pl
17702            - lib/unicode/In/ControlPictures.pl
17703            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17704            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17705            - lib/unicode/In/EnclosedAlphanumerics.pl
17706            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17707            - lib/unicode/In/Ethiopic.pl
17708            - lib/unicode/In/GeneralPunctuation.pl
17709            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17710            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17711            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17712            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17713            - lib/unicode/In/HangulCompatibilityJamo.pl
17714            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17715            - lib/unicode/In/Hebrew.pl
17716            - lib/unicode/In/HighPrivateUseSurrogates.pl
17717            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17718            - lib/unicode/In/IPAExtensions.pl
17719            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17720            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17721            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17722            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17723            - lib/unicode/In/Latin-1Supplement.pl
17724            - lib/unicode/In/LatinExtended-A.pl
17725            - lib/unicode/In/LatinExtended-B.pl
17726            - lib/unicode/In/LatinExtendedAdditional.pl
17727            - lib/unicode/In/LetterlikeSymbols.pl
17728            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17729            - lib/unicode/In/MathematicalOperators.pl
17730            - lib/unicode/In/MiscellaneousSymbols.pl
17731            - lib/unicode/In/MiscellaneousTechnical.pl
17732            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17733            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17734            - lib/unicode/In/OpticalCharacterRecognition.pl
17735            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17736            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17737            - lib/unicode/In/SmallFormVariants.pl
17738            - lib/unicode/In/SpacingModifierLetters.pl
17739            - lib/unicode/In/Specials.pl
17740            - lib/unicode/In/SuperscriptsandSubscripts.pl
17741            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17742            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17743            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17744            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17745            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17746            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
17747            ! pod/perlunicode.pod
17748 ____________________________________________________________________________
17749 [  9896] By: jhi                                   on 2001/04/28  14:33:17
17750         Log: Update the information on shared library path on HP-UX.
17751      Branch: perl
17752            ! INSTALL
17753 ____________________________________________________________________________
17754 [  9895] By: jhi                                   on 2001/04/28  14:32:30
17755         Log: Because #9894 seems to do the trick, this workaround can be removed.
17756      Branch: perl
17757            ! t/lib/selfstubber.t
17758 ____________________________________________________________________________
17759 [  9894] By: jhi                                   on 2001/04/28  14:26:13
17760         Log: For PerlIO flush the children's file handles (on fork/exec/system).
17761      Branch: perl
17762            ! perl.h
17763 ____________________________________________________________________________
17764 [  9893] By: jhi                                   on 2001/04/28  14:23:15
17765         Log: Test tweak for #9891.
17766      Branch: perl
17767            ! t/lib/b-deparse.t
17768 ____________________________________________________________________________
17769 [  9892] By: jhi                                   on 2001/04/28  14:10:13
17770         Log: New HP-UX hints from Merijn.
17771      Branch: perl
17772            ! hints/hpux.sh
17773 ____________________________________________________________________________
17774 [  9891] By: jhi                                   on 2001/04/28  14:07:27
17775         Log: Subject: [PATCH B::Deparse] non-block scopes
17776              From: Robin Houston <robin@kitsite.com>
17777              Date: Fri, 27 Apr 2001 19:15:14 +0100
17778              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
17779      Branch: perl
17780            ! ext/B/B/Deparse.pm
17781 ____________________________________________________________________________
17782 [  9890] By: nick                                  on 2001/04/27  19:41:25
17783         Log: Integrate mainline
17784      Branch: perlio
17785           +> t/lib/selfstubber.t
17786           !> (integrate 50 files)
17787 ____________________________________________________________________________
17788 [  9889] By: jhi                                   on 2001/04/27  18:23:46
17789         Log: Subject: Re: selfstubber test fail on bleadperl
17790              From: Mike Guy <mjtg@cam.ac.uk>
17791              Date: Fri, 27 Apr 2001 19:31:18 +0100
17792              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
17793      Branch: perl
17794            ! t/lib/selfstubber.t
17795 ____________________________________________________________________________
17796 [  9888] By: jhi                                   on 2001/04/27  16:20:54
17797         Log: Test tweak for #9886.
17798      Branch: perl
17799            ! t/lib/b-deparse.t
17800 ____________________________________________________________________________
17801 [  9887] By: jhi                                   on 2001/04/27  16:16:33
17802         Log: Buffering issue at least in Solaris (even with perlio).
17803      Branch: perl
17804            ! t/lib/selfstubber.t
17805 ____________________________________________________________________________
17806 [  9886] By: jhi                                   on 2001/04/27  14:59:23
17807         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
17808              From: Robin Houston <robin@kitsite.com>
17809              Date: Fri, 27 Apr 2001 16:53:20 +0100
17810              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
17811      Branch: perl
17812            ! ext/B/B/Deparse.pm
17813 ____________________________________________________________________________
17814 [  9885] By: jhi                                   on 2001/04/27  14:23:51
17815         Log: Update Changes.
17816      Branch: perl
17817            ! Changes patchlevel.h
17818 ____________________________________________________________________________
17819 [  9884] By: jhi                                   on 2001/04/27  14:14:12
17820         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
17821              From: "Philip Newton" <pnewton@gmx.de>
17822              Date: Fri, 27 Apr 2001 16:40:13 +0200
17823              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
17824      Branch: perl
17825            ! pod/perldata.pod
17826 ____________________________________________________________________________
17827 [  9883] By: jhi                                   on 2001/04/27  13:28:19
17828         Log: Add LOG_PERROR; prettify the "removed".
17829      Branch: perl
17830            ! ext/Sys/Syslog/Syslog.xs
17831 ____________________________________________________________________________
17832 [  9882] By: jhi                                   on 2001/04/27  13:13:18
17833         Log: h2xs tweaks: use NV instead of double, "quote" the removed
17834              prefixes for clarity (especially when nothing is removed),
17835              slight pod reformats.
17836      Branch: perl
17837            ! utils/h2xs.PL
17838 ____________________________________________________________________________
17839 [  9881] By: jhi                                   on 2001/04/27  12:58:48
17840         Log: Don't bother creating existing directories.
17841      Branch: perl
17842            ! utils/h2xs.PL
17843 ____________________________________________________________________________
17844 [  9880] By: jhi                                   on 2001/04/27  12:45:39
17845         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
17846              From: Mike Schilli <m@perlmeister.com>
17847              Date: Wed, 25 Apr 2001 01:29:21 -0700
17848              Message-id: <3AE68AE1.6A981723@perlmeister.com>
17849      Branch: perl
17850            ! utils/h2xs.PL
17851 ____________________________________________________________________________
17852 [  9879] By: jhi                                   on 2001/04/27  12:40:55
17853         Log: break is not yet Perl.  Added the template license also to README.
17854      Branch: perl
17855            ! utils/h2xs.PL
17856 ____________________________________________________________________________
17857 [  9878] By: jhi                                   on 2001/04/27  03:08:20
17858         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
17859              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17860              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
17861              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
17862      Branch: perl
17863            ! t/lib/xs-typemap.t
17864 ____________________________________________________________________________
17865 [  9877] By: jhi                                   on 2001/04/26  23:54:40
17866         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
17867              From: "Abigail" <abigail@foad.org>
17868              Date: Fri, 27 Apr 2001 01:44:28 +0200
17869              Message-ID: <20010426234428.19786.qmail@foad.org>
17870      Branch: perl
17871            ! utils/h2xs.PL
17872 ____________________________________________________________________________
17873 [  9876] By: jhi                                   on 2001/04/26  23:52:06
17874         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
17875              From: Peter Prymmer <pvhp@forte.com>
17876              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
17877              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
17878      Branch: perl
17879            ! t/lib/selfstubber.t
17880 ____________________________________________________________________________
17881 [  9875] By: jhi                                   on 2001/04/26  23:48:10
17882         Log: Deparse nits.
17883      Branch: perl
17884            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
17885 ____________________________________________________________________________
17886 [  9874] By: jhi                                   on 2001/04/26  22:46:05
17887         Log: Document ANYOF_CLASS.
17888      Branch: perl
17889            ! regcomp.h
17890 ____________________________________________________________________________
17891 [  9873] By: jhi                                   on 2001/04/26  22:35:03
17892         Log: Subject: Re: [PATCH @9846] dumping ANYOF
17893              From: Hugo <hv@crypt.compulink.co.uk>
17894              Date: Thu, 26 Apr 2001 23:33:38 +0100
17895              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
17896      Branch: perl
17897            ! regcomp.c regcomp.h
17898 ____________________________________________________________________________
17899 [  9872] By: jhi                                   on 2001/04/26  22:34:31
17900         Log: Subject: [PATCH] more for Devel::SelfStubber
17901              From: Nicholas Clark <nick@ccl4.org>
17902              Date: Fri, 27 Apr 2001 00:13:52 +0100
17903              Message-ID: <20010427001351.K88186@plum.flirble.org>
17904      Branch: perl
17905            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
17906 ____________________________________________________________________________
17907 [  9871] By: jhi                                   on 2001/04/26  21:59:17
17908         Log: Subject: [PATCH B::Deparse] formats must be flush left
17909              From: Robin Houston <robin@kitsite.com>
17910              Date: Thu, 26 Apr 2001 23:54:29 +0100
17911              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
17912      Branch: perl
17913            ! ext/B/B/Deparse.pm
17914 ____________________________________________________________________________
17915 [  9870] By: jhi                                   on 2001/04/26  21:57:37
17916         Log: If some of the constants are prefixes of others,
17917              the prefixes may never get recognized.  (See 20010426.006.)
17918      Branch: perl
17919            ! utils/h2xs.PL
17920 ____________________________________________________________________________
17921 [  9869] By: jhi                                   on 2001/04/26  21:50:42
17922         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
17923              From: Chris Bongaarts <cab@tc.umn.edu>
17924              Date: Thu, 26 Apr 2001 17:10:31 -0500
17925              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
17926      Branch: perl
17927            ! ext/Sys/Syslog/Syslog.xs
17928 ____________________________________________________________________________
17929 [  9868] By: jhi                                   on 2001/04/26  21:35:12
17930         Log: Further cuts and more docs from Graham Barr.
17931      Branch: perl
17932            ! ext/List/Util/lib/List/Util.pm
17933            ! ext/List/Util/lib/Scalar/Util.pm
17934 ____________________________________________________________________________
17935 [  9867] By: jhi                                   on 2001/04/26  21:18:57
17936         Log: Subject: [PATCH 5.7.1] DB_File-1.77
17937              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
17938              Date: Thu, 26 Apr 2001 22:37:53 +0100
17939              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
17940      Branch: perl
17941            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17942            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17943 ____________________________________________________________________________
17944 [  9866] By: jhi                                   on 2001/04/26  21:12:31
17945         Log: Subject: [PATCH B::Deparse] fix easy bugs
17946              From: Robin Houston <robin@kitsite.com>
17947              Date: Thu, 26 Apr 2001 23:03:33 +0100
17948              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
17949      Branch: perl
17950            ! ext/B/B/Deparse.pm
17951 ____________________________________________________________________________
17952 [  9865] By: jhi                                   on 2001/04/26  20:26:13
17953         Log: Update Changes.
17954      Branch: perl
17955            ! Changes patchlevel.h
17956 ____________________________________________________________________________
17957 [  9864] By: jhi                                   on 2001/04/26  19:27:48
17958         Log: Dethinko from Robin Houston.
17959      Branch: perl
17960            ! ext/B/B/Deparse.pm
17961 ____________________________________________________________________________
17962 [  9863] By: jhi                                   on 2001/04/26  19:10:35
17963         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
17964              From: Robin Houston <robin@kitsite.com>
17965              Date: Thu, 26 Apr 2001 21:08:32 +0100
17966              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
17967      Branch: perl
17968            ! ext/B/B/Deparse.pm
17969 ____________________________________________________________________________
17970 [  9862] By: jhi                                   on 2001/04/26  19:04:23
17971         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17972              From: Robin Houston <robin@kitsite.com>
17973              Date: Thu, 26 Apr 2001 20:52:50 +0100
17974              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
17975      Branch: perl
17976            ! ext/B/B/Deparse.pm
17977 ____________________________________________________________________________
17978 [  9861] By: jhi                                   on 2001/04/26  18:56:14
17979         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
17980              From: Mike Guy <mjtg@cam.ac.uk>
17981              Date: Thu, 26 Apr 2001 14:22:40 +0100
17982              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
17983      Branch: perl
17984            ! pod/perlobj.pod
17985 ____________________________________________________________________________
17986 [  9860] By: jhi                                   on 2001/04/26  18:46:42
17987         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17988              From: Robin Houston <robin@kitsite.com>
17989              Date: Thu, 26 Apr 2001 20:34:29 +0100
17990              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
17991              
17992              Hashes do not interpolate.
17993      Branch: perl
17994            ! ext/B/B/Deparse.pm
17995 ____________________________________________________________________________
17996 [  9859] By: jhi                                   on 2001/04/26  18:43:51
17997         Log: Subject: The Time::Piece conspiracy unmasked!!!
17998              From: Mike Guy <mjtg@cam.ac.uk>
17999              Date: Thu, 26 Apr 2001 19:02:50 +0100
18000              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
18001              
18002              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
18003              From: Mike Guy <mjtg@cam.ac.uk>
18004              Date: Thu, 26 Apr 2001 19:08:21 +0100
18005              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
18006              
18007              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
18008              From: Graham Barr <gbarr@pobox.com>
18009              Date: Thu, 26 Apr 2001 19:12:03 +0100
18010              Message-ID: <20010426191203.A70835@pobox.com>
18011              
18012              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
18013      Branch: perl
18014            ! ext/List/Util/lib/List/Util.pm
18015            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
18016 ____________________________________________________________________________
18017 [  9858] By: jhi                                   on 2001/04/26  18:17:42
18018         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
18019              From: Robin Houston <robin@kitsite.com>
18020              Date: Thu, 26 Apr 2001 16:09:35 +0100
18021              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
18022      Branch: perl
18023            ! t/comp/proto.t
18024 ____________________________________________________________________________
18025 [  9857] By: jhi                                   on 2001/04/26  18:04:59
18026         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18027              From: barries <barries@slaysys.com>
18028              Date: Thu, 26 Apr 2001 12:01:10 -0400
18029              Message-ID: <20010426120110.E29698@jester.slaysys.com>
18030      Branch: perl
18031            ! pod/perldiag.pod
18032 ____________________________________________________________________________
18033 [  9856] By: jhi                                   on 2001/04/26  18:03:33
18034         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
18035              Date: Thu, 26 Apr 2001 17:13:41 +0100
18036              From: Robin Houston <robin@kitsite.com>
18037              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
18038              
18039              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18040              From: Robin Houston <robin@kitsite.com>
18041              Date: Thu, 26 Apr 2001 18:44:29 +0100
18042              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
18043      Branch: perl
18044            ! ext/B/B/Deparse.pm
18045 ____________________________________________________________________________
18046 [  9855] By: jhi                                   on 2001/04/26  17:56:04
18047         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
18048              From: Robin Houston <robin@kitsite.com>
18049              Date: Thu, 26 Apr 2001 17:04:08 +0100
18050              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
18051      Branch: perl
18052            ! ext/B/B/Deparse.pm
18053 ____________________________________________________________________________
18054 [  9854] By: jhi                                   on 2001/04/26  17:47:26
18055         Log: Subject: Re: Short test case for undef %stash:: crash
18056              From: Benjamin Sugars <bsugars@canoe.ca> 
18057              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
18058              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
18059              Changed and moved the perldiag entry.
18060      Branch: perl
18061            ! gv.c pod/perldiag.pod
18062 ____________________________________________________________________________
18063 [  9853] By: jhi                                   on 2001/04/26  14:35:16
18064         Log: Beginnings of strptime().  Do not touch the wet paint.
18065      Branch: perl
18066            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18067 ____________________________________________________________________________
18068 [  9852] By: jhi                                   on 2001/04/26  13:17:21
18069         Log: Retract #9851, core dumps from pod2man.
18070      Branch: perl
18071            ! regcomp.c
18072 ____________________________________________________________________________
18073 [  9851] By: jhi                                   on 2001/04/26  11:54:41
18074         Log: (Retracted by #9852.)
18075              
18076              Subject: [PATCH @9846] dumping ANYOF
18077              From: Hugo <hv@crypt.compulink.co.uk>
18078              Date: Thu, 26 Apr 2001 05:32:38 +0100
18079              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
18080      Branch: perl
18081            ! regcomp.c
18082 ____________________________________________________________________________
18083 [  9850] By: jhi                                   on 2001/04/26  02:34:44
18084         Log: If ccflags was empty the _previous_ $* containing all the
18085              environment variables and Configure variables was used,
18086              which lead, among other bad things, into $ccflags being your
18087              uname -a output, which lead into test compile with cc failing,
18088              which lead into gcc being selected, which didn't work that well
18089              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
18090              with large files, et cetera.
18091      Branch: perl
18092            ! hints/hpux.sh
18093 ____________________________________________________________________________
18094 [  9849] By: jhi                                   on 2001/04/26  01:44:57
18095         Log: Make selfstubber test more portable.
18096      Branch: perl
18097            ! t/lib/selfstubber.t
18098 ____________________________________________________________________________
18099 [  9848] By: jhi                                   on 2001/04/26  00:50:26
18100         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
18101              From: Benjamin Sugars <ben.sugars@home.com>
18102              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
18103              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
18104      Branch: perl
18105            ! ext/Cwd/Cwd.xs
18106 ____________________________________________________________________________
18107 [  9847] By: jhi                                   on 2001/04/26  00:46:58
18108         Log: Subject: [PATCH: perl@9841] VMS updates
18109              From: Peter Prymmer <pvhp@forte.com>
18110              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
18111              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
18112      Branch: perl
18113            ! README.vms configure.com vms/descrip_mms.template
18114            ! vms/ext/filespec.t
18115 ____________________________________________________________________________
18116 [  9846] By: jhi                                   on 2001/04/26  00:11:56
18117         Log: re 'debug' was broken by #9084.
18118      Branch: perl
18119            ! ext/re/re.xs
18120 ____________________________________________________________________________
18121 [  9845] By: jhi                                   on 2001/04/25  22:33:17
18122         Log: Subject: [PATCH] test for Devel::SelfStubber
18123              From: Nicholas Clark <nick@ccl4.org>
18124              Date: Thu, 26 Apr 2001 00:00:54 +0100
18125              Message-ID: <20010426000054.D89026@plum.flirble.org>
18126      Branch: perl
18127            + t/lib/selfstubber.t
18128            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
18129 ____________________________________________________________________________
18130 [  9844] By: jhi                                   on 2001/04/25  22:29:32
18131         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
18132              From: Paul Johnson <paul@pjcj.net>
18133              Date: Thu, 26 Apr 2001 00:46:08 +0200
18134              Message-ID: <20010426004608.H2338@pjcj.net>
18135      Branch: perl
18136            ! ext/B/B/Concise.pm
18137 ____________________________________________________________________________
18138 [  9843] By: jhi                                   on 2001/04/25  22:28:28
18139         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
18140              From: Peter Prymmer <pvhp@forte.com>
18141              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
18142              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
18143      Branch: perl
18144            ! ext/Cwd/Cwd.xs
18145 ____________________________________________________________________________
18146 [  9842] By: jhi                                   on 2001/04/25  20:58:12
18147         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
18148              From: John Peacock <jpeacock@rowman.com>
18149              Date: Wed, 25 Apr 2001 17:30:26 -0400
18150              Message-ID: <3AE741F2.B3217464@rowman.com>
18151      Branch: perl
18152            ! lib/Math/BigInt.pm t/lib/bigintpm.t
18153 ____________________________________________________________________________
18154 [  9841] By: jhi                                   on 2001/04/25  20:07:05
18155         Log: Update Changes.
18156      Branch: perl
18157            ! Changes patchlevel.h
18158 ____________________________________________________________________________
18159 [  9840] By: jhi                                   on 2001/04/25  19:56:51
18160         Log: Yet another HP-UX hints version from Merijn.
18161      Branch: perl
18162            ! hints/hpux.sh
18163 ____________________________________________________________________________
18164 [  9839] By: jhi                                   on 2001/04/25  19:53:04
18165         Log: abs_path() didn't terminate the filename correctly,
18166              in DIRNAMLENless systems like HP-UX this would fail.
18167      Branch: perl
18168            ! ext/Cwd/Cwd.xs
18169 ____________________________________________________________________________
18170 [  9838] By: jhi                                   on 2001/04/25  16:37:26
18171         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18172              From: Mike Guy <mjtg@cam.ac.uk>
18173              Date: Wed, 25 Apr 2001 18:31:47 +0100
18174              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
18175      Branch: perl
18176            ! op.c
18177 ____________________________________________________________________________
18178 [  9837] By: jhi                                   on 2001/04/25  16:21:53
18179         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
18180              From: Jon Eveland <jweveland@yahoo.com>
18181              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
18182              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
18183      Branch: perl
18184            ! lib/perl5db.pl
18185 ____________________________________________________________________________
18186 [  9836] By: jhi                                   on 2001/04/25  14:17:50
18187         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
18188              From: "Philip Newton" <pnewton@gmx.de>
18189              Date: Wed, 25 Apr 2001 17:05:58 +0200
18190              Message-ID: <3AE703F6.3234.1833C45@localhost>
18191      Branch: perl
18192            ! Porting/patching.pod
18193 ____________________________________________________________________________
18194 [  9835] By: jhi                                   on 2001/04/25  13:58:07
18195         Log: It would seem that both ar and full_ar need to be overridden
18196              for HP-UX to avoid the GNU ar.
18197      Branch: perl
18198            ! hints/hpux.sh
18199 ____________________________________________________________________________
18200 [  9834] By: jhi                                   on 2001/04/25  13:50:40
18201         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18202              From: "Philip Newton" <pnewton@gmx.de>
18203              Date: Wed, 25 Apr 2001 16:09:23 +0200
18204              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
18205              
18206              Detypo.
18207      Branch: perl
18208            ! t/op/misc.t
18209 ____________________________________________________________________________
18210 [  9833] By: jhi                                   on 2001/04/25  12:36:11
18211         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
18212      Branch: perl
18213            ! hints/hpux.sh
18214 ____________________________________________________________________________
18215 [  9832] By: jhi                                   on 2001/04/25  12:33:36
18216         Log: New version of HP-UX hints from Merijn.
18217      Branch: perl
18218            ! hints/hpux.sh
18219 ____________________________________________________________________________
18220 [  9831] By: jhi                                   on 2001/04/25  03:39:45
18221         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
18222      Branch: perl
18223            ! hints/hpux.sh
18224 ____________________________________________________________________________
18225 [  9830] By: jhi                                   on 2001/04/25  02:53:25
18226         Log: The tzname[] bit is not needed by util.c -- and causes
18227              heartburn in VMS (and it missing was probably the cause of
18228              the Mac OS X trouble).  Ouch.
18229      Branch: perl
18230            ! ext/POSIX/POSIX.xs util.c
18231 ____________________________________________________________________________
18232 [  9829] By: jhi                                   on 2001/04/25  00:10:06
18233         Log: Metaconfig unit change for #9828.
18234      Branch: metaconfig
18235            ! U/compline/ccflags.U
18236 ____________________________________________________________________________
18237 [  9828] By: jhi                                   on 2001/04/25  00:04:18
18238         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
18239              (which is actually the reason for the change, we need to pass
18240              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
18241              EP/IX, OS/2, and TitanOS, based on the hints files.
18242      Branch: perl
18243            ! Configure config_h.SH
18244 ____________________________________________________________________________
18245 [  9827] By: jhi                                   on 2001/04/24  23:49:20
18246         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
18247              the $cat must have an absolute path.
18248      Branch: perl
18249            ! makedepend.SH
18250 ____________________________________________________________________________
18251 [  9826] By: jhi                                   on 2001/04/24  23:40:53
18252         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
18253      Branch: perl
18254            ! README.amiga
18255 ____________________________________________________________________________
18256 [  9825] By: jhi                                   on 2001/04/24  23:35:35
18257         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
18258              From: "Philip Newton" <pnewton@gmx.de>
18259              Date: Tue, 24 Apr 2001 18:52:49 +0200
18260              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
18261      Branch: perl
18262            ! x2p/find2perl.PL
18263 ____________________________________________________________________________
18264 [  9824] By: jhi                                   on 2001/04/24  23:33:07
18265         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
18266              Some gcc specifics dropped out due to extensive rewriting;
18267              will be put back later as needed.
18268      Branch: perl
18269            ! hints/hpux.sh
18270 ____________________________________________________________________________
18271 [  9823] By: jhi                                   on 2001/04/24  23:27:57
18272         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
18273      Branch: perl
18274            ! ext/POSIX/POSIX.xs
18275 ____________________________________________________________________________
18276 [  9822] By: jhi                                   on 2001/04/24  23:25:21
18277         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
18278              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18279              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
18280              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
18281      Branch: perl
18282            ! ext/XS/Typemap/Typemap.xs
18283 ____________________________________________________________________________
18284 [  9821] By: jhi                                   on 2001/04/24  23:24:10
18285         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
18286              From: "Abigail" <abigail@foad.org>
18287              Date: Tue, 24 Apr 2001 23:12:03 +0200
18288              Message-ID: <20010424211203.7901.qmail@foad.org>
18289      Branch: perl
18290            ! pod/perlport.pod
18291 ____________________________________________________________________________
18292 [  9820] By: jhi                                   on 2001/04/24  23:23:15
18293         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
18294              From: Matt Sergeant <matt@sergeant.org>
18295              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
18296              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
18297      Branch: perl
18298            ! pod/perlfaq4.pod
18299 ____________________________________________________________________________
18300 [  9819] By: nick                                  on 2001/04/24  18:49:43
18301         Log: Integrate mainline.
18302      Branch: perlio
18303           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18304           !> (integrate 37 files)
18305 ____________________________________________________________________________
18306 [  9818] By: jhi                                   on 2001/04/24  14:35:23
18307         Log: Update Changes.
18308      Branch: perl
18309            ! Changes patchlevel.h
18310 ____________________________________________________________________________
18311 [  9817] By: jhi                                   on 2001/04/24  14:09:17
18312         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
18313              From: "Philip Newton" <pnewton@gmx.de>
18314              Date: Tue, 24 Apr 2001 12:58:12 +0200
18315              Message-ID: <3AE57864.8304.B77A0A@localhost> 
18316              
18317              plus add CPAN to the list of modules that have their own tests.
18318      Branch: perl
18319            ! t/lib/1_compile.t
18320 ____________________________________________________________________________
18321 [  9816] By: jhi                                   on 2001/04/24  14:07:03
18322         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
18323              From: Michael G Schwern <schwern@pobox.com>
18324              Date: Sat, 21 Apr 2001 22:35:00 +0100
18325              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
18326      Branch: perl
18327            ! t/lib/1_compile.t
18328 ____________________________________________________________________________
18329 [  9815] By: jhi                                   on 2001/04/24  13:54:32
18330         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
18331              From: Robin Houston <robin@kitsite.com>
18332              Date: Tue, 24 Apr 2001 15:51:18 +0100
18333              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
18334      Branch: perl
18335            ! ext/B/B/Deparse.pm
18336 ____________________________________________________________________________
18337 [  9814] By: jhi                                   on 2001/04/24  13:17:34
18338         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18339              From: Bill Glicker <billg@burrelles.com>
18340              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
18341              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
18342      Branch: perl
18343            ! hints/svr5.sh
18344 ____________________________________________________________________________
18345 [  9813] By: jhi                                   on 2001/04/24  12:54:23
18346         Log: Prevent path disclosure (probing for existence of filenames)
18347              using suidperl; bug id 20010322.218.
18348      Branch: perl
18349            ! perl.c pod/perldiag.pod
18350 ____________________________________________________________________________
18351 [  9812] By: jhi                                   on 2001/04/24  12:08:36
18352         Log: Retract #9811.
18353      Branch: perl
18354            ! ext/POSIX/POSIX.xs
18355 ____________________________________________________________________________
18356 [  9811] By: jhi                                   on 2001/04/24  11:57:35
18357         Log: (Retracted by #9812.)
18358      Branch: perl
18359            ! ext/POSIX/POSIX.xs
18360 ____________________________________________________________________________
18361 [  9810] By: jhi                                   on 2001/04/24  03:32:35
18362         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
18363      Branch: perl
18364            ! util.c
18365 ____________________________________________________________________________
18366 [  9809] By: jhi                                   on 2001/04/24  03:16:13
18367         Log: The Math::BigFloat::import() was broken.
18368              (Fixes bug id 20010422.002.)
18369      Branch: perl
18370            ! lib/Math/BigFloat.pm
18371 ____________________________________________________________________________
18372 [  9808] By: jhi                                   on 2001/04/24  01:11:40
18373         Log: Additional dependencies; should help for parallel makes
18374              not to fail on missing lib/lib.pm or lib/re.pm.
18375      Branch: perl
18376            ! Makefile.SH
18377 ____________________________________________________________________________
18378 [  9807] By: jhi                                   on 2001/04/24  00:57:01
18379         Log: Update the test failure disclaimer.
18380      Branch: perl
18381            ! t/pragma/warn/pp_hot
18382 ____________________________________________________________________________
18383 [  9806] By: jhi                                   on 2001/04/24  00:54:04
18384         Log: Add make target "install-all" which is alias for "install"
18385              to cater for case-preserving filesystems like HFS+.
18386      Branch: perl
18387            ! INSTALL Makefile.SH
18388 ____________________________________________________________________________
18389 [  9805] By: jhi                                   on 2001/04/24  00:47:28
18390         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
18391              From: Peter Prymmer <pvhp@forte.com>
18392              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
18393              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
18394              
18395              (Ken William's message forwarded from macosx@perl.org)
18396      Branch: perl
18397            ! hints/darwin.sh
18398 ____________________________________________________________________________
18399 [  9804] By: jhi                                   on 2001/04/23  23:57:35
18400         Log: Cut-and-pasto.
18401      Branch: perl
18402            ! perlio.c
18403 ____________________________________________________________________________
18404 [  9803] By: jhi                                   on 2001/04/23  23:52:25
18405         Log: More PerlIO robustness.
18406      Branch: perl
18407            ! perlio.c
18408 ____________________________________________________________________________
18409 [  9802] By: jhi                                   on 2001/04/23  23:43:35
18410         Log: Make the "STD* opened only for ..." errors more consistent.
18411      Branch: perl
18412            ! doio.c
18413 ____________________________________________________________________________
18414 [  9801] By: jhi                                   on 2001/04/23  23:34:26
18415         Log: Test case for #9800.
18416      Branch: perl
18417            ! t/op/misc.t
18418 ____________________________________________________________________________
18419 [  9800] By: jhi                                   on 2001/04/23  23:14:43
18420         Log: Avoid coredump on 'close STDERR; die' by making
18421              the PerlIO calls more robust.  Also use SETERRNO()
18422              instead of errno = to be more VMS-ready.
18423      Branch: perl
18424            ! perlio.c
18425 ____________________________________________________________________________
18426 [  9799] By: jhi                                   on 2001/04/23  21:41:10
18427         Log: Subject: test for ID 20010423.002
18428              From: Robin Houston <robin@kitsite.com>
18429              Date: Mon, 23 Apr 2001 16:52:21 +0100
18430              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
18431      Branch: perl
18432            ! t/op/avhv.t
18433 ____________________________________________________________________________
18434 [  9798] By: jhi                                   on 2001/04/23  21:40:07
18435         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
18436              From: David Dyck <dcd@tc.fluke.com>
18437              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
18438              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
18439      Branch: perl
18440            ! installperl
18441 ____________________________________________________________________________
18442 [  9797] By: jhi                                   on 2001/04/23  21:37:56
18443         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
18444              From: Benjamin Sugars <bsugars@canoe.ca>
18445              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
18446              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
18447      Branch: perl
18448            ! ext/Cwd/Cwd.xs lib/Cwd.pm
18449 ____________________________________________________________________________
18450 [  9796] By: jhi                                   on 2001/04/23  21:29:24
18451         Log: Synchronize h2xs and pod2man some more on the documentation
18452              templates they propose.
18453      Branch: perl
18454            ! pod/pod2man.PL utils/h2xs.PL
18455 ____________________________________________________________________________
18456 [  9795] By: jhi                                   on 2001/04/23  17:30:40
18457         Log: Add one more naughty test for base64; make encoding logic cleaner.
18458      Branch: perl
18459            ! t/lib/mimeb64.t
18460 ____________________________________________________________________________
18461 [  9794] By: jhi                                   on 2001/04/23  13:51:32
18462         Log: Update Changes.
18463      Branch: perl
18464            ! Changes patchlevel.h
18465 ____________________________________________________________________________
18466 [  9793] By: jhi                                   on 2001/04/23  13:44:18
18467         Log: Duplicate lines.
18468      Branch: perl
18469            ! MANIFEST
18470 ____________________________________________________________________________
18471 [  9792] By: jhi                                   on 2001/04/23  13:39:13
18472         Log: Subject: Re: PATCH 5.7.1
18473              From: Mark-Jason Dominus <mjd@plover.com>
18474              Date: Mon, 23 Apr 2001 10:30:21 -0400
18475              Message-ID: <20010423143021.17335.qmail@plover.com>
18476      Branch: perl
18477            ! perl.h sv.c
18478 ____________________________________________________________________________
18479 [  9791] By: jhi                                   on 2001/04/23  13:32:40
18480         Log: Add the CPAN.pm 1.59_54 tests.
18481      Branch: perl
18482            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18483            ! MANIFEST
18484 ____________________________________________________________________________
18485 [  9790] By: jhi                                   on 2001/04/23  13:21:55
18486         Log: Subject: Deparse nit
18487              From: Robin Houston <robin@kitsite.com>
18488              Date: Mon, 23 Apr 2001 12:38:20 +0100
18489              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
18490      Branch: perl
18491            ! ext/B/B/Deparse.pm
18492 ____________________________________________________________________________
18493 [  9789] By: jhi                                   on 2001/04/23  13:19:07
18494         Log: Subject: [PATCH] bug 20010423.002
18495              From: Robin Houston <robin@kitsite.com>
18496              Date: Mon, 23 Apr 2001 13:12:30 +0100
18497              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
18498      Branch: perl
18499            ! pp.c
18500 ____________________________________________________________________________
18501 [  9788] By: jhi                                   on 2001/04/23  13:02:49
18502         Log: Subject: PATCH [5.7.1] hv.c unused #define
18503              From: Mark-Jason Dominus <mjd@plover.com>
18504              Date: Sun, 22 Apr 2001 14:17:49 -0400
18505              Message-ID: <20010422181749.26976.qmail@plover.com>
18506      Branch: perl
18507            ! hv.c
18508 ____________________________________________________________________________
18509 [  9787] By: jhi                                   on 2001/04/23  13:02:02
18510         Log: Subject: PATCH 5.7.1
18511              From: Mark-Jason Dominus <mjd@plover.com>
18512              Date: Sun, 22 Apr 2001 15:12:57 -0400
18513              Message-ID: <20010422191258.6539.qmail@plover.com>
18514              
18515              plus Sarathy's STMT_START + STMT_END suggestion.
18516      Branch: perl
18517            ! perl.h
18518 ____________________________________________________________________________
18519 [  9786] By: jhi                                   on 2001/04/23  12:53:25
18520         Log: Fix for
18521              
18522              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
18523              From: dLux <dlux@spam.sch.bme.hu>
18524              Date: Mon, 23 Apr 2001 01:25:26 +0200
18525              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
18526              
18527              (SvGROW really does return a char *.)
18528      Branch: perl
18529            ! pod/perlapi.pod sv.h
18530 ____________________________________________________________________________
18531 [  9785] By: jhi                                   on 2001/04/23  04:34:04
18532         Log: Time::Piece work continues.  $t->day removed since
18533              I think it's too confusing.  Now has normal and
18534              abbreviated length weekday names and month names,
18535              the names change with _names(), not _list().
18536              Now has strftime() in Perl, _strftime() is
18537              the libc version (to which strftime() falls back
18538              if it doesn't know the format.  To do: the reverse
18539              of strftime, strptime(), and the localisation of both.
18540      Branch: perl
18541            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
18542            ! t/lib/time-piece.t
18543 ____________________________________________________________________________
18544 [  9784] By: jhi                                   on 2001/04/23  02:41:46
18545         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
18546              From: andreas.koenig@anima.de (Andreas J. Koenig)
18547              Date: 23 Apr 2001 05:20:55 +0200
18548              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
18549      Branch: perl
18550            ! t/pragma/overload.t
18551 ____________________________________________________________________________
18552 [  9783] By: jhi                                   on 2001/04/22  23:32:42
18553         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
18554              From: Robin Houston <robin@kitsite.com>
18555              Date: Mon, 23 Apr 2001 00:38:18 +0100
18556              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
18557      Branch: perl
18558            ! ext/B/B/Deparse.pm
18559 ____________________________________________________________________________
18560 [  9782] By: jhi                                   on 2001/04/22  20:55:43
18561         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
18562              From: Simon Cozens <simon@netthink.co.uk>
18563              Date: Sun, 22 Apr 2001 18:47:25 +0100
18564              Message-ID: <20010422184725.A14411@netthink.co.uk>
18565      Branch: perl
18566            ! sv.c t/pragma/overload.t
18567 ____________________________________________________________________________
18568 [  9781] By: jhi                                   on 2001/04/22  20:52:13
18569         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
18570              From: Robin Houston <robin@kitsite.com>
18571              Date: Sun, 22 Apr 2001 22:14:50 +0100
18572              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
18573      Branch: perl
18574            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18575 ____________________________________________________________________________
18576 [  9780] By: nick                                  on 2001/04/22  20:40:31
18577         Log: Integrate mainline.
18578      Branch: perlio
18579           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18580           +> t/lib/b-stash.t
18581           !> (integrate 38 files)
18582 ____________________________________________________________________________
18583 [  9779] By: jhi                                   on 2001/04/22  15:16:03
18584         Log: Subject: IO::Socket::INET patch
18585              From: andrew deryabin <djsf@technarchy.ru>
18586              Date: Sat, 21 Apr 2001 17:46:52 +0400
18587              Message-ID: <20010421174652.B1426@technarchy>
18588      Branch: perl
18589            ! ext/IO/lib/IO/Socket/INET.pm
18590 ____________________________________________________________________________
18591 [  9778] By: jhi                                   on 2001/04/22  15:14:33
18592         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
18593              From: Mark-Jason Dominus <mjd@plover.com>
18594              Date: Sat, 21 Apr 2001 21:27:49 -0400
18595              Message-ID: <20010422012749.27024.qmail@plover.com>
18596      Branch: perl
18597            ! regcomp.c
18598 ____________________________________________________________________________
18599 [  9777] By: jhi                                   on 2001/04/22  15:10:51
18600         Log: Subject: Re: Regex debugger patch 
18601              From: Mark-Jason Dominus <mjd@plover.com>
18602              Date: Sat, 21 Apr 2001 21:48:51 -0400
18603              Message-ID: <20010422014851.27165.qmail@plover.com>
18604      Branch: perl
18605            ! pod/perldebguts.pod
18606 ____________________________________________________________________________
18607 [  9776] By: jhi                                   on 2001/04/22  15:09:48
18608         Log: Subject: Re: Regex debugger patch
18609              From: Mark-Jason Dominus <mjd@plover.com>
18610              Date: Sat, 21 Apr 2001 14:24:39 -0400
18611              Message-ID: <20010421182439.16508.qmail@plover.com>
18612              
18613              Regex debugger backend.
18614      Branch: perl
18615            ! regcomp.c regexp.h
18616 ____________________________________________________________________________
18617 [  9775] By: jhi                                   on 2001/04/21  16:45:40
18618         Log: Subject: [PATCH] Typo in utf8.h
18619              From: Jesús Quiroga <jquiroga@pobox.com>
18620              Date: Sat, 21 Apr 2001 19:25:33 +0200
18621              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
18622      Branch: perl
18623            ! utf8.h
18624 ____________________________________________________________________________
18625 [  9774] By: jhi                                   on 2001/04/21  16:43:52
18626         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18627              From: Joe Orton <jorton@redhat.com>
18628              Date: Tue, 17 Apr 2001 15:50:43 +0100
18629              Message-Id: <20010417155043.D19132@eu.c2.net>
18630      Branch: perl
18631            ! hints/svr5.sh
18632 ____________________________________________________________________________
18633 [  9773] By: jhi                                   on 2001/04/21  15:30:15
18634         Log: Subject: Patch utils/h2xs.PL
18635              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18636              Date: Sat, 21 Apr 2001 10:32:16 -0500
18637              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
18638              
18639              Add MAILING list and LICENSE templates.
18640      Branch: perl
18641            ! utils/h2xs.PL
18642 ____________________________________________________________________________
18643 [  9772] By: jhi                                   on 2001/04/21  15:28:36
18644         Log: Subject: perlfaq2.patch for 5.7.1
18645              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18646              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
18647              Date: Fri, 20 Apr 2001 16:42:19 -0500
18648              
18649              rm an extra tab, a blurb about the xx.cpan to clarify
18650              which countries actually have that and dejanews is history
18651              as well as most of that nonsensical entry.
18652      Branch: perl
18653            ! pod/perlfaq2.pod
18654 ____________________________________________________________________________
18655 [  9771] By: jhi                                   on 2001/04/21  15:27:17
18656         Log: Subject: perlfaq1.patch for 5.7.1
18657              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18658              Date: Fri, 20 Apr 2001 16:57:36 -0500
18659              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
18660              
18661              Evil URLs must die. Especially when they are broken.
18662      Branch: perl
18663            ! pod/perlfaq1.pod
18664 ____________________________________________________________________________
18665 [  9770] By: jhi                                   on 2001/04/21  15:23:38
18666         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
18667              From: Michael G Schwern <schwern@pobox.com>
18668              Date: Sat, 21 Apr 2001 16:11:12 +0100
18669              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
18670      Branch: perl
18671            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18672            + t/lib/b-stash.t
18673            ! MANIFEST ext/B/B.pm t/lib/b.t
18674 ____________________________________________________________________________
18675 [  9769] By: jhi                                   on 2001/04/21  15:03:32
18676         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
18677              From: Michael G Schwern <schwern@pobox.com>
18678              Date: Sat, 21 Apr 2001 09:48:00 +0100
18679              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
18680      Branch: perl
18681            ! utils/h2ph.PL
18682 ____________________________________________________________________________
18683 [  9768] By: jhi                                   on 2001/04/21  14:33:49
18684         Log: PerlIO and Encode doc cleanup and tweaks.
18685      Branch: perl
18686            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
18687            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
18688 ____________________________________________________________________________
18689 [  9767] By: jhi                                   on 2001/04/21  12:40:16
18690         Log: Integrate perlio.
18691      Branch: perl
18692           !> doio.c
18693 ____________________________________________________________________________
18694 [  9766] By: nick                                  on 2001/04/20  18:28:35
18695         Log: Avoid core dump on
18696              open(STDOUT,">",\$foo);
18697      Branch: perlio
18698            ! doio.c
18699 ____________________________________________________________________________
18700 [  9765] By: jhi                                   on 2001/04/20  13:23:43
18701         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18702              From: Robin Houston <robin@kitsite.com>
18703              Date: Fri, 20 Apr 2001 14:29:22 +0100
18704              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
18705      Branch: perl
18706            ! ext/B/B.pm ext/B/B/Deparse.pm
18707 ____________________________________________________________________________
18708 [  9764] By: jhi                                   on 2001/04/20  13:19:33
18709         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
18710              From: Peter Prymmer <pvhp@forte.com>
18711              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
18712              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
18713      Branch: perl
18714            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18715            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18716            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18717            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18718 ____________________________________________________________________________
18719 [  9763] By: jhi                                   on 2001/04/20  12:36:39
18720         Log: Subject: Re: A new PerlIO coredump
18721              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18722              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
18723              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
18724      Branch: perl
18725            ! doio.c
18726 ____________________________________________________________________________
18727 [  9762] By: jhi                                   on 2001/04/19  23:02:30
18728         Log: Update Changes.
18729      Branch: perl
18730            ! Changes patchlevel.h
18731 ____________________________________________________________________________
18732 [  9761] By: jhi                                   on 2001/04/19  22:59:19
18733         Log: More cleanup cleanup.
18734      Branch: perl
18735            ! Makefile.SH win32/Makefile win32/makefile.mk
18736 ____________________________________________________________________________
18737 [  9760] By: jhi                                   on 2001/04/19  22:50:31
18738         Log: lib/Time is non-empty, let's not rmdir it.
18739      Branch: perl
18740            ! Makefile.SH
18741 ____________________________________________________________________________
18742 [  9759] By: jhi                                   on 2001/04/19  22:36:51
18743         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18744              From: Robin Houston <robin@kitsite.com>
18745              Date: Fri, 20 Apr 2001 00:18:53 +0100
18746              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
18747      Branch: perl
18748            ! ext/B/B/Deparse.pm
18749 ____________________________________________________________________________
18750 [  9758] By: jhi                                   on 2001/04/19  22:36:00
18751         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
18752              From: Peter Prymmer <pvhp@forte.com>
18753              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
18754              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
18755      Branch: perl
18756            ! ext/Cwd/Cwd.xs
18757 ____________________________________________________________________________
18758 [  9757] By: nick                                  on 2001/04/19  18:53:54
18759         Log: Blind (untested) integrate of mainline.
18760      Branch: perlio
18761           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18762           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
18763           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18764           !> (integrate 53 files)
18765 ____________________________________________________________________________
18766 [  9756] By: jhi                                   on 2001/04/19  16:59:23
18767         Log: Document and test Time::Piece.
18768      Branch: perl
18769            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
18770            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
18771 ____________________________________________________________________________
18772 [  9755] By: jhi                                   on 2001/04/19  12:13:29
18773         Log: A better fix for the \x{12345678} trouble from NI-S.
18774      Branch: perl
18775            ! utf8.c
18776 ____________________________________________________________________________
18777 [  9754] By: jhi                                   on 2001/04/19  11:56:07
18778         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
18779              From: Robin Houston <robin@kitsite.com>
18780              Date: Wed, 18 Apr 2001 17:58:33 +0100
18781              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
18782      Branch: perl
18783            ! ext/B/B/Deparse.pm op.c
18784 ____________________________________________________________________________
18785 [  9753] By: jhi                                   on 2001/04/19  04:21:52
18786         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
18787              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
18788              Date: Thu, 19 Apr 2001 01:11:41 -0400
18789              Message-ID: <20010419011141.A5798@cpan.org>
18790      Branch: perl
18791            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18792 ____________________________________________________________________________
18793 [  9752] By: jhi                                   on 2001/04/19  02:41:10
18794         Log: The new time utils need to be thread-aware, too.
18795      Branch: perl
18796            ! util.c
18797 ____________________________________________________________________________
18798 [  9751] By: jhi                                   on 2001/04/19  02:26:47
18799         Log: Compilation nit noticed by AIX compiler.
18800      Branch: perl
18801            ! perlio.c
18802 ____________________________________________________________________________
18803 [  9750] By: jhi                                   on 2001/04/19  02:20:06
18804         Log: The new time utils need to be public.
18805      Branch: perl
18806            ! embed.pl
18807 ____________________________________________________________________________
18808 [  9749] By: jhi                                   on 2001/04/19  01:42:39
18809         Log: Regen toc.
18810      Branch: perl
18811            ! pod/perltoc.pod
18812 ____________________________________________________________________________
18813 [  9748] By: jhi                                   on 2001/04/19  01:41:10
18814         Log: Add Time::Piece, a slight rewrite of Time::Object,
18815              from Matt Sergeant.
18816      Branch: perl
18817            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18818            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
18819            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18820            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
18821            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
18822            ! win32/makefile.mk
18823 ____________________________________________________________________________
18824 [  9747] By: jhi                                   on 2001/04/19  00:55:35
18825         Log: The new metaconfig unit from strftime.
18826      Branch: metaconfig/U/perl
18827            + d_strftime.U
18828 ____________________________________________________________________________
18829 [  9746] By: jhi                                   on 2001/04/19  00:54:54
18830         Log: Move the strftime() wrapper from POSIX.xs to util.c
18831              as my_strftime(), requires HAS_STRFTIME.
18832      Branch: perl
18833            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18834            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18835            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
18836            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18837            ! vos/config.ga.h win32/config.bc win32/config.gc
18838            ! win32/config.vc
18839 ____________________________________________________________________________
18840 [  9745] By: jhi                                   on 2001/04/18  23:11:03
18841         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
18842              in preparation of Time::Piece.
18843      Branch: perl
18844            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
18845 ____________________________________________________________________________
18846 [  9744] By: jhi                                   on 2001/04/18  22:33:12
18847         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
18848              From: Peter Prymmer <pvhp@forte.com>
18849              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
18850              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
18851      Branch: perl
18852            ! t/lib/exporter.t
18853 ____________________________________________________________________________
18854 [  9743] By: jhi                                   on 2001/04/18  22:32:23
18855         Log: Subject: Fwd: pod2html leaves cache files lying around?
18856              From: Rajesh Vaidheeswarran <rv@gnu.org>
18857              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
18858              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
18859      Branch: perl
18860            ! lib/Pod/Html.pm
18861 ____________________________________________________________________________
18862 [  9742] By: jhi                                   on 2001/04/18  20:31:49
18863         Log: Update Changes.
18864      Branch: perl
18865            ! Changes patchlevel.h
18866 ____________________________________________________________________________
18867 [  9741] By: jhi                                   on 2001/04/18  20:23:02
18868         Log: Declare hints only if needed.
18869      Branch: perl
18870            ! ext/B/B/Deparse.pm
18871 ____________________________________________________________________________
18872 [  9740] By: jhi                                   on 2001/04/18  19:06:05
18873         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
18874              bug noticed by Robin Houston; basically the code of detecting
18875              value wraparound was acting differently under different compilers
18876              and platforms.  The workaround is to remove the overflow check
18877              for now, a real fix would be to do the overflow (portably) right.
18878      Branch: perl
18879            ! t/op/pat.t utf8.c
18880 ____________________________________________________________________________
18881 [  9739] By: jhi                                   on 2001/04/18  19:01:23
18882         Log: Subject: [PATCH B::Deparse] some pragma support
18883              From: Robin Houston <robin@kitsite.com>
18884              Date: Wed, 18 Apr 2001 19:32:12 +0100
18885              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
18886      Branch: perl
18887            ! ext/B/B/Deparse.pm
18888 ____________________________________________________________________________
18889 [  9738] By: jhi                                   on 2001/04/18  15:16:37
18890         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
18891              From: Benjamin Sugars <bsugars@canoe.ca>
18892              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
18893              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
18894      Branch: perl
18895            ! t/op/glob.t
18896 ____________________________________________________________________________
18897 [  9737] By: jhi                                   on 2001/04/18  13:24:50
18898         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
18899              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18900              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
18901              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
18902      Branch: perl
18903            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18904            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
18905 ____________________________________________________________________________
18906 [  9736] By: jhi                                   on 2001/04/18  04:15:14
18907         Log: The #9735 also changes the subtest 12.
18908      Branch: perl
18909            ! t/lib/b.t
18910 ____________________________________________________________________________
18911 [  9735] By: jhi                                   on 2001/04/18  03:55:17
18912         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
18913              From: David Dyck <dcd@tc.fluke.com>
18914              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
18915              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
18916      Branch: perl
18917            ! ext/B/B/Deparse.pm
18918 ____________________________________________________________________________
18919 [  9734] By: jhi                                   on 2001/04/18  03:54:11
18920         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18921              From: Gisle Aas <gisle@ActiveState.com>
18922              Date: 17 Apr 2001 19:06:45 -0700
18923              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
18924      Branch: perl
18925            ! pp_hot.c t/op/misc.t
18926 ____________________________________________________________________________
18927 [  9733] By: jhi                                   on 2001/04/17  22:25:22
18928         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
18929              From: "Abigail" <abigail@foad.org>
18930              Date: Wed, 18 Apr 2001 01:17:46 +0200
18931              Message-ID: <20010417231746.21657.qmail@foad.org>
18932      Branch: perl
18933            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
18934 ____________________________________________________________________________
18935 [  9732] By: jhi                                   on 2001/04/17  20:47:56
18936         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
18937              From: Robin Houston <robin@kitsite.com>
18938              Date: Tue, 17 Apr 2001 22:37:42 +0100
18939              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
18940      Branch: perl
18941            ! ext/B/B/Deparse.pm
18942 ____________________________________________________________________________
18943 [  9731] By: nick                                  on 2001/04/17  20:46:35
18944         Log: Re-sync for t/lib/b.t fix
18945      Branch: perlio
18946           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
18947 ____________________________________________________________________________
18948 [  9730] By: jhi                                   on 2001/04/17  20:45:29
18949         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
18950              From: Robin Houston <robin@kitsite.com>
18951              Date: Tue, 17 Apr 2001 22:29:36 +0100
18952              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
18953      Branch: perl
18954            ! ext/B/B.xs ext/B/B/Deparse.pm
18955 ____________________________________________________________________________
18956 [  9729] By: jhi                                   on 2001/04/17  20:43:11
18957         Log: Subject: Deparse - parenthesise args to undeclared subs
18958              From: Robin Houston <robin@kitsite.com>
18959              Date: Tue, 17 Apr 2001 21:31:05 +0100
18960              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
18961      Branch: perl
18962            ! ext/B/B/Deparse.pm
18963 ____________________________________________________________________________
18964 [  9728] By: jhi                                   on 2001/04/17  18:57:30
18965         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
18966              From: Benjamin Sugars <ben.sugars@home.com>
18967              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
18968              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
18969      Branch: perl
18970            ! t/lib/cwd.t
18971 ____________________________________________________________________________
18972 [  9727] By: jhi                                   on 2001/04/17  18:20:20
18973         Log: Subject: [PATCH B::Deparse] ambient pragmas
18974              From: Robin Houston <robin@kitsite.com>
18975              Date: Tue, 17 Apr 2001 20:01:59 +0100
18976              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
18977      Branch: perl
18978            ! ext/B/B/Deparse.pm t/lib/b.t
18979 ____________________________________________________________________________
18980 [  9726] By: nick                                  on 2001/04/17  16:33:51
18981         Log: Integrate mainline (t/lib/b.t fails test 2...)
18982      Branch: perlio
18983           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
18984           +> ext/List/Util/README ext/List/Util/Util.xs
18985           +> ext/List/Util/lib/List/Util.pm
18986           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
18987           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18988           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18989           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18990           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18991           !> (integrate 31 files)
18992 ____________________________________________________________________________
18993 [  9725] By: jhi                                   on 2001/04/17  12:14:24
18994         Log: Subject: multiple B::* changes
18995              From: Robin Houston <robin@kitsite.com>
18996              Date: Thu, 12 Apr 2001 20:12:27 +0100
18997              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
18998      Branch: perl
18999            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19000 ____________________________________________________________________________
19001 [  9724] By: jhi                                   on 2001/04/17  11:59:05
19002         Log: Thread-awareness from Doug MacEachern.
19003      Branch: perl
19004            ! ext/List/Util/Util.xs
19005 ____________________________________________________________________________
19006 [  9723] By: jhi                                   on 2001/04/17  11:57:41
19007         Log: Make the test more portable.
19008      Branch: perl
19009            ! t/lib/cwd.t
19010 ____________________________________________________________________________
19011 [  9722] By: jhi                                   on 2001/04/17  11:53:50
19012         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
19013              From: Benjamin Sugars <ben.sugars@home.com>
19014              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
19015              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
19016      Branch: perl
19017            ! t/lib/cwd.t
19018 ____________________________________________________________________________
19019 [  9721] By: jhi                                   on 2001/04/17  11:52:17
19020         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
19021              From: Benjamin Sugars <bsugars@canoe.ca>
19022              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
19023              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
19024      Branch: perl
19025            ! op.c
19026 ____________________________________________________________________________
19027 [  9720] By: jhi                                   on 2001/04/17  11:35:42
19028         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
19029              From: Chris Nandor <pudge@pobox.com>
19030              Date: Tue, 17 Apr 2001 00:30:49 -0400
19031              Message-Id: <p05100207b701768712de@[10.0.1.177]>
19032      Branch: perl
19033            ! ext/File/Glob/bsd_glob.c gv.c
19034 ____________________________________________________________________________
19035 [  9719] By: jhi                                   on 2001/04/17  11:32:13
19036         Log: Subject: [PATCH] Tweten->West
19037              From: Casey West <casey@geeknest.com>
19038              Date: Mon, 16 Apr 2001 12:11:22 -0400
19039              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
19040      Branch: perl
19041            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
19042            ! pod/perltie.pod
19043 ____________________________________________________________________________
19044 [  9718] By: jhi                                   on 2001/04/16  03:22:52
19045         Log: Update Changes.
19046      Branch: perl
19047            ! Changes patchlevel.h
19048 ____________________________________________________________________________
19049 [  9717] By: jhi                                   on 2001/04/16  03:06:28
19050         Log: Regen toc.
19051      Branch: perl
19052            ! pod/perltoc.pod
19053 ____________________________________________________________________________
19054 [  9716] By: jhi                                   on 2001/04/16  02:58:42
19055         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
19056              From: Prymmer/Kahn <pvhp@best.com>
19057              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
19058              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
19059      Branch: perl
19060            ! utf8.c
19061 ____________________________________________________________________________
19062 [  9715] By: jhi                                   on 2001/04/15  23:40:35
19063         Log: Subject: Re: Net::Ping patch, adds stream protocol
19064              From: bronson@rinspin.com (Scott Bronson)
19065              Date: Tue, 10 Apr 2001 23:58:33 -0700
19066              Message-ID: <20010410235833.N29719@rinspin.com>
19067      Branch: perl
19068            ! lib/Net/Ping.pm
19069 ____________________________________________________________________________
19070 [  9714] By: jhi                                   on 2001/04/15  23:31:46
19071         Log: Printing out the ok messages helps successful testing.
19072      Branch: perl
19073            ! t/lib/time-hires.t
19074 ____________________________________________________________________________
19075 [  9713] By: jhi                                   on 2001/04/15  21:43:24
19076         Log: Update Douglas Wegscheid's email.
19077      Branch: perl
19078            ! AUTHORS
19079 ____________________________________________________________________________
19080 [  9712] By: jhi                                   on 2001/04/15  21:40:41
19081         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
19082              From: Michael G Schwern <schwern@pobox.com>
19083              Date: Sat, 14 Apr 2001 22:40:50 +0100
19084              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
19085      Branch: perl
19086            + t/lib/exporter.t
19087            ! MANIFEST lib/Exporter/Heavy.pm
19088 ____________________________________________________________________________
19089 [  9711] By: jhi                                   on 2001/04/15  21:39:21
19090         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
19091              From: Michael G Schwern <schwern@pobox.com>
19092              Date: Sat, 14 Apr 2001 22:13:59 +0100
19093              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
19094      Branch: perl
19095            ! t/op/loopctl.t
19096 ____________________________________________________________________________
19097 [  9710] By: jhi                                   on 2001/04/15  21:30:19
19098         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
19099              From: Michael G Schwern <schwern@pobox.com>
19100              Date: Sat, 14 Apr 2001 22:05:32 +0100
19101              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
19102      Branch: perl
19103            ! t/pragma/warnings.t
19104 ____________________________________________________________________________
19105 [  9709] By: jhi                                   on 2001/04/15  19:34:09
19106         Log: Integrate changes #9706,9707 from maintperl into mainline.
19107              
19108              change#7210 broke .packlist generation
19109              
19110              ExtUtils::Installed doesn't quote regex metacharacters in paths
19111              before using them in match; also make it work for dosish platforms
19112      Branch: perl
19113           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19114 ____________________________________________________________________________
19115 [  9708] By: jhi                                   on 2001/04/15  19:31:01
19116         Log: Test also the scalar aspect of getitimer().
19117      Branch: perl
19118            ! t/lib/time-hires.t
19119 ____________________________________________________________________________
19120 [  9707] By: gsar                                  on 2001/04/15  17:24:20
19121         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
19122              before using them in match; also make it work for dosish platforms
19123      Branch: maint-5.6/perl
19124            ! lib/ExtUtils/Installed.pm
19125 ____________________________________________________________________________
19126 [  9706] By: gsar                                  on 2001/04/15  17:21:59
19127         Log: change#7210 broke .packlist generation (listed only filename
19128              rather than fully qualified path name)
19129      Branch: maint-5.6/perl
19130            ! lib/ExtUtils/Install.pm
19131 ____________________________________________________________________________
19132 [  9705] By: jhi                                   on 2001/04/15  12:36:33
19133         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
19134      Branch: perl
19135            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
19136            ! t/lib/time-hires.t
19137 ____________________________________________________________________________
19138 [  9704] By: jhi                                   on 2001/04/15  10:49:08
19139         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
19140              From: Prymmer/Kahn <pvhp@best.com>
19141              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
19142              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
19143      Branch: perl
19144            ! lib/utf8.pm pod/perlebcdic.pod
19145 ____________________________________________________________________________
19146 [  9703] By: jhi                                   on 2001/04/15  02:26:26
19147         Log: I keep forgetting to sort MANIFEST.
19148      Branch: perl
19149            ! MANIFEST
19150 ____________________________________________________________________________
19151 [  9702] By: jhi                                   on 2001/04/15  02:07:47
19152         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
19153              Now we have blessed, reftype, tainted, first, reduce, ...
19154      Branch: perl
19155            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19156            + ext/List/Util/README ext/List/Util/Util.xs
19157            + ext/List/Util/lib/List/Util.pm
19158            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
19159            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
19160            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19161            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19162            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19163            ! MANIFEST
19164 ____________________________________________________________________________
19165 [  9701] By: jhi                                   on 2001/04/14  15:05:25
19166         Log: Subject: RE: dprofpp.pl updates 
19167              From: Carl Eklof <CEklof@endeca.com>
19168              Date: Thu, 12 Apr 2001 18:45:46 -0400
19169              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
19170      Branch: perl
19171            ! utils/dprofpp.PL
19172 ____________________________________________________________________________
19173 [  9700] By: jhi                                   on 2001/04/14  14:44:55
19174         Log: Do not just blindly add CR.
19175      Branch: perl
19176            ! Porting/makerel
19177 ____________________________________________________________________________
19178 [  9699] By: jhi                                   on 2001/04/13  13:17:01
19179         Log: Update Changes.
19180      Branch: perl
19181            ! Changes patchlevel.h
19182 ____________________________________________________________________________
19183 [  9698] By: jhi                                   on 2001/04/13  12:44:48
19184         Log: Integrate perlio.
19185      Branch: perl
19186           !> ext/PerlIO/Scalar/Scalar.xs
19187 ____________________________________________________________________________
19188 [  9697] By: jhi                                   on 2001/04/13  12:29:15
19189         Log: Add more debug output to the test.
19190      Branch: perl
19191            ! t/lib/cwd.t
19192 ____________________________________________________________________________
19193 [  9696] By: nick                                  on 2001/04/13  10:14:29
19194         Log: Fix core dump on binmode($fh,'Scalar')
19195      Branch: perlio
19196            ! ext/PerlIO/Scalar/Scalar.xs
19197 ____________________________________________________________________________
19198 [  9695] By: nick                                  on 2001/04/13  09:05:42
19199         Log: Integrate mainline
19200      Branch: perlio
19201           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19202           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19203           +> t/lib/time-hires.t
19204           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
19205           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
19206           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19207           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
19208           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
19209           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
19210           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
19211 ____________________________________________________________________________
19212 [  9694] By: jhi                                   on 2001/04/12  22:23:35
19213         Log: Integrate change #9693 from maintperl into mainline.
19214              
19215              $VERSION and Version() on the same line provokes a warning from
19216              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19217      Branch: perl
19218           !> lib/Devel/SelfStubber.pm
19219 ____________________________________________________________________________
19220 [  9693] By: gsar                                  on 2001/04/12  21:55:56
19221         Log: $VERSION and Version() on the same line provokes a warning from
19222              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19223      Branch: maint-5.6/perl
19224            ! lib/Devel/SelfStubber.pm
19225 ____________________________________________________________________________
19226 [  9692] By: jhi                                   on 2001/04/12  13:54:00
19227         Log: This is at least 5.005.
19228      Branch: perl
19229            ! ext/Time/HiRes/HiRes.xs
19230 ____________________________________________________________________________
19231 [  9691] By: jhi                                   on 2001/04/12  13:37:20
19232         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
19233      Branch: perl
19234            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
19235            ! win32/Makefile win32/makefile.mk
19236 ____________________________________________________________________________
19237 [  9690] By: jhi                                   on 2001/04/12  01:34:46
19238         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
19239      Branch: perl
19240            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19241            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19242            + t/lib/time-hires.t
19243            ! MANIFEST
19244 ____________________________________________________________________________
19245 [  9689] By: jhi                                   on 2001/04/12  00:28:39
19246         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
19247              From: Gisle Aas <gisle@ActiveState.com>
19248              Date: 11 Apr 2001 16:36:11 -0700
19249              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
19250      Branch: perl
19251            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
19252 ____________________________________________________________________________
19253 [  9688] By: jhi                                   on 2001/04/12  00:27:39
19254         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19255              From: Gisle Aas <gisle@ActiveState.com>
19256              Date: 11 Apr 2001 11:13:24 -0700
19257              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
19258      Branch: perl
19259            ! ext/MIME/Base64/Base64.xs
19260 ____________________________________________________________________________
19261 [  9687] By: jhi                                   on 2001/04/11  19:51:47
19262         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
19263      Branch: perl
19264            ! Todo-5.6
19265 ____________________________________________________________________________
19266 [  9686] By: jhi                                   on 2001/04/11  16:54:25
19267         Log: Subject: [PATCH opcode.pl] Documentation of table format
19268              From: Simon Cozens <simon@netthink.co.uk>
19269              Date: Wed, 11 Apr 2001 12:59:31 +0100
19270              Message-ID: <20010411125931.A25681@netthink.co.uk>
19271      Branch: perl
19272            ! opcode.pl
19273 ____________________________________________________________________________
19274 [  9685] By: jhi                                   on 2001/04/11  16:53:15
19275         Log: Subject: [PATCH] prototype("CORE::recv")
19276              From: Simon Cozens <simon@netthink.co.uk>
19277              Date: Wed, 11 Apr 2001 13:24:35 +0100
19278              Message-ID: <20010411132435.A26169@netthink.co.uk>
19279      Branch: perl
19280            ! pp.c t/comp/proto.t
19281 ____________________________________________________________________________
19282 [  9684] By: jhi                                   on 2001/04/11  16:47:13
19283         Log: FAQ (and AUTHORS) update from Dan Carson: the information
19284              was several years obsolete, Term::Readkey has been updated
19285              to have the functionality.
19286      Branch: perl
19287            ! AUTHORS pod/perlfaq5.pod
19288 ____________________________________________________________________________
19289 [  9683] By: jhi                                   on 2001/04/11  12:15:46
19290         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19291              From: Calle Dybedahl <calle@lysator.liu.se>
19292              Date: 10 Apr 2001 16:44:16 +0200
19293              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
19294      Branch: perl
19295            ! ext/MIME/Base64/Base64.xs
19296 ____________________________________________________________________________
19297 [  9682] By: jhi                                   on 2001/04/11  12:12:26
19298         Log: A more minimal fix for 20010410.006 from Hugo.
19299      Branch: perl
19300            ! regexec.c
19301 ____________________________________________________________________________
19302 [  9681] By: jhi                                   on 2001/04/11  11:34:23
19303         Log: Integrate changes #9678,9679 from maintline into mainperl.
19304              
19305              addendum to change#9676
19306              
19307              up $File::Glob::VERSION; add a note pointing out the version of
19308              the OpenBSD glob bsd_glob.c resembles
19309      Branch: perl
19310           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19311           !> ext/File/Glob/bsd_glob.h
19312 ____________________________________________________________________________
19313 [  9680] By: jhi                                   on 2001/04/11  11:30:38
19314         Log: Bad test numbering in integrate in #9677.
19315              Fixes ID 20010411.001.
19316      Branch: perl
19317            ! t/op/pat.t
19318 ____________________________________________________________________________
19319 [  9679] By: gsar                                  on 2001/04/11  03:38:40
19320         Log: up $File::Glob::VERSION; add a note pointing out the version of
19321              the OpenBSD glob bsd_glob.c resembles
19322      Branch: maint-5.6/perl
19323            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19324            ! ext/File/Glob/bsd_glob.h
19325 ____________________________________________________________________________
19326 [  9678] By: gsar                                  on 2001/04/11  03:09:48
19327         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
19328              revision 1.8.10.1 found here:
19329              
19330              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
19331      Branch: maint-5.6/perl
19332            ! ext/File/Glob/bsd_glob.c
19333 ____________________________________________________________________________
19334 [  9677] By: jhi                                   on 2001/04/11  02:54:39
19335         Log: Integrate changes #9675,9676 from maintperl into mainline.
19336              
19337              fix for bug 20010410.006, undo change#7115
19338              
19339              port the OpenBSD glob() security patch
19340      Branch: perl
19341           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19342           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
19343           !> t/op/pat.t
19344 ____________________________________________________________________________
19345 [  9676] By: gsar                                  on 2001/04/11  02:19:02
19346         Log: port the glob() security patch found at:
19347              
19348              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
19349              
19350              CERT advisory for the issue is here:
19351              
19352              http://www.cert.org/advisories/CA-2001-07.html
19353              
19354              Note that the security scare is only relevant for those who are
19355              foolish enough to build suidperl (which is now officially discouraged)
19356      Branch: maint-5.6/perl
19357            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19358            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
19359 ____________________________________________________________________________
19360 [  9675] By: gsar                                  on 2001/04/10  23:52:11
19361         Log: fix for bug 20010410.006
19362              
19363              undo change#7115 (came into maint-5.6 as change#8156)
19364              
19365              add tests to keep it from coming back
19366      Branch: maint-5.6/perl
19367            ! regexec.c t/op/pat.t
19368 ____________________________________________________________________________
19369 [  9674] By: nick                                  on 2001/04/10  20:39:31
19370         Log: Integrate mainline
19371      Branch: perlio
19372           +> Porting/testall.atom
19373           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
19374           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
19375           !> t/lib/lc-uk.t t/pod/find.t
19376 ____________________________________________________________________________
19377 [  9673] By: nick                                  on 2001/04/10  18:46:14
19378         Log: Integrate against change 9670 aka perl-5.7.1
19379      Branch: perlio
19380           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19381           !> (integrate 53 files)
19382 ____________________________________________________________________________
19383 [  9672] By: jhi                                   on 2001/04/10  13:45:01
19384         Log: Add a script for doing cumulative profile of the test suite.
19385              (Requires ATOM, that is, Tru64.)
19386      Branch: perl
19387            + Porting/testall.atom
19388            ! MANIFEST
19389 ____________________________________________________________________________
19390 [  9671] By: jhi                                   on 2001/04/10  12:38:53
19391         Log: Missing std block.
19392      Branch: perl
19393            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
19394            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
19395            ! t/pod/find.t
19396 ____________________________________________________________________________
19397 [  9670] By: jhi                                   on 2001/04/10  01:25:58
19398         Log: This is 5.7.1.
19399      Branch: perl
19400            ! patchlevel.h
19401 ____________________________________________________________________________
19402 [  9669] By: jhi                                   on 2001/04/10  01:09:14
19403         Log: Update Changes.
19404      Branch: perl
19405            ! Changes patchlevel.h
19406 ____________________________________________________________________________
19407 [  9668] By: jhi                                   on 2001/04/10  01:00:38
19408         Log: Regen toc.
19409      Branch: perl
19410            ! pod/perltoc.pod
19411 ____________________________________________________________________________
19412 [  9667] By: jhi                                   on 2001/04/10  00:52:16
19413         Log: Update perlhist.
19414      Branch: perl
19415            ! pod/perlhist.pod
19416 ____________________________________________________________________________
19417 [  9666] By: jhi                                   on 2001/04/09  23:38:59
19418         Log: Slight wording tweaks from Damian to #9658.
19419      Branch: perl
19420            ! pod/perlobj.pod
19421 ____________________________________________________________________________
19422 [  9665] By: jhi                                   on 2001/04/09  19:56:06
19423         Log: Subject: [PATCH perlutil.pod] Nit
19424              From: Simon Cozens <simon@netthink.co.uk>
19425              Date: Mon, 9 Apr 2001 20:29:44 +0100
19426              Message-ID: <20010409202944.A14796@the.earth.li>
19427      Branch: perl
19428            ! pod/perlutil.pod
19429 ____________________________________________________________________________
19430 [  9664] By: jhi                                   on 2001/04/09  19:54:42
19431         Log: Subject: Re: perl571delta.pod@9631
19432              From: Mike Guy <mjtg@cam.ac.uk>
19433              Date: Mon, 09 Apr 2001 18:09:14 +0100
19434              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
19435      Branch: perl
19436            ! pod/perl571delta.pod
19437 ____________________________________________________________________________
19438 [  9663] By: jhi                                   on 2001/04/09  13:43:35
19439         Log: Update Changes.
19440      Branch: perl
19441            ! Changes patchlevel.h
19442 ____________________________________________________________________________
19443 [  9662] By: jhi                                   on 2001/04/09  13:24:46
19444         Log: tweak tweak.
19445      Branch: perl
19446            ! AUTHORS pod/perl571delta.pod
19447 ____________________________________________________________________________
19448 [  9661] By: jhi                                   on 2001/04/09  13:15:13
19449         Log: Thinko in manual patch applying.
19450      Branch: perl
19451            ! sv.c
19452 ____________________________________________________________________________
19453 [  9660] By: jhi                                   on 2001/04/09  13:07:53
19454         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
19455              From: Robin Barker <rmb1@cise.npl.co.uk> 
19456              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
19457              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
19458              
19459              (This corrects the case where the "isn't numeric" string contains \0s
19460              and is longer than the temporary buffer, and contains \0 at the point
19461              the string would be truncated by "...".) 
19462      Branch: perl
19463            ! sv.c
19464 ____________________________________________________________________________
19465 [  9659] By: jhi                                   on 2001/04/09  12:57:41
19466         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
19467      Branch: perl
19468            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
19469            ! t/lib/cgi-function.t t/lib/cgi-html.t
19470 ____________________________________________________________________________
19471 [  9658] By: jhi                                   on 2001/04/09  12:48:47
19472         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
19473              From: Ilmari Karonen <iltzu@sci.fi>
19474              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
19475              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
19476              
19477              Rearrange and rewrite the Method Invocation section
19478              to explain the concepts in nicer order.
19479      Branch: perl
19480            ! pod/perlobj.pod
19481 ____________________________________________________________________________
19482 [  9657] By: jhi                                   on 2001/04/09  12:35:58
19483         Log: Upgrade to podlators 1.09, from Russ Allbery.
19484      Branch: perl
19485            ! lib/Pod/Man.pm lib/Pod/Text.pm
19486 ____________________________________________________________________________
19487 [  9656] By: jhi                                   on 2001/04/09  12:31:53
19488         Log: perl571delta.
19489      Branch: perl
19490            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
19491 ____________________________________________________________________________
19492 [  9655] By: jhi                                   on 2001/04/09  12:20:09
19493         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
19494              From: Prymmer/Kahn <pvhp@best.com>
19495              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
19496              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
19497      Branch: perl
19498            ! lib/utf8.pm pod/perlunicode.pod
19499 ____________________________________________________________________________
19500 [  9654] By: gsar                                  on 2001/04/09  03:38:33
19501         Log: here lies 5.6.1
19502      Branch: maint-5.6/perl
19503            ! Changes
19504 ____________________________________________________________________________
19505 [  9653] By: jhi                                   on 2001/04/09  03:25:24
19506         Log: Update perlhist.
19507      Branch: perl
19508            ! pod/perlhist.pod
19509 ____________________________________________________________________________
19510 [  9652] By: jhi                                   on 2001/04/09  03:18:49
19511         Log: perl571delta tweaking continues.
19512      Branch: perl
19513            ! pod/perl571delta.pod
19514 ____________________________________________________________________________
19515 [  9651] By: gsar                                  on 2001/04/09  03:11:19
19516         Log: update Changes, patchlevel.h &c.
19517      Branch: maint-5.6/perl
19518            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
19519            ! pod/perltoc.pod
19520 ____________________________________________________________________________
19521 [  9650] By: jhi                                   on 2001/04/09  02:40:24
19522         Log: Integrate the perlfork half of #9513 from maintperl into mainline
19523              (the perlunicode half is obsolete)
19524      Branch: perl
19525            ! pod/perlfork.pod
19526 ____________________________________________________________________________
19527 [  9649] By: gsar                                  on 2001/04/09  02:35:43
19528         Log: tweak perldelta as suggested by Jarkko
19529      Branch: maint-5.6/perl
19530            ! pod/perldelta.pod
19531 ____________________________________________________________________________
19532 [  9648] By: jhi                                   on 2001/04/09  02:13:04
19533         Log: Integrate change #9646 from maintperl into mainline.
19534              
19535              add note about ithreads and Thread.pm
19536      Branch: perl
19537           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
19538 ____________________________________________________________________________
19539 [  9647] By: jhi                                   on 2001/04/09  02:10:18
19540         Log: Bad assumption that shortsize == 2.
19541      Branch: perl
19542            ! t/lib/xs-typemap.t
19543 ____________________________________________________________________________
19544 [  9646] By: gsar                                  on 2001/04/09  00:48:04
19545         Log: add note about ithreads and Thread.pm (too many people are
19546              confused by the fact that Thread.pm is built and installed
19547              under non-5005threads but doesn't work)
19548      Branch: maint-5.6/perl
19549            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
19550 ____________________________________________________________________________
19551 [  9645] By: gsar                                  on 2001/04/09  00:19:03
19552         Log: update perldelta.pod for changes in 5.6.1
19553      Branch: maint-5.6/perl
19554            ! Changes pod/perldelta.pod
19555 ____________________________________________________________________________
19556 [  9644] By: jhi                                   on 2001/04/08  20:37:00
19557         Log: Integrate change #9639 from maintperl into mainline:
19558              on windows, many of the README.* pods were being copied to
19559              the wrong location
19560      Branch: perl
19561           !> win32/Makefile win32/makefile.mk
19562 ____________________________________________________________________________
19563 [  9643] By: jhi                                   on 2001/04/08  20:07:11
19564         Log: Integrate change #9624 from maintperl into mainline:
19565              the pod tests were not okay.  (t/pod/find.t changes ignored)
19566      Branch: perl
19567           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
19568           !> t/pod/include.t t/pod/included.t t/pod/lref.t
19569           !> t/pod/multiline_items.t t/pod/nested_items.t
19570           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19571           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19572 ____________________________________________________________________________
19573 [  9642] By: jhi                                   on 2001/04/08  19:57:17
19574         Log: Integrate change #9638 from maintperl into mainline:
19575              update to latest JPL from the anoncvs repository
19576      Branch: perl
19577           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19578           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19579           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19580 ____________________________________________________________________________
19581 [  9641] By: jhi                                   on 2001/04/08  19:53:30
19582         Log: perl571delta updates.
19583      Branch: perl
19584            ! lib/Filter/Simple.pm pod/perl571delta.pod
19585 ____________________________________________________________________________
19586 [  9640] By: gsar                                  on 2001/04/08  19:20:46
19587         Log: integrate change#9634 from mainline
19588              
19589              Fix the perlmodlib generation (didn't understand separate .pod
19590              files; didn't understand -- as the name-thing separator).
19591              Update the CPAN mirrors list.
19592      Branch: maint-5.6/perl
19593            ! pod/perlmodlib.pod
19594           !> pod/perlmodlib.PL
19595 ____________________________________________________________________________
19596 [  9639] By: gsar                                  on 2001/04/08  18:57:31
19597         Log: on windows, many of the README.* pods were being copied to the wrong
19598              location
19599      Branch: maint-5.6/perl
19600            ! win32/Makefile win32/makefile.mk
19601 ____________________________________________________________________________
19602 [  9638] By: gsar                                  on 2001/04/08  18:38:25
19603         Log: update to latest JPL from the anoncvs repository
19604      Branch: maint-5.6/perl
19605            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19606            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19607            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19608 ____________________________________________________________________________
19609 [  9637] By: jhi                                   on 2001/04/08  17:53:53
19610         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
19611      Branch: perl
19612            ! pod/perl571delta.pod
19613 ____________________________________________________________________________
19614 [  9636] By: jhi                                   on 2001/04/08  17:18:32
19615         Log: Regen toc.
19616      Branch: perl
19617            ! pod/perltoc.pod
19618 ____________________________________________________________________________
19619 [  9635] By: jhi                                   on 2001/04/08  17:16:33
19620         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
19621              From: "Craig A. Berry" <craigberry@mac.com>
19622              Date: Sun, 08 Apr 2001 12:30:16 -0500
19623              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
19624      Branch: perl
19625            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
19626 ____________________________________________________________________________
19627 [  9634] By: jhi                                   on 2001/04/08  17:09:19
19628         Log: Fix the perlmodlib generation (didn't understand separate .pod
19629              files; didn't understand -- as the name-thing separator).
19630              
19631              Update the CPAN mirrors list.
19632      Branch: perl
19633            ! pod/perlmodlib.PL pod/perlmodlib.pod
19634 ____________________________________________________________________________
19635 [  9633] By: jhi                                   on 2001/04/08  16:49:17
19636         Log: Sort MANIFEST.
19637      Branch: perl
19638            ! MANIFEST
19639 ____________________________________________________________________________
19640 [  9632] By: gsar                                  on 2001/04/08  16:36:06
19641         Log: add $Tie::RefHash::VERSION
19642      Branch: maint-5.6/perl
19643            ! lib/Tie/RefHash.pm
19644 ____________________________________________________________________________
19645 [  9631] By: jhi                                   on 2001/04/08  16:10:15
19646         Log: perl571delta updates based on p5p feedback; still needs
19647              lots of examples.
19648      Branch: perl
19649            ! pod/perl571delta.pod
19650 ____________________________________________________________________________
19651 [  9630] By: jhi                                   on 2001/04/08  15:59:13
19652         Log: Update the list of supported platforms to talk about 5.7.1
19653              (and 5.6.1)
19654      Branch: perl
19655            ! pod/perlport.pod
19656 ____________________________________________________________________________
19657 [  9629] By: jhi                                   on 2001/04/08  15:55:41
19658         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
19659              from maintperl into mainline: perlport updates.
19660      Branch: perl
19661            ! pod/perlport.pod
19662 ____________________________________________________________________________
19663 [  9628] By: jhi                                   on 2001/04/08  15:53:17
19664         Log: perlsolaris.pod copied to wrong directory.
19665      Branch: perl
19666            ! win32/makefile.mk
19667 ____________________________________________________________________________
19668 [  9627] By: jhi                                   on 2001/04/08  14:48:18
19669         Log: Subject: Typos in perl571delta.pod
19670              From: "Stephen P. Potter" <spp@spotter.yi.org>
19671              Date: Sat, 07 Apr 2001 20:37:05 -0400
19672              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
19673      Branch: perl
19674            ! pod/perl571delta.pod
19675 ____________________________________________________________________________
19676 [  9626] By: jhi                                   on 2001/04/08  14:39:04
19677         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
19678      Branch: perl
19679            ! gv.c
19680 ____________________________________________________________________________
19681 [  9625] By: nick                                  on 2001/04/08  10:14:23
19682         Log: Integrate mainline
19683      Branch: perlio
19684           +> pod/perl570delta.pod pod/perl571delta.pod
19685           !> (integrate 27 files)
19686 ____________________________________________________________________________
19687 [  9624] By: gsar                                  on 2001/04/08  06:08:17
19688         Log: test in t/pod/* were busted
19689              
19690              these tests are still not enabled in t/{harness,TEST}
19691      Branch: maint-5.6/perl
19692            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
19693            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
19694            ! t/pod/multiline_items.t t/pod/nested_items.t
19695            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19696            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19697 ____________________________________________________________________________
19698 [  9623] By: gsar                                  on 2001/04/08  03:37:01
19699         Log: integrate change#9470 from mainline
19700              
19701              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
19702      Branch: maint-5.6/perl
19703           !> ext/Socket/Socket.xs
19704 ____________________________________________________________________________
19705 [  9622] By: jhi                                   on 2001/04/07  22:40:47
19706         Log: Update Changes.
19707      Branch: perl
19708            ! Changes patchlevel.h
19709 ____________________________________________________________________________
19710 [  9621] By: jhi                                   on 2001/04/07  22:34:16
19711         Log: Update AUTHORS.
19712      Branch: perl
19713            ! AUTHORS
19714 ____________________________________________________________________________
19715 [  9620] By: jhi                                   on 2001/04/07  22:12:47
19716         Log: Forgot to bump the number of tests in #9164.
19717      Branch: perl
19718            ! t/op/array.t
19719 ____________________________________________________________________________
19720 [  9619] By: jhi                                   on 2001/04/07  22:09:50
19721         Log: Bump patchlevel to 5.7.1.
19722      Branch: perl
19723            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19724            ! config_h.SH patchlevel.h
19725 ____________________________________________________________________________
19726 [  9618] By: jhi                                   on 2001/04/07  22:02:41
19727         Log: Populate perl571delta.
19728      Branch: perl
19729            ! pod/perl571delta.pod
19730 ____________________________________________________________________________
19731 [  9617] By: jhi                                   on 2001/04/07  22:01:23
19732         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
19733              to forget it later; do not change patchlevel.h yet or regenerate
19734              Configure yet.
19735      Branch: perl
19736            ! epoc/config.sh win32/Makefile win32/config_H.bc
19737            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19738 ____________________________________________________________________________
19739 [  9616] By: jhi                                   on 2001/04/07  17:46:33
19740         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
19741      Branch: perl
19742            ! pod/perl571delta.pod
19743 ____________________________________________________________________________
19744 [  9615] By: jhi                                   on 2001/04/07  17:33:21
19745         Log: Change the toc configuration.
19746      Branch: perl
19747            ! pod/buildtoc.PL pod/perl.pod
19748 ____________________________________________________________________________
19749 [  9614] By: jhi                                   on 2001/04/07  17:29:47
19750         Log: Subject: PATCH: $[
19751              From: Robin Houston <robin@kitsite.com>
19752              Date: Fri, 6 Apr 2001 18:10:14 +0100
19753              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
19754      Branch: perl
19755            ! op.c t/op/array.t
19756 ____________________________________________________________________________
19757 [  9613] By: jhi                                   on 2001/04/07  17:28:26
19758         Log: Subject: [PATCH perl@9424] isn't numeric warning
19759              From: Robin Barker <rmb1@cise.npl.co.uk>
19760              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
19761              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
19762      Branch: perl
19763            ! sv.c t/pragma/warn/sv
19764 ____________________________________________________________________________
19765 [  9612] By: jhi                                   on 2001/04/07  17:26:45
19766         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
19767              From: Mike Guy <mjtg@cam.ac.uk>
19768              Date: Fri, 06 Apr 2001 12:47:06 +0100
19769              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
19770      Branch: perl
19771            ! dump.c t/lib/peek.t
19772 ____________________________________________________________________________
19773 [  9611] By: jhi                                   on 2001/04/07  17:21:35
19774         Log: Create perl571delta and seed it off with the perldelta changes
19775              since 5.7.0; remove those changes from perldelta and rename it
19776              as perl570delta; recreate perldelta but leave it almost empty.
19777      Branch: perl
19778            + pod/perl570delta.pod pod/perl571delta.pod
19779            ! MANIFEST pod/perldelta.pod
19780 ____________________________________________________________________________
19781 [  9610] By: jhi                                   on 2001/04/07  16:56:32
19782         Log: Denit.
19783      Branch: perl
19784            ! pod/perldelta.pod
19785 ____________________________________________________________________________
19786 [  9609] By: jhi                                   on 2001/04/07  16:38:32
19787         Log: Retract #9523: needs more thought.
19788      Branch: perl
19789            ! Makefile.SH
19790 ____________________________________________________________________________
19791 [  9608] By: jhi                                   on 2001/04/07  14:59:20
19792         Log: atmark() code cleanaup.
19793      Branch: perl
19794            ! ext/IO/IO.xs
19795 ____________________________________________________________________________
19796 [  9607] By: jhi                                   on 2001/04/07  14:48:14
19797         Log: Integrate change #9605 from maintperl into mainline.
19798              
19799              can't optimize away scope entry if tr/// is present
19800      Branch: perl
19801           !> op.c t/op/tr.t
19802 ____________________________________________________________________________
19803 [  9606] By: jhi                                   on 2001/04/07  14:43:59
19804         Log: Integrate perlio.
19805      Branch: perl
19806           +> win32/FindExt.pm
19807           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
19808           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
19809 ____________________________________________________________________________
19810 [  9605] By: gsar                                  on 2001/04/07  11:52:40
19811         Log: can't optimize away scope entry if tr/// is present
19812      Branch: maint-5.6/perl
19813            ! op.c t/op/tr.t
19814 ____________________________________________________________________________
19815 [  9604] By: nick                                  on 2001/04/07  11:39:45
19816         Log: Split out extension finding code from buildext.pl into FindExt.pm
19817              Use it to get Config.pm's idea of available extensions in line
19818              with what is built.
19819      Branch: perlio
19820            + win32/FindExt.pm
19821            ! MANIFEST win32/buildext.pl win32/config_sh.PL
19822            ! win32/makefile.mk
19823 ____________________________________________________________________________
19824 [  9603] By: nick                                  on 2001/04/07  09:11:38
19825         Log: Cleanup correction for failed :Via() layer, also set an error code.
19826      Branch: perlio
19827            ! ext/PerlIO/Via/Via.xs
19828 ____________________________________________________________________________
19829 [  9602] By: nick                                  on 2001/04/07  08:38:04
19830         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
19831              style. So don't use binmode() on the handles so that Win32 etc. see
19832              same sequence and produce same digests.
19833      Branch: perlio
19834            ! t/lib/md5-file.t
19835 ____________________________________________________________________________
19836 [  9601] By: nick                                  on 2001/04/07  08:36:26
19837         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
19838              Else it complains and so crlf layer (say) does not get pushed.
19839      Branch: perlio
19840            ! perlio.c
19841 ____________________________________________________________________________
19842 [  9600] By: jhi                                   on 2001/04/06  23:00:09
19843         Log: Integrate change #9599 from perlio into mainline.
19844      Branch: perl
19845           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19846           !> win32/config_H.vc
19847 ____________________________________________________________________________
19848 [  9599] By: nick                                  on 2001/04/06  21:42:43
19849         Log: Quote $VERSION in Encode.pm.
19850              regen_config_h as requested.
19851      Branch: perlio
19852            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19853            ! win32/config_H.vc
19854 ____________________________________________________________________________
19855 [  9598] By: nick                                  on 2001/04/06  20:34:59
19856         Log: Integrate mainline
19857      Branch: perlio
19858           +> README.macos
19859           !> (integrate 39 files)
19860 ____________________________________________________________________________
19861 [  9597] By: gsar                                  on 2001/04/06  18:06:35
19862         Log: integrate change#9464 from mainline (addendum to change#8313)
19863              
19864              Subject: [PATCH @9452] Better peep()ing for foreach() loops
19865      Branch: maint-5.6/perl
19866           !> op.c
19867 ____________________________________________________________________________
19868 [  9596] By: jhi                                   on 2001/04/06  17:26:03
19869         Log: The d_casti32=undef is good for you even when not use64bitall.
19870      Branch: perl
19871            ! hints/hpux.sh
19872 ____________________________________________________________________________
19873 [  9595] By: gsar                                  on 2001/04/06  14:57:17
19874         Log: add a low-impact fix to accomodate darwin-ism
19875      Branch: maint-5.6/perl
19876            ! ext/Errno/Errno_pm.PL
19877 ____________________________________________________________________________
19878 [  9594] By: jhi                                   on 2001/04/06  14:55:14
19879         Log: Integrate changes #9528,9593 from mainline into maintperl;
19880              tweaking the editor/IDE/shell list.
19881      Branch: maint-5.6/perl
19882           !> pod/perlfaq3.pod
19883 ____________________________________________________________________________
19884 [  9593] By: jhi                                   on 2001/04/06  14:51:39
19885         Log: Make the editor/IDE/shell list a little bit airier.
19886      Branch: perl
19887            ! pod/perlfaq3.pod
19888 ____________________________________________________________________________
19889 [  9592] By: gsar                                  on 2001/04/06  14:45:18
19890         Log: integrate change#9477 from mainline (base.pm doc tweak)
19891              
19892              missing doc entry for fmod()
19893      Branch: maint-5.6/perl
19894            ! lib/Math/BigFloat.pm
19895           !> lib/base.pm
19896 ____________________________________________________________________________
19897 [  9591] By: jhi                                   on 2001/04/06  13:55:48
19898         Log: Regen toc.
19899      Branch: perl
19900            ! pod/perltoc.pod
19901 ____________________________________________________________________________
19902 [  9590] By: jhi                                   on 2001/04/06  13:54:52
19903         Log: Math::BigFloat patches from John Peacock.  The equivalent
19904              of #9586 from maintperl but reworked by John to work with
19905              the bleadperl.
19906      Branch: perl
19907            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19908 ____________________________________________________________________________
19909 [  9589] By: jhi                                   on 2001/04/06  13:42:23
19910         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
19911      Branch: perl
19912            ! ext/Digest/MD5/Makefile.PL
19913 ____________________________________________________________________________
19914 [  9588] By: jhi                                   on 2001/04/06  13:31:45
19915         Log: Integrate changes #9584,9587 from maintperl into mainline.
19916              
19917              keep eval"" CVs alive until the end of the statement in which
19918              they're called
19919              
19920              add README.macos (from Chris Nandor)
19921              
19922              tyop in change#9555
19923      Branch: perl
19924           +> README.macos
19925           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
19926           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
19927           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
19928           !> win32/makefile.mk
19929 ____________________________________________________________________________
19930 [  9587] By: gsar                                  on 2001/04/06  07:31:30
19931         Log: add README.macos (from Chris Nandor)
19932              
19933              tyop in change#9555
19934      Branch: maint-5.6/perl
19935            + README.macos
19936            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
19937            ! win32/Makefile win32/makefile.mk
19938 ____________________________________________________________________________
19939 [  9586] By: gsar                                  on 2001/04/06  07:08:54
19940         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
19941      Branch: maint-5.6/perl
19942            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19943 ____________________________________________________________________________
19944 [  9585] By: gsar                                  on 2001/04/06  06:58:44
19945         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
19946              from mainline
19947              
19948              Subject: [PATCH] Base64 update to perlfaq9.pod
19949              
19950              Subject: [PATCH AUTHORS] Housekeeping
19951              
19952              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
19953              Mac OS X (Darwin) has extra pwent fields.
19954              
19955              Subject: [PATCH B::*] print control-character vars readably
19956              Needs EBCDICification.
19957              
19958              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
19959              
19960              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
19961              
19962              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
19963              
19964              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
19965              
19966              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
19967              
19968              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
19969              
19970              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
19971              
19972              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
19973              
19974              FreeBSD hints tweak from Anton Berezin.
19975              
19976              Subject: [PATCH foolperl & bleadperl] README.vms update
19977              
19978              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
19979      Branch: maint-5.6/perl
19980           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
19981           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19982           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
19983 ____________________________________________________________________________
19984 [  9584] By: gsar                                  on 2001/04/06  04:09:00
19985         Log: keep eval"" CVs alive until the end of the statement in which
19986              they're called; this avoids a coredump ensuing from search for
19987              lexicals in code such as:
19988              
19989              sub bug {
19990              my $s = @_;
19991              eval q[sub { eval 'sub { &$s }' }];
19992              }
19993              bug("x")->()->();
19994              
19995              this code still doesn't work as intended (as it has remained
19996              since time immemorial), but it doesn't provoke a coredump anymore
19997      Branch: maint-5.6/perl
19998            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19999            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
20000 ____________________________________________________________________________
20001 [  9583] By: jhi                                   on 2001/04/05  23:52:51
20002         Log: Update Changes.
20003      Branch: perl
20004            ! Changes patchlevel.h
20005 ____________________________________________________________________________
20006 [  9582] By: jhi                                   on 2001/04/05  23:11:23
20007         Log: Slight doc tweak.
20008      Branch: perl
20009            ! pod/perlunicode.pod
20010 ____________________________________________________________________________
20011 [  9581] By: jhi                                   on 2001/04/05  23:04:11
20012         Log: Integrate perlio.
20013      Branch: perl
20014           !> pod/perlunicode.pod
20015 ____________________________________________________________________________
20016 [  9580] By: jhi                                   on 2001/04/05  23:03:29
20017         Log: Test for #9579.
20018      Branch: perl
20019            ! t/op/do.t
20020 ____________________________________________________________________________
20021 [  9579] By: jhi                                   on 2001/04/05  22:54:17
20022         Log: Subject: [PATCH] Propagate calling context for do '...'
20023              From: Gisle Aas <gisle@ActiveState.com>
20024              Date: 04 Apr 2001 20:17:29 -0700
20025              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
20026      Branch: perl
20027            ! pod/perlfunc.pod pp_ctl.c
20028 ____________________________________________________________________________
20029 [  9578] By: jhi                                   on 2001/04/05  22:52:51
20030         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20031              From: Peter Prymmer <pvhp@forte.com>
20032              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
20033              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
20034      Branch: perl
20035            ! README.vms
20036 ____________________________________________________________________________
20037 [  9577] By: jhi                                   on 2001/04/05  22:48:22
20038         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
20039              From: "Craig A. Berry" <craigberry@mac.com>
20040              Date: Thu, 5 Apr 2001 13:43:28 -0500
20041              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
20042      Branch: perl
20043            ! README.vms
20044 ____________________________________________________________________________
20045 [  9576] By: jhi                                   on 2001/04/05  22:31:38
20046         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
20047              From: Michael G Schwern <schwern@pobox.com>
20048              Date: Thu, 5 Apr 2001 21:53:21 +0100
20049              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
20050      Branch: perl
20051            ! lib/base.pm t/lib/fields.t
20052 ____________________________________________________________________________
20053 [  9575] By: jhi                                   on 2001/04/05  22:26:10
20054         Log: FreeBSD hints tweak from Anton Berezin.
20055      Branch: perl
20056            ! hints/freebsd.sh
20057 ____________________________________________________________________________
20058 [  9574] By: jhi                                   on 2001/04/05  22:24:03
20059         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20060              From: David Dyck <dcd@tc.fluke.com>
20061              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
20062              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
20063      Branch: perl
20064            ! t/op/oct.t
20065 ____________________________________________________________________________
20066 [  9573] By: jhi                                   on 2001/04/05  22:23:06
20067         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20068              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
20069              From: David Dyck <dcd@tc.fluke.com>
20070              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
20071      Branch: perl
20072            ! pp.c
20073 ____________________________________________________________________________
20074 [  9572] By: jhi                                   on 2001/04/05  22:14:47
20075         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20076              From: Robin Houston <robin@kitsite.com>
20077              Date: Thu, 5 Apr 2001 20:56:48 +0100
20078              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
20079      Branch: perl
20080            ! ext/B/B/Deparse.pm
20081 ____________________________________________________________________________
20082 [  9571] By: jhi                                   on 2001/04/05  22:12:53
20083         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20084              From: Robin Houston <robin@kitsite.com>
20085              Date: Thu, 5 Apr 2001 19:55:51 +0100
20086              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
20087      Branch: perl
20088            ! ext/B/B/Deparse.pm
20089 ____________________________________________________________________________
20090 [  9570] By: jhi                                   on 2001/04/05  22:11:06
20091         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20092              From: Robin Houston <robin@kitsite.com>
20093              Date: Thu, 5 Apr 2001 20:16:29 +0100
20094              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
20095      Branch: perl
20096            ! ext/B/B/Deparse.pm
20097 ____________________________________________________________________________
20098 [  9569] By: nick                                  on 2001/04/05  21:32:26
20099         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
20100      Branch: perlio
20101            ! pod/perlunicode.pod
20102 ____________________________________________________________________________
20103 [  9568] By: nick                                  on 2001/04/05  19:38:09
20104         Log: Integrate mainline
20105      Branch: perlio
20106           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
20107           !> (integrate 35 files)
20108 ____________________________________________________________________________
20109 [  9567] By: jhi                                   on 2001/04/05  18:31:45
20110         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20111              From: Robin Houston <robin@kitsite.com>
20112              Date: Thu, 5 Apr 2001 18:03:23 +0100
20113              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
20114      Branch: perl
20115            ! ext/B/B/Deparse.pm
20116 ____________________________________________________________________________
20117 [  9566] By: jhi                                   on 2001/04/05  18:29:35
20118         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20119              From: Robin Houston <robin@kitsite.com>
20120              Date: Thu, 5 Apr 2001 16:45:18 +0100
20121              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
20122      Branch: perl
20123            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20124 ____________________________________________________________________________
20125 [  9565] By: jhi                                   on 2001/04/05  18:24:23
20126         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20127              From: Robin Houston <robin@kitsite.com>
20128              Date: Thu, 5 Apr 2001 14:50:09 +0100
20129              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
20130      Branch: perl
20131            ! ext/B/B/Deparse.pm
20132 ____________________________________________________________________________
20133 [  9564] By: jhi                                   on 2001/04/05  18:23:03
20134         Log: Subject: [PATCH B::*] print control-character vars readably
20135              From: Robin Houston <robin@kitsite.com>
20136              Date: Thu, 5 Apr 2001 14:27:38 +0100
20137              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
20138              
20139              Needs EBCDICification.
20140      Branch: perl
20141            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
20142            ! ext/B/B/Terse.pm
20143 ____________________________________________________________________________
20144 [  9563] By: jhi                                   on 2001/04/05  18:20:32
20145         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20146              Date: Thu, 5 Apr 2001 13:21:42 -0400
20147              From: Paul Schinder <schinder@pobox.com>
20148              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
20149              
20150              Mac OS X (Darwin) has extra pwent fields.
20151      Branch: perl
20152            ! t/op/pwent.t
20153 ____________________________________________________________________________
20154 [  9562] By: jhi                                   on 2001/04/05  17:57:51
20155         Log: Regen toc.
20156      Branch: perl
20157            ! pod/perltoc.pod
20158 ____________________________________________________________________________
20159 [  9561] By: jhi                                   on 2001/04/05  17:47:33
20160         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
20161      Branch: metaconfig
20162            ! U/Glossary.patch
20163      Branch: metaconfig/U/perl
20164            + d_u32align.U
20165            ! d_cmsghdr_s.U d_msghdr_s.U
20166 ____________________________________________________________________________
20167 [  9560] By: jhi                                   on 2001/04/05  17:47:01
20168         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
20169              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
20170              Introduce probes for struct msghdr, struct cmsghdr,
20171              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
20172              ualarm, usleep, for possible later extension work.
20173      Branch: perl
20174            + t/lib/md5-align.t
20175            ! Configure MANIFEST Porting/Glossary Porting/config.sh
20176            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20177            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
20178            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20179            ! vos/config.ga.h win32/config.bc win32/config.gc
20180            ! win32/config.vc
20181 ____________________________________________________________________________
20182 [  9559] By: jhi                                   on 2001/04/05  13:03:04
20183         Log: Be traditional in your cpp (for the Errno extension).
20184      Branch: perl
20185            ! hints/darwin.sh
20186 ____________________________________________________________________________
20187 [  9558] By: jhi                                   on 2001/04/05  13:00:05
20188         Log: Add $Config{cppflags} to the gcc incantation.
20189      Branch: perl
20190            ! ext/Errno/Errno_pm.PL
20191 ____________________________________________________________________________
20192 [  9557] By: jhi                                   on 2001/04/05  04:22:39
20193         Log: Introduce Sean Burke's Class::ISA 0.32.
20194      Branch: perl
20195            + lib/Class/ISA.pm t/lib/class-isa.t
20196            ! MANIFEST
20197 ____________________________________________________________________________
20198 [  9556] By: jhi                                   on 2001/04/05  04:09:50
20199         Log: Subject: [PATCH AUTHORS] Housekeeping
20200              From: Paul Johnson <paul@pjcj.net> 
20201              Date: Wed, 4 Apr 2001 22:45:47 +0200
20202              Message-ID: <20010404224547.D9548@pjcj.net>
20203      Branch: perl
20204            ! AUTHORS
20205 ____________________________________________________________________________
20206 [  9555] By: jhi                                   on 2001/04/05  04:06:33
20207         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
20208              From: Gisle Aas <gisle@ActiveState.com>
20209              Date: 04 Apr 2001 14:23:04 -0700
20210              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
20211      Branch: perl
20212            ! pod/perlfaq9.pod
20213 ____________________________________________________________________________
20214 [  9554] By: jhi                                   on 2001/04/05  04:05:49
20215         Log: Downgrade also the "Wide character" diagnostic.
20216      Branch: perl
20217            ! pod/perldiag.pod
20218 ____________________________________________________________________________
20219 [  9553] By: jhi                                   on 2001/04/05  04:00:33
20220         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
20221              maintperl into mainline.
20222              
20223              "double" should be "NV"; standard typemap is missing entry
20224              for NV
20225              
20226              s/djSP/dSP/
20227              
20228              Downgrade "Wide character in print" to a warning.
20229              
20230              B::Deparse fix for ${^FOO} and documentation for PVX() method
20231              (from Robin Houston)
20232              
20233              tr/// doesn't null-terminate the result in some situations
20234              (from Gisle Aas)
20235      Branch: perl
20236           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20237           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
20238           !> t/io/utf8.t t/op/tr.t
20239 ____________________________________________________________________________
20240 [  9552] By: jhi                                   on 2001/04/05  03:52:50
20241         Log: Retract changes #9542 and #9538 (from maintperl, integrated
20242              at #9540), shouldn't be needed because of the perlio changes.
20243      Branch: perl
20244            ! util.c
20245 ____________________________________________________________________________
20246 [  9551] By: gsar                                  on 2001/04/05  00:18:34
20247         Log: tr/// doesn't null-terminate the result in some situations
20248              (from Gisle Aas)
20249      Branch: maint-5.6/perl
20250            ! doop.c t/op/tr.t
20251 ____________________________________________________________________________
20252 [  9550] By: gsar                                  on 2001/04/04  20:04:17
20253         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
20254              (from Robin Houston)
20255      Branch: maint-5.6/perl
20256            ! ext/B/B.pm ext/B/B/Deparse.pm
20257 ____________________________________________________________________________
20258 [  9549] By: nick                                  on 2001/04/04  18:56:15
20259         Log: Downgrade "Wide character in print" to a warning.
20260      Branch: perlio
20261            ! doio.c t/io/utf8.t
20262 ____________________________________________________________________________
20263 [  9548] By: gsar                                  on 2001/04/04  18:51:49
20264         Log: integrate changes#9460,9462,9482,9521,9522
20265              
20266              Subject: PATCH: B::Debug should show LOOP-specific fields
20267              
20268              Subject: B::Deparse precedence bug. (Patch included.)
20269              
20270              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20271              
20272              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20273              
20274              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20275      Branch: maint-5.6/perl
20276           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
20277           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
20278 ____________________________________________________________________________
20279 [  9547] By: gsar                                  on 2001/04/04  18:49:16
20280         Log: s/djSP/dSP/
20281      Branch: maint-5.6/perl
20282            ! ext/Thread/Thread.xs
20283 ____________________________________________________________________________
20284 [  9546] By: nick                                  on 2001/04/04  18:44:00
20285         Log: Integrate mainline.
20286      Branch: perlio
20287           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
20288           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
20289 ____________________________________________________________________________
20290 [  9545] By: gsar                                  on 2001/04/04  18:38:52
20291         Log: integrate change#8837 from mainline
20292              
20293              Subject: [patch] -Wall cleanup round 2
20294      Branch: maint-5.6/perl
20295           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
20296           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
20297           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
20298           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
20299           !> ext/SDBM_File/SDBM_File.xs
20300 ____________________________________________________________________________
20301 [  9544] By: gsar                                  on 2001/04/04  17:49:57
20302         Log: "double" should be "NV"; standard typemap is missing entry
20303              for NV
20304      Branch: maint-5.6/perl
20305            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
20306 ____________________________________________________________________________
20307 [  9543] By: jhi                                   on 2001/04/04  14:13:18
20308         Log: Thou shalt not (just) match for English error messages.
20309      Branch: perl
20310            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
20311            ! os2/OS2/Process/Process.pm
20312 ____________________________________________________________________________
20313 [  9542] By: jhi                                   on 2001/04/04  13:20:39
20314         Log: Make the stdio tricks of fflush_all() to exist only if
20315              stdio is being used.
20316      Branch: perl
20317            ! util.c
20318 ____________________________________________________________________________
20319 [  9541] By: jhi                                   on 2001/04/04  04:20:24
20320         Log: Subject: Re: [PATCH] Lighten up glob
20321              From: Benjamin Sugars <bsugars@canoe.ca>
20322              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
20323              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
20324      Branch: perl
20325            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
20326            ! util.c
20327 ____________________________________________________________________________
20328 [  9540] By: jhi                                   on 2001/04/04  04:03:57
20329         Log: Integrate changes #9538,9539 from maintperl into mainline.
20330              
20331              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20332              for use with _fwalk() (fix for change#7705)
20333              
20334              another tweak needed for SunOS 4.1.x build (from Mike Guy)
20335              (cp -f is not portable)
20336      Branch: perl
20337           !> Makefile.SH util.c
20338 ____________________________________________________________________________
20339 [  9539] By: gsar                                  on 2001/04/04  03:01:14
20340         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
20341      Branch: maint-5.6/perl
20342            ! Makefile.SH
20343 ____________________________________________________________________________
20344 [  9538] By: gsar                                  on 2001/04/04  01:00:38
20345         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20346              for use with _fwalk() (fix for change#7705)
20347      Branch: maint-5.6/perl
20348            ! util.c
20349 ____________________________________________________________________________
20350 [  9537] By: nick                                  on 2001/04/03  19:24:55
20351         Log: Integrate mainline
20352      Branch: perlio
20353           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
20354           +> lib/unicode/PropList.html
20355            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
20356           !> (integrate 69 files)
20357 ____________________________________________________________________________
20358 [  9536] By: jhi                                   on 2001/04/03  18:02:31
20359         Log: Integrate change #9533 from maintperl into mainline.
20360              
20361              better fix for change#9517 to accomodate UNC paths like
20362              \\server\share\foo, and paths with trailing backslash
20363              like c:\this\
20364      Branch: perl
20365           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20366 ____________________________________________________________________________
20367 [  9535] By: jhi                                   on 2001/04/03  17:58:07
20368         Log: Change the push/unshift warning to be of class syntax, not misc.
20369      Branch: perl
20370            ! op.c pod/perldiag.pod t/pragma/warn/op
20371 ____________________________________________________________________________
20372 [  9534] By: jhi                                   on 2001/04/03  15:03:46
20373         Log: Change the push/unshift warning (#9532) to talk about "no values"
20374              instead of "no arguments".
20375      Branch: perl
20376            ! op.c pod/perldiag.pod t/pragma/warn/op
20377 ____________________________________________________________________________
20378 [  9533] By: gsar                                  on 2001/04/03  14:30:07
20379         Log: better fix for change#9517 to accomodate UNC paths like
20380              \\server\share\foo, and paths with trailing backslash
20381              like c:\this\
20382      Branch: maint-5.6/perl
20383            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20384 ____________________________________________________________________________
20385 [  9532] By: jhi                                   on 2001/04/03  13:11:46
20386         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
20387              From: Robin Houston <robin@kitsite.com>
20388              Date: Mon, 2 Apr 2001 15:03:29 +0100
20389              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
20390      Branch: perl
20391            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
20392 ____________________________________________________________________________
20393 [  9531] By: jhi                                   on 2001/04/03  13:06:34
20394         Log: Integrate change #9530 from maintperl into mainline.
20395              
20396              accomodate VMS "mailbox overflow" quirk in testsuite (from
20397              Craig Berry)
20398      Branch: perl
20399           !> t/lib/socket.t
20400 ____________________________________________________________________________
20401 [  9530] By: gsar                                  on 2001/04/03  04:56:41
20402         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
20403              Craig Berry)
20404      Branch: maint-5.6/perl
20405            ! t/lib/socket.t
20406 ____________________________________________________________________________
20407 [  9529] By: jhi                                   on 2001/04/03  02:34:34
20408         Log: Update Changes.
20409      Branch: perl
20410            ! Changes patchlevel.h
20411 ____________________________________________________________________________
20412 [  9528] By: jhi                                   on 2001/04/03  01:27:57
20413         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
20414              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
20415              To: perl5-porters@perl.org
20416              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
20417      Branch: perl
20418            ! pod/perlfaq3.pod
20419 ____________________________________________________________________________
20420 [  9527] By: jhi                                   on 2001/04/03  01:22:09
20421         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
20422              From: Peter Prymmer <pvhp@forte.com>
20423              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
20424              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
20425      Branch: perl
20426            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
20427 ____________________________________________________________________________
20428 [  9526] By: jhi                                   on 2001/04/03  01:18:25
20429         Log: The metaconfig unit changes for #9525.
20430      Branch: metaconfig
20431            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
20432      Branch: metaconfig/U/perl
20433            ! use64bits.U
20434 ____________________________________________________________________________
20435 [  9525] By: jhi                                   on 2001/04/03  01:17:30
20436         Log: Configure sanity checks:
20437              * if use64bitall is attempted but pointers are only 32-bit,
20438              'downgrade' to use64bitint
20439              * if use64bitint is attempted but there's no quad type,
20440              forget about use64bitint (well, the default for it is 'n',
20441              the user can still override this)
20442              * if pointers are 64 bits, do not try to use Perl's malloc
20443      Branch: perl
20444            ! Configure
20445 ____________________________________________________________________________
20446 [  9524] By: gsar                                  on 2001/04/03  01:09:12
20447         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
20448      Branch: maint-5.6/perl
20449            ! pp_sys.c
20450 ____________________________________________________________________________
20451 [  9523] By: jhi                                   on 2001/04/03  00:02:31
20452         Log: (Retracted by #9609)
20453              
20454              Make it harder for parallel makes to enter 'test' before
20455              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
20456              should be unhappy enough, but sometimes parallel makes seem
20457              to sneak past both in Tru64 and AIX.)
20458      Branch: perl
20459            ! Makefile.SH
20460 ____________________________________________________________________________
20461 [  9522] By: jhi                                   on 2001/04/02  22:35:31
20462         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20463              Date: Mon, 2 Apr 2001 22:54:10 +0100
20464              From: Robin Houston <robin@kitsite.com>
20465              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
20466      Branch: perl
20467            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
20468 ____________________________________________________________________________
20469 [  9521] By: jhi                                   on 2001/04/02  22:32:23
20470         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20471              From: Robin Houston <robin@kitsite.com>
20472              Date: Mon, 2 Apr 2001 20:24:03 +0100
20473              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
20474      Branch: perl
20475            ! ext/B/B/Concise.pm
20476 ____________________________________________________________________________
20477 [  9520] By: jhi                                   on 2001/04/02  22:30:43
20478         Log: Subject: [PATCH] REALLY pedantic hv.h nit
20479              From: Simon Cozens <simon@netthink.co.uk>
20480              Date: Mon, 2 Apr 2001 15:43:06 +0100
20481              Message-ID: <20010402154306.A21711@netthink.co.uk>
20482      Branch: perl
20483            ! hv.h
20484 ____________________________________________________________________________
20485 [  9519] By: jhi                                   on 2001/04/02  22:28:04
20486         Log: Based on
20487              
20488              Subject: [foolperl] EPOC fix
20489              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20490              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
20491              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
20492      Branch: perl
20493            ! pp_sys.c
20494 ____________________________________________________________________________
20495 [  9518] By: jhi                                   on 2001/04/02  22:22:34
20496         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
20497              
20498              README.win32 tweaks; add a note about alternative location for
20499              getting a gcc-2.95.2 that will build perl properly on windows
20500              
20501              add some notes about gutsy threading matters
20502              
20503              many of the utilities interpolate literal paths within doublequotes
20504              (fails on dosish platforms where path contains backslashes)
20505      Branch: perl
20506           !> README.win32 pod/perlguts.pod utils/perldoc.PL
20507           !> x2p/find2perl.PL x2p/s2p.PL
20508 ____________________________________________________________________________
20509 [  9517] By: gsar                                  on 2001/04/02  19:52:21
20510         Log: many of the utilities interpolate literal paths within doublequotes
20511              (fails on dosish platforms where path contains backslashes)
20512      Branch: maint-5.6/perl
20513            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20514 ____________________________________________________________________________
20515 [  9516] By: gsar                                  on 2001/04/02  05:49:37
20516         Log: a foolish release
20517      Branch: maint-5.6/perl
20518            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20519            ! pod/perltoc.pod
20520 ____________________________________________________________________________
20521 [  9515] By: gsar                                  on 2001/04/02  05:04:29
20522         Log: add missing changelog summaries
20523      Branch: maint-5.6/perl
20524            ! Changes
20525 ____________________________________________________________________________
20526 [  9514] By: gsar                                  on 2001/04/02  04:07:13
20527         Log: add some notes about gutsy threading matters
20528      Branch: maint-5.6/perl
20529            ! pod/perlguts.pod
20530 ____________________________________________________________________________
20531 [  9513] By: gsar                                  on 2001/04/02  03:25:21
20532         Log: add more prominent caveat notices about experimental features
20533      Branch: maint-5.6/perl
20534            ! pod/perlfork.pod pod/perlunicode.pod
20535 ____________________________________________________________________________
20536 [  9512] By: gsar                                  on 2001/04/02  02:54:33
20537         Log: integrate changes#9479,9509 from mainline
20538              
20539              [PATCH] File::Glob stuff for Mac OS
20540              
20541              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20542      Branch: maint-5.6/perl
20543           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20544           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20545           !> t/lib/glob-taint.t
20546 ____________________________________________________________________________
20547 [  9511] By: gsar                                  on 2001/04/02  02:38:24
20548         Log: README.win32 tweaks; add a note about alternative location for
20549              getting a gcc-2.95.2 that will build perl properly on windows
20550      Branch: maint-5.6/perl
20551            ! README.win32
20552 ____________________________________________________________________________
20553 [  9510] By: jhi                                   on 2001/04/01  20:45:10
20554         Log: An ambiguosity warning.
20555      Branch: perl
20556            ! t/lib/trig.t
20557 ____________________________________________________________________________
20558 [  9509] By: jhi                                   on 2001/04/01  19:53:47
20559         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20560              From: Jonathan Stowe <gellyfish@gellyfish.com>
20561              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
20562              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
20563      Branch: perl
20564            ! ext/File/Glob/bsd_glob.c
20565 ____________________________________________________________________________
20566 [  9508] By: jhi                                   on 2001/04/01  19:35:03
20567         Log: Update Changes.
20568      Branch: perl
20569            ! Changes patchlevel.h
20570 ____________________________________________________________________________
20571 [  9507] By: jhi                                   on 2001/04/01  19:24:01
20572         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
20573              from mainline to maintperl: pod tweaks.
20574      Branch: maint-5.6/perl
20575           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
20576           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
20577           !> pod/perlvar.pod
20578 ____________________________________________________________________________
20579 [  9506] By: jhi                                   on 2001/04/01  19:11:53
20580         Log: Commit Sarathy to April release of 5.6.1 :-)
20581      Branch: perl
20582            ! pod/perlfaq1.pod
20583 ____________________________________________________________________________
20584 [  9505] By: jhi                                   on 2001/04/01  19:03:15
20585         Log: Subject: PATCH 5.6.0 (perldebug.pod)
20586              From: Mark-Jason Dominus <mjd@plover.com>
20587              Date: Sun, 01 Apr 2001 14:25:11 -0400
20588              Message-ID: <20010401182511.9247.qmail@plover.com>
20589      Branch: perl
20590            ! pod/perldebug.pod
20591 ____________________________________________________________________________
20592 [  9504] By: jhi                                   on 2001/04/01  18:43:09
20593         Log: Add great_circle_direction().
20594      Branch: perl
20595            ! lib/Math/Trig.pm t/lib/trig.t
20596 ____________________________________________________________________________
20597 [  9503] By: jhi                                   on 2001/04/01  17:29:12
20598         Log: Unicode ReadMe update for Unicode 3.1.
20599      Branch: perl
20600            ! lib/unicode/ReadMe.txt
20601 ____________________________________________________________________________
20602 [  9502] By: jhi                                   on 2001/04/01  17:18:40
20603         Log: Integrate change #9501 from maintperl into mainline.
20604              
20605              fix the perlembed notes on multiple interpreters
20606              
20607              fix ExtUtils::Embed to work passably on Windows
20608      Branch: perl
20609           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
20610 ____________________________________________________________________________
20611 [  9501] By: gsar                                  on 2001/04/01  07:21:57
20612         Log: fix the perlembed notes on multiple interpreters
20613              
20614              fix ExtUtils::Embed to work passably on Windows
20615      Branch: maint-5.6/perl
20616            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
20617 ____________________________________________________________________________
20618 [  9500] By: jhi                                   on 2001/04/01  05:58:23
20619         Log: Test for #9499.
20620      Branch: perl
20621            ! t/op/tr.t
20622 ____________________________________________________________________________
20623 [  9499] By: jhi                                   on 2001/04/01  05:55:46
20624         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
20625      Branch: perl
20626            ! embed.h embed.pl op.c proto.h
20627 ____________________________________________________________________________
20628 [  9498] By: jhi                                   on 2001/04/01  05:44:34
20629         Log: Protect the workaround hunk more.
20630      Branch: perl
20631            ! toke.c
20632 ____________________________________________________________________________
20633 [  9497] By: jhi                                   on 2001/04/01  00:24:25
20634         Log: Integrate changes #9493,9494,9495,9496 from maintperl
20635              into mainline.
20636              
20637              fix a broken workaround for Borland compiler in change#4739
20638              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20639              
20640              nits spotted by Borland compiler
20641              
20642              avoid redefinition warnings under Borland 5.02
20643              
20644              various nits identified by the Borland 5.5 compiler; remove suppression
20645              of a few warnings
20646      Branch: perl
20647           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
20648           !> win32/win32.h
20649 ____________________________________________________________________________
20650 [  9496] By: gsar                                  on 2001/03/31  23:22:28
20651         Log: various nits identified by the Borland 5.5 compiler; remove suppression
20652              of a few warnings
20653      Branch: maint-5.6/perl
20654            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
20655 ____________________________________________________________________________
20656 [  9495] By: gsar                                  on 2001/03/31  21:03:08
20657         Log: avoid redefinition warnings under Borland 5.02
20658      Branch: maint-5.6/perl
20659            ! win32/makefile.mk
20660 ____________________________________________________________________________
20661 [  9494] By: gsar                                  on 2001/03/31  20:18:59
20662         Log: nits spotted by Borland compiler
20663      Branch: maint-5.6/perl
20664            ! utf8.h win32/win32.h
20665 ____________________________________________________________________________
20666 [  9493] By: gsar                                  on 2001/03/31  20:18:05
20667         Log: fix a broken workaround for Borland compiler in change#4739
20668              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20669      Branch: maint-5.6/perl
20670            ! toke.c
20671 ____________________________________________________________________________
20672 [  9492] By: jhi                                   on 2001/03/31  18:36:24
20673         Log: Integrate change #9491 from maintperl into mainline.
20674              
20675              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20676              directory is relative (need to fetch the full path name *before*
20677              the chdir!)
20678      Branch: perl
20679           !> lib/Cwd.pm
20680 ____________________________________________________________________________
20681 [  9491] By: gsar                                  on 2001/03/31  17:01:56
20682         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20683              directory is relative (need to fetch the full path name *before*
20684              the chdir!)
20685              
20686              this is a followup patch for change#6749
20687      Branch: maint-5.6/perl
20688            ! lib/Cwd.pm
20689 ____________________________________________________________________________
20690 [  9490] By: jhi                                   on 2001/03/31  15:50:18
20691         Log: Subject: Re: [PATCH] av.h cosmetics
20692              From: Simon Cozens <simon@netthink.co.uk>
20693              Date: Sat, 31 Mar 2001 13:09:59 +0100
20694              Message-ID: <20010331130959.A22000@netthink.co.uk>
20695              
20696              Document AvALLOC.
20697      Branch: perl
20698            ! pod/perlguts.pod
20699 ____________________________________________________________________________
20700 [  9489] By: jhi                                   on 2001/03/31  15:48:44
20701         Log: Subject: [PATCH] Re: Math::Big* v1.21
20702              From: Tels <perl_dummy@bloodgate.com>
20703              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
20704              Message-Id: <200103311125.GAA377738@www08.hway.net>
20705      Branch: perl
20706            ! pod/perlop.pod
20707 ____________________________________________________________________________
20708 [  9488] By: jhi                                   on 2001/03/31  03:39:51
20709         Log: Debug output tweak.
20710      Branch: perl
20711            ! t/lib/cwd.t
20712 ____________________________________________________________________________
20713 [  9487] By: jhi                                   on 2001/03/31  03:33:02
20714         Log: OverVMSification.
20715      Branch: perl
20716            ! t/lib/cwd.t
20717 ____________________________________________________________________________
20718 [  9486] By: jhi                                   on 2001/03/31  03:01:40
20719         Log: Missed MANIFESTations in #9483.
20720      Branch: perl
20721            ! MANIFEST
20722 ____________________________________________________________________________
20723 [  9485] By: jhi                                   on 2001/03/31  02:58:17
20724         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
20725              From: Peter Prymmer <pvhp@forte.com>
20726              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
20727              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
20728      Branch: perl
20729            ! regexec.c t/lib/cwd.t
20730 ____________________________________________________________________________
20731 [  9484] By: jhi                                   on 2001/03/31  01:04:41
20732         Log: Obsolete file (see #3938)
20733      Branch: perl
20734            - lib/unicode/README.Ethiopic
20735            ! MANIFEST
20736 ____________________________________________________________________________
20737 [  9483] By: jhi                                   on 2001/03/31  00:52:42
20738         Log: Update to Unicode 3.1.
20739              (Rename Names.txt to NamesList.txt.)
20740      Branch: perl
20741            + lib/unicode/NamesList.txt lib/unicode/PropList.html
20742            - lib/unicode/Names.txt
20743            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20744            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
20745            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
20746            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
20747            ! lib/unicode/UCD.html lib/unicode/Unicode.html
20748            ! lib/unicode/rename lib/unicode/version
20749 ____________________________________________________________________________
20750 [  9482] By: jhi                                   on 2001/03/30  23:33:44
20751         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20752              From: Robin Houston <robin@kitsite.com>
20753              Date: Fri, 30 Mar 2001 20:07:22 +0100
20754              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
20755      Branch: perl
20756            ! ext/B/B/Deparse.pm
20757 ____________________________________________________________________________
20758 [  9481] By: jhi                                   on 2001/03/30  23:20:25
20759         Log: Subject: Re: [PATCH] CwdXS, Take 2
20760              From: Benjamin Sugars <bsugars@canoe.ca>
20761              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
20762              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
20763      Branch: perl
20764            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
20765            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
20766 ____________________________________________________________________________
20767 [  9480] By: jhi                                   on 2001/03/30  22:52:38
20768         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
20769              From: David Dyck <dcd@tc.fluke.com>
20770              Date: Fri, 30 Mar 2001 14:44:13 -0800
20771              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
20772              
20773              The t/rantests flags file creation was accidentally
20774              removed by #9217.
20775      Branch: perl
20776            ! Makefile.SH
20777 ____________________________________________________________________________
20778 [  9479] By: jhi                                   on 2001/03/30  22:45:45
20779         Log: Subject: [PATCH] File::Glob stuff for Mac OS
20780              From: Chris Nandor <pudge@pobox.com>
20781              Date: Fri, 30 Mar 2001 16:51:00 -0500
20782              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
20783      Branch: perl
20784            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20785            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20786            ! t/lib/glob-taint.t
20787 ____________________________________________________________________________
20788 [  9478] By: jhi                                   on 2001/03/30  22:43:12
20789         Log: Subject: fix for win32/buildext.pl
20790              From: "Vadim Konovalov" <watman@inbox.ru>
20791              Date: Sat, 31 Mar 2001 00:50:36 +0400
20792              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
20793      Branch: perl
20794            ! win32/buildext.pl
20795 ____________________________________________________________________________
20796 [  9477] By: jhi                                   on 2001/03/30  22:41:16
20797         Log: Subject: small base.pm doc patch
20798              From: Leon Brocard <acme@astray.com>
20799              Date: Fri, 30 Mar 2001 21:49:57 +0100
20800              Message-ID: <20010330214957.B8733@ns0.astray.com>
20801      Branch: perl
20802            ! lib/base.pm
20803 ____________________________________________________________________________
20804 [  9476] By: jhi                                   on 2001/03/30  18:16:57
20805         Log: Subject: [PATCH] av.h cosmetics
20806              From: Simon Cozens <simon@netthink.co.uk>
20807              Date: Fri, 30 Mar 2001 18:12:28 +0100
20808              Message-ID: <20010330181228.A9319@netthink.co.uk>
20809      Branch: perl
20810            ! av.h
20811 ____________________________________________________________________________
20812 [  9475] By: jhi                                   on 2001/03/30  18:15:50
20813         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
20814              From: "Philip Newton" <pnewton@gmx.de>
20815              Date: Fri, 30 Mar 2001 19:06:57 +0200
20816              Message-ID: <3AC4D951.14815.1AC7068@localhost>
20817      Branch: perl
20818            ! pod/perlhack.pod
20819 ____________________________________________________________________________
20820 [  9474] By: jhi                                   on 2001/03/30  18:14:02
20821         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
20822              From: Benjamin Sugars <bsugars@canoe.ca>
20823              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
20824              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
20825      Branch: perl
20826            ! t/lib/glob-basic.t
20827 ____________________________________________________________________________
20828 [  9473] By: jhi                                   on 2001/03/30  16:09:24
20829         Log: Update Changes.
20830      Branch: perl
20831            ! Changes patchlevel.h
20832 ____________________________________________________________________________
20833 [  9472] By: jhi                                   on 2001/03/30  15:16:08
20834         Log: Integrate perlio.
20835      Branch: perl
20836           !> t/lib/cwd.t t/lib/glob-basic.t
20837 ____________________________________________________________________________
20838 [  9471] By: nick                                  on 2001/03/30  14:47:10
20839         Log: Should be (^O eq 'MSWin32') not 'Win32'
20840              Fail #12 seems real - chdir is in wrong dir.
20841      Branch: perlio
20842            ! t/lib/cwd.t
20843 ____________________________________________________________________________
20844 [  9470] By: jhi                                   on 2001/03/30  14:41:11
20845         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20846              From: Radu Greab <radu@netsoft.ro>
20847              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
20848              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
20849              
20850              Replace #9352.
20851      Branch: perl
20852            ! ext/Socket/Socket.xs pp_sys.c
20853 ____________________________________________________________________________
20854 [  9469] By: jhi                                   on 2001/03/30  14:37:51
20855         Log: Subject: PATCH pod/perldiag.pod
20856              From: Robin Houston <robin@kitsite.com>
20857              Date: Fri, 30 Mar 2001 14:10:36 +0100
20858              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
20859      Branch: perl
20860            ! pod/perldiag.pod t/lib/glob-basic.t
20861 ____________________________________________________________________________
20862 [  9468] By: jhi                                   on 2001/03/30  14:36:36
20863         Log: Subject: Better diagnostic in io/fs.t
20864              From: andreas.koenig@anima.de (Andreas J. Koenig)
20865              Date: 30 Mar 2001 10:11:43 +0200
20866              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
20867      Branch: perl
20868            ! t/io/fs.t
20869 ____________________________________________________________________________
20870 [  9467] By: nick                                  on 2001/03/30  14:25:43
20871         Log: Skip order test of glob if case-ignoring system cannot 
20872              create a.test and A.test
20873      Branch: perlio
20874            ! t/lib/glob-basic.t
20875 ____________________________________________________________________________
20876 [  9466] By: nick                                  on 2001/03/30  13:03:12
20877         Log: Integrate mainline.
20878      Branch: perlio
20879            - ext/re/hints/aix.pl
20880           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
20881           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
20882           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
20883           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
20884 ____________________________________________________________________________
20885 [  9465] By: jhi                                   on 2001/03/30  03:53:37
20886         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
20887              the tests sometimes hang, sometimes not.)
20888      Branch: perl
20889            ! t/lib/io_multihomed.t t/lib/io_sock.t
20890 ____________________________________________________________________________
20891 [  9464] By: jhi                                   on 2001/03/30  02:56:04
20892         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
20893              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20894              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
20895              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
20896      Branch: perl
20897            ! op.c
20898 ____________________________________________________________________________
20899 [  9463] By: jhi                                   on 2001/03/30  02:34:48
20900         Log: Test for #9462.
20901      Branch: perl
20902            ! t/lib/b.t
20903 ____________________________________________________________________________
20904 [  9462] By: jhi                                   on 2001/03/30  02:29:37
20905         Log: Subject: B::Deparse precedence bug. (Patch included.)
20906              From: Jeremy Madea <jmadea@inktomi.com>
20907              Date: Thu, 29 Mar 2001 12:05:02 -0800
20908              Message-ID: <20010329120502.A24881@dr.inktomi.com>
20909      Branch: perl
20910            ! ext/B/B/Deparse.pm
20911 ____________________________________________________________________________
20912 [  9461] By: jhi                                   on 2001/03/30  02:18:41
20913         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
20914              From: Peter Prymmer <pvhp@forte.com>
20915              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
20916              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
20917      Branch: perl
20918            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
20919            ! t/lib/md5-file.t
20920 ____________________________________________________________________________
20921 [  9460] By: jhi                                   on 2001/03/30  02:17:07
20922         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
20923              From: Robin Houston <robin@kitsite.com>
20924              Date: Thu, 29 Mar 2001 20:47:56 +0100
20925              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
20926      Branch: perl
20927            ! ext/B/B/Debug.pm
20928 ____________________________________________________________________________
20929 [  9459] By: jhi                                   on 2001/03/30  02:16:05
20930         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
20931              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
20932              Date: Wed, 28 Mar 2001 18:02:20 -0600
20933              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
20934      Branch: perl
20935            ! lib/ExtUtils/MM_VMS.pm
20936 ____________________________________________________________________________
20937 [  9458] By: jhi                                   on 2001/03/30  02:07:58
20938         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
20939              From: "Joshua E. Rodd" <jrodd@pbs.org>
20940              Date: Wed, 28 Mar 2001 17:29:12 -0500
20941              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
20942      Branch: perl
20943            ! pod/perlop.pod
20944 ____________________________________________________________________________
20945 [  9457] By: jhi                                   on 2001/03/30  02:04:33
20946         Log: Subject: ext/re/aix.pl can go
20947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20948              Date: Thu, 29 Mar 2001 12:03:28 +0200
20949              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
20950      Branch: perl
20951            - ext/re/hints/aix.pl
20952            ! MANIFEST
20953 ____________________________________________________________________________
20954 [  9456] By: jhi                                   on 2001/03/30  02:03:32
20955         Log: Integrate perlio.
20956      Branch: perl
20957           !> ext/Encode/Encode.xs installperl
20958 ____________________________________________________________________________
20959 [  9455] By: nick                                  on 2001/03/29  21:11:46
20960         Log: DLL name has changed so installperl needs to know
20961              (Why isn't it working it out or passed it?)
20962      Branch: perlio
20963            ! installperl
20964 ____________________________________________________________________________
20965 [  9454] By: nick                                  on 2001/03/29  20:56:12
20966         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
20967              and we don't get undef warnings.
20968      Branch: perlio
20969            ! ext/Encode/Encode.xs
20970 ____________________________________________________________________________
20971 [  9453] By: nick                                  on 2001/03/29  17:58:48
20972         Log: Integrate mainline
20973      Branch: perlio
20974           !> Changes patchlevel.h
20975 ____________________________________________________________________________
20976 [  9452] By: jhi                                   on 2001/03/29  16:44:55
20977         Log: Update Changes.
20978      Branch: perl
20979            ! Changes patchlevel.h
20980 ____________________________________________________________________________
20981 [  9451] By: nick                                  on 2001/03/29  16:31:38
20982         Log: Integrate mainline
20983      Branch: perlio
20984           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
20985           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
20986           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
20987           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
20988           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
20989 ____________________________________________________________________________
20990 [  9450] By: jhi                                   on 2001/03/29  16:29:17
20991         Log: Integrate perlio.
20992      Branch: perl
20993           !> win32/buildext.pl
20994 ____________________________________________________________________________
20995 [  9449] By: jhi                                   on 2001/03/29  15:50:01
20996         Log: Update Changes.
20997      Branch: perl
20998            ! Changes patchlevel.h
20999 ____________________________________________________________________________
21000 [  9448] By: nick                                  on 2001/03/29  15:47:15
21001         Log: Make sure buildext.pl finds Errno.pm
21002      Branch: perlio
21003            ! win32/buildext.pl
21004 ____________________________________________________________________________
21005 [  9447] By: jhi                                   on 2001/03/29  15:39:34
21006         Log: Integrate perlio.
21007      Branch: perl
21008           !> win32/makefile.mk
21009 ____________________________________________________________________________
21010 [  9446] By: nick                                  on 2001/03/29  15:30:03
21011         Log: Integrate win32/makefile.mk with mainline.
21012      Branch: perlio
21013           !> win32/makefile.mk
21014 ____________________________________________________________________________
21015 [  9445] By: nick                                  on 2001/03/29  15:27:32
21016         Log: Fix breakage ... 
21017      Branch: perlio
21018            ! win32/makefile.mk
21019 ____________________________________________________________________________
21020 [  9444] By: jhi                                   on 2001/03/29  15:03:08
21021         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21022              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21023              Date: Thu, 29 Mar 2001 10:32:59 +0400
21024              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
21025      Branch: perl
21026            ! win32/makefile.mk
21027 ____________________________________________________________________________
21028 [  9443] By: jhi                                   on 2001/03/29  15:02:12
21029         Log: Integrate perlio.
21030      Branch: perl
21031           +> win32/buildext.pl
21032           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
21033           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
21034 ____________________________________________________________________________
21035 [  9442] By: nick                                  on 2001/03/29  14:59:11
21036         Log: Work in progress - determine win32 extensions to build via script.
21037      Branch: perlio
21038            + win32/buildext.pl
21039            ! MANIFEST win32/makefile.mk
21040 ____________________________________________________________________________
21041 [  9441] By: jhi                                   on 2001/03/29  14:51:47
21042         Log: Reintroduce the use of external pwd.
21043      Branch: perl
21044            ! t/lib/cwd.t
21045 ____________________________________________________________________________
21046 [  9440] By: jhi                                   on 2001/03/29  14:42:58
21047         Log: use warnings instead of -w.
21048      Branch: perl
21049            ! utils/h2xs.PL
21050 ____________________________________________________________________________
21051 [  9439] By: jhi                                   on 2001/03/29  14:41:52
21052         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
21053              From: Jonathan Stowe <gellyfish@gellyfish.com>
21054              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
21055              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
21056      Branch: perl
21057            ! utils/h2xs.PL
21058 ____________________________________________________________________________
21059 [  9438] By: jhi                                   on 2001/03/29  14:39:38
21060         Log: Subject: [PATCH perl@9424] minor pod nits
21061              From: Robin Barker <rmb1@cise.npl.co.uk>
21062              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
21063              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
21064      Branch: perl
21065            ! pod/perlhack.pod pod/perliol.pod
21066 ____________________________________________________________________________
21067 [  9437] By: jhi                                   on 2001/03/29  14:29:16
21068         Log: Subject: [PATCH perl@9424] typemap cast warning
21069              From: Robin Barker <rmb1@cise.npl.co.uk>
21070              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
21071              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
21072      Branch: perl
21073            ! lib/ExtUtils/typemap
21074 ____________________________________________________________________________
21075 [  9436] By: jhi                                   on 2001/03/29  14:26:03
21076         Log: Subject: [PATCH perl@9424] printf warning
21077              From: Robin Barker <rmb1@cise.npl.co.uk>
21078              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
21079              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
21080      Branch: perl
21081            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
21082            ! ext/Storable/Storable.xs toke.c
21083 ____________________________________________________________________________
21084 [  9435] By: nick                                  on 2001/03/29  14:23:31
21085         Log: Win32 has name conflict with ERROR
21086      Branch: perlio
21087            ! ext/PerlIO/Via/Via.xs
21088 ____________________________________________________________________________
21089 [  9434] By: jhi                                   on 2001/03/29  14:17:48
21090         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21091              From: Peter Prymmer <pvhp@forte.com>
21092              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
21093              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
21094      Branch: perl
21095            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
21096 ____________________________________________________________________________
21097 [  9433] By: jhi                                   on 2001/03/29  13:52:44
21098         Log: test-prep target was missing.
21099      Branch: perl
21100            ! Makefile.SH
21101 ____________________________________________________________________________
21102 [  9432] By: nick                                  on 2001/03/29  12:40:03
21103         Log: Make as-shipped compiler default to MSVC6 
21104      Branch: perlio
21105            ! win32/makefile.mk
21106 ____________________________________________________________________________
21107 [  9431] By: nick                                  on 2001/03/29  12:12:16
21108         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
21109              akin to PerlIO::Scalar.
21110      Branch: perlio
21111            ! perlio.c perlio.h
21112 ____________________________________________________________________________
21113 [  9430] By: nick                                  on 2001/03/29  10:56:35
21114         Log: Integrate mainline.
21115      Branch: perlio
21116           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21117           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21118           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21119           !> win32/makefile.mk win32/win32sck.c
21120 ____________________________________________________________________________
21121 [  9429] By: nick                                  on 2001/03/29  09:03:43
21122         Log: Noticed that two tests were skipped as perlio:: package
21123              isn't there any more. Changed the skip condition.
21124              Avoid core-dump if sv_utf8_upgrade() called on something
21125              that does not become SvPOK after SvPV() (e.g. a ref).
21126      Branch: perlio
21127            ! sv.c t/io/utf8.t t/lib/io_scalar.t
21128 ____________________________________________________________________________
21129 [  9428] By: jhi                                   on 2001/03/29  01:31:47
21130         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
21131              From: Benjamin Sugars <bsugars@canoe.ca> 
21132              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
21133              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
21134      Branch: perl
21135            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21136            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21137            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21138 ____________________________________________________________________________
21139 [  9427] By: jhi                                   on 2001/03/29  00:49:30
21140         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21141              From: "Vadim Konovalov" <watman@inbox.ru>
21142              Date: Thu, 29 Mar 2001 01:50:12 +0400
21143              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
21144      Branch: perl
21145            ! win32/makefile.mk win32/win32sck.c
21146 ____________________________________________________________________________
21147 [  9426] By: gsar                                  on 2001/03/29  00:28:04
21148         Log: dmake can only handle == and != in comparisons; support building
21149              with Borland's VCL libraries (from Vadim Konovalov)
21150      Branch: maint-5.6/perl
21151            ! win32/makefile.mk
21152 ____________________________________________________________________________
21153 [  9425] By: nick                                  on 2001/03/28  19:29:56
21154         Log: Integrate (@snapshot)
21155      Branch: perlio
21156           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
21157 ____________________________________________________________________________
21158 [  9424] By: jhi                                   on 2001/03/28  19:03:16
21159         Log: Update Changes.
21160      Branch: perl
21161            ! Changes patchlevel.h
21162 ____________________________________________________________________________
21163 [  9423] By: jhi                                   on 2001/03/28  18:52:09
21164         Log: Rmdir lib/XS on cleanup.
21165      Branch: perl
21166            ! Makefile.SH
21167 ____________________________________________________________________________
21168 [  9422] By: jhi                                   on 2001/03/28  18:49:34
21169         Log: Integrate perlio.
21170      Branch: perl
21171           !> t/op/utf8decode.t
21172 ____________________________________________________________________________
21173 [  9421] By: nick                                  on 2001/03/28  18:46:44
21174         Log: Loose duplicate chunk.
21175      Branch: perlio
21176            ! t/op/utf8decode.t
21177 ____________________________________________________________________________
21178 [  9420] By: nick                                  on 2001/03/28  18:44:11
21179         Log: Integrate mainline.
21180      Branch: perlio
21181           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
21182           !> vms/vmsish.h
21183 ____________________________________________________________________________
21184 [  9419] By: jhi                                   on 2001/03/28  18:42:05
21185         Log: Can't trust external pwds
21186              (either shell builtins or external programs)
21187      Branch: perl
21188            ! t/lib/cwd.t
21189 ____________________________________________________________________________
21190 [  9418] By: jhi                                   on 2001/03/28  18:34:05
21191         Log: Integrate perlio.
21192      Branch: perl
21193            - lib/perlio.pm
21194           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21195           !> t/op/utf8decode.t
21196 ____________________________________________________________________________
21197 [  9417] By: nick                                  on 2001/03/28  18:24:02
21198         Log: PerlIO.pm / perlio.pm conflict.
21199              Update some pods.
21200              Make t/op/utf8decode.t a text file.
21201      Branch: perlio
21202            - lib/perlio.pm
21203            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21204            ! t/op/utf8decode.t
21205 ____________________________________________________________________________
21206 [  9416] By: jhi                                   on 2001/03/28  18:06:07
21207         Log: Integrate change #9409 from mainline to maintperl.
21208              
21209              Yet another tweak on AIX dynaloading.
21210      Branch: maint-5.6/perl
21211           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21212 ____________________________________________________________________________
21213 [  9415] By: gsar                                  on 2001/03/28  17:13:01
21214         Log: integrate changes#9377,9385,9401 from mainline
21215              
21216              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21217              
21218              If directory entries compare equal case-insensitively,
21219              retry case-sensitively.
21220              
21221              Subject: [PATCH] B::Terse and warnings
21222      Branch: maint-5.6/perl
21223           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
21224           !> t/pragma/warn/perl
21225 ____________________________________________________________________________
21226 [  9414] By: jhi                                   on 2001/03/28  17:11:12
21227         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
21228              From: "Craig A. Berry" <craigberry@mac.com>
21229              Date: Wed, 28 Mar 2001 10:55:20 -0600
21230              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
21231      Branch: perl
21232            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
21233 ____________________________________________________________________________
21234 [  9413] By: jhi                                   on 2001/03/28  17:03:12
21235         Log: Dup hunk.
21236      Branch: perl
21237            ! t/op/utf8decode.t
21238 ____________________________________________________________________________
21239 [  9412] By: jhi                                   on 2001/03/28  17:02:36
21240         Log: Forced integrate from perlio.
21241      Branch: perl
21242           !> t/op/utf8decode.t
21243 ____________________________________________________________________________
21244 [  9411] By: nick                                  on 2001/03/28  16:50:03
21245         Log: Integrate mainline.
21246      Branch: perlio
21247           +> t/lib/cwd.t
21248           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21249           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
21250           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
21251           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
21252           !> t/pragma/warn/perl
21253 ____________________________________________________________________________
21254 [  9410] By: jhi                                   on 2001/03/28  16:44:23
21255         Log: Subject: Re: [PATCH] 9403 cannot be tested
21256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21257              Date: Wed, 28 Mar 2001 18:33:56 +0200
21258              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
21259      Branch: perl
21260            ! makedef.pl
21261 ____________________________________________________________________________
21262 [  9409] By: jhi                                   on 2001/03/28  16:12:45
21263         Log: Yet another tweak on AIX dynaloading.
21264      Branch: perl
21265            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21266 ____________________________________________________________________________
21267 [  9408] By: jhi                                   on 2001/03/28  15:52:55
21268         Log: Subject: [PATCH] 9403 cannot be tested
21269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21270              Date: Wed, 28 Mar 2001 17:23:00 +0200
21271              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
21272              
21273              A missing symbol.
21274      Branch: perl
21275            ! makedef.pl
21276 ____________________________________________________________________________
21277 [  9407] By: jhi                                   on 2001/03/28  15:47:43
21278         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
21279      Branch: perl
21280            ! t/op/utf8decode.t
21281           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21282           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
21283 ____________________________________________________________________________
21284 [  9406] By: jhi                                   on 2001/03/28  15:37:08
21285         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
21286              From: Benjamin Sugars <bsugars@canoe.ca> 
21287              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
21288              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
21289      Branch: perl
21290            + t/lib/cwd.t
21291            ! MANIFEST
21292 ____________________________________________________________________________
21293 [  9405] By: jhi                                   on 2001/03/28  15:13:18
21294         Log: pp_ne() needs a CORRECT boolean.
21295      Branch: perl
21296            ! pp.c
21297 ____________________________________________________________________________
21298 [  9404] By: jhi                                   on 2001/03/28  15:09:23
21299         Log: pp_ne() needs a boolean, not an integer.
21300      Branch: perl
21301            ! pp.c
21302 ____________________________________________________________________________
21303 [  9403] By: jhi                                   on 2001/03/28  14:47:43
21304         Log: (Retracted by #9404.)
21305      Branch: perl
21306            ! pp.c
21307 ____________________________________________________________________________
21308 [  9402] By: jhi                                   on 2001/03/28  14:43:59
21309         Log: Subject: Re: [PATCH] Typemap testing
21310              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21311              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
21312              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
21313      Branch: perl
21314            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21315            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
21316 ____________________________________________________________________________
21317 [  9401] By: jhi                                   on 2001/03/28  14:42:14
21318         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21319              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21320              Date: Sun, 25 Mar 2001 21:59:15 +0100
21321              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
21322              
21323              A variable will be checked for the "use once" warnings if:
21324              
21325              1. It is in the scope of a use warnings 'once'
21326              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
21327              
21328              Otherwise it won't be checked at all.
21329              
21330              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
21331              
21332              The enclosed patch partially fixes this issue. What I didn't
21333              get to work was the case where the "used once" warning is enabled
21334              in any file other than the main file.
21335      Branch: perl
21336            ! gv.c t/pragma/warn/perl
21337 ____________________________________________________________________________
21338 [  9400] By: nick                                  on 2001/03/28  14:38:24
21339         Log: More EBCDIC tweaks:
21340              - one more swash issue &~(0xA0-1) did not do the right thing,
21341              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
21342              - add "use re 'asciirange'" to make [!-~] etc. work
21343              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
21344              - Choose a key for t/op/each.t test which gets encoded.
21345              - Skip utf8decode if this is UTF-EBCDIC.
21346      Branch: perlio
21347            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21348            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
21349 ____________________________________________________________________________
21350 [  9399] By: jhi                                   on 2001/03/28  14:21:00
21351         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
21352              Andreas Schwab.
21353      Branch: perl
21354            ! pp.c
21355 ____________________________________________________________________________
21356 [  9398] By: jhi                                   on 2001/03/28  00:55:56
21357         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
21358              From: David Dyck <dcd@tc.fluke.com>
21359              Date: Tue, 27 Mar 2001 15:16:24 -0800
21360              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
21361      Branch: perl
21362            ! ext/IO/lib/IO/Socket.pm
21363 ____________________________________________________________________________
21364 [  9397] By: jhi                                   on 2001/03/27  21:52:49
21365         Log: Integrate perlio.
21366      Branch: perl
21367           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21368           +> ext/PerlIO/Via/Via.xs
21369           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21370 ____________________________________________________________________________
21371 [  9396] By: nick                                  on 2001/03/27  21:45:13
21372         Log: Integrate mainline.
21373      Branch: perlio
21374           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
21375           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
21376 ____________________________________________________________________________
21377 [  9395] By: nick                                  on 2001/03/27  21:18:58
21378         Log: Outline docs for PerlIO and PerlIO::Scalar
21379      Branch: perlio
21380            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21381 ____________________________________________________________________________
21382 [  9394] By: nick                                  on 2001/03/27  20:50:13
21383         Log: PerlIO::Via layer (alpha-ish).
21384      Branch: perlio
21385            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21386            + ext/PerlIO/Via/Via.xs
21387            ! MANIFEST
21388 ____________________________________________________________________________
21389 [  9393] By: jhi                                   on 2001/03/27  20:49:55
21390         Log: Retract #9329 now that 9390 should take care of the matter.
21391      Branch: perl
21392            ! utils/h2xs.PL
21393 ____________________________________________________________________________
21394 [  9390] By: jhi                                   on 2001/03/27  20:47:50
21395         Log: Subject: Autoloading Errno.pm when %! is encountered
21396              From: Robin Houston <robin@kitsite.com>
21397              Date: Tue, 27 Mar 2001 20:57:11 +0100
21398              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
21399      Branch: perl
21400            ! embed.h embed.pl gv.c proto.h t/op/magic.t
21401 ____________________________________________________________________________
21402 [  9389] By: jhi                                   on 2001/03/27  20:24:31
21403         Log: Integrate perlio.
21404      Branch: perl
21405           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21406           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
21407           !> utf8.c
21408 ____________________________________________________________________________
21409 [  9388] By: jhi                                   on 2001/03/27  20:21:38
21410         Log: Better have a three-element array if one is going to assign
21411              to the third element of that array. (from Tim Jenness)
21412      Branch: perl
21413            ! ext/XS/Typemap/Typemap.xs
21414 ____________________________________________________________________________
21415 [  9387] By: nick                                  on 2001/03/27  20:15:43
21416         Log: Integrate mainline.
21417      Branch: perlio
21418           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21419           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21420           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21421           +> t/lib/xs-typemap.t
21422           !> (integrate 34 files)
21423 ____________________________________________________________________________
21424 [  9386] By: jhi                                   on 2001/03/27  20:04:18
21425         Log: Subject: Re: perl@9359 breaks HTML::Parser
21426              From: Gisle Aas <gisle@ActiveState.com>
21427              Date: 27 Mar 2001 11:30:24 -0800
21428              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
21429              
21430              Clarify the UTF-8 issues of the API docs.
21431              (Slightly reworded and expanded.)
21432      Branch: perl
21433            ! pod/perlapi.pod sv.c sv.h
21434 ____________________________________________________________________________
21435 [  9385] By: jhi                                   on 2001/03/27  19:44:25
21436         Log: If directory entries compare equal case-insensitively,
21437              retry case-sensitively.
21438      Branch: perl
21439            ! ext/File/Glob/bsd_glob.c
21440 ____________________________________________________________________________
21441 [  9384] By: nick                                  on 2001/03/27  19:38:50
21442         Log: Various EBCDIC fixes:
21443              - major revelation that swash code is encoding aware,
21444              (or thought it was) - now it is ;-)
21445              - With that out of the way fix a slab of tr/// cases.
21446              - Fix Encode 'Unicode' to be true Unicode so tests pass.
21447              - As anticipated Base64.xs needed tweaks.
21448              - Until tr/// works right avoid old_encode64 in MIME tests.
21449      Branch: perlio
21450            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21451            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
21452 ____________________________________________________________________________
21453 [  9383] By: jhi                                   on 2001/03/27  18:34:41
21454         Log: Add the std test suite BEGIN block.
21455      Branch: perl
21456            ! t/lib/xs-typemap.t
21457 ____________________________________________________________________________
21458 [  9382] By: jhi                                   on 2001/03/27  15:16:07
21459         Log: Add debugging output to the test.
21460      Branch: perl
21461            ! t/lib/glob-basic.t
21462 ____________________________________________________________________________
21463 [  9381] By: jhi                                   on 2001/03/27  15:08:10
21464         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
21465      Branch: perl
21466            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21467            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21468            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21469            + t/lib/xs-typemap.t
21470            ! MANIFEST
21471 ____________________________________________________________________________
21472 [  9380] By: jhi                                   on 2001/03/27  14:48:34
21473         Log: Subject: [PATCH] Typemap testing
21474              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21475              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
21476              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
21477              
21478              (The first part of the patch.)
21479      Branch: perl
21480            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
21481 ____________________________________________________________________________
21482 [  9379] By: jhi                                   on 2001/03/27  14:44:56
21483         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
21484              From: Benjamin Sugars <bsugars@canoe.ca> 
21485              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
21486              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
21487      Branch: perl
21488            ! t/lib/glob-basic.t
21489 ____________________________________________________________________________
21490 [  9378] By: jhi                                   on 2001/03/27  14:42:30
21491         Log: Subject: [PATCH] perlvar nit
21492              From: Simon Cozens <simon@netthink.co.uk>
21493              Date: Tue, 27 Mar 2001 01:12:01 +0100
21494              Message-ID: <20010327011201.A19179@netthink.co.uk>
21495      Branch: perl
21496            ! pod/perlvar.pod
21497 ____________________________________________________________________________
21498 [  9377] By: jhi                                   on 2001/03/27  14:36:26
21499         Log: Subject: [PATCH] B::Terse and warnings
21500              From: Benjamin Sugars <ben.sugars@home.com>
21501              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
21502              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
21503      Branch: perl
21504            ! ext/B/B.pm ext/B/B/Terse.pm
21505 ____________________________________________________________________________
21506 [  9376] By: jhi                                   on 2001/03/27  14:31:31
21507         Log: Document sockatmark() some.
21508      Branch: perl
21509            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
21510            ! pod/perltoc.pod
21511 ____________________________________________________________________________
21512 [  9375] By: jhi                                   on 2001/03/27  14:00:24
21513         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
21514              noted by Gisle and fixed by NI-S.
21515      Branch: perl
21516            ! sv.c
21517 ____________________________________________________________________________
21518 [  9374] By: jhi                                   on 2001/03/27  05:50:01
21519         Log: Regen toc.
21520      Branch: perl
21521            ! pod/perltoc.pod
21522 ____________________________________________________________________________
21523 [  9373] By: jhi                                   on 2001/03/27  05:43:51
21524         Log: Pixie documenting.
21525      Branch: perl
21526            ! Makefile.SH pod/perlhack.pod
21527 ____________________________________________________________________________
21528 [  9372] By: jhi                                   on 2001/03/27  05:29:34
21529         Log: Metaconfig unit changes for #9371.
21530      Branch: metaconfig
21531            ! U/modified/myhostname.U
21532      Branch: metaconfig/U/perl
21533            + d_sockatmark.U
21534            ! gccvers.U
21535 ____________________________________________________________________________
21536 [  9371] By: jhi                                   on 2001/03/27  05:29:07
21537         Log: Add sockatmark() probing.
21538      Branch: perl
21539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21540            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21541            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21542            ! vos/config.ga.h win32/config.bc win32/config.gc
21543            ! win32/config.vc
21544 ____________________________________________________________________________
21545 [  9370] By: jhi                                   on 2001/03/26  22:01:18
21546         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
21547              Really need to benchmark this.
21548      Branch: perl
21549            ! pp.c
21550 ____________________________________________________________________________
21551 [  9369] By: nick                                  on 2001/03/26  21:59:30
21552         Log: Integrate mainline.
21553      Branch: perlio
21554            ! ext/MIME/Base64/QuotedPrint.pm
21555           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21556           !> patchlevel.h pod/perlhack.pod pp_sys.c
21557 ____________________________________________________________________________
21558 [  9368] By: jhi                                   on 2001/03/26  21:47:03
21559         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
21560              
21561              TODO1: perlbench.
21562              TODO2: le, lt, ge, gt?  Yech.
21563      Branch: perl
21564            ! pp.c
21565 ____________________________________________________________________________
21566 [  9367] By: jhi                                   on 2001/03/26  21:34:57
21567         Log: Too much cut-and-paste in #9363.
21568      Branch: perl
21569            ! pp_sys.c
21570 ____________________________________________________________________________
21571 [  9366] By: jhi                                   on 2001/03/26  21:20:53
21572         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
21573              From: Andreas Schwab <schwab@suse.de>
21574              Date: 26 Mar 2001 17:29:04 +0200
21575              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
21576              
21577              (The patch for 5.6.0 or so, this is a guess for bleadperl)
21578      Branch: perl
21579            ! pp_hot.c
21580 ____________________________________________________________________________
21581 [  9365] By: jhi                                   on 2001/03/26  21:07:54
21582         Log: Integrate perlio.
21583      Branch: perl
21584           !> perlio.c
21585 ____________________________________________________________________________
21586 [  9364] By: nick                                  on 2001/03/26  20:30:48
21587         Log: REFCNT botch in layer name cache hash.
21588      Branch: perlio
21589            ! perlio.c
21590 ____________________________________________________________________________
21591 [  9363] By: jhi                                   on 2001/03/26  18:44:32
21592         Log: Subject: [PATCH] socket() leaks file descriptors
21593              From: Benjamin Sugars <bsugars@canoe.ca>
21594              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
21595              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
21596              
21597              Also sockpair() fixed similarly.
21598      Branch: perl
21599            ! pp_sys.c
21600 ____________________________________________________________________________
21601 [  9362] By: jhi                                   on 2001/03/26  18:37:52
21602         Log: Integrate perlio.
21603      Branch: perl
21604           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
21605 ____________________________________________________________________________
21606 [  9361] By: nick                                  on 2001/03/26  17:32:06
21607         Log: Implement flush of linebuffered streams on read of a tty.
21608      Branch: perlio
21609            ! perlio.c perliol.h
21610 ____________________________________________________________________________
21611 [  9360] By: nick                                  on 2001/03/26  17:12:32
21612         Log: Memory tweaks and notes for OEMVS.
21613      Branch: perlio
21614            ! README.os390 miniperlmain.c t/op/pat.t
21615 ____________________________________________________________________________
21616 [  9359] By: jhi                                   on 2001/03/26  02:12:54
21617         Log: Update Changes.
21618      Branch: perl
21619            ! Changes patchlevel.h
21620 ____________________________________________________________________________
21621 [  9358] By: jhi                                   on 2001/03/26  02:05:32
21622         Log: Document the most common pixie options.
21623      Branch: perl
21624            ! pod/perlhack.pod
21625 ____________________________________________________________________________
21626 [  9357] By: jhi                                   on 2001/03/26  01:25:28
21627         Log: For perl.pixie check *before* compiling that optimize is -g,
21628              as for perl.third.
21629      Branch: perl
21630            ! Makefile.SH
21631 ____________________________________________________________________________
21632 [  9356] By: jhi                                   on 2001/03/26  01:13:41
21633         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
21634      Branch: perl
21635            ! Makefile.SH
21636 ____________________________________________________________________________
21637 [  9355] By: jhi                                   on 2001/03/26  01:11:19
21638         Log: Remove t/perl.third.
21639      Branch: perl
21640            ! Makefile.SH
21641 ____________________________________________________________________________
21642 [  9354] By: jhi                                   on 2001/03/26  00:23:38
21643         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
21644              IO::Sockatmark().
21645      Branch: perl
21646            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21647 ____________________________________________________________________________
21648 [  9353] By: jhi                                   on 2001/03/25  22:25:04
21649         Log: Integrate perlio.
21650      Branch: perl
21651           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21652           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
21653           !> pp_hot.c win32/makefile.mk
21654 ____________________________________________________________________________
21655 [  9352] By: jhi                                   on 2001/03/25  22:21:41
21656         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
21657              From: Radu Greab <radu@netsoft.ro>
21658              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
21659              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
21660      Branch: perl
21661            ! pp_sys.c
21662 ____________________________________________________________________________
21663 [  9351] By: nick                                  on 2001/03/25  22:15:02
21664         Log: Fix readline in list mode to tell rest of world that it has
21665              things on the stack. Otherwise if perl code gets invoked
21666              underneath it it scribbles over results-so-far.
21667              (Why TIEHANDLE has not tripped on this is a mystery.)
21668      Branch: perlio
21669            ! pp_hot.c
21670 ____________________________________________________________________________
21671 [  9350] By: nick                                  on 2001/03/25  22:10:13
21672         Log: win32/makefile.mk typos
21673      Branch: perlio
21674            ! win32/makefile.mk
21675 ____________________________________________________________________________
21676 [  9349] By: nick                                  on 2001/03/25  21:31:14
21677         Log: Integrate now-non-binary file.
21678      Branch: perlio
21679           !> t/lib/mimeqp.t
21680 ____________________________________________________________________________
21681 [  9348] By: nick                                  on 2001/03/25  21:27:24
21682         Log: Make it text
21683      Branch: perlio
21684            ! t/lib/mimeqp.t
21685 ____________________________________________________________________________
21686 [  9347] By: nick                                  on 2001/03/25  21:25:37
21687         Log: Integrate mainline.
21688      Branch: perlio
21689           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21690           !> lib/Term/ReadLine.pm t/lib/md5-file.t
21691 ____________________________________________________________________________
21692 [  9346] By: nick                                  on 2001/03/25  20:58:15
21693         Log: Add destruct time hook to PerlIO (for work-in-process implementing
21694              layers in perl code. In such cases layers need to be popped before
21695              we loose the ability to run perl code.)
21696              Also back-out "PerlIO::object" hook - it isn't going to work like that...
21697      Branch: perlio
21698            ! perl.c perlio.c perlio.h perliol.h
21699 ____________________________________________________________________________
21700 [  9345] By: nick                                  on 2001/03/25  20:49:11
21701         Log: Avoid at leasy one of undefined warnings in Encode.
21702      Branch: perlio
21703            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21704 ____________________________________________________________________________
21705 [  9344] By: jhi                                   on 2001/03/25  20:37:43
21706         Log: A workaround for using Term::ReadLine in emacs minibuffer
21707              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
21708              additional tweaks from Ilya Zakharevich.
21709      Branch: perl
21710            ! lib/Term/ReadLine.pm
21711 ____________________________________________________________________________
21712 [  9343] By: nick                                  on 2001/03/25  20:21:14
21713         Log: Missing return value.
21714      Branch: perlio
21715            ! ext/PerlIO/Scalar/Scalar.xs
21716 ____________________________________________________________________________
21717 [  9342] By: jhi                                   on 2001/03/25  16:21:00
21718         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
21719              to equal the CPAN versions since no code changes have been made.
21720      Branch: perl
21721            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21722            ! t/lib/md5-file.t
21723 ____________________________________________________________________________
21724 [  9341] By: jhi                                   on 2001/03/25  16:01:48
21725         Log: Escape 8-bit characters.
21726      Branch: perl
21727            ! t/lib/mimeqp.t
21728 ____________________________________________________________________________
21729 [  9340] By: gsar                                  on 2001/03/25  15:50:53
21730         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
21731              chars)
21732      Branch: perl
21733            + t/lib/mimeqp.t
21734 ____________________________________________________________________________
21735 [  9339] By: gsar                                  on 2001/03/25  15:48:50
21736         Log: delete mimeqp.t for later with text mode set
21737      Branch: perl
21738            - t/lib/mimeqp.t
21739 ____________________________________________________________________________
21740 [  9338] By: nick                                  on 2001/03/25  09:01:57
21741         Log: Integrate mainline.
21742      Branch: perlio
21743           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21744           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21745           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21746           +> t/lib/mimeb64u.t t/lib/mimeqp.t
21747           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
21748           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
21749           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
21750 ____________________________________________________________________________
21751 [  9337] By: jhi                                   on 2001/03/25  04:23:24
21752         Log: Add MIME::Base64 here and there.  Again, a lot of
21753              optimism is in the air.
21754      Branch: perl
21755            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21756            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
21757 ____________________________________________________________________________
21758 [  9336] By: jhi                                   on 2001/03/25  04:12:43
21759         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
21760              this by ear as I do not do Win32 programming.)
21761      Branch: perl
21762            ! win32/Makefile win32/makefile.mk
21763 ____________________________________________________________________________
21764 [  9335] By: jhi                                   on 2001/03/25  04:03:50
21765         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
21766      Branch: perl
21767            ! t/lib/md5-file.t
21768 ____________________________________________________________________________
21769 [  9334] By: jhi                                   on 2001/03/25  03:58:53
21770         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
21771      Branch: perl
21772            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21773            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21774            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21775            + t/lib/mimeb64u.t t/lib/mimeqp.t
21776            ! MANIFEST
21777 ____________________________________________________________________________
21778 [  9333] By: jhi                                   on 2001/03/24  20:14:37
21779         Log: Integrate perlio.
21780      Branch: perl
21781           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
21782 ____________________________________________________________________________
21783 [  9332] By: nick                                  on 2001/03/24  19:40:34
21784         Log: Fix un-init variable leading to spurious "Out of Memory!"
21785      Branch: perlio
21786            ! doio.c
21787 ____________________________________________________________________________
21788 [  9331] By: nick                                  on 2001/03/24  19:09:59
21789         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
21790              and update layers internals doc.
21791      Branch: perlio
21792            ! pod/perlfunc.pod pod/perliol.pod
21793 ____________________________________________________________________________
21794 [  9330] By: jhi                                   on 2001/03/24  18:42:11
21795         Log: The length might be uninitialized garbage if the *svp is the undef.
21796      Branch: perl
21797            ! doio.c
21798 ____________________________________________________________________________
21799 [  9329] By: jhi                                   on 2001/03/24  18:26:57
21800         Log: (Retracted by #9393)
21801
21802              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
21803              From: Simon Cozens <simon@netthink.co.uk>
21804              Date: Sat, 24 Mar 2001 17:13:17 +0000
21805              Message-ID: <20010324171317.A13406@netthink.co.uk>
21806      Branch: perl
21807            ! utils/h2xs.PL
21808 ____________________________________________________________________________
21809 [  9328] By: nick                                  on 2001/03/24  17:22:02
21810         Log: Integrate mainline.
21811      Branch: perlio
21812           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
21813           !> lib/unicode/version
21814 ____________________________________________________________________________
21815 [  9327] By: nick                                  on 2001/03/24  17:16:02
21816         Log: Integrate mainline.
21817      Branch: perlio
21818           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21819           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21820           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21821           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21822           +> t/lib/md5-file.t
21823           !> MANIFEST Makefile.SH configure.com djgpp/config.over
21824           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
21825           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
21826           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
21827           !> win32/makefile.mk
21828 ____________________________________________________________________________
21829 [  9326] By: jhi                                   on 2001/03/24  17:00:42
21830         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
21831      Branch: perl
21832            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
21833            ! lib/unicode/version
21834 ____________________________________________________________________________
21835 [  9325] By: jhi                                   on 2001/03/24  16:22:33
21836         Log: Subject: Re: B::Deparse bug (5.6.0)
21837              From: Robin Houston <robin@kitsite.com>
21838              Date: Sat, 24 Mar 2001 14:33:09 +0000
21839              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
21840      Branch: perl
21841            ! op.c pp.c t/lib/b.t t/op/repeat.t
21842 ____________________________________________________________________________
21843 [  9324] By: jhi                                   on 2001/03/24  16:21:56
21844         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
21845              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
21846              these additions may be too optimistic.
21847      Branch: perl
21848            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21849            ! hints/uwin.sh hints/vmesa.sh
21850 ____________________________________________________________________________
21851 [  9323] By: jhi                                   on 2001/03/24  16:06:01
21852         Log: Integrate perlio.
21853      Branch: perl
21854           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21855           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21856            ! Makefile.SH
21857           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
21858           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
21859           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
21860           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21861           !> win32/makefile.mk win32/perlhost.h win32/win32.c
21862           !> win32/win32iop.h
21863 ____________________________________________________________________________
21864 [  9322] By: nick                                  on 2001/03/24  14:39:12
21865         Log: Routine Win32 regen_config_h - no real changes.
21866      Branch: perlio
21867            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21868 ____________________________________________________________________________
21869 [  9321] By: nick                                  on 2001/03/24  14:31:49
21870         Log: PerlIO fixups for Win32:
21871              - provide win33_popenlist() - non-functional as yet.
21872              - avoid need for aTHX in PerlIO_debug calls - even if not 
21873              enabled args are still evaluated so Win32 has trouble during fork().
21874              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
21875              - Fixup makedef.pl for latest set of symbols.
21876      Branch: perlio
21877            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
21878            ! win32/perlhost.h win32/win32.c win32/win32iop.h
21879 ____________________________________________________________________________
21880 [  9320] By: nick                                  on 2001/03/24  14:26:58
21881         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
21882              was gibberish - broke it on WIn32 at least.
21883      Branch: perlio
21884            ! ext/POSIX/POSIX.xs
21885 ____________________________________________________________________________
21886 [  9319] By: nick                                  on 2001/03/24  11:29:41
21887         Log: Generated files.
21888      Branch: perlio
21889            ! embed.h global.sym objXSUB.h perlapi.c proto.h
21890 ____________________________________________________________________________
21891 [  9318] By: nick                                  on 2001/03/24  10:29:37
21892         Log: Implement:
21893              1.  open($fh,"+<",undef);  # add test to t/io/open.t
21894              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
21895      Branch: perlio
21896            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21897            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21898            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
21899            ! t/io/open.t t/io/utf8.t
21900 ____________________________________________________________________________
21901 [  9317] By: jhi                                   on 2001/03/23  23:41:25
21902         Log: AIX does seems to have optimization problems with its C compilers.
21903      Branch: perl
21904            ! hints/aix.sh
21905 ____________________________________________________________________________
21906 [  9316] By: jhi                                   on 2001/03/23  23:40:46
21907         Log: Integrate perlio.
21908      Branch: perl
21909           +> lib/PerlIO.pm
21910           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
21911           !> perliol.h
21912 ____________________________________________________________________________
21913 [  9315] By: jhi                                   on 2001/03/23  22:16:30
21914         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
21915      Branch: perl
21916            ! t/lib/md5-file.t
21917 ____________________________________________________________________________
21918 [  9314] By: nick                                  on 2001/03/23  20:49:02
21919         Log: Perlio internals re-organized.
21920              - open process creates AV of layer/arg pairs
21921              (appends layers from open() or open.pm to default list).
21922              - push arg is now an SV.
21923              - layer ->Open get passed the AV
21924              - open is no longer mandatory method.
21925              - topmost layer that has ->Open method does the open
21926              - any layers above are pushed once that returns.
21927              - vtable re-ordered so dummy layers need only provide push/pop methods.
21928      Branch: perlio
21929            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21930 ____________________________________________________________________________
21931 [  9313] By: nick                                  on 2001/03/23  16:27:41
21932         Log: Check in a stable (working) version before next round of tweaks.
21933              Changes include:
21934              - Move default layers code out of doio.c and into perlio.c
21935              - Single routine for parsing layer specification strings.
21936              - Skeleton support for demand loading of layers
21937              - Core-dump avoidance if PERLIO environment specifies loadable layer
21938              (does not _work_ as need IO to load and need load to do IO ...)
21939      Branch: perlio
21940            + lib/PerlIO.pm
21941            ! MANIFEST doio.c perlio.c
21942 ____________________________________________________________________________
21943 [  9312] By: gsar                                  on 2001/03/23  16:25:25
21944         Log: add execute bit to files with shebang lines in the repository;
21945              avoid clobbering execute bit in Porting/makerel 
21946      Branch: maint-5.6/perl
21947            ! (edit 144 files)
21948 ____________________________________________________________________________
21949 [  9311] By: jhi                                   on 2001/03/23  14:25:35
21950         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
21951      Branch: perl
21952            ! MANIFEST
21953 ____________________________________________________________________________
21954 [  9310] By: jhi                                   on 2001/03/23  13:45:04
21955         Log: Subject: [PATCH] Net::Ping
21956              From: Colin McMillen <mcmi0037@tc.umn.edu>
21957              Date: Thu, 22 Mar 2001 19:30:31 -0600
21958              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
21959      Branch: perl
21960            ! lib/Net/Ping.pm
21961 ____________________________________________________________________________
21962 [  9309] By: jhi                                   on 2001/03/23  13:39:13
21963         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
21964      Branch: perl
21965            ! t/lib/md5-aaa.t t/lib/md5-file.t
21966 ____________________________________________________________________________
21967 [  9308] By: jhi                                   on 2001/03/23  13:20:34
21968         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
21969              - bump the version to 2.14
21970              - drop the base64 tests since they require MIME::Base64
21971              - drop the rfc1321.txt
21972              - drop the hints/dec_osf.pl since it's only needed for
21973              pre-5.005_03 Perls
21974              Todo:
21975              - the U32 alignment testing is now removed; it needs to
21976              be reintroduced as as a Config variable (meaning also
21977              as a Configure test)
21978              - get the new EBCDIC md5sum for MD5.pm
21979              - test in Win32 to see how badly I botched the makefiles
21980      Branch: perl
21981            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21982            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21983            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21984            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21985            + t/lib/md5-file.t
21986            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21987            ! win32/Makefile win32/makefile.mk
21988 ____________________________________________________________________________
21989 [  9307] By: jhi                                   on 2001/03/23  12:56:14
21990         Log: Integrate change #9306 from maintperl into mainline,
21991              AIX dynaloader for AIXes without <load.h>.
21992      Branch: perl
21993           !> ext/DynaLoader/hints/aix.pl
21994 ____________________________________________________________________________
21995 [  9306] By: jhi                                   on 2001/03/23  12:51:36
21996         Log: There are AIXes without /usr/include/load.h,
21997              patch from H.Merijn Brand.
21998      Branch: maint-5.6/perl
21999            ! ext/DynaLoader/hints/aix.pl
22000 ____________________________________________________________________________
22001 [  9305] By: nick                                  on 2001/03/23  11:00:42
22002         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
22003      Branch: perlio
22004            ! ext/Encode/Encode.xs perlio.c perlio.h
22005 ____________________________________________________________________________
22006 [  9304] By: nick                                  on 2001/03/23  10:20:46
22007         Log: Render -Duseperlio functional again.
22008              - this is "quick fix" which calls PerlIO_apply_layers after opening,
22009              which is what old scheme did. New scheme needs to change that
22010              to make open(...,\$scalar) etc. work but this will do for now.
22011      Branch: perlio
22012            ! perlio.c
22013 ____________________________________________________________________________
22014 [  9303] By: nick                                  on 2001/03/23  09:53:20
22015         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
22016              -Uuseperlio now works again.
22017              -Duseperlio is still poorly. Don't merge yet...
22018      Branch: perlio
22019            ! doio.c perlio.h
22020 ____________________________________________________________________________
22021 [  9302] By: nick                                  on 2001/03/22  22:26:51
22022         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
22023              type code.
22024              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
22025              is its main caller. In particular now has access to "extra" args, and
22026              can tell when an open handle is "reopened" (or duped?).
22027              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
22028              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
22029              PerlIO_open() et. al. (i.e. other way round).
22030              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
22031              with args close to PerlIO_openn().
22032      Branch: perlio
22033            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22034 ____________________________________________________________________________
22035 [  9301] By: jhi                                   on 2001/03/22  20:58:04
22036         Log: Integrate perlio.
22037      Branch: perl
22038           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
22039           !> t/io/open.t util.c
22040 ____________________________________________________________________________
22041 [  9300] By: nick                                  on 2001/03/22  17:36:32
22042         Log: Don't include $@ in not ok message.
22043      Branch: perlio
22044            ! t/io/open.t
22045 ____________________________________________________________________________
22046 [  9299] By: gsar                                  on 2001/03/22  16:53:45
22047         Log: back out changes#7532,7521 for now (appears to have problems
22048              on IRIX)
22049      Branch: maint-5.6/perl
22050            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22051            ! ext/POSIX/typemap pod/perlvar.pod
22052 ____________________________________________________________________________
22053 [  9298] By: nick                                  on 2001/03/22  14:35:46
22054         Log: Give a meaning to '&' in n-arg open case:
22055              open($fh,"<&",$scalar);
22056              $scalar can be:
22057              - an integer which does "fdopen"
22058              open($fh,"<&",2); # like open($fh,"<&2")
22059              - something that will yield a file handle via sv_2io()
22060              useful for dup'ing anonymous handles.
22061              e.g.:
22062              open(my $fh,"<&",\*STDIN);
22063              open(my $dup,"<&",$fh);
22064      Branch: perlio
22065            ! doio.c t/io/open.t
22066 ____________________________________________________________________________
22067 [  9297] By: nick                                  on 2001/03/22  13:34:35
22068         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
22069      Branch: perlio
22070            ! util.c
22071 ____________________________________________________________________________
22072 [  9296] By: nick                                  on 2001/03/22  12:51:20
22073         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
22074      Branch: perlio
22075            ! perl.c
22076 ____________________________________________________________________________
22077 [  9295] By: nick                                  on 2001/03/22  11:59:44
22078         Log: If stdin, stdout or stderr get opened in unexpected read/write state
22079              then warn at time of open not at time of use.
22080      Branch: perlio
22081            ! doio.c pp_hot.c pp_sys.c
22082 ____________________________________________________________________________
22083 [  9294] By: nick                                  on 2001/03/22  10:54:35
22084         Log: Die on n-arg open(...,"",xxx,yyy,...)
22085              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
22086              - die on read/write cases so we can decide what it means later.
22087      Branch: perlio
22088            ! doio.c embed.pl iperlsys.h util.c
22089 ____________________________________________________________________________
22090 [  9293] By: nick                                  on 2001/03/22  09:02:45
22091         Log: perlio tweaks (reported by Nick Clark)
22092              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
22093              error check in Pendinf_read().
22094      Branch: perlio
22095            ! perlio.c
22096 ____________________________________________________________________________
22097 [  9292] By: gsar                                  on 2001/03/22  07:12:00
22098         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
22099              fixes)
22100      Branch: maint-5.6/perl
22101           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
22102 ____________________________________________________________________________
22103 [  9291] By: jhi                                   on 2001/03/22  06:06:44
22104         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
22105      Branch: perl
22106            ! t/op/re_tests
22107 ____________________________________________________________________________
22108 [  9290] By: jhi                                   on 2001/03/22  05:57:01
22109         Log: Move MacOS Classic higher in the list of supported platforms.
22110      Branch: maint-5.6/perl
22111            ! pod/perlport.pod
22112 ____________________________________________________________________________
22113 [  9289] By: gsar                                  on 2001/03/22  05:35:04
22114         Log: revert part of change#6438 for compatibility (av_reify()
22115              appears to be needed to implement av_splice()ish things
22116              in XS)
22117      Branch: maint-5.6/perl
22118            ! embed.pl global.sym objXSUB.h perlapi.c
22119 ____________________________________________________________________________
22120 [  9288] By: gsar                                  on 2001/03/22  03:09:19
22121         Log: update copyright year
22122      Branch: maint-5.6/perl
22123            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22124            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
22125            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
22126            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
22127            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
22128            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
22129            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
22130            ! x2p/walk.c
22131 ____________________________________________________________________________
22132 [  9287] By: jhi                                   on 2001/03/21  20:30:54
22133         Log: Integrate perlio.
22134      Branch: perl
22135           !> ext/Data/Dumper/Dumper.xs
22136 ____________________________________________________________________________
22137 [  9286] By: gsar                                  on 2001/03/21  19:49:54
22138         Log: makefile.mk tweak
22139      Branch: maint-5.6/perl
22140            ! win32/Makefile win32/makefile.mk
22141 ____________________________________________________________________________
22142 [  9285] By: nick                                  on 2001/03/21  19:07:13
22143         Log: Multiplicity fix for Dumper.
22144      Branch: perlio
22145            ! ext/Data/Dumper/Dumper.xs
22146 ____________________________________________________________________________
22147 [  9284] By: nick                                  on 2001/03/21  19:01:07
22148         Log: Integrate mainline - (does not build xTHX issue in Dumper).
22149      Branch: perlio
22150           !> (integrate 27 files)
22151 ____________________________________________________________________________
22152 [  9283] By: jhi                                   on 2001/03/21  17:17:35
22153         Log: Integrate change #9282 from mainline into maintperl,
22154              4-arg UTF-8 substr().
22155      Branch: maint-5.6/perl
22156           !> pp.c
22157 ____________________________________________________________________________
22158 [  9282] By: jhi                                   on 2001/03/21  17:15:43
22159         Log: The #9270 would have leaked a scalar if pp_substr()
22160              returned early.
22161      Branch: perl
22162            ! pp.c
22163 ____________________________________________________________________________
22164 [  9281] By: gsar                                  on 2001/03/21  17:03:14
22165         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
22166      Branch: maint-5.6/perl
22167            ! win32/makefile.mk
22168 ____________________________________________________________________________
22169 [  9280] By: gsar                                  on 2001/03/21  17:01:20
22170         Log: some tweaks to change#9278 (fork() emulation should be enabled
22171              by setting BUILD_FLAVOR instead of changing the defaults)
22172      Branch: maint-5.6/perl
22173            ! win32/makefile.mk
22174 ____________________________________________________________________________
22175 [  9279] By: gsar                                  on 2001/03/21  16:47:19
22176         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
22177      Branch: maint-5.6/perl
22178            ! ext/File/Glob/Glob.pm
22179           !> lib/Cwd.pm
22180 ____________________________________________________________________________
22181 [  9278] By: jhi                                   on 2001/03/21  14:35:10
22182         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
22183              From: "Vadim Konovalov" <watman@inbox.ru>
22184              Date: Wed, 21 Mar 2001 01:53:51 +0300
22185              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
22186      Branch: maint-5.6/perl
22187            ! win32/makefile.mk win32/win32sck.c
22188 ____________________________________________________________________________
22189 [  9277] By: jhi                                   on 2001/03/21  13:58:28
22190         Log: Integrate change #9270 from mainline to maintperl:
22191              continued 4-arg UTF-8 substr() fixing.
22192      Branch: maint-5.6/perl
22193           !> pp.c t/op/substr.t
22194 ____________________________________________________________________________
22195 [  9276] By: jhi                                   on 2001/03/21  13:33:00
22196         Log: More pixie cleaning.
22197      Branch: perl
22198            ! Makefile.SH
22199 ____________________________________________________________________________
22200 [  9275] By: jhi                                   on 2001/03/21  03:54:17
22201         Log: Update Changes.
22202      Branch: perl
22203            ! Changes patchlevel.h
22204 ____________________________________________________________________________
22205 [  9274] By: jhi                                   on 2001/03/21  03:48:24
22206         Log: First stab at making Data::Dumper to grok Unicode.
22207              
22208              TODO: tests, EBCDICify.
22209      Branch: perl
22210            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22211 ____________________________________________________________________________
22212 [  9273] By: jhi                                   on 2001/03/21  02:23:00
22213         Log: Fix for
22214              
22215              Subject: Memory leak in unquoted print   
22216              From: Benjamin Sugars <bsugars@canoe.ca> 
22217              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
22218              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
22219      Branch: perl
22220            ! perlio.c
22221 ____________________________________________________________________________
22222 [  9272] By: jhi                                   on 2001/03/21  01:33:17
22223         Log: Subject: Re: [PATCH] POSIX::getcwd()
22224              From: Benjamin Sugars <bsugars@canoe.ca> 
22225              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
22226              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
22227      Branch: perl
22228            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22229 ____________________________________________________________________________
22230 [  9271] By: jhi                                   on 2001/03/21  01:22:52
22231         Log: Subject: [PATCH] Cwd.pm docs
22232              From: Benjamin Sugars <bsugars@canoe.ca>
22233              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
22234              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
22235      Branch: perl
22236            ! lib/Cwd.pm
22237 ____________________________________________________________________________
22238 [  9270] By: jhi                                   on 2001/03/21  01:16:29
22239         Log: Continue 4-arg substr() UTF-8 fixage.
22240      Branch: perl
22241            ! pp.c t/op/substr.t
22242 ____________________________________________________________________________
22243 [  9269] By: jhi                                   on 2001/03/21  00:46:14
22244         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
22245              
22246              revert the leak fix in change#9142 (problem needs a more experimental
22247              fix unsuitable for 5.6.1)
22248              
22249              do alphabetical sorting by default (for csh compatibility)
22250              
22251              cut-n-paste goof in change#9264
22252              
22253              VMS piping fixes (from Charles Lane)
22254      Branch: perl
22255           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
22256           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22257           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
22258 ____________________________________________________________________________
22259 [  9268] By: jhi                                   on 2001/03/21  00:37:04
22260         Log: Integrate perlio.
22261      Branch: perl
22262           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22263           !> utf8.c utf8.h utfebcdic.h
22264 ____________________________________________________________________________
22265 [  9267] By: nick                                  on 2001/03/20  20:04:39
22266         Log: More EBCDIC stuff:
22267              - Loose the extra level of function on ASCII.
22268              - spotted a chr(0) issue in sv.c
22269              - re-work of UTF-X tr/// ranges to work in Unicode
22270              space. Still issues with the "0xff is illegal UTF-8" hack.
22271              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
22272              (why do it once when you can do it all over the place :-(
22273              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
22274              need utf8.pm for swashes.
22275              - Simplified and commented scan_const() in toke.c
22276              Still something wrong regexp and tr (swashes?).
22277      Branch: perlio
22278            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22279            ! utf8.c utf8.h utfebcdic.h
22280 ____________________________________________________________________________
22281 [  9266] By: gsar                                  on 2001/03/20  19:16:43
22282         Log: VMS piping fixes (from Charles Lane)
22283      Branch: maint-5.6/perl
22284            ! vms/vms.c vms/vmspipe.com
22285 ____________________________________________________________________________
22286 [  9265] By: gsar                                  on 2001/03/20  17:53:52
22287         Log: cut-n-paste goof in change#9264
22288      Branch: maint-5.6/perl
22289            ! ext/File/Glob/Glob.xs
22290 ____________________________________________________________________________
22291 [  9264] By: gsar                                  on 2001/03/20  17:43:47
22292         Log: do alphabetical sorting by default (for csh compatibility);
22293              bsd_glob() does ASCII sort by default as usual, unless
22294              GLOB_ALPHASORT was specified
22295      Branch: maint-5.6/perl
22296            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
22297            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22298            ! ext/File/Glob/bsd_glob.h
22299 ____________________________________________________________________________
22300 [  9263] By: gsar                                  on 2001/03/20  16:40:08
22301         Log: integrate change#9255 from mainline (unicode fix)
22302              
22303              substr($bytestr, i, n, $charstr)
22304      Branch: maint-5.6/perl
22305           !> Todo-5.6 pp.c t/op/substr.t
22306 ____________________________________________________________________________
22307 [  9262] By: gsar                                  on 2001/03/20  15:57:41
22308         Log: revert the leak fix in change#9142 (problem needs a more experimental
22309              fix unsuitable for 5.6.1)
22310      Branch: maint-5.6/perl
22311            ! scope.c
22312 ____________________________________________________________________________
22313 [  9261] By: jhi                                   on 2001/03/20  14:26:25
22314         Log: Integrate changes #9259,9260 from maintperl into mainline.
22315              
22316              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22317              
22318              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22319      Branch: perl
22320           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
22321 ____________________________________________________________________________
22322 [  9260] By: jhi                                   on 2001/03/20  14:05:46
22323         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22324              From: Robin Barker <rmb1@cise.npl.co.uk>
22325              Date: Tue, 20 Mar 2001 10:12:04 GMT
22326              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
22327      Branch: maint-5.6/perl
22328            ! run.c
22329 ____________________________________________________________________________
22330 [  9259] By: jhi                                   on 2001/03/20  14:04:39
22331         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22332              From: Chris Nandor <pudge@pobox.com>
22333              Date: Tue, 20 Mar 2001 00:40:56 -0500
22334              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
22335      Branch: maint-5.6/perl
22336            ! ext/POSIX/POSIX.xs lib/File/Path.pm
22337 ____________________________________________________________________________
22338 [  9258] By: jhi                                   on 2001/03/20  05:09:34
22339         Log: Update Changes.
22340      Branch: perl
22341            ! Changes patchlevel.h
22342 ____________________________________________________________________________
22343 [  9257] By: jhi                                   on 2001/03/20  05:04:25
22344         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
22345      Branch: perl
22346            ! t/op/tr.t
22347 ____________________________________________________________________________
22348 [  9256] By: jhi                                   on 2001/03/20  04:43:12
22349         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
22350              From: Peter Prymmer <pvhp@forte.com>
22351              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
22352              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
22353      Branch: maint-5.6/perl
22354            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
22355 ____________________________________________________________________________
22356 [  9255] By: jhi                                   on 2001/03/19  23:17:17
22357         Log: substr($bytestr, i, n, $charstr)
22358
22359              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
22360      Branch: perl
22361            ! Todo-5.6 pp.c t/op/substr.t
22362 ____________________________________________________________________________
22363 [  9254] By: jhi                                   on 2001/03/19  22:25:09
22364         Log: Rearrange the make test target prerequisites so that
22365              in a parallel make 'all' is finished before 'test'.
22366      Branch: perl
22367            ! Makefile.SH
22368 ____________________________________________________________________________
22369 [  9253] By: jhi                                   on 2001/03/19  21:48:07
22370         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
22371              From: Robin Houston <robin@kitsite.com>
22372              Date: Mon, 19 Mar 2001 15:48:41 +0000
22373              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
22374      Branch: perl
22375            ! pp_ctl.c
22376 ____________________________________________________________________________
22377 [  9252] By: jhi                                   on 2001/03/19  21:42:27
22378         Log: Integrate perlio.
22379      Branch: perl
22380           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
22381           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
22382           !> utfebcdic.h vms/perly_c.vms
22383 ____________________________________________________________________________
22384 [  9251] By: jhi                                   on 2001/03/19  21:31:28
22385         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
22386              
22387              Dynaloading in 64-bit AIX with vac.
22388      Branch: perl
22389           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22390           !> hints/aix.sh
22391 ____________________________________________________________________________
22392 [  9250] By: jhi                                   on 2001/03/19  21:18:00
22393         Log: A more robust solution for the 64bitall AIX dynaloading
22394              problem, from Jens-Uwe Mager.
22395      Branch: maint-5.6/perl
22396            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22397 ____________________________________________________________________________
22398 [  9249] By: nick                                  on 2001/03/19  20:59:37
22399         Log: Integrate mainline.
22400      Branch: perlio
22401           !> (integrate 42 files)
22402 ____________________________________________________________________________
22403 [  9248] By: nick                                  on 2001/03/19  20:22:07
22404         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
22405              (Building on OS390 uses native YACC and YYDEBUG has other
22406              side effects.)
22407      Branch: perlio
22408            ! perly.c perly.y vms/perly_c.vms
22409 ____________________________________________________________________________
22410 [  9247] By: jhi                                   on 2001/03/19  19:59:53
22411         Log: 64-bit AIX dynaloading problem (see #9244) idea
22412              from Jens-Uwe Mager.
22413      Branch: maint-5.6/perl
22414            ! ext/DynaLoader/dl_aix.xs
22415 ____________________________________________________________________________
22416 [  9246] By: nick                                  on 2001/03/19  19:27:57
22417         Log: More EBCDIC fixes.
22418      Branch: perlio
22419            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
22420            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
22421 ____________________________________________________________________________
22422 [  9245] By: jhi                                   on 2001/03/19  19:05:19
22423         Log: Integrate change #9243 from mainline into maintperl.
22424              
22425              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22426      Branch: maint-5.6/perl
22427           !> README.vmesa
22428 ____________________________________________________________________________
22429 [  9244] By: jhi                                   on 2001/03/19  19:03:15
22430         Log: Get 64bitall AIX building, but still does not test okay:
22431              dynaloading anything fails, for example for op/defins:
22432              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
22433              (update: fixed by #9247,9250)
22434      Branch: maint-5.6/perl
22435            ! hints/aix.sh
22436 ____________________________________________________________________________
22437 [  9243] By: jhi                                   on 2001/03/19  19:00:16
22438         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22439              From: Robin Barker <rmb1@cise.npl.co.uk>
22440              Date: Mon, 19 Mar 2001 18:01:57 GMT
22441              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
22442      Branch: perl
22443            ! README.vmesa
22444 ____________________________________________________________________________
22445 [  9242] By: jhi                                   on 2001/03/19  18:58:43
22446         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
22447              
22448              TODO: tests.
22449      Branch: perl
22450            ! doop.c op.c
22451 ____________________________________________________________________________
22452 [  9241] By: gsar                                  on 2001/03/19  17:34:46
22453         Log: VMSify tests (from Charles Lane)
22454      Branch: maint-5.6/perl
22455            ! t/lib/filehand.t t/lib/texttabs.t
22456 ____________________________________________________________________________
22457 [  9240] By: jhi                                   on 2001/03/19  14:24:26
22458         Log: Integrate change #9233 from maintperl into mainline.
22459              
22460              some refcounts were incorrect in perl_clone()
22461      Branch: perl
22462           !> sv.c
22463 ____________________________________________________________________________
22464 [  9239] By: gsar                                  on 2001/03/19  09:23:17
22465         Log: this is 5.6.1-trial3
22466      Branch: maint-5.6/perl
22467            ! Changes
22468 ____________________________________________________________________________
22469 [  9238] By: gsar                                  on 2001/03/19  08:47:04
22470         Log: some new symbols are only available under ithreads
22471      Branch: maint-5.6/perl
22472            ! makedef.pl
22473 ____________________________________________________________________________
22474 [  9237] By: gsar                                  on 2001/03/19  08:42:28
22475         Log: update patchlevel.h, Changes, &c.
22476      Branch: maint-5.6/perl
22477            ! Changes patchlevel.h pod/perlhist.pod
22478           !> AUTHORS
22479 ____________________________________________________________________________
22480 [  9236] By: gsar                                  on 2001/03/19  08:17:49
22481         Log: integrate changes#8068,8717 from mainline
22482              
22483              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
22484              
22485              [PATCH CPAN 1.59_51] warning message (not!)
22486      Branch: maint-5.6/perl
22487           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
22488           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
22489           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
22490           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
22491           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22492 ____________________________________________________________________________
22493 [  9235] By: gsar                                  on 2001/03/19  08:07:09
22494         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
22495              
22496              [PATCH] Add missing CV flags to dump.c
22497              
22498              Re: [patch] Re: PL_ptr_table
22499              
22500              Fixup non-ithread build after 8713
22501              
22502              Generated files form 8713 etc.
22503              
22504              Correct the correction :-(
22505              
22506              Documenting coderef @INC (Re: CPAN "make this script work" feature)
22507              
22508              Subject: Re: sync sync sync: have I missed any patches?
22509              Replace djSP with dSP.
22510      Branch: maint-5.6/perl
22511           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
22512           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
22513           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
22514           !> sv.c sv.h win32/perlhost.h
22515 ____________________________________________________________________________
22516 [  9234] By: gsar                                  on 2001/03/19  07:22:05
22517         Log: revert the change#9090 integrate for now (change looks somewhat
22518              incomplete in that [ha]v_exists() need something similar; lacks
22519              tests; &c.)
22520      Branch: maint-5.6/perl
22521            ! hv.c
22522 ____________________________________________________________________________
22523 [  9233] By: gsar                                  on 2001/03/19  07:10:01
22524         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
22525              destruction when there are unreferenced scalars (SvREFCNT==0)
22526      Branch: maint-5.6/perl
22527            ! sv.c
22528 ____________________________________________________________________________
22529 [  9232] By: jhi                                   on 2001/03/19  05:11:02
22530         Log: Regen api and toc.
22531      Branch: maint-5.6/perl
22532            ! pod/perlapi.pod pod/perltoc.pod
22533 ____________________________________________________________________________
22534 [  9231] By: jhi                                   on 2001/03/19  04:06:03
22535         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
22536              add a lost line in pp.c:pp_chop(), update to new op/chop.
22537              
22538              Clarify the description differentiating for and while; inspired by
22539              
22540              Subject: [ID 20010306.004] || != named unary operator
22541              
22542              The $Is_MacOS needs to be declared.
22543      Branch: maint-5.6/perl
22544            ! pp.c t/op/chop.t
22545           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
22546 ____________________________________________________________________________
22547 [  9230] By: jhi                                   on 2001/03/19  03:48:16
22548         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
22549              9079,9083,9089,9090,9091 from mainline to maintperl.
22550              
22551              Quieten some noise in Win32 builds
22552              
22553              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
22554              
22555              The perlretut was still talking about the old \p and \P
22556              definitions.
22557              
22558              More tweakage on the Unicode character class descriptions.
22559              
22560              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
22561              
22562              Subject: 'no *POSIX' Patch speeding up make on BS2000 
22563              
22564              Subject: [PATCH] perldata.pod here-doc docs
22565              
22566              Add /sbin and /usr/sbin to the list of directories scanned
22567              for setuid programs.  Takes care of bug id 20010309.003.
22568              
22569              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
22570              
22571              In op/stat #35 better to scan all the potential directories
22572              for setuids, not just the first one.
22573      Branch: maint-5.6/perl
22574            ! Makefile.SH
22575           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
22576           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
22577           !> t/op/stat.t toke.c win32/win32.h
22578 ____________________________________________________________________________
22579 [  9229] By: jhi                                   on 2001/03/19  02:31:50
22580         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
22581              From: Chris Nandor <pudge@pobox.com>
22582              Date: Sat, 10 Mar 2001 14:22:19 -0500
22583              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
22584      Branch: maint-5.6/perl
22585            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
22586            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
22587            ! t/lib/b.t t/lib/errno.t
22588 ____________________________________________________________________________
22589 [  9228] By: jhi                                   on 2001/03/19  02:29:59
22590         Log: Integrate changes #9113,9122 from mainline into maintperl.
22591              
22592              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?)
22593      Branch: maint-5.6/perl
22594           !> Configure README.os390 hints/os390.sh
22595 ____________________________________________________________________________
22596 [  9227] By: jhi                                   on 2001/03/19  02:22:35
22597         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
22598              into maintperl.
22599              
22600              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
22601              
22602              Forgot to check-in the larger part of #9120, duh.
22603              
22604              Subject: Another patch for integer.pm POD 
22605              
22606              h2ph strictness and cleanliness from Kurt Starsinic.
22607              
22608              Borland filename case problem.
22609              
22610              h2ph strictness and cleanliness from Kurt Starsinic.
22611              
22612              Subject: [PATCH] the uncontroversial doc patches
22613      Branch: maint-5.6/perl
22614           +> win32/sncfnmcs.pl
22615           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
22616           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
22617           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
22618           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
22619           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
22620           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
22621           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
22622 ____________________________________________________________________________
22623 [  9226] By: jhi                                   on 2001/03/19  02:10:21
22624         Log: Integrate changes #9207,9214 from mainline into maintperl.
22625              
22626              podchecker relaxations: =over has an *optional* number after it,
22627              and whitespace in L<> is okay.
22628      Branch: maint-5.6/perl
22629           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22630           !> t/pod/poderrs.xr
22631 ____________________________________________________________________________
22632 [  9225] By: jhi                                   on 2001/03/19  02:07:38
22633         Log: Integrate change #9219 from maintperl into mainline.
22634              
22635              remove duplicated tests
22636      Branch: perl
22637           !> t/op/re_tests
22638 ____________________________________________________________________________
22639 [  9224] By: jhi                                   on 2001/03/19  02:06:11
22640         Log: Integrate change #9223 from mainline to maintperl.
22641              
22642              Document -Dmksymlinks.
22643      Branch: maint-5.6/perl
22644           !> INSTALL
22645 ____________________________________________________________________________
22646 [  9223] By: jhi                                   on 2001/03/19  02:01:25
22647         Log: Document -Dmksymlinks.
22648      Branch: perl
22649            ! INSTALL
22650 ____________________________________________________________________________
22651 [  9222] By: jhi                                   on 2001/03/19  01:15:35
22652         Log: The -Dmksymlinks wasn't working for maintperl.
22653      Branch: maint-5.6/perl
22654            ! Configure
22655 ____________________________________________________________________________
22656 [  9221] By: jhi                                   on 2001/03/19  00:49:43
22657         Log: Cleanup pixie residue.
22658      Branch: perl
22659            ! Makefile.SH
22660 ____________________________________________________________________________
22661 [  9220] By: jhi                                   on 2001/03/19  00:44:47
22662         Log: Document the use of pixie/prof; create make targets for it.
22663              
22664              TODO: make t/TEST pixie-aware.
22665      Branch: perl
22666            ! Makefile.SH pod/perlhack.pod
22667 ____________________________________________________________________________
22668 [  9219] By: gsar                                  on 2001/03/19  00:16:55
22669         Log: remove duplicated tests
22670      Branch: maint-5.6/perl
22671            ! t/op/re_tests
22672 ____________________________________________________________________________
22673 [  9218] By: jhi                                   on 2001/03/18  23:59:31
22674         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
22675      Branch: perl
22676            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
22677 ____________________________________________________________________________
22678 [  9217] By: jhi                                   on 2001/03/18  23:25:20
22679         Log: Rewrite the tests section of Makefile to be less redundant
22680              and to allow for more flexible test targets, many recursive
22681              make calls introduced.
22682      Branch: perl
22683            ! Makefile.SH
22684 ____________________________________________________________________________
22685 [  9216] By: jhi                                   on 2001/03/18  22:30:04
22686         Log: Document the use of Third Degree (sparsely).
22687      Branch: perl
22688            ! pod/perlhack.pod t/TEST
22689 ____________________________________________________________________________
22690 [  9215] By: jhi                                   on 2001/03/18  22:10:30
22691         Log: Make targets for testing with Third Degree.
22692      Branch: perl
22693            ! Makefile.SH
22694 ____________________________________________________________________________
22695 [  9214] By: jhi                                   on 2001/03/18  21:08:53
22696         Log: The podchecker relaxations need to mirrored also at the tests.
22697      Branch: perl
22698            ! t/pod/poderrs.xr
22699 ____________________________________________________________________________
22700 [  9213] By: jhi                                   on 2001/03/18  20:56:21
22701         Log: Update Changes.
22702      Branch: perl
22703            ! Changes patchlevel.h
22704 ____________________________________________________________________________
22705 [  9212] By: jhi                                   on 2001/03/18  20:36:59
22706         Log: Looking for config.sh in parent directories isn't
22707              very useful for the toplevel Makefile.
22708      Branch: perl
22709            ! Makefile.SH
22710 ____________________________________________________________________________
22711 [  9211] By: jhi                                   on 2001/03/18  20:33:37
22712         Log: On "make clean" take care of Third Degree droppings.
22713      Branch: perl
22714            ! Makefile.SH
22715 ____________________________________________________________________________
22716 [  9210] By: jhi                                   on 2001/03/18  20:21:34
22717         Log: Add a hook for running the tests under the Third Degree
22718              debugging tool (set $ENV{PERL_3LOG} to non-zero)
22719              
22720              TODO: Document the use of Third Degree.
22721      Branch: perl
22722            ! t/TEST
22723 ____________________________________________________________________________
22724 [  9209] By: jhi                                   on 2001/03/18  20:19:07
22725         Log: Regen toc and api pods.
22726      Branch: perl
22727            ! pod/perlapi.pod pod/perltoc.pod
22728 ____________________________________________________________________________
22729 [  9208] By: jhi                                   on 2001/03/18  20:12:12
22730         Log: Integrate changes #8128,9132 from mainline into maintperl,
22731              Tie::SubstrHash fixes.
22732      Branch: maint-5.6/perl
22733           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
22734 ____________________________________________________________________________
22735 [  9207] By: jhi                                   on 2001/03/18  20:07:43
22736         Log: podchecker relaxations from Michael Stevens.
22737      Branch: perl
22738            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22739 ____________________________________________________________________________
22740 [  9206] By: jhi                                   on 2001/03/18  20:04:24
22741         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
22742      Branch: perl
22743            ! lib/Locale/Constants.pm lib/Locale/Country.pm
22744            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
22745            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
22746 ____________________________________________________________________________
22747 [  9205] By: jhi                                   on 2001/03/18  19:54:45
22748         Log: Integrate changes #9161,9162 from maintperl to mainline.
22749              
22750              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
22751              results
22752      Branch: perl
22753           !> t/op/magic.t
22754 ____________________________________________________________________________
22755 [  9204] By: jhi                                   on 2001/03/18  19:37:46
22756         Log: Make perl.third checks more understandable to the builder.
22757      Branch: perl
22758            ! Makefile.SH
22759 ____________________________________________________________________________
22760 [  9203] By: jhi                                   on 2001/03/18  19:20:54
22761         Log: Re-integrate #9138 from maintperl to mainline,
22762              the squelching of the unneeded "Scalars leaked" messages.
22763      Branch: perl
22764           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22765           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22766           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22767 ____________________________________________________________________________
22768 [  9202] By: jhi                                   on 2001/03/18  18:48:36
22769         Log: More robust and more paranoid perl.third target.
22770      Branch: perl
22771            ! Makefile.SH
22772 ____________________________________________________________________________
22773 [  9201] By: jhi                                   on 2001/03/18  18:39:21
22774         Log: Integrate change #9197 from maintperl to mainline.
22775              
22776              more thorough cleaning of arenas.
22777      Branch: perl
22778           !> embed.pl perl.c proto.h sv.c t/op/sort.t
22779 ____________________________________________________________________________
22780 [  9200] By: jhi                                   on 2001/03/18  18:25:17
22781         Log: Integrate perlio.
22782      Branch: perl
22783           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
22784           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
22785           !> t/lib/encode.t toke.c universal.c utf8.c
22786 ____________________________________________________________________________
22787 [  9199] By: nick                                  on 2001/03/18  15:23:51
22788         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
22789              is the sense of the test being done. Avoid some magical 127 and 128 values
22790              by using macros.
22791      Branch: perlio
22792            ! doop.c pp_ctl.c sv.c toke.c
22793 ____________________________________________________________________________
22794 [  9198] By: nick                                  on 2001/03/18  14:18:12
22795         Log: UTF-X encoding invariance for Encode:
22796              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
22797              - move the XS code for those to universal.c (so in miniperl)
22798              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
22799              - change ext/Encode/compile to use above.
22800              - Fix t/lib/encode.t for above
22801              - Teach t/lib/b.t to expect -uutf8
22802              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
22803              utf8.pm is needed.
22804      Branch: perlio
22805            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22806            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
22807 ____________________________________________________________________________
22808 [  9197] By: gsar                                  on 2001/03/18  12:15:57
22809         Log: more thorough cleaning of arenas--keep going until no more
22810              SvREFCNT_dec()s occur (this fixes the problem that causes the
22811              pesky "Scalars leaked" warnings)
22812      Branch: maint-5.6/perl
22813            ! embed.pl perl.c proto.h sv.c t/op/sort.t
22814 ____________________________________________________________________________
22815 [  9196] By: nick                                  on 2001/03/18  10:57:29
22816         Log: Fix pragma/utf8.t # 15
22817              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
22818              are SvUTF8 as well.
22819      Branch: perlio
22820            ! toke.c
22821 ____________________________________________________________________________
22822 [  9195] By: nick                                  on 2001/03/18  09:27:06
22823         Log: Integrate mainline
22824      Branch: perlio
22825           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
22826           !> t/op/pat.t
22827 ____________________________________________________________________________
22828 [  9194] By: jhi                                   on 2001/03/18  05:29:59
22829         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
22830              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
22831      Branch: perl
22832            ! op.c op.h t/op/misc.t t/op/pat.t
22833 ____________________________________________________________________________
22834 [  9193] By: jhi                                   on 2001/03/18  05:15:06
22835         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
22836      Branch: perl
22837            ! mg.c t/op/pat.t
22838 ____________________________________________________________________________
22839 [  9192] By: jhi                                   on 2001/03/18  04:22:43
22840         Log: tr/// UTF-8 patches from Inaba Hiroto.
22841      Branch: perl
22842            ! doop.c op.c
22843 ____________________________________________________________________________
22844 [  9191] By: jhi                                   on 2001/03/18  04:21:17
22845         Log: Integrate perlio.
22846      Branch: perl
22847           !> utf8.c utfebcdic.h
22848 ____________________________________________________________________________
22849 [  9190] By: nick                                  on 2001/03/17  20:32:01
22850         Log: Correct #if EBCDIC side typos.
22851              Builds and passes many tests on OS390.
22852      Branch: perlio
22853            ! utf8.c utfebcdic.h
22854 ____________________________________________________________________________
22855 [  9189] By: jhi                                   on 2001/03/17  18:55:49
22856         Log: Add prerequisites for the perl.third target.
22857      Branch: perl
22858            ! Makefile.SH
22859 ____________________________________________________________________________
22860 [  9188] By: jhi                                   on 2001/03/17  18:46:00
22861         Log: Integrate perlio.
22862      Branch: perl
22863           +> utfebcdic.h
22864           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
22865 ____________________________________________________________________________
22866 [  9187] By: jhi                                   on 2001/03/17  18:38:47
22867         Log: Add a make rule for perl.third (the Third Degree memory debugging
22868              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
22869      Branch: perl
22870            ! Makefile.SH
22871 ____________________________________________________________________________
22872 [  9186] By: nick                                  on 2001/03/17  18:34:48
22873         Log: MANIFEST addition :-(
22874      Branch: perlio
22875            ! MANIFEST
22876 ____________________________________________________________________________
22877 [  9185] By: nick                                  on 2001/03/17  18:29:50
22878         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
22879              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
22880              a superset of ASCII are invariant under the encoding. This is EBCDIC
22881              friendly as an encoded string can be looked at as being EBCDIC by lexer
22882              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
22883              ASCII on ASCII machines.
22884              
22885              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
22886              seperate.
22887              - Add some more macros to comprehend different shift amounts and
22888              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
22889              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
22890              and conditionaly #include it.
22891              
22892              EBCDIC build as yet untested.  ASCII still fails the one test.
22893      Branch: perlio
22894            + utfebcdic.h
22895            ! utf8.c utf8.h
22896 ____________________________________________________________________________
22897 [  9184] By: nick                                  on 2001/03/17  17:44:16
22898         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
22899      Branch: perlio
22900            ! doop.c perl.h pp.c utf8.h
22901 ____________________________________________________________________________
22902 [  9183] By: jhi                                   on 2001/03/17  15:55:42
22903         Log: Integrate perlio.
22904      Branch: perl
22905            ! MANIFEST
22906           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
22907 ____________________________________________________________________________
22908 [  9182] By: nick                                  on 2001/03/17  09:16:06
22909         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
22910      Branch: perlio
22911            ! t/op/pat.t
22912 ____________________________________________________________________________
22913 [  9181] By: nick                                  on 2001/03/17  09:15:11
22914         Log: Integrate mainline.
22915      Branch: perlio
22916           +> lib/Locale/Constants.pm lib/Locale/Country.pm
22917           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
22918           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
22919           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
22920           !> (integrate 83 files)
22921 ____________________________________________________________________________
22922 [  9180] By: nick                                  on 2001/03/16  17:23:21
22923         Log: EBCDIC Fixes.
22924      Branch: perlio
22925            ! perl.h sv.c toke.c utf8.c utf8.h
22926 ____________________________________________________________________________
22927 [  9179] By: jhi                                   on 2001/03/16  14:10:12
22928         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
22929              a change needed to work around an AIX compiler bug.
22930      Branch: perl
22931            ! ext/Storable/Storable.xs
22932 ____________________________________________________________________________
22933 [  9178] By: jhi                                   on 2001/03/16  03:19:59
22934         Log: With Damian's approval synchronize damian's modules'
22935              licensing with Perl's standard module licensing.
22936      Branch: perl
22937            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
22938 ____________________________________________________________________________
22939 [  9177] By: jhi                                   on 2001/03/16  03:15:34
22940         Log: Make the Filter::Util:Call files have their own copies
22941              of the Perl standard module licensing, from Paul Marquess.
22942      Branch: perl
22943            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22944 ____________________________________________________________________________
22945 [  9176] By: jhi                                   on 2001/03/16  02:56:04
22946         Log: Subject: [PATCH] more pod patches
22947              From: Michael Stevens <michael@etla.org>
22948              Date: Thu, 15 Mar 2001 21:25:18 +0000
22949              Message-ID: <20010315212518.A18870@firedrake.org>
22950      Branch: perl
22951            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
22952            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
22953            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
22954            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
22955            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22956            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
22957            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
22958            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
22959            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
22960            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
22961            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
22962            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
22963            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
22964            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
22965            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
22966            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
22967            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
22968            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
22969            ! lib/Locale/Country.pm lib/Locale/Language.pm
22970            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
22971            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
22972            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
22973            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
22974            ! os2/OS2/Process/Process.pm
22975 ____________________________________________________________________________
22976 [  9175] By: jhi                                   on 2001/03/16  02:53:32
22977         Log: Subject: [PATCH] the uncontroversial doc patches
22978              From: Michael Stevens <michael@etla.org>
22979              Date: Thu, 15 Mar 2001 20:01:12 +0000
22980              Message-ID: <20010315200112.A7636@firedrake.org>
22981      Branch: perl
22982            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
22983            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
22984            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
22985            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
22986            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
22987 ____________________________________________________________________________
22988 [  9174] By: jhi                                   on 2001/03/16  02:50:49
22989         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
22990              From: Paul Lindner <lindner@inuus.com>
22991              Date: Fri, 16 Mar 2001 11:28:03 -0800
22992              Message-ID: <20010316112803.A7577@inuus.com>
22993      Branch: perl
22994            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22995 ____________________________________________________________________________
22996 [  9173] By: nick                                  on 2001/03/15  20:21:03
22997         Log: 1st day's EBCDIC fixes:
22998              - toke.c's parsing of strings needed attention
22999              needed to conditionally e2a if string was already UTF-8
23000              - e2a/a2e tables where wrong way round.
23001              - new macros in utf8.h
23002      Branch: perlio
23003            ! perl.h toke.c utf8.h
23004 ____________________________________________________________________________
23005 [  9172] By: jhi                                   on 2001/03/15  15:17:17
23006         Log: Update Changes.
23007      Branch: perl
23008            ! Changes patchlevel.h
23009 ____________________________________________________________________________
23010 [  9171] By: jhi                                   on 2001/03/15  15:09:32
23011         Log: Subject: Re: Another Borland C++ problem.
23012              From: "Vadim Konovalov" <watman@inbox.ru>
23013              Date: Sat, 10 Mar 2001 19:26:07 +0300
23014              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
23015              
23016              Borland filename case problem.
23017      Branch: perl
23018            + win32/sncfnmcs.pl
23019            ! MANIFEST README.win32
23020 ____________________________________________________________________________
23021 [  9170] By: jhi                                   on 2001/03/15  14:54:23
23022         Log: Add Locale::Codes 1.06, from Neil Bowers.
23023      Branch: perl
23024            + lib/Locale/Constants.pm lib/Locale/Country.pm
23025            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23026            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23027            + t/lib/lc-language.t t/lib/lc-uk.t
23028            ! MANIFEST
23029 ____________________________________________________________________________
23030 [  9169] By: jhi                                   on 2001/03/15  14:19:01
23031         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
23032      Branch: perl
23033            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23034            ! ext/Storable/Storable.xs
23035 ____________________________________________________________________________
23036 [  9168] By: jhi                                   on 2001/03/15  14:13:22
23037         Log: Integrate changes #9120,9167 from mainline to maintperl.
23038              
23039              Subject: [PATCH 5.6.1] OS/2 docs
23040              
23041              Subject: [PATCH 5.6.1] perldoc
23042      Branch: maint-5.6/perl
23043           !> os2/Changes utils/perldoc.PL
23044 ____________________________________________________________________________
23045 [  9167] By: jhi                                   on 2001/03/15  14:07:42
23046         Log: Subject: [PATCH 5.6.1] perldoc
23047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23048              Date: Wed, 14 Mar 2001 23:46:52 -0500
23049              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
23050      Branch: perl
23051            ! utils/perldoc.PL
23052 ____________________________________________________________________________
23053 [  9166] By: jhi                                   on 2001/03/15  13:53:15
23054         Log: sigaction test condition tweakage.
23055      Branch: perl
23056            ! t/lib/sigaction.t
23057 ____________________________________________________________________________
23058 [  9165] By: alanbur                               on 2001/03/15  03:49:17
23059         Log: Resynchronised with parent
23060      Branch: maint-5.6/pureperl
23061           +> os2/os2add.sym t/op/anonsub.t
23062           !> (integrate 72 files)
23063 ____________________________________________________________________________
23064 [  9164] By: jhi                                   on 2001/03/15  01:05:01
23065         Log: Avoid stomping off the beginning of an array in tr///.
23066      Branch: perl
23067            ! op.c
23068 ____________________________________________________________________________
23069 [  9163] By: jhi                                   on 2001/03/15  00:58:57
23070         Log: h2ph strictness and cleanliness from Kurt Starsinic.
23071      Branch: perl
23072            ! utils/h2ph.PL
23073 ____________________________________________________________________________
23074 [  9162] By: gsar                                  on 2001/03/15  00:56:53
23075         Log: avoid warnings
23076      Branch: maint-5.6/perl
23077            ! t/op/magic.t
23078 ____________________________________________________________________________
23079 [  9161] By: gsar                                  on 2001/03/15  00:52:09
23080         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23081              results
23082      Branch: maint-5.6/perl
23083            ! t/op/magic.t
23084 ____________________________________________________________________________
23085 [  9160] By: jhi                                   on 2001/03/14  22:02:10
23086         Log: Do not use the Perl malloc in IRIX, suggested by
23087              Helmus Jarausch.
23088      Branch: perl
23089            ! hints/irix_6.sh
23090 ____________________________________________________________________________
23091 [  9159] By: nick                                  on 2001/03/14  21:45:59
23092         Log: Integrate mainline
23093      Branch: perlio
23094           +> t/op/loopctl.t
23095           !> (integrate 41 files)
23096 ____________________________________________________________________________
23097 [  9158] By: jhi                                   on 2001/03/14  21:10:09
23098         Log: The Day of the Retractions continues: the #9138
23099              (integrated in #9144) doesn't work well in mainline.
23100      Branch: perl
23101            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23102            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23103            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23104 ____________________________________________________________________________
23105 [  9157] By: jhi                                   on 2001/03/14  20:58:12
23106         Log: The #9145 CANNOT be enabled: the clear_pmop code still
23107              dumps core all over in Tru64.
23108      Branch: perl
23109            ! op.c op.h t/op/pat.t
23110 ____________________________________________________________________________
23111 [  9156] By: jhi                                   on 2001/03/14  20:48:06
23112         Log: Integrate change #9154 from maintperl to mainline.
23113              
23114              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23115              (caused Storable 1.0.10 to break on windows)
23116      Branch: perl
23117           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23118           !> perlapi.c proto.h
23119 ____________________________________________________________________________
23120 [  9155] By: jhi                                   on 2001/03/14  20:23:53
23121         Log: Retract #9136: breaks threading (and binary compatibility).
23122      Branch: perl
23123            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23124 ____________________________________________________________________________
23125 [  9154] By: gsar                                  on 2001/03/14  17:48:18
23126         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23127              (caused Storable 1.0.10 to break on windows)
23128      Branch: maint-5.6/perl
23129            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23130            ! perlapi.c proto.h
23131 ____________________________________________________________________________
23132 [  9153] By: jhi                                   on 2001/03/14  13:35:21
23133         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
23134      Branch: perl
23135            ! t/lib/sigaction.t
23136 ____________________________________________________________________________
23137 [  9152] By: gsar                                  on 2001/03/14  07:29:40
23138         Log: back out changes#9012,9010,9009 and parts of change#9016
23139              (causes ABRs under purify, and some prerequisites don't
23140              seem to be there in 5.6.x)
23141      Branch: maint-5.6/perl
23142            ! doop.c op.c t/op/tr.t toke.c
23143 ____________________________________________________________________________
23144 [  9151] By: gsar                                  on 2001/03/14  07:01:29
23145         Log: reenable change#9145 (the test was busted due to a missing
23146              C<print "ok 27\n">)
23147      Branch: perl
23148            ! op.c op.h t/op/pat.t
23149 ____________________________________________________________________________
23150 [  9150] By: jhi                                   on 2001/03/14  06:38:36
23151         Log: Retract #9145.
23152      Branch: perl
23153            ! op.c op.h t/op/pat.t
23154 ____________________________________________________________________________
23155 [  9149] By: jhi                                   on 2001/03/14  06:14:56
23156         Log: Retract #9143.
23157      Branch: perl
23158            ! op.c
23159 ____________________________________________________________________________
23160 [  9148] By: gsar                                  on 2001/03/14  06:13:02
23161         Log: Uninitialized Memory Read in regexec.c
23162      Branch: perl
23163            ! regexec.c
23164 ____________________________________________________________________________
23165 [  9147] By: jhi                                   on 2001/03/14  04:59:54
23166         Log: Subject: PATCH: make goto work in nested eval ""
23167              From: Robin Houston <robin@kitsite.com>
23168              Date: Wed, 14 Mar 2001 04:16:10 +0000
23169              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
23170      Branch: perl
23171            ! pp_ctl.c t/op/goto.t
23172 ____________________________________________________________________________
23173 [  9146] By: jhi                                   on 2001/03/14  04:42:54
23174         Log: Preserve the #ifdef PERL_CORE in perly.h.
23175      Branch: perl
23176            ! perly.fixer
23177 ____________________________________________________________________________
23178 [  9145] By: jhi                                   on 2001/03/14  03:57:41
23179         Log: (Retracted by #9150.)
23180      Branch: perl
23181            ! op.c op.h t/op/pat.t
23182 ____________________________________________________________________________
23183 [  9144] By: jhi                                   on 2001/03/14  03:50:38
23184         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
23185              
23186              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23187              
23188              remove squelch controls for "Scalars leaked" messages in most places
23189              (these are now cured)
23190              
23191              fix another memory leak reported by purify (tie callbacks that
23192              croak can leak when wiping out magic)
23193      Branch: perl
23194           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
23195           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
23196           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
23197           !> t/pragma/warnings.t
23198 ____________________________________________________________________________
23199 [  9143] By: jhi                                   on 2001/03/14  03:37:53
23200         Log: (Retracted by #9149.)
23201      Branch: perl
23202            ! op.c
23203 ____________________________________________________________________________
23204 [  9142] By: gsar                                  on 2001/03/14  03:20:48
23205         Log: fix another memory leak reported by purify (tie callbacks that
23206              croak can leak when wiping out magic)
23207      Branch: maint-5.6/perl
23208            ! scope.c
23209 ____________________________________________________________________________
23210 [  9141] By: jhi                                   on 2001/03/14  02:55:00
23211         Log: Subject: PATCH for [ID 20010305.003]
23212              From: Robin Houston <robin@kitsite.com>
23213              Date: Wed, 14 Mar 2001 02:45:51 +0000
23214              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
23215      Branch: perl
23216            ! pp_ctl.c t/op/eval.t
23217 ____________________________________________________________________________
23218 [  9140] By: jhi                                   on 2001/03/14  02:41:54
23219         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23220              Date: Wed, 14 Mar 2001 01:52:51 +0000
23221              From: Robin Houston <robin@kitsite.com>
23222              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
23223              
23224              Fix for 2000313.004.
23225      Branch: perl
23226            ! pp_ctl.c t/op/goto.t
23227 ____________________________________________________________________________
23228 [  9139] By: jhi                                   on 2001/03/14  02:40:50
23229         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23230              From: Robin Houston <robin@kitsite.com>
23231              Date: Wed, 14 Mar 2001 00:43:45 +0000
23232              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
23233      Branch: perl
23234            + t/op/loopctl.t
23235            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
23236            ! vms/perly_c.vms
23237 ____________________________________________________________________________
23238 [  9138] By: gsar                                  on 2001/03/14  01:18:00
23239         Log: remove squelch controls for "Scalars leaked" messages in most places
23240              (these are now cured)
23241      Branch: maint-5.6/perl
23242            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23243            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23244            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23245 ____________________________________________________________________________
23246 [  9137] By: gsar                                  on 2001/03/14  00:57:04
23247         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23248      Branch: maint-5.6/perl
23249            ! regcomp.c
23250 ____________________________________________________________________________
23251 [  9136] By: jhi                                   on 2001/03/13  23:12:24
23252         Log: (Retracted by #9155)
23253              
23254              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
23255              From: Jens-Uwe Mager <jum@helios.de>
23256              Date: Wed, 21 Feb 2001 21:32:04 +0100
23257              Message-ID: <20010221213203.A18340@ans.helios.de>
23258      Branch: perl
23259            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23260 ____________________________________________________________________________
23261 [  9135] By: jhi                                   on 2001/03/13  22:50:05
23262         Log: Integrate perlio.
23263      Branch: perl
23264           !> pp.c
23265 ____________________________________________________________________________
23266 [  9134] By: jhi                                   on 2001/03/13  22:49:05
23267         Log: Integrate change #9131 from maintperl into mainline.
23268              
23269              make the error text look more consistent in hints/hpux.sh
23270      Branch: perl
23271           !> hints/hpux.sh
23272 ____________________________________________________________________________
23273 [  9133] By: gsar                                  on 2001/03/13  22:46:20
23274         Log: integrate change#9067 from mainline
23275              
23276              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23277      Branch: maint-5.6/perl
23278           !> lib/ExtUtils/MM_Unix.pm
23279 ____________________________________________________________________________
23280 [  9132] By: jhi                                   on 2001/03/13  22:41:21
23281         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23282              From: "John P. Linderman" <jpl@research.att.com>
23283              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
23284              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
23285              
23286              A more correct prime finder.
23287      Branch: perl
23288            ! lib/Tie/SubstrHash.pm
23289 ____________________________________________________________________________
23290 [  9131] By: gsar                                  on 2001/03/13  22:30:42
23291         Log: make the error text look more consistent in hints/hpux.sh
23292      Branch: maint-5.6/perl
23293            ! hints/hpux.sh
23294 ____________________________________________________________________________
23295 [  9130] By: jhi                                   on 2001/03/13  22:23:44
23296         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
23297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23298              Date: Tue, 13 Mar 2001 18:41:26 +0100
23299              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
23300              
23301              If the test is run non-interactively the default handler
23302              is different.
23303      Branch: perl
23304            ! t/lib/sigaction.t
23305 ____________________________________________________________________________
23306 [  9129] By: jhi                                   on 2001/03/13  22:20:21
23307         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
23308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23309              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
23310              Date:     Tue, 13 Mar 2001 16:44:32 EST
23311      Branch: perl
23312            ! t/lib/1_compile.t
23313 ____________________________________________________________________________
23314 [  9128] By: jhi                                   on 2001/03/13  22:18:34
23315         Log: Subject: Another patch for integer.pm POD 
23316              From: "John L. Allen" <allen@grumman.com>
23317              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
23318              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
23319      Branch: perl
23320            ! lib/integer.pm
23321 ____________________________________________________________________________
23322 [  9127] By: nick                                  on 2001/03/13  21:26:30
23323         Log: Integrate mainline.
23324      Branch: perlio
23325           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
23326           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
23327           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
23328           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
23329           !> Changes Configure MANIFEST README.os2 README.os390
23330           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
23331           !> os2/Changes patchlevel.h win32/perlhost.h
23332 ____________________________________________________________________________
23333 [  9126] By: nick                                  on 2001/03/13  20:39:51
23334         Log: #ifdef'ed out code to make packed side of pack/unpack
23335              octets. (i.e. pack('U') => encode_utf8).
23336      Branch: perlio
23337            ! pp.c
23338 ____________________________________________________________________________
23339 [  9125] By: jhi                                   on 2001/03/13  15:07:16
23340         Log: Update Changes.
23341      Branch: perl
23342            ! Changes patchlevel.h
23343 ____________________________________________________________________________
23344 [  9124] By: jhi                                   on 2001/03/13  14:22:45
23345         Log: Workaround for the buggy ("internal compiler error")
23346              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
23347              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
23348              of Andreas König.
23349      Branch: perl
23350            ! ext/re/Makefile.PL hints/aix.sh
23351 ____________________________________________________________________________
23352 [  9123] By: jhi                                   on 2001/03/13  03:24:34
23353         Log: Typo in #9114.
23354      Branch: metaconfig
23355            ! U/modified/myhostname.U
23356 ____________________________________________________________________________
23357 [  9122] By: jhi                                   on 2001/03/13  03:24:06
23358         Log: Typo in #9113.
23359      Branch: perl
23360            ! Configure
23361 ____________________________________________________________________________
23362 [  9121] By: jhi                                   on 2001/03/13  01:53:05
23363         Log: Forgot to check-in the larger part of #9120, duh.
23364      Branch: perl
23365            ! README.os2
23366 ____________________________________________________________________________
23367 [  9120] By: jhi                                   on 2001/03/13  01:51:31
23368         Log: Subject: [PATCH 5.6.1] OS/2 docs
23369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23370              Date: Mon, 12 Mar 2001 03:27:32 -0500
23371              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
23372      Branch: perl
23373            ! os2/Changes
23374 ____________________________________________________________________________
23375 [  9119] By: jhi                                   on 2001/03/13  01:49:41
23376         Log: Integrate change #9116 from maintperl into mainline.
23377              
23378              Win32::GetCwd() returns C: instead of C:\ in the root directory
23379              under ithreads
23380      Branch: perl
23381           !> win32/perlhost.h
23382 ____________________________________________________________________________
23383 [  9118] By: jhi                                   on 2001/03/13  01:13:39
23384         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
23385      Branch: perl
23386            + lib/Switch.pm t/lib/switch.t
23387            ! MANIFEST
23388 ____________________________________________________________________________
23389 [  9117] By: jhi                                   on 2001/03/13  01:03:17
23390         Log: Add Text::Balanced 1.83.
23391      Branch: perl
23392            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
23393            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
23394            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
23395            + t/lib/tb-xvari.t
23396            ! MANIFEST
23397 ____________________________________________________________________________
23398 [  9116] By: gsar                                  on 2001/03/13  00:55:53
23399         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
23400              under ithreads
23401      Branch: maint-5.6/perl
23402            ! win32/perlhost.h
23403 ____________________________________________________________________________
23404 [  9115] By: jhi                                   on 2001/03/13  00:54:09
23405         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23406              From: "John L. Allen" <allen@grumman.com>
23407              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
23408              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
23409              
23410              use integer document clarification.
23411      Branch: perl
23412            ! lib/integer.pm
23413 ____________________________________________________________________________
23414 [  9114] By: jhi                                   on 2001/03/13  00:38:54
23415         Log: Metaconfig unit change for #9113.
23416      Branch: metaconfig
23417            ! U/modified/myhostname.U
23418 ____________________________________________________________________________
23419 [  9113] By: jhi                                   on 2001/03/13  00:38:35
23420         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?)
23421              From: Peter Prymmer <pvhp@forte.com>
23422              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
23423              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
23424      Branch: perl
23425            ! Configure README.os390 hints/os390.sh
23426 ____________________________________________________________________________
23427 [  9112] By: jhi                                   on 2001/03/13  00:29:00
23428         Log: Integrate perlio.
23429      Branch: perl
23430           !> sv.c utf8.h
23431 ____________________________________________________________________________
23432 [  9111] By: nick                                  on 2001/03/12  21:16:33
23433         Log: Integrate mainline.
23434      Branch: perlio
23435           +> t/op/anonsub.t
23436           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23437           !> proto.h sv.c
23438 ____________________________________________________________________________
23439 [  9110] By: nick                                  on 2001/03/12  21:00:13
23440         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
23441      Branch: perlio
23442            ! sv.c utf8.h
23443 ____________________________________________________________________________
23444 [  9109] By: jhi                                   on 2001/03/12  16:04:47
23445         Log: Integrate change #9108 from maintperl to mainline.
23446              
23447              fix memory leak in C<sub X { sub {} }> arising from a refcount
23448              loop between the outer sub and the inner prototype anonsub
23449              
23450              this also enables closures returned by subroutines that
23451              subsequently get redefined to work without generating coredumps :)
23452              
23453              completely removed the free_closures() hack--it shouldn't be
23454              needed anymore
23455      Branch: perl
23456           +> t/op/anonsub.t
23457           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23458           !> proto.h sv.c
23459 ____________________________________________________________________________
23460 [  9108] By: gsar                                  on 2001/03/12  10:21:31
23461         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
23462              loop between the outer sub and the inner prototype anonsub
23463              
23464              this also enables closures returned by subroutines that
23465              subsequently get redefined to work without generating coredumps :)
23466              
23467              completely removed the free_closures() hack--it shouldn't be
23468              needed anymore
23469      Branch: maint-5.6/perl
23470            + t/op/anonsub.t
23471            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23472            ! proto.h sv.c
23473 ____________________________________________________________________________
23474 [  9107] By: jhi                                   on 2001/03/12  05:15:31
23475         Log: Integrate perlio.
23476      Branch: perl
23477           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
23478 ____________________________________________________________________________
23479 [  9106] By: nick                                  on 2001/03/11  20:10:12
23480         Log: regcomp.c is working in native space, not Unicode space (if different)
23481              as it is doing compare against 'W' in \W etc.
23482      Branch: perlio
23483            ! regcomp.c
23484 ____________________________________________________________________________
23485 [  9105] By: nick                                  on 2001/03/11  19:39:34
23486         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
23487              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
23488      Branch: perlio
23489            ! regcomp.c toke.c utf8.c
23490 ____________________________________________________________________________
23491 [  9104] By: nick                                  on 2001/03/11  18:15:44
23492         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
23493      Branch: perlio
23494            ! sv.c
23495 ____________________________________________________________________________
23496 [  9103] By: nick                                  on 2001/03/11  18:03:28
23497         Log: Integrate mainline (for regexp stuff).
23498      Branch: perlio
23499           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23500           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
23501           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
23502           !> t/lib/errno.t t/op/pat.t
23503 ____________________________________________________________________________
23504 [  9102] By: nick                                  on 2001/03/11  17:44:20
23505         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
23506              - exclude layer syms in makedef.pl for sfio
23507              - also inhibit Encode from trying to build ":encode()" layer.
23508      Branch: perlio
23509            ! ext/Encode/Encode.xs makedef.pl
23510 ____________________________________________________________________________
23511 [  9101] By: jhi                                   on 2001/03/10  22:38:13
23512         Log: The $Is_MacOS needs to be declared.
23513      Branch: perl
23514            ! lib/ExtUtils/Manifest.pm
23515 ____________________________________________________________________________
23516 [  9100] By: jhi                                   on 2001/03/10  22:14:29
23517         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
23518              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
23519              pollute the symbolspace if using sfio.
23520      Branch: perl
23521            ! ext/Encode/Encode.xs
23522 ____________________________________________________________________________
23523 [  9099] By: jhi                                   on 2001/03/10  21:58:48
23524         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
23525              Date: Sat, 10 Mar 2001 14:23:55 -0500
23526              From: Chris Nandor <pudge@pobox.com>
23527              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
23528      Branch: perl
23529            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23530            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
23531            ! t/lib/errno.t
23532 ____________________________________________________________________________
23533 [  9098] By: jhi                                   on 2001/03/10  21:38:30
23534         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
23535      Branch: perl
23536            ! regcomp.c regexec.c t/op/pat.t
23537 ____________________________________________________________________________
23538 [  9097] By: jhi                                   on 2001/03/10  14:38:07
23539         Log: Integrate perlio.
23540      Branch: perl
23541           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23542           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23543           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23544 ____________________________________________________________________________
23545 [  9096] By: nick                                  on 2001/03/10  11:55:43
23546         Log: EBCDIC sanity - phase I
23547              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
23548              - use utf8n_xxxx (c.f. pvn) for forms which take length.
23549              - back out vN.N and $^V exceptions to e2a/a2e
23550              - make "locale" isxxx macros be uvchr (may be redundant?)
23551              
23552              Not clear yet that toUPPER_uni et. al. return being handled correctly.
23553              The tr// and rexexp stuff still needs an audit, assumption is they are working
23554              in Unicode space.
23555              
23556              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
23557      Branch: perlio
23558            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23559            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23560            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23561 ____________________________________________________________________________
23562 [  9095] By: jhi                                   on 2001/03/09  22:10:01
23563         Log: Integrate perlio.
23564      Branch: perl
23565           !> dump.c
23566 ____________________________________________________________________________
23567 [  9094] By: nick                                  on 2001/03/09  17:36:38
23568         Log: Builds an passes all tests after integrate and this tweak.
23569      Branch: perlio
23570            ! dump.c
23571 ____________________________________________________________________________
23572 [  9093] By: nick                                  on 2001/03/09  17:16:03
23573         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
23574      Branch: perlio
23575           +> lib/unicode/Scripts.txt t/lib/sigaction.t
23576           !> (integrate 79 files)
23577 ____________________________________________________________________________
23578 [  9092] By: jhi                                   on 2001/03/09  15:28:26
23579         Log: Update Changes.
23580      Branch: perl
23581            ! Changes patchlevel.h
23582 ____________________________________________________________________________
23583 [  9091] By: jhi                                   on 2001/03/09  15:25:05
23584         Log: In op/stat #35 better to scan all the potential directories
23585              for setuids, not just the first one.
23586      Branch: perl
23587            ! t/op/stat.t
23588 ____________________________________________________________________________
23589 [  9090] By: jhi                                   on 2001/03/09  15:01:27
23590         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
23591              From: rspier@pobox.com (Robert Spier)
23592              Date: Fri, 9 Mar 2001 03:30:20 -0500
23593              Message-ID: <15016.38044.381174.160189@rls.cx>
23594              
23595              EXISTS() returning undef mistakenly triggered a FETCH().
23596      Branch: perl
23597            ! hv.c
23598 ____________________________________________________________________________
23599 [  9089] By: jhi                                   on 2001/03/09  14:59:02
23600         Log: Add /sbin and /usr/sbin to the list of directories scanned
23601              for setuid programs.  Takes care of bug id 20010309.003.
23602      Branch: perl
23603            ! t/op/stat.t
23604 ____________________________________________________________________________
23605 [  9088] By: jhi                                   on 2001/03/09  14:48:32
23606         Log: Regen perlapi, perltoc.
23607      Branch: perl
23608            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
23609 ____________________________________________________________________________
23610 [  9087] By: jhi                                   on 2001/03/09  14:38:56
23611         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23612              From: David Mitchell <davem@fdgroup.co.uk>
23613              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
23614              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
23615      Branch: perl
23616            ! dump.c perl.c perl.h pod/perlrun.pod
23617 ____________________________________________________________________________
23618 [  9086] By: jhi                                   on 2001/03/09  01:47:16
23619         Log: A modified version of
23620              
23621              Subject: [ID 20010307.005] POSIX::sigaction has various problems
23622              From: anders@broadcom.com
23623              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
23624              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
23625              
23626              Currently the sigaction.t test #6 fails (and is fudged to look
23627              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
23628              This may well be a genuine bug in Linux sigaction() (since at
23629              least Tru64, Solaris, and HP-UX disagree with Linux).
23630              Anyone with POSIX / SUSv2 tome handy?  The problem is that
23631              the flags of the oldaction don't match with the flags in
23632              the previously installed disposition.
23633      Branch: perl
23634            + t/lib/sigaction.t
23635            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23636 ____________________________________________________________________________
23637 [  9085] By: jhi                                   on 2001/03/09  01:30:13
23638         Log: Subject: Re: mission impossible for the day
23639              From: Alex Gough <alex@rcon.org>
23640              Date: Thu, 08 Mar 2001 17:18:19 +0000
23641              Message-ID: <3AA7BEDB.8070409@rcon.org>
23642              
23643              If references (are overloaded) and can be directly stringified,
23644              show that instead of "stringified".
23645              
23646              (The problem, infinite mutual recursion caused by overloaded bool
23647              in Switch.pm, tracked by David Mitchell)
23648      Branch: perl
23649            ! lib/Carp/Heavy.pm
23650 ____________________________________________________________________________
23651 [  9084] By: jhi                                   on 2001/03/09  01:20:39
23652         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23653              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
23654              From: David Mitchell <davem@fdgroup.co.uk>
23655              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
23656      Branch: perl
23657            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
23658            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
23659 ____________________________________________________________________________
23660 [  9083] By: jhi                                   on 2001/03/09  01:16:51
23661         Log: Subject: [PATCH] perldata.pod here-doc docs
23662              From: Jeff Pinyan <jeffp@crusoe.net>
23663              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
23664              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
23665      Branch: perl
23666            ! pod/perldata.pod
23667 ____________________________________________________________________________
23668 [  9082] By: jhi                                   on 2001/03/09  01:01:27
23669         Log: Subject: Re: Unicode/EBCDIC
23670              From: Peter Prymmer <pvhp@forte.com>
23671              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
23672              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
23673      Branch: perl
23674            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
23675 ____________________________________________________________________________
23676 [  9081] By: jhi                                   on 2001/03/08  13:41:30
23677         Log: Subject: Ooops, wrong 'no *POSIX' Patch
23678              From: Dorner Thomas <Thomas.Dorner@start.de>
23679              Date: Thu, 8 Mar 2001 08:43:28 +0100
23680              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
23681      Branch: perl
23682            ! hints/posix-bc.sh
23683 ____________________________________________________________________________
23684 [  9080] By: jhi                                   on 2001/03/08  13:11:42
23685         Log: It's Scripts.txt, not Script.txt.
23686      Branch: perl
23687            ! MANIFEST
23688 ____________________________________________________________________________
23689 [  9079] By: jhi                                   on 2001/03/08  12:59:05
23690         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23691              From: Dorner Thomas <Thomas.Dorner@start.de>
23692              Date: Wed, 7 Mar 2001 14:13:31 +0100
23693              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23694      Branch: perl
23695            ! makedepend.SH
23696 ____________________________________________________________________________
23697 [  9078] By: jhi                                   on 2001/03/08  12:57:43
23698         Log: Retract #9069, wrong patch.
23699      Branch: perl
23700            ! Makefile.SH
23701 ____________________________________________________________________________
23702 [  9077] By: jhi                                   on 2001/03/08  01:06:13
23703         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
23704      Branch: perl
23705            + lib/unicode/Scripts.txt
23706            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
23707            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
23708            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
23709            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23710            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
23711            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
23712            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
23713            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
23714            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
23715            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
23716            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
23717            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
23718            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
23719            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
23720            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
23721            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
23722            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
23723            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
23724            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
23725            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
23726            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
23727            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
23728            ! lib/unicode/version
23729 ____________________________________________________________________________
23730 [  9076] By: jhi                                   on 2001/03/07  22:59:39
23731         Log: Integrate change #7784 from mainline into maintperl.
23732              
23733              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
23734      Branch: maint-5.6/perl
23735           !> pp_ctl.c t/op/pat.t
23736 ____________________________________________________________________________
23737 [  9075] By: jhi                                   on 2001/03/07  22:05:11
23738         Log: More UTF-8 test tweaks.
23739      Branch: perl
23740            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
23741 ____________________________________________________________________________
23742 [  9074] By: nick                                  on 2001/03/07  21:39:29
23743         Log: Integrate mainline.
23744      Branch: perlio
23745           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
23746           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
23747           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
23748           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
23749           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
23750 ____________________________________________________________________________
23751 [  9073] By: jhi                                   on 2001/03/07  16:37:09
23752         Log: Update Changes.
23753      Branch: perl
23754            ! Changes patchlevel.h
23755 ____________________________________________________________________________
23756 [  9072] By: jhi                                   on 2001/03/07  16:32:30
23757         Log: Subject: [ID 20010306.004] || != named unary operator
23758              From: abela@geneanet.org
23759              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
23760              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
23761      Branch: perl
23762            ! pod/perlop.pod
23763 ____________________________________________________________________________
23764 [  9071] By: jhi                                   on 2001/03/07  15:14:11
23765         Log: Subject: downgrading to bytes for common functions
23766              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
23767              Date: Wed, 7 Mar 2001 02:36:55 -0500
23768              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
23769      Branch: perl
23770            ! pp_sys.c
23771 ____________________________________________________________________________
23772 [  9070] By: jhi                                   on 2001/03/07  15:04:58
23773         Log: Clarify the description differentiating for and while; inspired by
23774              
23775              Subject: [ID 20010306.002] for/while difference in for definition
23776              From: abela@geneanet.org
23777              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
23778              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
23779      Branch: perl
23780            ! pod/perlsyn.pod
23781 ____________________________________________________________________________
23782 [  9069] By: jhi                                   on 2001/03/07  14:55:30
23783         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23784              From: Dorner Thomas <Thomas.Dorner@start.de>
23785              Date: Wed, 7 Mar 2001 14:13:31 +0100
23786              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23787      Branch: perl
23788            ! Makefile.SH
23789 ____________________________________________________________________________
23790 [  9068] By: jhi                                   on 2001/03/07  14:51:17
23791         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23792              From: Radu Greab <radu@netsoft.ro>
23793              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
23794              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
23795      Branch: perl
23796            ! pp.c t/op/chop.t
23797 ____________________________________________________________________________
23798 [  9067] By: jhi                                   on 2001/03/07  14:48:57
23799         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23800              From: Simon Cozens <simon@netthink.co.uk>
23801              Date: Wed, 7 Mar 2001 13:59:28 +0000
23802              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
23803              
23804              In order to allow MakeMaker to build correct Makefiles,
23805              you need to change the order of the arguments in MM_Unix.pm
23806              as well. (Unless you have C89_CCMODE set, but we're trying
23807              to be POSIXly correct)
23808              
23809              Thanks to Merijn Broeren for tracking this down.
23810      Branch: perl
23811            ! lib/ExtUtils/MM_Unix.pm
23812 ____________________________________________________________________________
23813 [  9066] By: jhi                                   on 2001/03/07  14:30:02
23814         Log: Floating point too messy.
23815      Branch: perl
23816            ! t/camel-III/vstring.t
23817 ____________________________________________________________________________
23818 [  9065] By: jhi                                   on 2001/03/07  14:17:44
23819         Log: Integrate change #9064 from maintperl into mainline.
23820              
23821              fix memory leak in pack("Bb",...)
23822      Branch: perl
23823           !> perl.c
23824 ____________________________________________________________________________
23825 [  9064] By: gsar                                  on 2001/03/07  06:29:24
23826         Log: fix memory leak in pack("Bb",...)
23827      Branch: maint-5.6/perl
23828            ! perl.c
23829 ____________________________________________________________________________
23830 [  9063] By: jhi                                   on 2001/03/07  00:55:04
23831         Log: Major utf8 test reorganisation and rewrite.
23832              Hopefully no tests were lost in the shuffle.
23833              (The beginning of pragma/utf8 was lost intentionally,
23834              the tests were rather bogus and incomplete.)
23835      Branch: perl
23836            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
23837            ! t/pragma/utf8.t
23838 ____________________________________________________________________________
23839 [  9062] By: jhi                                   on 2001/03/07  00:41:16
23840         Log: More tweakage on the Unicode character class descriptions.
23841      Branch: perl
23842            ! lib/unicode/mktables.PL pod/perlretut.pod
23843 ____________________________________________________________________________
23844 [  9061] By: jhi                                   on 2001/03/06  23:12:38
23845         Log: The perlretut was still talking about the old \p and \P
23846              definitions.
23847      Branch: perl
23848            ! pod/perlretut.pod
23849 ____________________________________________________________________________
23850 [  9060] By: nick                                  on 2001/03/06  20:52:37
23851         Log: Integrate mainline (make test works again now).
23852      Branch: perlio
23853           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
23854 ____________________________________________________________________________
23855 [  9059] By: jhi                                   on 2001/03/06  15:36:14
23856         Log: 0.999... does equal 1.0, doesn't it?
23857      Branch: perl
23858            ! t/camel-III/vstring.t
23859 ____________________________________________________________________________
23860 [  9058] By: jhi                                   on 2001/03/06  15:34:00
23861         Log: Make /x{abcd}/ to work without use utf8.
23862      Branch: perl
23863            ! regcomp.c
23864 ____________________________________________________________________________
23865 [  9057] By: jhi                                   on 2001/03/06  03:02:36
23866         Log: Easier to outcomment all the three reset() tests for now.
23867      Branch: perl
23868            ! t/op/pat.t
23869 ____________________________________________________________________________
23870 [  9056] By: jhi                                   on 2001/03/06  02:30:02
23871         Log: Comment out the deadly reset; until the 20010301.005
23872              is finally fixed.
23873      Branch: perl
23874            ! t/op/pat.t
23875 ____________________________________________________________________________
23876 [  9055] By: jhi                                   on 2001/03/06  02:21:26
23877         Log: Integrate the change #9054 from mainline:
23878              retract the PMOP cleanup patch pending further investigation.
23879      Branch: maint-5.6/perl
23880           !> op.c op.h
23881 ____________________________________________________________________________
23882 [  9054] By: jhi                                   on 2001/03/06  02:19:57
23883         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
23884              with oddly familiar stack traces.
23885      Branch: perl
23886            ! op.c op.h
23887 ____________________________________________________________________________
23888 [  9053] By: jhi                                   on 2001/03/05  23:20:28
23889         Log: Integrate perlio.
23890      Branch: perl
23891           +> ext/Encode/Encode/koi8-r.ucm
23892           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23893           !> makedef.pl
23894 ____________________________________________________________________________
23895 [  9052] By: nick                                  on 2001/03/05  23:08:17
23896         Log: skipping USE_PERLIO symbols correction.
23897      Branch: perlio
23898            ! makedef.pl
23899 ____________________________________________________________________________
23900 [  9051] By: nick                                  on 2001/03/05  22:35:07
23901         Log: More Encode alias tidying.
23902      Branch: perlio
23903            + ext/Encode/Encode/koi8-r.ucm
23904            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23905 ____________________________________________________________________________
23906 [  9050] By: jhi                                   on 2001/03/05  21:44:29
23907         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
23908              Sarathy's fix for ID 20010301.005.
23909      Branch: maint-5.6/perl
23910           !> op.c op.h
23911 ____________________________________________________________________________
23912 [  9049] By: nick                                  on 2001/03/05  19:54:04
23913         Log: Integrate Jarkko's Encode.pm tweak.
23914      Branch: perlio
23915           !> ext/Encode/Encode.pm
23916 ____________________________________________________________________________
23917 [  9048] By: nick                                  on 2001/03/05  19:47:57
23918         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
23919      Branch: perlio
23920           +> os2/os2add.sym
23921           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
23922           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
23923           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
23924           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
23925           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
23926 ____________________________________________________________________________
23927 [  9047] By: jhi                                   on 2001/03/05  19:25:26
23928         Log: Regen perlapi.
23929      Branch: perl
23930            ! pod/perlapi.pod
23931 ____________________________________________________________________________
23932 [  9046] By: jhi                                   on 2001/03/05  19:12:14
23933         Log: Integrate perlio.
23934      Branch: perl
23935           +> t/camel-III/vstring.t
23936           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
23937 ____________________________________________________________________________
23938 [  9045] By: jhi                                   on 2001/03/05  19:10:36
23939         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
23940      Branch: perl
23941            ! ext/Encode/Encode.pm
23942 ____________________________________________________________________________
23943 [  9044] By: jhi                                   on 2001/03/05  18:49:12
23944         Log: Forgot the other half of the PMOP patch (#9033).
23945      Branch: perl
23946            ! op.h
23947 ____________________________________________________________________________
23948 [  9043] By: nick                                  on 2001/03/05  18:14:47
23949         Log: Update MANIFEST for new test.
23950      Branch: perlio
23951            ! MANIFEST
23952 ____________________________________________________________________________
23953 [  9042] By: nick                                  on 2001/03/05  18:12:41
23954         Log: Some tests for Camel 3rd edition features.
23955              Make gethostbyaddr() test in above work.
23956      Branch: perlio
23957            + t/camel-III/vstring.t
23958            ! pp.h pp_sys.c t/TEST t/harness
23959 ____________________________________________________________________________
23960 [  9041] By: jhi                                   on 2001/03/05  17:41:48
23961         Log: Add more ISO 8859 encoding aliases.
23962      Branch: perl
23963            ! ext/Encode/Encode.pm
23964 ____________________________________________________________________________
23965 [  9040] By: jhi                                   on 2001/03/05  17:30:43
23966         Log: Integrate perlio.
23967      Branch: perl
23968           !> MANIFEST sv.c
23969 ____________________________________________________________________________
23970 [  9039] By: nick                                  on 2001/03/05  17:11:36
23971         Log: Missed added file.
23972      Branch: perlio
23973            ! MANIFEST
23974 ____________________________________________________________________________
23975 [  9038] By: jhi                                   on 2001/03/05  15:58:01
23976         Log: Add tr tests for EBCDIC, from Karsten Sperling.
23977      Branch: perl
23978            ! t/op/tr.t
23979 ____________________________________________________________________________
23980 [  9037] By: nick                                  on 2001/03/05  15:56:35
23981         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
23982              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
23983              
23984              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
23985              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
23986              - uses SvPV() rather than sv_2pv() in case it isn't a string.
23987      Branch: perlio
23988            ! sv.c
23989 ____________________________________________________________________________
23990 [  9036] By: jhi                                   on 2001/03/05  15:49:15
23991         Log: Add matching tests currently failing in EBCDIC,
23992              suggested by Karsten Sperling.
23993      Branch: perl
23994            ! t/op/pat.t
23995 ____________________________________________________________________________
23996 [  9035] By: jhi                                   on 2001/03/05  15:36:55
23997         Log: The #9034 needs a MANIFESTation.
23998      Branch: perl
23999            ! MANIFEST
24000 ____________________________________________________________________________
24001 [  9034] By: jhi                                   on 2001/03/05  15:35:14
24002         Log: Integrate perlio.
24003      Branch: perl
24004           +> ext/Encode/Encode/Tcl.pm
24005           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24006           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24007           !> ext/Encode/Encode/iso8859-1.ucm
24008           !> ext/Encode/Encode/iso8859-10.ucm
24009           !> ext/Encode/Encode/iso8859-13.ucm
24010           !> ext/Encode/Encode/iso8859-14.ucm
24011           !> ext/Encode/Encode/iso8859-15.ucm
24012           !> ext/Encode/Encode/iso8859-16.ucm
24013           !> ext/Encode/Encode/iso8859-2.ucm
24014           !> ext/Encode/Encode/iso8859-3.ucm
24015           !> ext/Encode/Encode/iso8859-4.ucm
24016           !> ext/Encode/Encode/iso8859-5.ucm
24017           !> ext/Encode/Encode/iso8859-6.ucm
24018           !> ext/Encode/Encode/iso8859-7.ucm
24019           !> ext/Encode/Encode/iso8859-8.ucm
24020           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24021           !> t/lib/encode.t
24022 ____________________________________________________________________________
24023 [  9033] By: jhi                                   on 2001/03/05  15:33:18
24024         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
24025              From: Gurusamy Sarathy <gsar@ActiveState.com>
24026              Date: Sun, 04 Mar 2001 22:33:15 -0800
24027              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
24028              
24029              PMOPs need to remember their own stash so that they can
24030              gracefully remove themselves from their linked list.
24031      Branch: perl
24032            ! op.c
24033 ____________________________________________________________________________
24034 [  9032] By: nick                                  on 2001/03/05  14:51:50
24035         Log: Encode implementation "completion"
24036              Implement and document define_encoding()
24037              Implement and document encoding aliases including define_alias()
24038              Make Encode::XS use define_encoding() rather than back-door.
24039              Move run-time *.enc to separate Encode::Tcl module.
24040              Make 'compile' honour <codeset_name>
24041              Change canonical names of to iso-8859-* and US-ascii.
24042      Branch: perlio
24043            + ext/Encode/Encode/Tcl.pm
24044            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24045            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24046            ! ext/Encode/Encode/iso8859-1.ucm
24047            ! ext/Encode/Encode/iso8859-10.ucm
24048            ! ext/Encode/Encode/iso8859-13.ucm
24049            ! ext/Encode/Encode/iso8859-14.ucm
24050            ! ext/Encode/Encode/iso8859-15.ucm
24051            ! ext/Encode/Encode/iso8859-16.ucm
24052            ! ext/Encode/Encode/iso8859-2.ucm
24053            ! ext/Encode/Encode/iso8859-3.ucm
24054            ! ext/Encode/Encode/iso8859-4.ucm
24055            ! ext/Encode/Encode/iso8859-5.ucm
24056            ! ext/Encode/Encode/iso8859-6.ucm
24057            ! ext/Encode/Encode/iso8859-7.ucm
24058            ! ext/Encode/Encode/iso8859-8.ucm
24059            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24060            ! t/lib/encode.t
24061 ____________________________________________________________________________
24062 [  9031] By: jhi                                   on 2001/03/05  13:51:17
24063         Log: Integrate change #9030 from maintperl into mainline.
24064              
24065              Subject: [PATCH 5.6.1] OS/2 cleanup
24066      Branch: perl
24067           +> os2/os2add.sym
24068           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24069           !> makedef.pl os2/Changes os2/Makefile.SHs
24070           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24071           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24072           !> os2/os2.sym os2/os2ish.h
24073 ____________________________________________________________________________
24074 [  9030] By: jhi                                   on 2001/03/05  13:46:49
24075         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
24076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24077              Date: Mon, 5 Mar 2001 02:29:44 -0500
24078              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
24079      Branch: maint-5.6/perl
24080            + os2/os2add.sym
24081            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24082            ! makedef.pl os2/Changes os2/Makefile.SHs
24083            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24084            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24085            ! os2/os2.sym os2/os2ish.h
24086 ____________________________________________________________________________
24087 [  9029] By: jhi                                   on 2001/03/05  13:40:35
24088         Log: Integrate change #9028 from maintperl into mainline.
24089              
24090              various nits in MM_Unix.pm found by disabling SelfLoader
24091      Branch: perl
24092           !> lib/ExtUtils/MM_Unix.pm
24093 ____________________________________________________________________________
24094 [  9028] By: gsar                                  on 2001/03/05  09:58:38
24095         Log: various nits in MM_Unix.pm found by disabling SelfLoader
24096      Branch: maint-5.6/perl
24097            ! lib/ExtUtils/MM_Unix.pm
24098 ____________________________________________________________________________
24099 [  9027] By: nick                                  on 2001/03/05  08:35:22
24100         Log: Integrate mainline
24101      Branch: perlio
24102           !> (integrate 28 files)
24103 ____________________________________________________________________________
24104 [  9026] By: jhi                                   on 2001/03/05  02:14:59
24105         Log: Integrate change #9025 from mainline to maintperl,
24106              retract \N{U+HHHH}.
24107      Branch: maint-5.6/perl
24108           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24109           !> t/lib/charnames.t toke.c
24110 ____________________________________________________________________________
24111 [  9025] By: jhi                                   on 2001/03/05  02:13:09
24112         Log: Retracting \N{U+HHHH}.
24113      Branch: perl
24114            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24115            ! t/lib/charnames.t toke.c
24116 ____________________________________________________________________________
24117 [  9024] By: jhi                                   on 2001/03/04  20:51:07
24118         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
24119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24120              Date: Fri, 02 Mar 2001 18:25:26 +0100
24121              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
24122              
24123              Casting problem.
24124      Branch: perl
24125            ! ext/Storable/Storable.xs
24126 ____________________________________________________________________________
24127 [  9023] By: jhi                                   on 2001/03/04  19:46:45
24128         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
24129              From: nick@talking.bollo.cx
24130              Date: Sat, 03 Mar 2001 21:41:33 +0000
24131              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
24132              
24133              Revert the workaround.
24134      Branch: perl
24135            ! perlio.c
24136 ____________________________________________________________________________
24137 [  9022] By: jhi                                   on 2001/03/04  19:36:28
24138         Log: Update Changes.
24139      Branch: perl
24140            ! Changes patchlevel.h
24141 ____________________________________________________________________________
24142 [  9021] By: jhi                                   on 2001/03/04  18:41:00
24143         Log: makedef.pl updates suggested by Chris Nandor; double-checking
24144              the changes in AIX, OS/2 Win32 would be nice.
24145      Branch: perl
24146            ! makedef.pl
24147 ____________________________________________________________________________
24148 [  9020] By: jhi                                   on 2001/03/04  18:23:58
24149         Log: Integrate change #9012 from maintperl into mainline,
24150              quench a compiler warning.
24151      Branch: perl
24152           !> toke.c
24153 ____________________________________________________________________________
24154 [  9019] By: jhi                                   on 2001/03/04  18:18:43
24155         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
24156              
24157              \N{U+HHHH} fix.
24158              
24159              pattern in G_ARRAY context
24160      Branch: maint-5.6/perl
24161           !> pp_hot.c t/op/pat.t toke.c
24162 ____________________________________________________________________________
24163 [  9018] By: jhi                                   on 2001/03/04  18:07:48
24164         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
24165              From: Jeff Pinyan <jeffp@crusoe.net>
24166              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
24167              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
24168      Branch: perl
24169            ! pp_hot.c t/op/pat.t
24170 ____________________________________________________________________________
24171 [  9017] By: jhi                                   on 2001/03/04  18:06:21
24172         Log: I thought I tested the #9014.
24173      Branch: perl
24174            ! toke.c
24175 ____________________________________________________________________________
24176 [  9016] By: jhi                                   on 2001/03/04  17:41:22
24177         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
24178              
24179              Tweak the get*ent() OS/2 prototypes.
24180              
24181              Add the \N{U+HHHH} syntax.
24182              
24183              More tr/// UTF-8 fixes from Inaba Hiroto.
24184      Branch: maint-5.6/perl
24185           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
24186           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
24187 ____________________________________________________________________________
24188 [  9015] By: jhi                                   on 2001/03/04  17:36:04
24189         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
24190      Branch: perl
24191            ! doop.c t/op/tr.t
24192 ____________________________________________________________________________
24193 [  9014] By: jhi                                   on 2001/03/04  17:24:49
24194         Log: Add the \N{U+HHHH} syntax.
24195      Branch: perl
24196            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24197            ! t/lib/charnames.t toke.c
24198 ____________________________________________________________________________
24199 [  9013] By: jhi                                   on 2001/03/04  17:20:45
24200         Log: Tweak the get*ent() OS/2 prototypes.
24201      Branch: perl
24202            ! os2/os2.c
24203 ____________________________________________________________________________
24204 [  9012] By: gsar                                  on 2001/03/04  06:26:14
24205         Log: avoid warning (nit in change#9009)
24206      Branch: maint-5.6/perl
24207            ! toke.c
24208 ____________________________________________________________________________
24209 [  9011] By: gsar                                  on 2001/03/04  06:15:24
24210         Log: lib/charnames.t fails in 5.6.x because of older Unicode
24211              data
24212              
24213              TODO: need to revisit this after updating lib/unicode/...
24214      Branch: maint-5.6/perl
24215            ! t/lib/charnames.t
24216 ____________________________________________________________________________
24217 [  9010] By: gsar                                  on 2001/03/04  06:08:36
24218         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
24219      Branch: maint-5.6/perl
24220            ! toke.c
24221 ____________________________________________________________________________
24222 [  9009] By: jhi                                   on 2001/03/03  19:27:20
24223         Log: Integrate change #9008 from mainline to maintperl,
24224              UTF-8 tr/// fixes from Inaba Hiroto.
24225      Branch: maint-5.6/perl
24226           !> doop.c op.c t/op/tr.t toke.c
24227 ____________________________________________________________________________
24228 [  9008] By: jhi                                   on 2001/03/03  19:19:42
24229         Log: UTF8 tr/// fixes from Inaba Hiroto.
24230      Branch: perl
24231            ! doop.c op.c t/op/tr.t toke.c
24232 ____________________________________________________________________________
24233 [  9007] By: jhi                                   on 2001/03/03  19:00:30
24234         Log: Integrate change #9006 from maintperl to mainline,
24235              more robust quest for the infinite.
24236      Branch: perl
24237           !> lib/Math/Complex.pm
24238 ____________________________________________________________________________
24239 [  9006] By: jhi                                   on 2001/03/03  18:58:06
24240         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
24241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24242              Date: Sat, 3 Mar 2001 12:51:50 -0500
24243              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
24244              
24245              Be more robust in our quest for the infinite.
24246      Branch: maint-5.6/perl
24247            ! lib/Math/Complex.pm
24248 ____________________________________________________________________________
24249 [  9005] By: jhi                                   on 2001/03/03  17:55:50
24250         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
24251      Branch: maint-5.6/perl
24252            ! doio.c
24253 ____________________________________________________________________________
24254 [  9004] By: jhi                                   on 2001/03/03  17:40:14
24255         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
24256              so that picky compilers like IRIX won't get huffy about
24257              "statements without effect" (like 1;).
24258      Branch: perl
24259            ! toke.c
24260 ____________________________________________________________________________
24261 [  9003] By: jhi                                   on 2001/03/03  17:15:52
24262         Log: Integrate change #9002 from mainline to maintperl.
24263              
24264              Subject: [perl-5.6.x, perl-current] accept for EPOC
24265      Branch: maint-5.6/perl
24266           !> pp_sys.c
24267 ____________________________________________________________________________
24268 [  9002] By: jhi                                   on 2001/03/03  17:14:30
24269         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
24270              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24271              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
24272              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
24273      Branch: perl
24274            ! pp_sys.c
24275 ____________________________________________________________________________
24276 [  9001] By: jhi                                   on 2001/03/03  17:13:13
24277         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
24278              From: "Craig A. Berry" <craigberry@mac.com>
24279              Date: Fri, 02 Mar 2001 17:44:40 -0600
24280              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
24281      Branch: perl
24282            ! t/pod/find.t
24283 ____________________________________________________________________________
24284 [  9000] By: jhi                                   on 2001/03/03  17:11:55
24285         Log: Integrate changes #8997,8999 from maintperl.
24286              
24287              Subject: [PATCH 5.6.1] compiling on OS/2
24288              (Better error message from hints/os2.sh)
24289              
24290              Subject: [PATCH 5.6.1] syslog.t
24291      Branch: perl
24292           !> hints/os2.sh t/lib/syslog.t
24293 ____________________________________________________________________________
24294 [  8999] By: jhi                                   on 2001/03/03  17:09:28
24295         Log: Subject: [PATCH 5.6.1] syslog.t
24296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24297              Date: Sat, 3 Mar 2001 02:11:17 -0500
24298              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
24299      Branch: maint-5.6/perl
24300            ! t/lib/syslog.t
24301 ____________________________________________________________________________
24302 [  8998] By: jhi                                   on 2001/03/03  17:07:50
24303         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
24304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24305              Date: Sat, 3 Mar 2001 01:53:52 -0500
24306              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
24307      Branch: maint-5.6/perl
24308            ! opcode.pl os2/os2.c
24309 ____________________________________________________________________________
24310 [  8997] By: jhi                                   on 2001/03/03  17:03:30
24311         Log: Subject: [PATCH 5.6.1] compiling on OS/2
24312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24313              Date: Sat, 3 Mar 2001 01:59:59 -0500
24314              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
24315      Branch: maint-5.6/perl
24316            ! hints/os2.sh
24317 ____________________________________________________________________________
24318 [  8996] By: jhi                                   on 2001/03/03  00:55:58
24319         Log: Regen files for mainline.
24320      Branch: perl
24321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24322            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
24323 ____________________________________________________________________________
24324 [  8995] By: jhi                                   on 2001/03/03  00:35:22
24325         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
24326              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
24327              to maintperl.
24328              
24329              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24330              
24331              Add Configure option -Dmksymlinks which will create a symlink
24332              forest if the current/build differs from the source directory.
24333              (8218,8220,8221,8317,8318,8971)
24334              
24335              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
24336              (Document APPLLIB_EXP in INSTALL.)
24337              
24338              If running byacc write-enable also perly.h.
24339              
24340              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
24341              
24342              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
24343              
24344              Sanity check for conflicting thread flavours.
24345              
24346              Fix the sys/fcntl.h problem reported by Peter Prymmer.
24347              
24348              Add few CPUs/architectures to the Cppsym scan,
24349              add -perlio to archname if so selected (modified 8890)
24350              
24351              Be more helpful for devel builders, suggested by John L. Allen.
24352              (admittedly pointless change for maintperl, but the usedevel
24353              code is there already)
24354      Branch: maint-5.6/perl
24355           !> Configure INSTALL Makefile.SH Porting/Glossary
24356           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
24357           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
24358           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
24359           !> win32/config.bc win32/config.gc win32/config.vc
24360 ____________________________________________________________________________
24361 [  8994] By: jhi                                   on 2001/03/02  23:31:41
24362         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
24363      Branch: metaconfig/U/perl
24364            ! gccvers.U
24365 ____________________________________________________________________________
24366 [  8993] By: jhi                                   on 2001/03/02  23:22:12
24367         Log: Regenerate various files for maint.
24368      Branch: maint-5.6/perl
24369            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
24370            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
24371 ____________________________________________________________________________
24372 [  8992] By: alanbur                               on 2001/03/02  22:48:34
24373         Log: Resync wuth parent
24374      Branch: maint-5.6/pureperl
24375           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24376           !> (integrate 60 files)
24377 ____________________________________________________________________________
24378 [  8991] By: jhi                                   on 2001/03/02  21:00:08
24379         Log: Retract the #8742 part of #8986, backward compat.
24380      Branch: maint-5.6/perl
24381            ! embed.pl
24382 ____________________________________________________________________________
24383 [  8990] By: jhi                                   on 2001/03/02  20:40:07
24384         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
24385      Branch: maint-5.6/perl
24386            ! hv.c
24387 ____________________________________________________________________________
24388 [  8989] By: jhi                                   on 2001/03/02  19:59:56
24389         Log: Update Changes.
24390      Branch: perl
24391            ! Changes patchlevel.h
24392 ____________________________________________________________________________
24393 [  8988] By: jhi                                   on 2001/03/02  19:57:08
24394         Log: Integrate perlio.
24395      Branch: perl
24396           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24397           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24398           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24399           !> ext/Encode/Encode/iso8859-10.ucm
24400           !> ext/Encode/Encode/iso8859-13.ucm
24401           !> ext/Encode/Encode/iso8859-14.ucm
24402           !> ext/Encode/Encode/iso8859-15.ucm
24403           !> ext/Encode/Encode/iso8859-16.ucm
24404           !> ext/Encode/Encode/iso8859-2.ucm
24405           !> ext/Encode/Encode/iso8859-3.ucm
24406           !> ext/Encode/Encode/iso8859-4.ucm
24407           !> ext/Encode/Encode/iso8859-5.ucm
24408           !> ext/Encode/Encode/iso8859-6.ucm
24409           !> ext/Encode/Encode/iso8859-7.ucm
24410           !> ext/Encode/Encode/iso8859-8.ucm
24411           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24412           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
24413 ____________________________________________________________________________
24414 [  8987] By: jhi                                   on 2001/03/02  19:43:40
24415         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
24416              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
24417              8950,8952,8955 from mainline to maintperl.
24418              
24419              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24420              
24421              Put to rest the 20010205.001, the email address checking (not) regex.
24422              
24423              fork() not everywhere, cleanup temp files.
24424              
24425              The #8843 wasn't quite right: %Config needs to imported.
24426              
24427              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
24428              (#8849: the glob-basic hunk needed massaging as it depended
24429              on Schwern's large-scale (unintegrated) patches)
24430              
24431              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
24432              
24433              Upgrade to CGI.pm 2.752, from Lincoln Stein.
24434              (Note: there were some conflicts due to EBCDIC and EPOC
24435              patches, in general I preferred the repository code.)
24436              (When 2.753 comes out, we need to synchronize.)
24437              
24438              Subject: [PATCH] fix for charnames above FFFF
24439              
24440              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
24441              
24442              If no sfio, no -lsfio.
24443              
24444              Run run/*.t also in minitest.
24445              
24446              Subject:  [PATCH perl 5.7.0] malloc message address offset
24447              
24448              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24449              
24450              Subject: fix for parameter -Dm (for perl@8867)
24451              
24452              Subject: [PATCH: perl@8892] was Re: hashing order difference?
24453              (make the test more portable)
24454              
24455              Subject: Re: [PATCH] fix for charnames above FFFF
24456              
24457              Subject: Re: I'm losing the war...
24458              (hv_store() not working correctly in ENV_IS_CASELESS case.)
24459              
24460              Subject: Modified README.bs2000 
24461              
24462              Subject: [PATCH: perl@8935] -Dt padsv($var)
24463              
24464              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24465              
24466              Subject: PATCH: extra tests to check on negative float to unsigned cast
24467              
24468              Subject: [PATCH] XPUSH[insp] was Re: progress
24469              
24470              Subject: Re: Compile with perlcc..
24471      Branch: maint-5.6/perl
24472           !> (integrate 36 files)
24473 ____________________________________________________________________________
24474 [  8986] By: jhi                                   on 2001/03/02  18:51:25
24475         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
24476              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
24477              to maintperl.
24478              
24479              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24480              
24481              Subject: [DOC PATCH] overload.pm nits
24482              
24483              Add header for LIB$ prototypes (C. Berry)
24484              
24485              Convert fwrite()s to sockets to write()s, since some socket stacks
24486              don't take kindly to stdio.
24487              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24488              (for often optional LNMs)
24489              Correct a few typos
24490              (C. Bailey)
24491              
24492              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24493              
24494              De-cut-and-pasto.
24495              
24496              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24497              
24498              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24499              
24500              Upgrade to CPAN 1.59_54, from Andreas König.
24501              
24502              Bogus shebang.
24503              
24504              Subject: [PATCH] Document makepatch in Porting/patching
24505              
24506              UTF-8 documentation.
24507              
24508              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24509              
24510              Sort the MANIFEST.
24511              
24512              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24513              
24514              Subject: [PATCH @8807] toke.c cleanup: scan_str()
24515              
24516              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24517              
24518              Add run/*.t to testables.
24519              
24520              TODO: integrate #8784.
24521      Branch: maint-5.6/perl
24522           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24523           !> (integrate 28 files)
24524 ____________________________________________________________________________
24525 [  8985] By: nick                                  on 2001/03/02  18:15:45
24526         Log: Integrate mainline
24527      Branch: perlio
24528           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
24529           !> vms/vms.c
24530 ____________________________________________________________________________
24531 [  8984] By: jhi                                   on 2001/03/02  16:00:17
24532         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
24533              
24534              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
24535              5.004_05, and mention the suidperl August 2000 security problem.
24536              (#8978,#8981)
24537              
24538              Subject: [ID 20010301.004] Technically speaking in perldata
24539              
24540              Subject: [PATCH] File::Copy for bleadperl, maintperl
24541              
24542              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24543              
24544              (The #8982, fix for 20010221.005 and 20010221.008,
24545              would be nice too but it didn't integrate cleanly.)
24546      Branch: maint-5.6/perl
24547           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
24548 ____________________________________________________________________________
24549 [  8983] By: jhi                                   on 2001/03/02  15:51:16
24550         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24551              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24552              Date:     Thu, 1 Mar 2001 15:54:09 EST
24553              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
24554      Branch: perl
24555            ! vms/vms.c
24556 ____________________________________________________________________________
24557 [  8982] By: jhi                                   on 2001/03/02  15:43:31
24558         Log: Subject: Re: sync sync sync: have I missed any patches?
24559              From: Radu Greab <radu@netsoft.ro> 
24560              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
24561              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
24562              
24563              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
24564              was checking argv[0] regardless of whether a different pathname
24565              will actually be executed."  Test case not supplied because 
24566              drafting that, ironically enough, revealed another bug
24567              (or a feature).
24568      Branch: perl
24569            ! doio.c
24570 ____________________________________________________________________________
24571 [  8981] By: jhi                                   on 2001/03/02  15:28:03
24572         Log: Misdate in #8978.
24573      Branch: perl
24574            ! pod/perlfaq1.pod
24575 ____________________________________________________________________________
24576 [  8980] By: jhi                                   on 2001/03/02  15:24:20
24577         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
24578              From: Chris Nandor <pudge@pobox.com>
24579              Date: Wed, 28 Feb 2001 22:10:15 -0500
24580              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
24581      Branch: perl
24582            ! lib/File/Copy.pm
24583 ____________________________________________________________________________
24584 [  8979] By: jhi                                   on 2001/03/02  15:17:16
24585         Log: Subject: [ID 20010301.004] Technically speaking in perldata
24586              From: abela@geneanet.org
24587              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
24588              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
24589      Branch: perl
24590            ! pod/perldata.pod
24591 ____________________________________________________________________________
24592 [  8978] By: jhi                                   on 2001/03/02  15:15:27
24593         Log: Subject: [ID 20010301.003] ref to 5.004
24594              From: abela@geneanet.org
24595              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
24596              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
24597              
24598              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
24599              and mention the suidperl August 2000 security problem.
24600      Branch: perl
24601            ! pod/perlfaq1.pod
24602 ____________________________________________________________________________
24603 [  8977] By: alanbur                               on 2001/03/02  14:17:45
24604         Log: Resynchronised with parent
24605      Branch: maint-5.6/pureperl
24606           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
24607           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
24608           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
24609           !> vms/descrip_mms.template win32/win32.c win32/win32.h
24610           !> win32/win32iop.h
24611 ____________________________________________________________________________
24612 [  8976] By: nick                                  on 2001/03/01  23:25:30
24613         Log: Integrate mainline.
24614      Branch: perlio
24615            - t/op/qu.t
24616           !> (integrate 55 files)
24617 ____________________________________________________________________________
24618 [  8975] By: jhi                                   on 2001/03/01  16:51:34
24619         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
24620      Branch: perl
24621           !> toke.c
24622 ____________________________________________________________________________
24623 [  8974] By: gsar                                  on 2001/03/01  16:28:21
24624         Log: fix for bugid 20010226.008
24625              
24626              the problem was that some of the pointers (PL_last_lop and
24627              PL_last_uni specifically) into the lex buffers weren't correctly
24628              being invalidated when the buffer changed; this would leave the
24629              pointers pointing at an arbitrary location in the buffer if
24630              the buffer didn't need to be reallocated, or point into freed
24631              memory if the buffer had to be realloced
24632              
24633              TODO item for bugdb maintainers: check other seemingly random
24634              parser-related bugs--they might be cured by this
24635      Branch: maint-5.6/perl
24636            ! toke.c
24637 ____________________________________________________________________________
24638 [  8973] By: jhi                                   on 2001/03/01  02:23:25
24639         Log: Retract #8970 because of a completely mysterious core dump:
24640              adding the tests 241..244 causes op/pat dump core at test #25.
24641              The test needs a lot of whittling down before the bug can be solved.
24642      Branch: perl
24643            ! t/op/pat.t
24644 ____________________________________________________________________________
24645 [  8972] By: jhi                                   on 2001/03/01  01:58:38
24646         Log: Regen perlapi.
24647      Branch: perl
24648            ! pod/perlapi.pod
24649 ____________________________________________________________________________
24650 [  8971] By: jhi                                   on 2001/03/01  01:34:09
24651         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))
24652              From: Nicholas Clark <nick@ccl4.org>
24653              Date: Wed, 28 Feb 2001 23:28:49 +0000
24654              Message-ID: <20010228232849.A55187@plum.flirble.org>
24655              
24656              Allow a completely write protected source code tree
24657              when using the Configure -Dmksymlinks.
24658      Branch: perl
24659            ! embed.pl warnings.pl
24660 ____________________________________________________________________________
24661 [  8970] By: jhi                                   on 2001/03/01  01:32:04
24662         Log: Add back the EBCDIC character range tests (for matching).
24663      Branch: perl
24664            ! t/op/pat.t
24665 ____________________________________________________________________________
24666 [  8969] By: nick                                  on 2001/02/28  18:18:01
24667         Log: Add charname comments to .ucm files writen by 'compile',
24668              also order charmaps in those files by source encoding.
24669              regenerate distrubuted .ucm files
24670      Branch: perlio
24671            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24672            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24673            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24674            ! ext/Encode/Encode/iso8859-10.ucm
24675            ! ext/Encode/Encode/iso8859-13.ucm
24676            ! ext/Encode/Encode/iso8859-14.ucm
24677            ! ext/Encode/Encode/iso8859-15.ucm
24678            ! ext/Encode/Encode/iso8859-16.ucm
24679            ! ext/Encode/Encode/iso8859-2.ucm
24680            ! ext/Encode/Encode/iso8859-3.ucm
24681            ! ext/Encode/Encode/iso8859-4.ucm
24682            ! ext/Encode/Encode/iso8859-5.ucm
24683            ! ext/Encode/Encode/iso8859-6.ucm
24684            ! ext/Encode/Encode/iso8859-7.ucm
24685            ! ext/Encode/Encode/iso8859-8.ucm
24686            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24687            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
24688 ____________________________________________________________________________
24689 [  8968] By: jhi                                   on 2001/02/28  16:26:37
24690         Log: Expand usemorebits early if d_casti32 needs to be undefined.
24691      Branch: perl
24692            ! hints/hpux.sh hints/irix_6.sh
24693 ____________________________________________________________________________
24694 [  8967] By: jhi                                   on 2001/02/28  16:22:26
24695         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
24696              retract toke.c/qu parts of #8583, retract #8485, retract
24697              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
24698              op/length.t, and MANIFEST, and delete t/op/qu.t.
24699      Branch: perl
24700            - t/op/qu.t
24701            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24702            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
24703            ! t/op/length.t toke.c
24704 ____________________________________________________________________________
24705 [  8966] By: jhi                                   on 2001/02/28  15:00:27
24706         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
24707              by not changing from pre-Unicode days into being Unicode-aware.
24708              Sniff.
24709      Branch: perl
24710            ! pp.c t/op/pack.t t/op/qu.t
24711 ____________________________________________________________________________
24712 [  8965] By: jhi                                   on 2001/02/28  14:37:55
24713         Log: Subject: Re: Errors in core PODs
24714              From: Michael Stevens <michael@etla.org> 
24715              Date: Fri, 23 Feb 2001 15:47:56 +0000
24716              Message-ID: <20010223154756.A7723@firedrake.org> 
24717      Branch: perl
24718            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
24719            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
24720            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
24721            ! x2p/a2p.pod
24722 ____________________________________________________________________________
24723 [  8964] By: jhi                                   on 2001/02/28  14:35:35
24724         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
24725              (The #8961 was too bold.)
24726      Branch: perl
24727            ! hints/hpux.sh hints/irix_6.sh
24728 ____________________________________________________________________________
24729 [  8963] By: jhi                                   on 2001/02/28  14:33:39
24730         Log: Subject: Re: sync sync sync: have I missed any patches?
24731              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24732              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
24733              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
24734              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
24735              
24736              Replace djSP with dSP.
24737      Branch: perl
24738            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
24739            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
24740            ! win32/perlhost.h
24741 ____________________________________________________________________________
24742 [  8962] By: jhi                                   on 2001/02/27  23:21:14
24743         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
24744      Branch: perl
24745            ! lib/Filter/Simple.pm
24746 ____________________________________________________________________________
24747 [  8961] By: jhi                                   on 2001/02/27  22:55:26
24748         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
24749              and this would be it.
24750      Branch: perl
24751            ! hints/hpux.sh hints/irix_6.sh
24752 ____________________________________________________________________________
24753 [  8960] By: jhi                                   on 2001/02/27  22:51:33
24754         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24755              From: "Craig A. Berry" <craigberry@mac.com>
24756              Date: Tue, 27 Feb 2001 16:11:44 -0600
24757              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24758      Branch: maint-5.6/perl
24759            ! configure.com vms/descrip_mms.template
24760 ____________________________________________________________________________
24761 [  8959] By: jhi                                   on 2001/02/27  22:47:23
24762         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24763              From: "Craig A. Berry" <craigberry@mac.com>
24764              Date: Tue, 27 Feb 2001 16:11:44 -0600
24765              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24766      Branch: perl
24767            ! configure.com vms/descrip_mms.template
24768 ____________________________________________________________________________
24769 [  8958] By: jhi                                   on 2001/02/27  15:16:42
24770         Log: Update Changes.
24771      Branch: perl
24772            ! Changes patchlevel.h
24773 ____________________________________________________________________________
24774 [  8957] By: jhi                                   on 2001/02/27  06:15:07
24775         Log: Subject: [5.6.x] EPOC additions
24776              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24777              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
24778              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
24779      Branch: maint-5.6/perl
24780            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
24781 ____________________________________________________________________________
24782 [  8956] By: jhi                                   on 2001/02/27  06:12:11
24783         Log: Subject: [perl-current] EPOC 
24784              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24785              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
24786              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
24787      Branch: perl
24788            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
24789            ! epoc/epocish.c epoc/epocish.h pp_sys.c
24790 ____________________________________________________________________________
24791 [  8955] By: jhi                                   on 2001/02/27  05:59:50
24792         Log: Subject: Re: Compile with perlcc..
24793              From: Edward Peschko <edwardp@excitehome.net>
24794              Date: Mon, 26 Feb 2001 18:51:58 -0800
24795              Message-ID: <20010226185158.A9871@excitehome.net>
24796              
24797              plus add a simple usage message if no arguments given.
24798      Branch: perl
24799            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
24800            ! utils/Makefile utils/perlcc.PL win32/pod.mak
24801 ____________________________________________________________________________
24802 [  8954] By: nick                                  on 2001/02/26  21:02:59
24803         Log: Integrate mainline
24804      Branch: perlio
24805           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
24806           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
24807           !> t/op/sprintf.t
24808 ____________________________________________________________________________
24809 [  8953] By: jhi                                   on 2001/02/26  14:43:54
24810         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
24811              From: Nicholas Clark <nick@ccl4.org>
24812              Date: Mon, 26 Feb 2001 00:42:07 +0000
24813              Message-ID: <20010226004207.F23333@plum.flirble.org>
24814      Branch: perl
24815            ! pp_ctl.c
24816 ____________________________________________________________________________
24817 [  8952] By: jhi                                   on 2001/02/26  14:42:13
24818         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
24819              From: Simon Cozens <simon@netthink.co.uk>
24820              Date: Mon, 26 Feb 2001 12:23:48 +0000
24821              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
24822      Branch: perl
24823            ! pod/perlguts.pod
24824 ____________________________________________________________________________
24825 [  8951] By: jhi                                   on 2001/02/26  14:39:15
24826         Log: Subject: [PATCH] perlio - unknown layer
24827              From: Nicholas Clark <nick@ccl4.org>
24828              Date: Mon, 26 Feb 2001 00:27:19 +0000
24829              Message-ID: <20010226002719.E23333@plum.flirble.org>
24830      Branch: perl
24831            ! perlio.c
24832 ____________________________________________________________________________
24833 [  8950] By: jhi                                   on 2001/02/26  14:38:04
24834         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
24835              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
24836              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
24837              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
24838      Branch: perl
24839            ! t/op/bop.t
24840 ____________________________________________________________________________
24841 [  8949] By: jhi                                   on 2001/02/26  14:37:07
24842         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
24843              From: Peter Prymmer <pvhp@forte.com>
24844              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
24845              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
24846      Branch: perl
24847            ! lib/Test.pm
24848 ____________________________________________________________________________
24849 [  8948] By: jhi                                   on 2001/02/26  14:35:53
24850         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24851              From: Radu Greab <radu@netsoft.ro>
24852              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
24853              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
24854      Branch: perl
24855            ! pod/perlop.pod
24856 ____________________________________________________________________________
24857 [  8947] By: jhi                                   on 2001/02/26  14:34:46
24858         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
24859              From: David Mitchell <davem@fdgroup.co.uk>
24860              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
24861              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
24862      Branch: perl
24863            ! run.c
24864 ____________________________________________________________________________
24865 [  8946] By: jhi                                   on 2001/02/26  14:32:37
24866         Log: Subject: Modified README.bs2000 
24867              From: Dorner Thomas <Thomas.Dorner@start.de>
24868              Date: Mon, 26 Feb 2001 09:22:17 +0100
24869              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
24870      Branch: perl
24871            ! README.bs2000
24872 ____________________________________________________________________________
24873 [  8945] By: jhi                                   on 2001/02/26  14:19:53
24874         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
24875              to maintperl, listing the known failures on the tests 129 and 130.
24876      Branch: maint-5.6/perl
24877           !> t/op/sprintf.t
24878 ____________________________________________________________________________
24879 [  8944] By: jhi                                   on 2001/02/26  14:14:15
24880         Log: Add more known sprintf failures.
24881      Branch: perl
24882            ! t/op/sprintf.t
24883 ____________________________________________________________________________
24884 [  8943] By: jhi                                   on 2001/02/26  13:56:22
24885         Log: perlglob.exe needs to be found in Win32, patch from
24886              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
24887              which needs external glob at mini-perl time."
24888      Branch: perl
24889            ! ext/Encode/compile
24890 ____________________________________________________________________________
24891 [  8942] By: jhi                                   on 2001/02/26  13:52:19
24892         Log: A missing dTHX from Vadim Konovalov.
24893      Branch: perl
24894            ! perlio.c
24895 ____________________________________________________________________________
24896 [  8941] By: jhi                                   on 2001/02/26  13:37:05
24897         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
24898      Branch: perl
24899            ! op.c
24900 ____________________________________________________________________________
24901 [  8940] By: jhi                                   on 2001/02/26  13:35:40
24902         Log: Integrate perlio.
24903      Branch: perl
24904           !> ext/Encode/Encode.pm
24905 ____________________________________________________________________________
24906 [  8939] By: nick                                  on 2001/02/25  23:47:09
24907         Log: Integrate mainline.
24908      Branch: perlio
24909           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
24910           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
24911 ____________________________________________________________________________
24912 [  8938] By: nick                                  on 2001/02/25  19:36:28
24913         Log: Encode implementations docs.
24914      Branch: perlio
24915            ! ext/Encode/Encode.pm
24916 ____________________________________________________________________________
24917 [  8937] By: jhi                                   on 2001/02/25  19:26:16
24918         Log: Script wasn't aligned with reality.
24919      Branch: perl
24920            ! t/pod/find.t
24921 ____________________________________________________________________________
24922 [  8936] By: jhi                                   on 2001/02/25  18:54:55
24923         Log: Update Changes.
24924      Branch: perl
24925            ! Changes patchlevel.h
24926 ____________________________________________________________________________
24927 [  8935] By: jhi                                   on 2001/02/25  18:46:36
24928         Log: Retract #8929,8930,8932,8933 for now.
24929      Branch: perl
24930            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
24931 ____________________________________________________________________________
24932 [  8934] By: jhi                                   on 2001/02/25  17:34:35
24933         Log: Integrate perlio.
24934      Branch: perl
24935           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
24936           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
24937           !> t/lib/encode.t
24938 ____________________________________________________________________________
24939 [  8933] By: jhi                                   on 2001/02/25  17:33:12
24940         Log: (Retracted by #8395.)
24941              
24942              Slight tweaks in scan_const(), not fixes yet, it seems like
24943              lots of work remains to be done...
24944      Branch: perl
24945            ! toke.c
24946 ____________________________________________________________________________
24947 [  8932] By: jhi                                   on 2001/02/25  17:27:11
24948         Log: (Retracted by #8395.)
24949              
24950              Missing from #8930.
24951      Branch: perl
24952            ! perl.h
24953 ____________________________________________________________________________
24954 [  8931] By: jhi                                   on 2001/02/25  17:26:19
24955         Log: A comment tweak.
24956      Branch: perl
24957            ! utf8.c
24958 ____________________________________________________________________________
24959 [  8930] By: jhi                                   on 2001/02/25  17:25:47
24960         Log: (Retracted by #8395.)
24961              
24962              Attempt to fix the EBCDIC character range problwm with //.
24963      Branch: perl
24964            ! regcomp.c
24965 ____________________________________________________________________________
24966 [  8929] By: jhi                                   on 2001/02/25  17:23:45
24967         Log: (Retracted by #8395.)
24968              
24969              Expand the EBCDIC character range tests, and add few nasty
24970              tr tests from Karsten Sperling.
24971      Branch: perl
24972            ! t/op/pat.t t/op/tr.t
24973 ____________________________________________________________________________
24974 [  8928] By: jhi                                   on 2001/02/25  17:18:49
24975         Log: Missing check-in.
24976      Branch: perl
24977            ! lib/Pod/Find.pm
24978 ____________________________________________________________________________
24979 [  8927] By: nick                                  on 2001/02/25  11:30:22
24980         Log: Change method names in Encode implementation classes to something
24981              less confusing (preparing to "go public").
24982      Branch: perlio
24983            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
24984 ____________________________________________________________________________
24985 [  8926] By: nick                                  on 2001/02/25  10:53:24
24986         Log: GCC __atribute__ / printf fix
24987      Branch: perlio
24988            ! perl.h
24989 ____________________________________________________________________________
24990 [  8925] By: nick                                  on 2001/02/25  10:52:25
24991         Log: Checked in the wrong one ...
24992      Branch: perlio
24993            ! ext/Encode/Encode.pm
24994 ____________________________________________________________________________
24995 [  8924] By: nick                                  on 2001/02/24  18:46:51
24996         Log: Integrate mainline - to see what Jarkko has in ...
24997      Branch: perlio
24998           +> t/pod/testpods/lib/Pod/Stuff.pm
24999           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
25000 ____________________________________________________________________________
25001 [  8923] By: nick                                  on 2001/02/24  17:05:23
25002         Log: Encode API documentation nd tidy up.
25003              Minor additions to test.
25004              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
25005              Adds STRLEN to standard typemap.
25006      Branch: perlio
25007            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25008            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
25009 ____________________________________________________________________________
25010 [  8922] By: jhi                                   on 2001/02/24  16:38:12
25011         Log: Add a test for the "character range should match in EBCDIC
25012              if specified using explicit numerics" bug found by Karsten
25013              Sperling.
25014      Branch: perl
25015            ! t/op/pat.t
25016 ____________________________________________________________________________
25017 [  8921] By: jhi                                   on 2001/02/24  16:30:16
25018         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
25019              From: schwern@pobox.com
25020              Date: Fri, 23 Feb 2001 03:21:37 -0500
25021              Message-ID: <20010223032137.A26022@magnonel.guild.net>
25022              
25023              plus Charles Lane's fixes, plus tweaks.
25024      Branch: perl
25025            + t/pod/testpods/lib/Pod/Stuff.pm
25026            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
25027 ____________________________________________________________________________
25028 [  8920] By: nick                                  on 2001/02/24  10:30:11
25029         Log: Integrate mainline
25030      Branch: perlio
25031           !> (integrate 33 files)
25032 ____________________________________________________________________________
25033 [  8919] By: jhi                                   on 2001/02/24  00:23:35
25034         Log: Subject: Re: I'm losing the war...
25035              From: "Vadim Konovalov" <watman@inbox.ru>
25036              Date: Sat, 24 Feb 2001 00:10:14 +0300
25037              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
25038              
25039              hv_store() not working correctly in ENV_IS_CASELESS case.
25040      Branch: perl
25041            ! hv.c
25042 ____________________________________________________________________________
25043 [  8918] By: jhi                                   on 2001/02/24  00:20:09
25044         Log: Subject: Re: [PATCH] fix for charnames above FFFF
25045              From: andreas.koenig@anima.de (Andreas J. Koenig)
25046              Date: 23 Feb 2001 02:39:03 +0100
25047              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
25048              
25049              A further efficiency tweak.
25050      Branch: perl
25051            ! lib/charnames.pm
25052 ____________________________________________________________________________
25053 [  8917] By: jhi                                   on 2001/02/23  20:27:51
25054         Log: Integrate change #8916 from mainline,
25055              do away with USE_WIN32_RTL_ENV.
25056      Branch: maint-5.6/perl
25057           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25058 ____________________________________________________________________________
25059 [  8916] By: jhi                                   on 2001/02/23  20:02:25
25060         Log: Abolish USE_WIN32_RTL_ENV.
25061      Branch: perl
25062            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25063 ____________________________________________________________________________
25064 [  8915] By: jhi                                   on 2001/02/23  19:36:00
25065         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
25066              later protected by some #define.
25067      Branch: perl
25068            ! gv.c
25069 ____________________________________________________________________________
25070 [  8914] By: jhi                                   on 2001/02/23  19:31:38
25071         Log: Retract #8902 for now, requested by Charles Lane, the correct
25072              fix will be something else.
25073      Branch: perl
25074            ! op.c
25075 ____________________________________________________________________________
25076 [  8913] By: jhi                                   on 2001/02/23  19:11:36
25077         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
25078              From: Peter Prymmer <pvhp@forte.com>
25079              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
25080              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
25081      Branch: perl
25082            ! t/op/lex_assign.t
25083 ____________________________________________________________________________
25084 [  8912] By: jhi                                   on 2001/02/23  18:38:20
25085         Log: Subject: [patch] perlio + useithreads
25086              From: Doug MacEachern <dougm@covalent.net>
25087              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
25088              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
25089              
25090              Gets things running but not complete.
25091      Branch: perl
25092            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
25093 ____________________________________________________________________________
25094 [  8911] By: jhi                                   on 2001/02/23  04:20:02
25095         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
25096              
25097              Duplicated environment freeing, File::Temp 0.12,
25098              op/append portability (EBCDIC) tweak.
25099      Branch: maint-5.6/perl
25100           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25101           !> t/op/append.t
25102 ____________________________________________________________________________
25103 [  8910] By: jhi                                   on 2001/02/23  02:07:33
25104         Log: Integrate change #8909 from mainline, a better Borland
25105              putenv() workaround.
25106      Branch: maint-5.6/perl
25107           !> perl.c
25108 ____________________________________________________________________________
25109 [  8909] By: jhi                                   on 2001/02/23  02:05:46
25110         Log: A better workaround for Borland putenv() brokenness from Sarathy.
25111      Branch: perl
25112            ! perl.c
25113 ____________________________________________________________________________
25114 [  8908] By: jhi                                   on 2001/02/23  02:04:14
25115         Log: Subject: fix for parameter -Dm (for perl@8867)
25116              From: "Vadim Konovalov" <watman@inbox.ru>
25117              Date: Thu, 22 Feb 2001 17:30:12 +0300
25118              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
25119      Branch: perl
25120            ! perl.h
25121 ____________________________________________________________________________
25122 [  8907] By: jhi                                   on 2001/02/23  01:58:20
25123         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
25124              From: Peter Prymmer <pvhp@forte.com>
25125              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
25126              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
25127      Branch: perl
25128            ! t/op/append.t
25129 ____________________________________________________________________________
25130 [  8906] By: jhi                                   on 2001/02/23  01:48:34
25131         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
25132      Branch: perl
25133            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25134 ____________________________________________________________________________
25135 [  8905] By: jhi                                   on 2001/02/23  01:43:30
25136         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
25137              From: Peter Prymmer <pvhp@forte.com>
25138              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
25139              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
25140      Branch: perl
25141            ! t/lib/st-06compat.t
25142 ____________________________________________________________________________
25143 [  8904] By: jhi                                   on 2001/02/23  01:42:39
25144         Log: Metaconfig unit change for #8903.
25145      Branch: metaconfig/U/perl
25146            ! Devel.U
25147 ____________________________________________________________________________
25148 [  8903] By: jhi                                   on 2001/02/23  01:42:12
25149         Log: Be more helpful for devel builders, suggested by John L. Allen.
25150      Branch: perl
25151            ! Configure
25152 ____________________________________________________________________________
25153 [  8902] By: jhi                                   on 2001/02/23  01:37:41
25154         Log: (Retracted by #8914)
25155              (Wrongly, reinstated by #8941)             
25156
25157              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25158              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25159              Date:     Thu, 22 Feb 2001 09:43:57 EST
25160              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
25161      Branch: perl
25162            ! op.c
25163 ____________________________________________________________________________
25164 [  8901] By: jhi                                   on 2001/02/23  01:20:32
25165         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
25166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25167              Date:     Thu, 22 Feb 2001 08:01:35 EST
25168              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
25169      Branch: perl
25170            ! malloc.c
25171 ____________________________________________________________________________
25172 [  8900] By: jhi                                   on 2001/02/23  01:18:02
25173         Log: Integrate changes #8898,8899 from mainline, environ handling.
25174      Branch: maint-5.6/perl
25175           !> perl.c
25176 ____________________________________________________________________________
25177 [  8899] By: jhi                                   on 2001/02/23  01:16:25
25178         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
25179              putenv() is not to be relied on, they are either broken or leaky
25180              or both.)
25181      Branch: perl
25182            ! perl.c
25183 ____________________________________________________________________________
25184 [  8898] By: jhi                                   on 2001/02/22  23:36:59
25185         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
25186              and safesysfree() must be used.
25187      Branch: perl
25188            ! perl.c
25189 ____________________________________________________________________________
25190 [  8897] By: jhi                                   on 2001/02/22  23:25:45
25191         Log: With environ one must use safesysmalloc()/safesysfree().
25192      Branch: perl
25193            ! perl.c
25194 ____________________________________________________________________________
25195 [  8896] By: jhi                                   on 2001/02/22  22:13:18
25196         Log: If we have a duplicated environment free it
25197              if PERL_DESTRUCT_LEVEL.
25198      Branch: perl
25199            ! perl.c
25200 ____________________________________________________________________________
25201 [  8895] By: alanbur                               on 2001/02/22  19:31:57
25202         Log: Synchronised with parent
25203      Branch: maint-5.6/pureperl
25204           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
25205 ____________________________________________________________________________
25206 [  8894] By: gsar                                  on 2001/02/22  19:06:18
25207         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
25208              
25209              fix memory leak in method call optimization (change#3768);
25210              made C<eval "$x->foo()"> leak
25211              
25212              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25213      Branch: maint-5.6/perl
25214           !> op.c
25215 ____________________________________________________________________________
25216 [  8893] By: jhi                                   on 2001/02/22  18:35:27
25217         Log: (Retracted by #8915.)
25218              
25219              Third Degree finding:
25220              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
25221      Branch: perl
25222            ! gv.c
25223 ____________________________________________________________________________
25224 [  8892] By: jhi                                   on 2001/02/22  14:28:32
25225         Log: Update Changes.
25226      Branch: perl
25227            ! Changes patchlevel.h
25228 ____________________________________________________________________________
25229 [  8891] By: jhi                                   on 2001/02/22  13:22:45
25230         Log: Metaconfig unit changes for #8890.
25231      Branch: metaconfig
25232            ! U/modified/Cppsym.U U/threads/archname.U
25233 ____________________________________________________________________________
25234 [  8890] By: jhi                                   on 2001/02/22  13:22:12
25235         Log: Add -stdio to the archname if no perlio selected,
25236              no -perlio added since that is now the default.
25237              
25238              Add few CPUs/architectures to the Cppsym scan.
25239      Branch: perl
25240            ! Configure config_h.SH
25241 ____________________________________________________________________________
25242 [  8889] By: jhi                                   on 2001/02/22  13:05:59
25243         Log: Metaconfig unit change for #8888.
25244      Branch: metaconfig/U/perl
25245            ! useperlio.U
25246 ____________________________________________________________________________
25247 [  8888] By: jhi                                   on 2001/02/22  13:05:28
25248         Log: *drum roll*  Make perlio the default.
25249      Branch: perl
25250            ! Configure config_h.SH
25251 ____________________________________________________________________________
25252 [  8887] By: jhi                                   on 2001/02/22  12:50:52
25253         Log: Integrate change #8665 from maintperl to mainline,
25254              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
25255      Branch: perl
25256           !> ext/POSIX/POSIX.xs
25257 ____________________________________________________________________________
25258 [  8886] By: jhi                                   on 2001/02/22  12:49:24
25259         Log: Integrate changes #8883,8884 from mainline to maintperl.
25260              
25261              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25262              Subject: Re: File::Temp::_gettemp warning
25263      Branch: maint-5.6/perl
25264           !> embed.h embed.pl lib/File/Temp.pm
25265 ____________________________________________________________________________
25266 [  8885] By: jhi                                   on 2001/02/22  12:43:59
25267         Log: Based on
25268              
25269              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
25270              From: schwab@suse.de
25271              Date: Thu, 22 Feb 2001 13:08:09 +0100
25272              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
25273              
25274              but the fix done slightly differently because the other
25275              half was already done in #8664.
25276      Branch: maint-5.6/perl
25277            ! ext/POSIX/POSIX.xs
25278 ____________________________________________________________________________
25279 [  8884] By: jhi                                   on 2001/02/22  12:37:15
25280         Log: Subject: Re: File::Temp::_gettemp warning
25281              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25282              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
25283              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
25284              
25285              This patch to File::Temp does two things:
25286              
25287              1. Fixes the problem with CGI::Carp when determining
25288              the Fcntl constants
25289              
25290              2. Removes most of the carps and consolidates them so that all the
25291              reasons are included in a single die that is caught by the test. This
25292              means that the correct skipping behaviour is displayed by the test.
25293      Branch: perl
25294            ! lib/File/Temp.pm
25295 ____________________________________________________________________________
25296 [  8883] By: jhi                                   on 2001/02/22  12:29:19
25297         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25298              From: Peter Prymmer <pvhp@forte.com>
25299              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
25300              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
25301      Branch: perl
25302            ! embed.h embed.pl
25303 ____________________________________________________________________________
25304 [  8882] By: jhi                                   on 2001/02/21  19:41:33
25305         Log: Integrate change #8881 from mainlin to maintperl.
25306              
25307              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25308      Branch: maint-5.6/perl
25309           !> op.c
25310 ____________________________________________________________________________
25311 [  8881] By: jhi                                   on 2001/02/21  19:38:57
25312         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25313              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25314              Date:     Wed, 21 Feb 2001 13:08:03 EST
25315              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
25316      Branch: perl
25317            ! op.c
25318 ____________________________________________________________________________
25319 [  8880] By: jhi                                   on 2001/02/21  19:34:34
25320         Log: Retract #8875, cannot let go of the old semantics of unpack U
25321              without rethinking utf8decode.t.
25322      Branch: perl
25323            ! pp.c t/op/pack.t
25324 ____________________________________________________________________________
25325 [  8879] By: jhi                                   on 2001/02/21  19:08:02
25326         Log: Run run/*.t also in minitest.
25327      Branch: perl
25328            ! Makefile.SH
25329 ____________________________________________________________________________
25330 [  8878] By: nick                                  on 2001/02/21  18:55:37
25331         Log: Integrate mainline
25332      Branch: perlio
25333           !> (integrate 76 files)
25334 ____________________________________________________________________________
25335 [  8877] By: jhi                                   on 2001/02/21  15:09:33
25336         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
25337      Branch: metaconfig
25338            ! U/compline/nblock_io.U
25339      Branch: perl
25340            ! Configure config_h.SH
25341 ____________________________________________________________________________
25342 [  8876] By: jhi                                   on 2001/02/21  14:54:45
25343         Log: If no sfio, no -lsfio.
25344      Branch: metaconfig/U/perl
25345            ! d_sfio.U
25346      Branch: perl
25347            ! Configure config_h.SH
25348 ____________________________________________________________________________
25349 [  8875] By: jhi                                   on 2001/02/21  14:54:00
25350         Log: Make unpack C and unpack C truly equivalent.
25351      Branch: perl
25352            ! pp.c t/op/pack.t
25353 ____________________________________________________________________________
25354 [  8874] By: jhi                                   on 2001/02/21  14:26:02
25355         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25356              From: Peter Prymmer <pvhp@forte.com>
25357              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
25358              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
25359      Branch: perl
25360            ! pod/perlport.pod
25361 ____________________________________________________________________________
25362 [  8873] By: jhi                                   on 2001/02/21  14:24:31
25363         Log: Subject: [PATCH] fix for charnames above FFFF
25364              From: andreas.koenig@anima.de (Andreas J. Koenig)
25365              Date: 21 Feb 2001 07:05:45 +0100
25366              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
25367      Branch: perl
25368            ! lib/charnames.pm t/lib/charnames.t
25369 ____________________________________________________________________________
25370 [  8872] By: jhi                                   on 2001/02/21  14:15:25
25371         Log: Integrate change #8868 from pureperl to mainline.
25372              
25373              Fixed reference count loop caused by sv_magic.
25374      Branch: perl
25375           !> sv.c
25376 ____________________________________________________________________________
25377 [  8871] By: jhi                                   on 2001/02/21  14:07:29
25378         Log: Integrate change #8868 from pureperl to maintperl.
25379              
25380              Fixed reference count loop caused by sv_magic.
25381      Branch: maint-5.6/perl
25382           !> sv.c
25383 ____________________________________________________________________________
25384 [  8870] By: jhi                                   on 2001/02/21  14:04:41
25385         Log: Put back the #8840, it was innocent.
25386      Branch: perl
25387            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25388            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25389 ____________________________________________________________________________
25390 [  8869] By: jhi                                   on 2001/02/21  14:00:03
25391         Log: unpack("C", ...) was left slightly unfinished by #8865.
25392      Branch: perl
25393            ! pp.c t/op/pack.t
25394 ____________________________________________________________________________
25395 [  8868] By: alanbur                               on 2001/02/21  01:33:45
25396         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
25397              from gv_fetchpv to create single-character magic variables (e.g. $!),
25398              and it is passed a sv and the gv that contains the sv as the mg_obj
25399              value.  When sv_magic stores the mg_obj pointer it increments the gv
25400              refcount, thus causing a sv-gv pair that can't be freed.  There is
25401              already a check for sv == obj which is used to prevent such reference
25402              loops.  This change extends the check to cover the case described above.
25403      Branch: maint-5.6/pureperl
25404            ! sv.c
25405 ____________________________________________________________________________
25406 [  8867] By: jhi                                   on 2001/02/21  00:52:39
25407         Log: Update Changes.
25408      Branch: perl
25409            ! Changes patchlevel.h
25410 ____________________________________________________________________________
25411 [  8866] By: jhi                                   on 2001/02/21  00:34:20
25412         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
25413              (Note: there were some conflicts due to EBCDIC and EPOC
25414              patches, in general I preferred the repository code.)
25415              (When 2.753 comes out, we need to synchronize.)
25416      Branch: perl
25417            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
25418            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
25419            ! t/lib/cgi-html.t
25420 ____________________________________________________________________________
25421 [  8865] By: jhi                                   on 2001/02/21  00:24:22
25422         Log: Make pack("C", 0x100) to create Unicode, unless under the
25423              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
25424              will understand Unicode, unless you under know what.
25425      Branch: perl
25426            ! pp.c t/op/pack.t t/op/qu.t
25427 ____________________________________________________________________________
25428 [  8864] By: alanbur                               on 2001/02/20  22:35:34
25429         Log: Resynchronised with parent
25430      Branch: maint-5.6/pureperl
25431           !> README.win32 ext/GDBM_File/GDBM_File.pm
25432           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25433           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
25434           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
25435           !> t/lib/sdbm.t util.c
25436 ____________________________________________________________________________
25437 [  8863] By: jhi                                   on 2001/02/20  20:55:11
25438         Log: Integrate change #8860,8861 from mainline into maintperl.
25439              
25440              "pseudo-literal j"
25441              
25442              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25443      Branch: maint-5.6/perl
25444           !> lib/Test.pm pod/perlop.pod
25445 ____________________________________________________________________________
25446 [  8862] By: jhi                                   on 2001/02/20  20:30:07
25447         Log: Don't do casting between pointers pointing to differently sized
25448              integers.
25449      Branch: perl
25450            ! hv.c sv.c
25451 ____________________________________________________________________________
25452 [  8861] By: jhi                                   on 2001/02/20  19:53:44
25453         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25454              From: Peter Prymmer <pvhp@forte.com>
25455              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
25456              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
25457      Branch: perl
25458            ! lib/Test.pm
25459 ____________________________________________________________________________
25460 [  8860] By: jhi                                   on 2001/02/20  19:48:02
25461         Log: "pseudo-literal j", a documentation glitch reported to Debian.
25462              The text recovered from Perl 5.005_03, and pseudo-literal replaced
25463              by "backtick string".
25464      Branch: perl
25465            ! pod/perlop.pod
25466 ____________________________________________________________________________
25467 [  8859] By: jhi                                   on 2001/02/20  19:15:46
25468         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
25469              from Chris Nandor.
25470      Branch: perl
25471            ! makedef.pl
25472 ____________________________________________________________________________
25473 [  8858] By: jhi                                   on 2001/02/20  17:36:53
25474         Log: Integrate pureperl changes #8844,8845,8850 to mainline
25475              (via maintperl #8855).
25476              
25477              Fixed %^H scoping bug
25478              
25479              Removed GV <-> CV refcount loop
25480              
25481              Removed %ENV refcount loop
25482      Branch: perl
25483           !> gv.c op.c perl.c pp.c scope.c
25484 ____________________________________________________________________________
25485 [  8857] By: jhi                                   on 2001/02/20  17:34:32
25486         Log: Integrate changes #8853,8854 from maintperl to mainline.
25487              
25488              EBDIC fixes, README.win32 Borland update.
25489      Branch: perl
25490           !> README.win32 handy.h util.c
25491 ____________________________________________________________________________
25492 [  8856] By: jhi                                   on 2001/02/20  17:33:16
25493         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
25494      Branch: maint-5.6/perl
25495           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25496           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25497           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25498 ____________________________________________________________________________
25499 [  8855] By: jhi                                   on 2001/02/20  17:32:13
25500         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
25501              
25502              Fixed %^H scoping bug
25503              
25504              Removed GV <-> CV refcount loop
25505              
25506              Removed %ENV refcount loop
25507      Branch: maint-5.6/perl
25508           !> gv.c op.c perl.c pp.c scope.c
25509 ____________________________________________________________________________
25510 [  8854] By: jhi                                   on 2001/02/20  17:25:06
25511         Log: Subject: Addition to readme.win32 for Borland C++ compilers
25512              Date: Tue, 20 Feb 2001 02:15:25 +0300
25513              From: "Vadim Konovalov" <watman@inbox.ru>
25514              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
25515              
25516              Document Borland compiler misbehaviour.
25517      Branch: maint-5.6/perl
25518            ! README.win32
25519 ____________________________________________________________________________
25520 [  8853] By: jhi                                   on 2001/02/20  17:22:25
25521         Log: The assimilation of ebcdic.c didn't quite work at the first try,
25522              patches from Thomas Dorner.
25523      Branch: maint-5.6/perl
25524            ! handy.h util.c
25525 ____________________________________________________________________________
25526 [  8852] By: jhi                                   on 2001/02/20  17:20:15
25527         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
25528              From: Chris Nandor <pudge@pobox.com>
25529              Date: Tue, 20 Feb 2001 08:32:45 -0500
25530              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
25531      Branch: maint-5.6/perl
25532            ! makedef.pl mg.c
25533 ____________________________________________________________________________
25534 [  8851] By: jhi                                   on 2001/02/20  17:15:52
25535         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
25536      Branch: perl
25537            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
25538            ! t/lib/filter-util.t
25539 ____________________________________________________________________________
25540 [  8850] By: alanbur                               on 2001/02/20  17:12:40
25541         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
25542              and the magic pointer points back to the GV that contains the
25543              %ENV hash.  This creates a refcount loop that prevents members
25544              of %ENV from being freed correctly.  This change removes the
25545              refcount loop - the magic pointer was never used anyway, the
25546              only use of the magic was to check the type ('E') so that the
25547              appropriate environment manipulation code is called when %ENV
25548              is modified.
25549      Branch: maint-5.6/pureperl
25550            ! perl.c
25551 ____________________________________________________________________________
25552 [  8849] By: jhi                                   on 2001/02/20  17:12:20
25553         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
25554              From: "Craig A. Berry" <craigberry@mac.com>
25555              Date: Mon, 19 Feb 2001 23:36:12 -0600
25556              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
25557              
25558              Case-forgiving systems match TestInit.pm with TES*.
25559      Branch: perl
25560            ! t/lib/glob-basic.t
25561 ____________________________________________________________________________
25562 [  8848] By: jhi                                   on 2001/02/20  17:10:02
25563         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
25564      Branch: perl
25565            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25566            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25567            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25568 ____________________________________________________________________________
25569 [  8847] By: jhi                                   on 2001/02/20  15:34:41
25570         Log: The #8843 wasn't quite right: %Config needs to imported.
25571      Branch: perl
25572            ! t/run/runenv.t
25573 ____________________________________________________________________________
25574 [  8846] By: jhi                                   on 2001/02/20  15:31:50
25575         Log: Retract the #8838 and #8840 for now because of
25576              the DB_File tie problem.
25577      Branch: perl
25578            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
25579            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
25580            ! proto.h sv.c
25581 ____________________________________________________________________________
25582 [  8845] By: alanbur                               on 2001/02/20  14:25:41
25583         Log: Removed GV <-> CV refcount loop
25584              CvGV(mycv) points to the parent GV of the CV, and was previously
25585              refcounted.  The pointer remains, but the refcounting has been removed
25586              as it causes a refcount loop between the CV and GV that means the CV
25587              can't ever be deleted.
25588      Branch: maint-5.6/pureperl
25589            ! gv.c op.c pp.c
25590 ____________________________________________________________________________
25591 [  8844] By: alanbur                               on 2001/02/20  14:23:13
25592         Log: Fixed %^H scoping bug
25593      Branch: maint-5.6/pureperl
25594            ! scope.c
25595 ____________________________________________________________________________
25596 [  8843] By: jhi                                   on 2001/02/19  13:38:08
25597         Log: fork() not everywhere, cleanup temp files.
25598      Branch: perl
25599            ! t/run/runenv.t
25600 ____________________________________________________________________________
25601 [  8842] By: alanbur                               on 2001/02/19  12:42:07
25602         Log: Resynchronised with parent
25603      Branch: maint-5.6/pureperl
25604           !> pod/perlfaq4.pod sv.c utf8.c
25605 ____________________________________________________________________________
25606 [  8841] By: jhi                                   on 2001/02/19  03:35:51
25607         Log: Update Changes.
25608      Branch: perl
25609            ! Changes patchlevel.h
25610 ____________________________________________________________________________
25611 [  8840] By: jhi                                   on 2001/02/19  00:23:41
25612         Log: Subject: [patch] add sv_setref_uv
25613              From: Doug MacEachern <dougm@covalent.net>
25614              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
25615              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
25616      Branch: perl
25617            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25618            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25619 ____________________________________________________________________________
25620 [  8839] By: jhi                                   on 2001/02/19  00:01:38
25621         Log: Put to rest the 20010205.001, the email address checking (not) regex.
25622      Branch: perl
25623            ! pod/perlfaq9.pod
25624 ____________________________________________________________________________
25625 [  8838] By: jhi                                   on 2001/02/18  22:17:54
25626         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
25627              From: Doug MacEachern <dougm@covalent.net>
25628              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
25629              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
25630      Branch: perl
25631            ! lib/ExtUtils/xsubpp
25632 ____________________________________________________________________________
25633 [  8837] By: jhi                                   on 2001/02/18  22:16:50
25634         Log: Subject: [patch] -Wall cleanup round 2
25635              From: Doug MacEachern <dougm@covalent.net>
25636              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
25637              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
25638      Branch: perl
25639            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25640            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25641            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
25642            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
25643            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25644            ! ext/SDBM_File/SDBM_File.xs
25645 ____________________________________________________________________________
25646 [  8836] By: jhi                                   on 2001/02/18  22:11:20
25647         Log: Misapplied regex optimizations when \C is present.
25648              Fixes 20001230.002.
25649              
25650              What still remains broken is that the submatches that
25651              have \C in them get their UTF8 flag on because their
25652              parent SV has it on.  This will result in malformed
25653              UTF8 if a \C happened to match a non-ASCII byte.
25654      Branch: perl
25655            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
25656            ! t/pragma/utf8.t
25657 ____________________________________________________________________________
25658 [  8835] By: jhi                                   on 2001/02/18  20:12:02
25659         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
25660              
25661              The hash key got wrongly UTF8fied.
25662      Branch: perl
25663            ! pod/perlapi.pod toke.c utf8.c
25664 ____________________________________________________________________________
25665 [  8834] By: jhi                                   on 2001/02/18  19:44:25
25666         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
25667              don't warn on magical or overloaded things.
25668      Branch: perl
25669            ! pp_hot.c
25670 ____________________________________________________________________________
25671 [  8833] By: nick                                  on 2001/02/18  19:31:22
25672         Log: Integrate mainline
25673      Branch: perlio
25674           +> t/TestInit.pm t/run/runenv.t
25675            - t/UTEST
25676           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
25677           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
25678           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
25679           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
25680           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25681           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
25682           !> utf8.c
25683 ____________________________________________________________________________
25684 [  8832] By: jhi                                   on 2001/02/18  19:21:18
25685         Log: Integrate perlio.
25686      Branch: perl
25687           !> perlio.c pod/perldiag.pod
25688 ____________________________________________________________________________
25689 [  8831] By: jhi                                   on 2001/02/18  19:14:20
25690         Log: Integrate change #8827 from mainline.
25691              
25692              UTF8 tweaks.
25693      Branch: maint-5.6/perl
25694           !> sv.c utf8.c
25695 ____________________________________________________________________________
25696 [  8830] By: nick                                  on 2001/02/18  19:10:34
25697         Log: Apply the spirit of patch from Nick Clark:
25698              Subject: [PATCH] Re: extensions that provide layers
25699              From: Nicholas Clark <nick@ccl4.org>
25700              Date: Mon, 12 Feb 2001 16:43:51 +0000
25701              Message-Id: <20010212164350.Q3652@plum.flirble.org>
25702      Branch: perlio
25703            ! perlio.c pod/perldiag.pod
25704 ____________________________________________________________________________
25705 [  8829] By: jhi                                   on 2001/02/18  19:03:25
25706         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
25707              From: schwern@pobox.com 
25708              Date: Sun, 18 Feb 2001 13:44:35 -0500
25709              Message-ID: <20010218134435.A17544@magnonel.guild.net>
25710              
25711              Applied, but as t/TestInit.pm.
25712      Branch: perl
25713            + t/TestInit.pm
25714            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
25715            ! t/op/subst_wamp.t
25716 ____________________________________________________________________________
25717 [  8828] By: jhi                                   on 2001/02/18  18:43:52
25718         Log: Integrate perlio.
25719      Branch: perl
25720           !> perlio.c
25721 ____________________________________________________________________________
25722 [  8827] By: jhi                                   on 2001/02/18  18:41:33
25723         Log: UTF-8 tweaks.
25724      Branch: perl
25725            ! sv.c utf8.c
25726 ____________________________________________________________________________
25727 [  8826] By: nick                                  on 2001/02/18  17:40:59
25728         Log: Fix [ID 20010217.002]
25729              open FOO, "<:raw:perlio", ...
25730              :raw now inserts default base layer below itself.
25731              Also
25732              open FOO, "<:unix", ...
25733              works as well - but leaves buffer layer on stack under the unix layer.
25734      Branch: perlio
25735            ! perlio.c
25736 ____________________________________________________________________________
25737 [  8825] By: jhi                                   on 2001/02/18  17:15:39
25738         Log: Integrate perlio.
25739      Branch: perl
25740           !> perlio.c perliol.h
25741 ____________________________________________________________________________
25742 [  8824] By: jhi                                   on 2001/02/18  17:10:53
25743         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
25744              From: schwern@pobox.com
25745              Date: Sun, 18 Feb 2001 01:48:50 -0500
25746              Message-ID: <20010218014850.C19957@magnonel.guild.net>
25747      Branch: perl
25748            ! lib/Test/Harness.pm t/TEST t/op/chop.t
25749 ____________________________________________________________________________
25750 [  8823] By: jhi                                   on 2001/02/18  17:01:06
25751         Log: Add run/*.t to testables.
25752      Branch: perl
25753            ! t/TEST
25754 ____________________________________________________________________________
25755 [  8822] By: jhi                                   on 2001/02/18  16:58:58
25756         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25757              From: schwern@pobox.com
25758              Date: Sun, 18 Feb 2001 01:11:35 -0500
25759              Message-ID: <20010218011135.A19957@magnonel.guild.net>
25760              
25761              Revive mjd's and Simon's PERL5OPT fix.
25762      Branch: perl
25763            + t/run/runenv.t
25764            ! MANIFEST perl.c
25765 ____________________________________________________________________________
25766 [  8821] By: jhi                                   on 2001/02/18  16:53:46
25767         Log: Subject: Re: Why t/TEST and not Test::Harness?
25768              From: schwern@pobox.com
25769              Date: Sat, 17 Feb 2001 22:44:44 -0500
25770              Message-ID: <20010217224444.A6679@magnonel.guild.net>
25771              
25772              Replace UTEST with TEST -utf8.
25773      Branch: perl
25774            - t/UTEST
25775            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
25776            ! t/lib/glob-basic.t
25777 ____________________________________________________________________________
25778 [  8820] By: nick                                  on 2001/02/18  13:06:16
25779         Log: Clean up a few core dumps when layers are used in unexpected ways.
25780              (Still not "right"...)
25781      Branch: perlio
25782            ! perlio.c perliol.h
25783 ____________________________________________________________________________
25784 [  8819] By: jhi                                   on 2001/02/18  02:25:55
25785         Log: Integrate change #8818 from maintperl, a FAQ nit.
25786      Branch: perl
25787           !> pod/perlfaq4.pod
25788 ____________________________________________________________________________
25789 [  8818] By: jhi                                   on 2001/02/18  02:24:50
25790         Log: FAQ nit from Chris Fedde.
25791      Branch: maint-5.6/perl
25792            ! pod/perlfaq4.pod
25793 ____________________________________________________________________________
25794 [  8817] By: nick                                  on 2001/02/17  18:20:14
25795         Log: Integrate mainline
25796      Branch: perlio
25797           +> lib/unicode/UCD.html lib/unicode/Unicode.html
25798           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
25799           +> pod/perlclib.pod
25800            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
25801            - lib/unicode/Unicode.301
25802           !> (integrate 324 files)
25803 ____________________________________________________________________________
25804 [  8816] By: jhi                                   on 2001/02/17  16:56:58
25805         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
25806      Branch: perl
25807            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25808            ! ext/Storable/Storable.xs t/lib/st-06compat.t
25809            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25810 ____________________________________________________________________________
25811 [  8815] By: jhi                                   on 2001/02/17  16:40:07
25812         Log: Subject: [patch] -Wall
25813              From: Doug MacEachern <dougm@covalent.net>
25814              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
25815              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
25816      Branch: perl
25817            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
25818            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
25819 ____________________________________________________________________________
25820 [  8814] By: jhi                                   on 2001/02/16  19:27:18
25821         Log: Document qu better.
25822      Branch: perl
25823            ! pod/perlop.pod
25824 ____________________________________________________________________________
25825 [  8813] By: jhi                                   on 2001/02/15  13:54:37
25826         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
25827              From: Hugo <hv@crypt.compulink.co.uk>
25828              Date: Thu, 15 Feb 2001 13:39:49 +0000
25829              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
25830      Branch: perl
25831            ! toke.c
25832 ____________________________________________________________________________
25833 [  8812] By: alanbur                               on 2001/02/15  13:52:16
25834         Log: Resynchronised with parent
25835      Branch: maint-5.6/pureperl
25836            - ebcdic.c
25837           !> (integrate 36 files)
25838 ____________________________________________________________________________
25839 [  8811] By: jhi                                   on 2001/02/15  13:51:16
25840         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
25841              
25842              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25843              From: Jan Dubois <JanD@ActiveState.com>
25844              Date: Wed, 31 Jan 2001 21:17:03 -0800
25845              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25846              
25847              tweak change#8659 to keep it simple
25848              
25849              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25850              From: Russ Allbery <rra@stanford.edu>
25851              Date: 14 Feb 2001 10:15:41 -0800
25852              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25853              
25854              (8809 empty)
25855
25856              Upgrade to podlators 1.08, from Russ Allbery.
25857      Branch: perl
25858           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
25859           !> utils/perldoc.PL
25860 ____________________________________________________________________________
25861 [  8810] By: jhi                                   on 2001/02/15  13:35:08
25862         Log: Upgrade to podlators 1.08, from Russ Allbery.
25863      Branch: maint-5.6/perl
25864            ! lib/Pod/Man.pm lib/Pod/Text.pm
25865 ____________________________________________________________________________
25866 [  8809] By: jhi                                   on 2001/02/15  13:26:38
25867         Log: (accidentally empty check-in)
25868      Branch: maint-5.6/perl
25869            ! lib/Test/Harness.pm
25870 ____________________________________________________________________________
25871 [  8808] By: jhi                                   on 2001/02/15  13:23:47
25872         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25873              From: Russ Allbery <rra@stanford.edu>
25874              Date: 14 Feb 2001 10:15:41 -0800
25875              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25876              
25877              perldoc was hardcoding $Config{installscript}, which breaks
25878              when install* isn't where Perl ends up (such as with AFS).
25879              
25880              Use $Config{scriptdir} instead.
25881      Branch: maint-5.6/perl
25882            ! utils/perldoc.PL
25883 ____________________________________________________________________________
25884 [  8807] By: jhi                                   on 2001/02/14  14:37:27
25885         Log: Update Changes.
25886      Branch: perl
25887            ! Changes patchlevel.h
25888 ____________________________________________________________________________
25889 [  8806] By: jhi                                   on 2001/02/14  14:25:31
25890         Log: Integrate changes #8803,8804,8805 from mainline.
25891              
25892              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25893              
25894              Don't skip too much of the locale error message if no environ array,
25895              from Chris Nandor.
25896              
25897              More MacOS Classic fixes from Chris Nandor.
25898      Branch: maint-5.6/perl
25899           !> doop.c lib/Cwd.pm perl.c perl.h util.c
25900 ____________________________________________________________________________
25901 [  8805] By: jhi                                   on 2001/02/14  03:29:01
25902         Log: More MacOS Classic fixes from Chris Nandor.
25903      Branch: perl
25904            ! doop.c lib/Cwd.pm
25905 ____________________________________________________________________________
25906 [  8804] By: jhi                                   on 2001/02/14  03:18:35
25907         Log: Don't skip too much of the locale error message if no environ array,
25908              from Chris Nandor.
25909      Branch: perl
25910            ! util.c
25911 ____________________________________________________________________________
25912 [  8803] By: jhi                                   on 2001/02/14  03:14:14
25913         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25914      Branch: perl
25915            ! perl.c perl.h
25916 ____________________________________________________________________________
25917 [  8802] By: jhi                                   on 2001/02/13  18:31:33
25918         Log: AUTHORS update.
25919      Branch: perl
25920            ! AUTHORS
25921 ____________________________________________________________________________
25922 [  8801] By: jhi                                   on 2001/02/13  17:55:19
25923         Log: Integrate change #8792 from mainline.
25924              
25925              Subject: buncha MacPerl patches for bleadperl
25926              From: Chris Nandor <pudge@pobox.com>
25927              Date: Tue, 13 Feb 2001 00:02:43 -0500
25928              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25929      Branch: maint-5.6/perl
25930           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25931           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25932           !> t/lib/basename.t toke.c util.h
25933 ____________________________________________________________________________
25934 [  8800] By: jhi                                   on 2001/02/13  17:46:43
25935         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
25936              to be forced to Off_t.
25937              
25938              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
25939              From: nick@ccl4.org
25940              Date: Thu, 1 Feb 2001 12:01:04 +0000
25941              Message-Id: <20010201120103.E11401@plum.flirble.org>
25942      Branch: maint-5.6/perl
25943            ! iperlsys.h perlio.c
25944 ____________________________________________________________________________
25945 [  8799] By: jhi                                   on 2001/02/13  16:52:51
25946         Log: Duplex duplex hunk hunk.
25947      Branch: maint-5.6/perl
25948            ! Makefile.SH
25949 ____________________________________________________________________________
25950 [  8797] By: jhi                                   on 2001/02/13  14:52:04
25951         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
25952              From: "Craig A. Berry" <craigberry@mac.com>
25953              Date: Mon, 12 Feb 2001 11:05:25 -0600
25954              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
25955      Branch: perl
25956            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
25957 ____________________________________________________________________________
25958 [  8796] By: jhi                                   on 2001/02/13  14:36:47
25959         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25960              From: simon.cozens@pembroke.oxford.ac.uk 
25961              Date: Sat, 10 Feb 2001 17:57:02 +0000
25962              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
25963              
25964              Now it does include.
25965      Branch: perl
25966            ! pod/perldiag.pod
25967 ____________________________________________________________________________
25968 [  8795] By: jhi                                   on 2001/02/13  14:30:11
25969         Log: Sort the MANIFEST.
25970      Branch: perl
25971            ! MANIFEST
25972 ____________________________________________________________________________
25973 [  8794] By: jhi                                   on 2001/02/13  14:26:51
25974         Log: Integrate change #8793 from mainline, FAQ updates.
25975      Branch: maint-5.6/perl
25976           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25977 ____________________________________________________________________________
25978 [  8793] By: jhi                                   on 2001/02/13  14:25:13
25979         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
25980      Branch: perl
25981            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25982 ____________________________________________________________________________
25983 [  8792] By: jhi                                   on 2001/02/13  14:22:50
25984         Log: Subject: buncha MacPerl patches for bleadperl
25985              From: Chris Nandor <pudge@pobox.com>
25986              Date: Tue, 13 Feb 2001 00:02:43 -0500
25987              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25988      Branch: perl
25989            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25990            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25991            ! t/lib/basename.t toke.c util.h
25992 ____________________________________________________________________________
25993 [  8791] By: jhi                                   on 2001/02/13  14:10:39
25994         Log: Integrate change #8790 from mainline.
25995              
25996              environ array wrongly assumed in Perl_init_i18nl10n(),
25997      Branch: maint-5.6/perl
25998           !> util.c
25999 ____________________________________________________________________________
26000 [  8790] By: jhi                                   on 2001/02/13  14:06:15
26001         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
26002              noticed by Chris Nandor in MacOS Classic.
26003      Branch: perl
26004            ! util.c
26005 ____________________________________________________________________________
26006 [  8789] By: jhi                                   on 2001/02/13  13:58:07
26007         Log: Integrate changes #8373,8487,8544,8783 from mainline.
26008              
26009              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
26010              hints files, the dynaloading, assimilate ebcdic into util.c.
26011      Branch: maint-5.6/perl
26012            - ebcdic.c
26013            ! MANIFEST hints/posix-bc.sh
26014           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
26015           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
26016           !> perlapi.c proto.h util.c
26017 ____________________________________________________________________________
26018 [  8788] By: alanbur                               on 2001/02/13  10:33:13
26019         Log: Integrated changes from maint-5.6
26020      Branch: maint-5.6/pureperl
26021           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
26022           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
26023           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26024           !> vos/config.ga.h vos/configure_perl.cm
26025 ____________________________________________________________________________
26026 [  8787] By: jhi                                   on 2001/02/13  05:56:36
26027         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
26028      Branch: perl
26029           !> Makefile.SH
26030 ____________________________________________________________________________
26031 [  8786] By: jhi                                   on 2001/02/13  05:54:34
26032         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
26033              From: Dorner Thomas <Thomas.Dorner@start.de>
26034              Date: Mon, 12 Feb 2001 15:06:26 +0100
26035              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
26036      Branch: maint-5.6/perl
26037            ! Makefile.SH
26038 ____________________________________________________________________________
26039 [  8785] By: jhi                                   on 2001/02/13  05:29:04
26040         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
26041      Branch: perl
26042           !> hints/openbsd.sh
26043 ____________________________________________________________________________
26044 [  8784] By: jhi                                   on 2001/02/13  02:25:24
26045         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26046              From: Peter Prymmer <pvhp@forte.com>
26047              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
26048              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
26049      Branch: perl
26050            ! pod/perlclib.pod
26051 ____________________________________________________________________________
26052 [  8783] By: jhi                                   on 2001/02/13  02:22:36
26053         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
26054      Branch: perl
26055            - ebcdic.c
26056            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
26057            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
26058            ! util.c
26059 ____________________________________________________________________________
26060 [  8782] By: jhi                                   on 2001/02/13  02:00:07
26061         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
26062      Branch: maint-5.6/perl
26063            ! pod/perlport.pod
26064 ____________________________________________________________________________
26065 [  8781] By: jhi                                   on 2001/02/13  01:58:44
26066         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
26067      Branch: maint-5.6/perl
26068            ! hints/openbsd.sh
26069 ____________________________________________________________________________
26070 [  8780] By: jhi                                   on 2001/02/13  01:57:33
26071         Log: Synchronize the regexp tests between maintperl and mainline.
26072      Branch: maint-5.6/perl
26073           !> t/op/re_tests
26074 ____________________________________________________________________________
26075 [  8779] By: jhi                                   on 2001/02/13  01:49:35
26076         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26077              From: Hugo <hv@crypt.compulink.co.uk>
26078              Date: Tue, 13 Feb 2001 00:11:11 +0000
26079              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26080      Branch: perl
26081            ! regcomp.c t/op/re_tests
26082 ____________________________________________________________________________
26083 [  8778] By: jhi                                   on 2001/02/13  00:23:10
26084         Log: Comments do not nest.
26085      Branch: perl
26086            ! perl.h
26087 ____________________________________________________________________________
26088 [  8777] By: jhi                                   on 2001/02/13  00:17:54
26089         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26090              From: Hugo <hv@crypt.compulink.co.uk>
26091              Date: Tue, 13 Feb 2001 00:11:11 +0000
26092              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26093      Branch: maint-5.6/perl
26094            ! regcomp.c t/op/re_tests
26095 ____________________________________________________________________________
26096 [  8776] By: jhi                                   on 2001/02/12  23:25:52
26097         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
26098      Branch: maint-5.6/perl
26099            ! pod/perlport.pod
26100 ____________________________________________________________________________
26101 [  8775] By: jhi                                   on 2001/02/12  23:04:28
26102         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
26103      Branch: maint-5.6/perl
26104            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
26105            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26106            ! vos/configure_perl.cm
26107 ____________________________________________________________________________
26108 [  8774] By: jhi                                   on 2001/02/12  22:59:11
26109         Log: Subject: Re: [patch] context for 'U' magic functions
26110              From: Doug MacEachern <dougm@covalent.net>
26111              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
26112              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
26113              
26114              plus the suggestion by Nick Ing-Simmons to name the macro
26115              as PERL_MG_UFUNC to avoid namespace pollution, plus add
26116              the advice by Doug for XS writers to perl.h
26117      Branch: perl
26118            ! mg.c perl.h
26119 ____________________________________________________________________________
26120 [  8773] By: jhi                                   on 2001/02/11  20:14:12
26121         Log: Update Changes.
26122      Branch: perl
26123            ! Changes patchlevel.h
26124 ____________________________________________________________________________
26125 [  8772] By: jhi                                   on 2001/02/11  18:47:52
26126         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26127              From: Simon Cozens <simon@cozens.net>
26128              Date: Wed, 31 Jan 2001 16:31:43 +0000
26129              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
26130      Branch: perl
26131            + pod/perlclib.pod
26132            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
26133            ! pod/perltoc.pod
26134 ____________________________________________________________________________
26135 [  8771] By: jhi                                   on 2001/02/11  18:36:48
26136         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
26137              
26138              Blocks-4d3.beta.txt
26139              CaseFolding-3d4.beta.txt
26140              CompositionExclusions-3d6.beta.txt
26141              EastAsianWidth-4d4.beta.txt
26142              LineBreak-6d3.beta.txt
26143              NamesList-3.1.0d1.beta.txt
26144              PropList-3.1.0d4.beta.txt
26145              SpecialCasing-4d1.beta.txt
26146              UnicodeData-3.1.0d6.beta.txt
26147      Branch: perl
26148            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26149           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26150            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26151            - lib/unicode/Unicode.301
26152            ! (edit 257 files)
26153 ____________________________________________________________________________
26154 [  8770] By: jhi                                   on 2001/02/11  17:26:22
26155         Log: UTF-8 documentation.
26156      Branch: perl
26157            ! utf8.h
26158 ____________________________________________________________________________
26159 [  8769] By: jhi                                   on 2001/02/11  17:12:49
26160         Log: Retract #8762.
26161      Branch: perl
26162            ! regexec.c
26163 ____________________________________________________________________________
26164 [  8768] By: jhi                                   on 2001/02/11  16:54:45
26165         Log: Subject: [PATCH] Test::Harness
26166              From: andreas.koenig@anima.de (Andreas J. Koenig)
26167              Date: 11 Feb 2001 14:37:00 +0100
26168              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
26169      Branch: perl
26170            ! lib/Test/Harness.pm
26171 ____________________________________________________________________________
26172 [  8767] By: jhi                                   on 2001/02/11  16:53:52
26173         Log: Subject: [PATCH] Document makepatch in Porting/patching
26174              From: andreas.koenig@anima.de (Andreas J. Koenig)
26175              Date: 11 Feb 2001 16:46:28 +0100
26176              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
26177      Branch: perl
26178            ! Porting/patching.pod
26179 ____________________________________________________________________________
26180 [  8766] By: jhi                                   on 2001/02/11  06:30:23
26181         Log: Subject: Re: [patch] GvSHARED
26182              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
26183              From: Doug MacEachern <dougm@covalent.net>
26184              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
26185              
26186              Subject: Re: [patch] GvSHARED
26187              From: Doug MacEachern <dougm@covalent.net>
26188              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
26189              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
26190              
26191              Subject: [patch] attributes.pm support for `shared'
26192              From: Doug MacEachern <dougm@covalent.net>
26193              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
26194              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
26195              
26196              our() attributes were ignored, our :shared pieces missing,
26197              allow attributes.pm to turn on shared.
26198      Branch: perl
26199            ! op.c t/op/attrs.t toke.c xsutils.c
26200 ____________________________________________________________________________
26201 [  8765] By: alanbur                               on 2001/02/10  23:11:19
26202         Log: Resync with parent (hopefully sucessfully this time)
26203      Branch: maint-5.6/pureperl
26204           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
26205           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26206           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26207           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26208           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26209           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26210           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26211 ____________________________________________________________________________
26212 [  8764] By: jhi                                   on 2001/02/10  22:54:38
26213         Log: Make TEST and UTEST more verbose in case something goes
26214              wrong in running/compiling a script, suggested by Doug
26215              MacEachern.
26216      Branch: perl
26217            ! t/TEST t/UTEST
26218 ____________________________________________________________________________
26219 [  8763] By: jhi                                   on 2001/02/10  22:11:34
26220         Log: Bogus shebang.
26221      Branch: perl
26222            ! t/lib/texttabs.t
26223 ____________________________________________________________________________
26224 [  8762] By: jhi                                   on 2001/02/10  21:56:02
26225         Log: (Retracted by #8769)
26226      Branch: perl
26227            ! regexec.c
26228 ____________________________________________________________________________
26229 [  8761] By: jhi                                   on 2001/02/10  21:26:15
26230         Log: Subject: Re: [patch] GvSHARED 
26231              From: Doug MacEachern <dougm@covalent.net>
26232              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
26233              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
26234              
26235              our @EXPORT : shared = (...);
26236      Branch: perl
26237            ! toke.c
26238 ____________________________________________________________________________
26239 [  8760] By: jhi                                   on 2001/02/10  21:25:07
26240         Log: Subject: [patch] GvSHARED
26241              From: Doug MacEachern <dougm@covalent.net>
26242              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
26243              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
26244      Branch: perl
26245            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
26246 ____________________________________________________________________________
26247 [  8759] By: alanbur                               on 2001/02/10  21:24:27
26248         Log: Backed out mismerge.
26249      Branch: maint-5.6/pureperl
26250            ! MANIFEST README.hpux README.vmesa gv.c installhtml
26251            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
26252            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26253            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26254            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26255            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26256            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
26257 ____________________________________________________________________________
26258 [  8758] By: jhi                                   on 2001/02/10  18:01:17
26259         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
26260              
26261              Fixed UMRs and leak in Perl_pmtrans()
26262              
26263              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26264              associated UTFied tr/// code.  Also fixed scoping leak of
26265              PL_reg_start_tmp.
26266              
26267              newATTRSUB leaks when an attempt to redefine the active sort sub is
26268              made.
26269      Branch: maint-5.6/perl
26270           !> op.c regcomp.c
26271 ____________________________________________________________________________
26272 [  8757] By: alanbur                               on 2001/02/10  17:56:46
26273         Log: Resynchronised with parent
26274      Branch: maint-5.6/pureperl
26275           +> README.bs2000
26276            - README.posix-bc
26277            ! gv.c perl.c sv.c
26278           !> MANIFEST README.hpux README.vmesa installhtml
26279           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26280           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26281           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26282           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26283           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26284           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26285 ____________________________________________________________________________
26286 [  8756] By: alanbur                               on 2001/02/10  17:51:15
26287         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
26288              made.
26289      Branch: maint-5.6/pureperl
26290            ! op.c
26291 ____________________________________________________________________________
26292 [  8755] By: jhi                                   on 2001/02/09  22:41:35
26293         Log: Upgrade to CPAN 1.59_54, from Andreas König.
26294      Branch: perl
26295            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26296 ____________________________________________________________________________
26297 [  8754] By: jhi                                   on 2001/02/09  22:29:20
26298         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26299              
26300              Didn't upgrade the fill.t since it has a dependency to File::Slurp
26301              purely for debugging purposes, the actual test hasn't changed.
26302      Branch: perl
26303            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
26304            ! t/lib/textwrap.t
26305 ____________________________________________________________________________
26306 [  8753] By: jhi                                   on 2001/02/09  20:17:50
26307         Log: Integrate change #8682 from maintperl.
26308              
26309              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26310              to work correctly.
26311      Branch: perl
26312           !> hints/irix_6.sh
26313 ____________________________________________________________________________
26314 [  8752] By: jhi                                   on 2001/02/09  20:00:46
26315         Log: Update Changes.
26316      Branch: perl
26317            ! Changes patchlevel.h
26318 ____________________________________________________________________________
26319 [  8751] By: nick                                  on 2001/02/09  19:48:37
26320         Log: Integrate mainline
26321      Branch: perlio
26322           +> README.bs2000 t/lib/cgi-esc.t
26323            - README.posix-bc
26324           !> (integrate 53 files)
26325 ____________________________________________________________________________
26326 [  8750] By: nick                                  on 2001/02/09  19:25:16
26327         Log: Subject: RE: Biannual Competition to Improve Hashing Function
26328              From: Fisher Mark <fisherm@tce.com>
26329              Date: Thu, 8 Feb 2001 10:44:00 -0500
26330              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
26331              Date: Thu, 8 Feb 2001 15:02:47 -0500
26332              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
26333      Branch: perl
26334            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
26335 ____________________________________________________________________________
26336 [  8749] By: jhi                                   on 2001/02/09  19:02:35
26337         Log: Forgotten fragment.
26338      Branch: perl
26339            ! pod/perlapi.pod
26340 ____________________________________________________________________________
26341 [  8748] By: jhi                                   on 2001/02/09  18:31:34
26342         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
26343              plus manual tweakage.
26344              
26345              Sync the perlfaq2 between mainline and maintperl.
26346      Branch: maint-5.6/perl
26347            ! pod/perlfaq2.pod
26348      Branch: perl
26349           !> pod/perlfaq2.pod
26350 ____________________________________________________________________________
26351 [  8747] By: jhi                                   on 2001/02/09  18:12:04
26352         Log: Subject: versiononly and installperl
26353              From: abigail@foad.org
26354              Date: Wed, 7 Feb 2001 22:43:12 +0100
26355              Message-ID: <20010207214312.7045.qmail@foad.org>    
26356              
26357              Add +v flag to force a normal install of the perl binary
26358              and the utilities.
26359              
26360              Subject: [PATCH] installperl
26361              From: Nicholas Clark <nick@ccl4.org>
26362              Date: Fri, 9 Feb 2001 16:28:57 +0000
26363              Message-ID: <20010209162857.B10931@plum.flirble.org>
26364              
26365              Add -A flag which also hardlinks the binary with
26366              the full architecture name.
26367      Branch: perl
26368            ! installperl
26369 ____________________________________________________________________________
26370 [  8746] By: jhi                                   on 2001/02/09  18:03:43
26371         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
26372              
26373              Subject: perlfaq2, re: perlmongers
26374              
26375              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26376              
26377              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26378              
26379              Subject: [ID 20010205.001] typo in perlfaq9
26380              
26381              Subject: [ID 20010208.002] unordered explanation in perlcall
26382      Branch: maint-5.6/perl
26383           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26384           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
26385           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
26386 ____________________________________________________________________________
26387 [  8745] By: jhi                                   on 2001/02/09  17:59:09
26388         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
26389              From: abela@geneanet.org
26390              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
26391              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
26392      Branch: perl
26393            ! pod/perlcall.pod
26394 ____________________________________________________________________________
26395 [  8744] By: jhi                                   on 2001/02/09  17:48:16
26396         Log: Subject: [ID 20010205.001] typo in perlfaq9
26397              From: eserte@vran.herceg.de
26398              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
26399              Message-Id: <200102042244.XAA21926@vran.herceg.de>
26400      Branch: perl
26401            ! pod/perlfaq9.pod
26402 ____________________________________________________________________________
26403 [  8743] By: jhi                                   on 2001/02/09  17:25:12
26404         Log: Integrate change #8695 from maintperl.
26405              
26406              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26407      Branch: perl
26408           !> thread.h
26409 ____________________________________________________________________________
26410 [  8742] By: jhi                                   on 2001/02/09  17:21:22
26411         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26412              From: Andy Dougherty <doughera@lafayette.edu>
26413              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
26414              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
26415      Branch: perl
26416            ! embed.pl
26417 ____________________________________________________________________________
26418 [  8741] By: jhi                                   on 2001/02/09  17:05:19
26419         Log: Integrate changes #8738,8739,8740 from maintperl.
26420              
26421              Html files will be installed in a more logical and easier to
26422              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26423              
26424              Html files will be generated with a header to make them look
26425              a little less bare.
26426              
26427              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26428      Branch: perl
26429           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
26430 ____________________________________________________________________________
26431 [  8740] By: jhi                                   on 2001/02/09  17:03:46
26432         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26433              From: "Brendan O'Dea" <bod@compusol.com.au>
26434              Date: Sun, 4 Feb 2001 11:17:56 +1100
26435              Message-ID: <20010204111756.A16301@compusol.com.au>
26436      Branch: maint-5.6/perl
26437            ! pod/perlfaq3.pod
26438 ____________________________________________________________________________
26439 [  8739] By: jhi                                   on 2001/02/09  17:01:59
26440         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
26441              From: "Indy Singh" <indy@nusphere.com>
26442              Date: Fri, 2 Feb 2001 15:09:59 -0500
26443              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
26444              
26445              Html files will be generated with a header to make them look
26446              a little less bare.
26447      Branch: maint-5.6/perl
26448            ! installhtml
26449 ____________________________________________________________________________
26450 [  8738] By: jhi                                   on 2001/02/09  16:58:48
26451         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
26452              From: "Indy Singh" <indy@nusphere.com>
26453              Date: Fri, 2 Feb 2001 15:08:23 -0500
26454              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
26455              
26456              Html files will be installed in a more logical and easier to
26457              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26458      Branch: maint-5.6/perl
26459            ! win32/Makefile win32/makefile.mk
26460 ____________________________________________________________________________
26461 [  8737] By: jhi                                   on 2001/02/09  16:46:54
26462         Log: Integrate changes #8687,8736 from maintperl.
26463              
26464              HP-UX thread patches from Merijn H. Brand.
26465              
26466              Latin nit from Philip Newton.
26467      Branch: perl
26468           !> README.hpux hints/hpux.sh
26469 ____________________________________________________________________________
26470 [  8736] By: jhi                                   on 2001/02/09  16:42:31
26471         Log: Latin nit from Philip Newton.
26472      Branch: maint-5.6/perl
26473            ! README.hpux
26474 ____________________________________________________________________________
26475 [  8735] By: jhi                                   on 2001/02/09  16:24:03
26476         Log: Integrate changes #8704,8710 from pureperl.
26477              
26478              Fixed UMRs and leak in Perl_pmtrans()
26479              
26480              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26481              associated UTFied tr/// code.  Also fixed scoping leak of
26482              PL_reg_start_tmp.
26483      Branch: perl
26484           !> op.c regcomp.c
26485 ____________________________________________________________________________
26486 [  8734] By: jhi                                   on 2001/02/09  15:40:21
26487         Log: Integrate change #8733 from maintperl.
26488              
26489              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26490      Branch: perl
26491           !> pod/perlre.pod
26492 ____________________________________________________________________________
26493 [  8733] By: jhi                                   on 2001/02/09  15:35:47
26494         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26495              From: Prymmer/Kahn <pvhp@best.com>
26496              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
26497              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
26498      Branch: maint-5.6/perl
26499            ! pod/perlre.pod
26500 ____________________________________________________________________________
26501 [  8732] By: jhi                                   on 2001/02/09  15:26:17
26502         Log: Rename README.posix-bc to README.bs2000 (to avoid the
26503              confusion of a "perlposix-bc.pod"), add a few missing
26504              arch pods, regen toc.
26505      Branch: maint-5.6/perl
26506           +> README.bs2000
26507            - README.posix-bc
26508            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26509            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26510 ____________________________________________________________________________
26511 [  8731] By: jhi                                   on 2001/02/09  15:23:39
26512         Log: De-cut-and-pasto.
26513      Branch: perl
26514            ! pod/perl.pod
26515 ____________________________________________________________________________
26516 [  8730] By: jhi                                   on 2001/02/09  15:11:13
26517         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
26518              when people think that perlposix-bc.pod tells anything about
26519              Perl and POSIX.  Regen toc.
26520      Branch: perl
26521           +> README.bs2000
26522            - README.posix-bc
26523            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26524            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26525 ____________________________________________________________________________
26526 [  8729] By: jhi                                   on 2001/02/09  14:52:28
26527         Log: The README.vmesa part of #8712 from maintperl.
26528      Branch: perl
26529            ! README.vmesa
26530 ____________________________________________________________________________
26531 [  8728] By: jhi                                   on 2001/02/09  14:46:06
26532         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
26533              From: Peter Prymmer <pvhp@forte.com>
26534              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
26535              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
26536      Branch: maint-5.6/perl
26537            ! README.vmesa win32/Makefile win32/makefile.mk
26538 ____________________________________________________________________________
26539 [  8727] By: jhi                                   on 2001/02/09  14:33:25
26540         Log: Integrate change #8712 from mainline.
26541              
26542              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
26543      Branch: maint-5.6/perl
26544           !> lib/Pod/Find.pm
26545 ____________________________________________________________________________
26546 [  8726] By: jhi                                   on 2001/02/09  14:30:28
26547         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26548              From: Peter Prymmer <pvhp@forte.com>
26549              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
26550              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
26551      Branch: perl
26552            + t/lib/cgi-esc.t
26553            ! MANIFEST lib/CGI/Util.pm
26554 ____________________________________________________________________________
26555 [  8725] By: jhi                                   on 2001/02/09  04:56:47
26556         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
26557      Branch: maint-5.6/perl
26558            ! pod/perlport.pod
26559 ____________________________________________________________________________
26560 [  8724] By: jhi                                   on 2001/02/09  04:40:59
26561         Log: Integrate changes 7819,7820 from vmsperl into mainline.
26562              
26563              Add header for LIB$ prototypes (C. Berry)
26564              
26565              Convert fwrite()s to sockets to write()s, since some socket stacks
26566              don't take kindly to stdio.
26567              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26568              (for often optional LNMs)
26569              Correct a few typos
26570              (C. Bailey)
26571      Branch: perl
26572           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
26573 ____________________________________________________________________________
26574 [  8723] By: jhi                                   on 2001/02/09  03:29:29
26575         Log: Integrate change #8722 from mainline.
26576              
26577              The Im() function wasn't returning zero for non-Math::Complex
26578              arguments.  The bug reported by John Gamble.
26579      Branch: maint-5.6/perl
26580           !> lib/Math/Complex.pm
26581 ____________________________________________________________________________
26582 [  8722] By: jhi                                   on 2001/02/09  03:28:33
26583         Log: The Im() function wasn't returning zero for non-Math::Complex
26584              arguments.  The bug reported by John Gamble.
26585      Branch: perl
26586            ! lib/Math/Complex.pm
26587 ____________________________________________________________________________
26588 [  8721] By: nick                                  on 2001/02/08  22:11:35
26589         Log: Correct the correction :-(
26590      Branch: perl
26591            ! perl.c
26592 ____________________________________________________________________________
26593 [  8720] By: bailey                                on 2001/02/08  20:59:22
26594         Log: Convert frwite()s to sockets to write()s, since some socket stacks
26595              don't take kindly to stdio.
26596              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26597              (for often optional LNMs)
26598              Correct a few typos
26599              (C. Bailey)
26600      Branch: vmsperl
26601            ! vms/vms.c vms/vmsish.h
26602 ____________________________________________________________________________
26603 [  8719] By: bailey                                on 2001/02/08  20:51:02
26604         Log: Add header for LIB$ prototypes (C. Berry)
26605      Branch: vmsperl
26606            ! ext/Devel/DProf/DProf.xs
26607 ____________________________________________________________________________
26608 [  8718] By: bailey                                on 2001/02/08  20:49:00
26609         Log: SYN SYN
26610      Branch: vmsperl
26611           +> pod/perliol.pod t/lib/sample-tests/bailout
26612           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
26613           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
26614           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
26615           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
26616           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
26617           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
26618            - lib/unicode/Is/DCinital.pl
26619           !> (integrate 101 files)
26620 ____________________________________________________________________________
26621 [  8717] By: nick                                  on 2001/02/08  19:38:48
26622         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
26623              From: Robin Barker <rmb1@cise.npl.co.uk>
26624              Date: Thu, 8 Feb 2001 14:38:07 GMT
26625              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
26626      Branch: perl
26627            ! lib/CPAN.pm
26628 ____________________________________________________________________________
26629 [  8716] By: nick                                  on 2001/02/08  19:29:07
26630         Log: Generated files form 8713 etc.
26631      Branch: perl
26632            ! embed.h global.sym objXSUB.h perlapi.c proto.h
26633 ____________________________________________________________________________
26634 [  8715] By: nick                                  on 2001/02/08  19:26:08
26635         Log: Fixup non-ithread build after 8713
26636      Branch: perl
26637            ! perl.c
26638 ____________________________________________________________________________
26639 [  8714] By: nick                                  on 2001/02/08  19:17:45
26640         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
26641              From: nick@ccl4.org
26642              Date: Wed, 7 Feb 2001 00:27:47 +0000
26643              Message-Id: <20010207002747.B63724@plum.flirble.org>
26644      Branch: perl
26645            ! sv.c toke.c
26646 ____________________________________________________________________________
26647 [  8713] By: nick                                  on 2001/02/08  19:15:58
26648         Log: Subject: Re: [patch] Re: PL_ptr_table
26649              From: Doug Maceachern <dougm@covalent.net>
26650              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
26651              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
26652      Branch: perl
26653            ! embed.pl perl.c sv.c sv.h
26654 ____________________________________________________________________________
26655 [  8712] By: nick                                  on 2001/02/08  19:12:47
26656         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
26657              From: Peter Prymmer <pvhp@forte.com>
26658              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
26659              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
26660      Branch: perl
26661            ! lib/Pod/Find.pm
26662 ____________________________________________________________________________
26663 [  8711] By: nick                                  on 2001/02/07  21:06:11
26664         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
26665              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
26666              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26667              Date: Tue, 06 Feb 2001 23:37:01 +0000
26668              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
26669      Branch: perl
26670            ! regcomp.c
26671 ____________________________________________________________________________
26672 [  8710] By: alanbur                               on 2001/02/07  00:22:04
26673         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26674              associated UTFied tr/// code.  Also fixed scoping leak of
26675              PL_reg_start_tmp.
26676      Branch: maint-5.6/pureperl
26677            ! op.c regcomp.c
26678 ____________________________________________________________________________
26679 [  8709] By: nick                                  on 2001/02/06  21:16:49
26680         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26681              From: Michael G Schwern <schwern@pobox.com>
26682              Date: Sun, 4 Feb 2001 19:47:14 -0500
26683              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
26684      Branch: perl
26685            ! pod/perlapi.pod pod/perlmodlib.PL
26686 ____________________________________________________________________________
26687 [  8708] By: nick                                  on 2001/02/06  20:41:20
26688         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26689              From: Michael G Schwern <schwern@pobox.com>
26690              Date: Sun, 4 Feb 2001 21:17:49 -0500
26691              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
26692      Branch: perl
26693            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
26694            ! pod/perltootc.pod
26695 ____________________________________________________________________________
26696 [  8707] By: nick                                  on 2001/02/06  20:29:11
26697         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
26698              From: Michael G Schwern <schwern@pobox.com>
26699              Date: Tue, 6 Feb 2001 05:54:30 -0500
26700              Message-Id: <20010206055430.A951@blackrider.aocn.com>
26701      Branch: perl
26702            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
26703 ____________________________________________________________________________
26704 [  8706] By: nick                                  on 2001/02/06  20:21:40
26705         Log: Subject: RE: some win32 fixes
26706              Date: Tue, 6 Feb 2001 09:23:20 +0300
26707              From: Vadim Konovalov <vkonovalov@lucent.com>
26708              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
26709      Branch: perl
26710            ! toke.c win32/Makefile win32/config.bc win32/config.gc
26711            ! win32/config.vc win32/config_H.bc win32/makefile.mk
26712 ____________________________________________________________________________
26713 [  8705] By: alanbur                               on 2001/02/06  15:00:03
26714         Log: Synchronised with parent
26715      Branch: maint-5.6/pureperl
26716            ! regexec.c
26717           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26718           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
26719 ____________________________________________________________________________
26720 [  8704] By: alanbur                               on 2001/02/06  14:55:24
26721         Log: Fixed UMRs and leak in Perl_pmtrans()
26722      Branch: maint-5.6/pureperl
26723            ! op.c
26724 ____________________________________________________________________________
26725 [  8703] By: gsar                                  on 2001/02/06  02:29:37
26726         Log: $(MAKE) distclean doesn't clean up properly on windows
26727      Branch: maint-5.6/perl
26728            ! win32/Makefile win32/makefile.mk
26729 ____________________________________________________________________________
26730 [  8702] By: gsar                                  on 2001/02/06  01:00:46
26731         Log: tweak change#8659 to keep it simple
26732      Branch: maint-5.6/perl
26733            ! utils/perldoc.PL
26734 ____________________________________________________________________________
26735 [  8701] By: gsar                                  on 2001/02/05  22:45:41
26736         Log: change#8693 was missing testsuite changes
26737      Branch: maint-5.6/perl
26738           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26739 ____________________________________________________________________________
26740 [  8700] By: nick                                  on 2001/02/05  20:32:52
26741         Log: Integrate mainline
26742      Branch: perlio
26743           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
26744           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26745           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26746           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26747           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26748           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26749           +> t/lib/test-harness.t
26750           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
26751           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
26752           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
26753           !> pod/perlutil.pod t/TEST utils/h2xs.PL
26754 ____________________________________________________________________________
26755 [  8699] By: nick                                  on 2001/02/05  19:41:07
26756         Log: Subject: perlfaq2, re: perlmongers
26757              From: David H. Adler <dha@panix.com>
26758              Date: Sun, 4 Feb 2001 23:48:23 -0500
26759              Message-Id: <20010204234823.A13429@panix.com>
26760      Branch: perl
26761            ! pod/perlfaq2.pod
26762 ____________________________________________________________________________
26763 [  8698] By: nick                                  on 2001/02/05  19:39:31
26764         Log: Missed file f#rom the testharness mess.
26765      Branch: perl
26766            + t/lib/test-harness.t
26767 ____________________________________________________________________________
26768 [  8697] By: nick                                  on 2001/02/05  19:37:21
26769         Log: Subject: [DOC PATCH] overload.pm nits
26770              From: John Tobey <jtobey@john-edwin-tobey.org>
26771              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
26772              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
26773      Branch: perl
26774            ! lib/overload.pm
26775 ____________________________________________________________________________
26776 [  8696] By: alanbur                               on 2001/02/05  11:56:00
26777         Log: Sync with parent
26778      Branch: maint-5.6/pureperl
26779           !> thread.h
26780 ____________________________________________________________________________
26781 [  8695] By: gsar                                  on 2001/02/05  03:27:34
26782         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26783      Branch: maint-5.6/perl
26784            ! thread.h
26785 ____________________________________________________________________________
26786 [  8694] By: alanbur                               on 2001/02/05  00:07:47
26787         Log: Initial branch creation from //depot/maint-5.6/perl
26788      Branch: maint-5.6/pureperl
26789           +> (branch 1719 files)
26790 ____________________________________________________________________________
26791 [  8693] By: gsar                                  on 2001/02/04  22:38:49
26792         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
26793              changes)
26794      Branch: maint-5.6/perl
26795           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26796           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
26797           !> ext/DB_File/version.c
26798 ____________________________________________________________________________
26799 [  8692] By: nick                                  on 2001/02/04  18:15:57
26800         Log: The missed t/TEST part of the grand testharness upgrade.
26801      Branch: perl
26802            ! t/TEST
26803 ____________________________________________________________________________
26804 [  8691] By: nick                                  on 2001/02/04  18:05:17
26805         Log: New improved test harness
26806              Subject: Re: [PATCH Test::Harness] Third time's a charm?
26807              From: Michael G Schwern <schwern@pobox.com>
26808              Date: Sun, 4 Feb 2001 08:01:20 -0500
26809              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
26810      Branch: perl
26811            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
26812            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26813            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26814            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26815            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26816            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26817            ! MANIFEST lib/Test/Harness.pm
26818 ____________________________________________________________________________
26819 [  8690] By: nick                                  on 2001/02/04  17:57:51
26820         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
26821              From: Jonathan Stowe <gellyfish@gellyfish.com>
26822              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
26823              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
26824      Branch: perl
26825            ! utils/h2xs.PL
26826 ____________________________________________________________________________
26827 [  8689] By: nick                                  on 2001/02/04  17:55:24
26828         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26829              From: Michael G Schwern <schwern@pobox.com>
26830              Date: Sat, 3 Feb 2001 22:46:38 -0500
26831              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
26832      Branch: perl
26833            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
26834            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
26835 ____________________________________________________________________________
26836 [  8688] By: nick                                  on 2001/02/04  17:43:55
26837         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
26838              length byfailing to spot lack of closing )
26839              From: nick@talking.bollo.cx
26840              Date: Sat, 03 Feb 2001 23:53:16 +0000
26841              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
26842      Branch: perl
26843            ! perlio.c pod/perldiag.pod
26844 ____________________________________________________________________________
26845 [  8687] By: jhi                                   on 2001/02/03  17:11:42
26846         Log: HP-UX thread patches from Merijn H. Brand.
26847      Branch: maint-5.6/perl
26848            ! README.hpux hints/hpux.sh
26849 ____________________________________________________________________________
26850 [  8686] By: jhi                                   on 2001/02/03  16:40:12
26851         Log: Metaconfig changes for #8685.
26852      Branch: metaconfig
26853            ! U/installdirs/instubperl.U
26854      Branch: metaconfig/U/perl
26855            ! Devel.U versiononly.U
26856 ____________________________________________________________________________
26857 [  8685] By: jhi                                   on 2001/02/03  16:39:49
26858         Log: For -Dusedevel builds turn off installusrbinperl and turn on
26859              versiononly, a combined idea of Richard Soderberg and Merijn
26860              H. Brand.  You can still override both of these from the command
26861              line if you need to, -Dinstallusrbinperl and -Uversiononly.
26862      Branch: perl
26863            ! Configure
26864 ____________________________________________________________________________
26865 [  8684] By: jhi                                   on 2001/02/03  16:16:34
26866         Log: Metaconfig unit fix for #8683.
26867      Branch: metaconfig
26868            ! U/compline/nblock_io.U
26869 ____________________________________________________________________________
26870 [  8683] By: jhi                                   on 2001/02/03  16:16:12
26871         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
26872              reported by Peter Prymmer for 5.6-TRIAL1.
26873      Branch: perl
26874            ! Configure
26875 ____________________________________________________________________________
26876 [  8682] By: jhi                                   on 2001/02/03  05:52:11
26877         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26878              to work correctly.
26879      Branch: maint-5.6/perl
26880            ! hints/irix_6.sh
26881 ____________________________________________________________________________
26882 [  8681] By: jhi                                   on 2001/02/03  05:47:33
26883         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
26884      Branch: maint-5.6/perl
26885            ! pod/perlport.pod
26886 ____________________________________________________________________________
26887 [  8680] By: jhi                                   on 2001/02/02  21:39:49
26888         Log: perlport update from Peter Prymmer.
26889      Branch: maint-5.6/perl
26890            ! pod/perlport.pod
26891 ____________________________________________________________________________
26892 [  8679] By: nick                                  on 2001/02/02  20:50:48
26893         Log: Integrate mainline
26894      Branch: perlio
26895           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26896           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
26897           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26898 ____________________________________________________________________________
26899 [  8678] By: gsar                                  on 2001/02/02  16:02:12
26900         Log: note about bincompat, slightly modified (from Lupe Christoph)
26901      Branch: maint-5.6/perl
26902            ! README.solaris
26903 ____________________________________________________________________________
26904 [  8677] By: jhi                                   on 2001/02/02  15:46:20
26905         Log: Supported platforms updates.
26906      Branch: maint-5.6/perl
26907            ! pod/perlport.pod
26908 ____________________________________________________________________________
26909 [  8676] By: jhi                                   on 2001/02/02  03:41:26
26910         Log: A couple more perlfaq2 tweaks.
26911      Branch: maint-5.6/perl
26912            ! pod/perlfaq2.pod
26913 ____________________________________________________________________________
26914 [  8675] By: jhi                                   on 2001/02/02  03:17:44
26915         Log: Misedit in #8661.
26916      Branch: maint-5.6/perl
26917            ! Configure
26918 ____________________________________________________________________________
26919 [  8674] By: jhi                                   on 2001/02/02  03:14:38
26920         Log: Damien again.
26921      Branch: maint-5.6/perl
26922            ! pod/perlfaq2.pod
26923 ____________________________________________________________________________
26924 [  8673] By: jhi                                   on 2001/02/02  03:12:40
26925         Log: perlfaq update from Elaine Ashton.
26926      Branch: maint-5.6/perl
26927            ! pod/perlfaq2.pod
26928 ____________________________________________________________________________
26929 [  8672] By: jhi                                   on 2001/02/02  03:07:08
26930         Log: UTF-8 s/// patch from Inaba Hiroto.
26931      Branch: maint-5.6/perl
26932            ! pp_ctl.c pp_hot.c
26933 ____________________________________________________________________________
26934 [  8671] By: jhi                                   on 2001/02/01  22:34:31
26935         Log: Update Changes.
26936      Branch: perl
26937            ! Changes patchlevel.h
26938 ____________________________________________________________________________
26939 [  8670] By: jhi                                   on 2001/02/01  22:15:29
26940         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
26941              from maintperl.
26942              
26943              Upgrade to Getopt::Long 2.25, from Johan Vromans.
26944              
26945              more files need to be writable in the source distribution
26946              
26947              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
26948              
26949              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
26950              
26951              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26952              
26953              Allow the float to be fuzzier.
26954              
26955              need to use INT2PTR instead of a straight cast or ia64 fails
26956              
26957              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26958              
26959              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26960      Branch: perl
26961           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26962           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
26963           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26964 ____________________________________________________________________________
26965 [  8669] By: jhi                                   on 2001/02/01  21:57:02
26966         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26967              From: Robin Barker <rmb1@cise.npl.co.uk>
26968              Date: Thu, 1 Feb 2001 16:59:05 GMT
26969              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
26970      Branch: maint-5.6/perl
26971            ! pod/perlmodlib.PL
26972 ____________________________________________________________________________
26973 [  8668] By: nick                                  on 2001/02/01  19:41:40
26974         Log: Integrate mainline
26975      Branch: perlio
26976           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
26977           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
26978           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
26979 ____________________________________________________________________________
26980 [  8667] By: gsar                                  on 2001/02/01  16:59:11
26981         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26982      Branch: maint-5.6/perl
26983            ! embed.pl embedvar.h
26984 ____________________________________________________________________________
26985 [  8666] By: gsar                                  on 2001/02/01  16:34:51
26986         Log: add missing entries to win32/config.?c
26987      Branch: maint-5.6/perl
26988            ! win32/config.bc win32/config.gc win32/config.vc
26989            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26990 ____________________________________________________________________________
26991 [  8665] By: jhi                                   on 2001/02/01  14:58:51
26992         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26993              From: "Stephen P. Potter" <spp@spotter.yi.org>
26994              Date: Thu, 01 Feb 2001 10:45:46 -0500
26995              Message-Id: <200102011545.KAA31479@spotter.yi.org>
26996      Branch: maint-5.6/perl
26997            ! pod/perlfunc.pod
26998 ____________________________________________________________________________
26999 [  8664] By: gsar                                  on 2001/02/01  14:52:37
27000         Log: need to use INT2PTR instead of a straight cast or ia64 fails
27001              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
27002      Branch: maint-5.6/perl
27003            ! ext/POSIX/POSIX.xs
27004 ____________________________________________________________________________
27005 [  8663] By: jhi                                   on 2001/02/01  14:09:13
27006         Log: Allow the float to be fuzzier.
27007      Branch: maint-5.6/perl
27008            ! t/lib/peek.t
27009 ____________________________________________________________________________
27010 [  8662] By: jhi                                   on 2001/02/01  13:59:00
27011         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27012              From: Robin Barker <rmb1@cise.npl.co.uk>
27013              Date: Thu, 1 Feb 2001 13:05:39 GMT
27014              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
27015      Branch: maint-5.6/perl
27016            ! pod/perlmodlib.pod
27017 ____________________________________________________________________________
27018 [  8661] By: jhi                                   on 2001/02/01  13:57:38
27019         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
27020              Date: Thu, 01 Feb 2001 14:15:41 +0100
27021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27022              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
27023              
27024              Have the $ccflags in the gcc version test (strange, this change
27025              is claimed to be have been integrated already)
27026      Branch: maint-5.6/perl
27027            ! Configure
27028 ____________________________________________________________________________
27029 [  8660] By: jhi                                   on 2001/02/01  13:44:10
27030         Log: Integrate changes #7950,7964,7962 from mainline.
27031              
27032              Find the stdchar signedness using cpp, should fix some of
27033              the Solaris compiler warnings reported by Alan Burlison.
27034      Branch: maint-5.6/perl
27035           !> Configure config_h.SH
27036 ____________________________________________________________________________
27037 [  8659] By: jhi                                   on 2001/02/01  05:35:32
27038         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27039              From: Jan Dubois <JanD@ActiveState.com>
27040              Date: Wed, 31 Jan 2001 21:17:03 -0800
27041              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27042      Branch: maint-5.6/perl
27043            ! utils/perldoc.PL
27044 ____________________________________________________________________________
27045 [  8658] By: jhi                                   on 2001/02/01  04:33:17
27046         Log: Integrate the README.os390 and README.posix-bc parts of mainline
27047              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
27048              installperl parts were taken care of by #8657.)
27049      Branch: maint-5.6/perl
27050           !> README.os390 README.posix-bc
27051 ____________________________________________________________________________
27052 [  8657] By: jhi                                   on 2001/02/01  04:29:21
27053         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27054              From: Peter Prymmer <pvhp@forte.com>
27055              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
27056              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
27057      Branch: maint-5.6/perl
27058            + ext/DynaLoader/dl_dllload.xs
27059            ! MANIFEST Makefile.SH hints/os390.sh installperl
27060 ____________________________________________________________________________
27061 [  8656] By: jhi                                   on 2001/02/01  04:25:45
27062         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
27063              From: Peter Prymmer <pvhp@forte.com>
27064              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
27065              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
27066      Branch: maint-5.6/perl
27067            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
27068 ____________________________________________________________________________
27069 [  8655] By: jhi                                   on 2001/02/01  04:14:47
27070         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
27071              From: troc@netrus.net
27072              Date: Wed, 31 Jan 2001 22:31:26 -0500
27073              Message-Id: <200102010331.WAA117.85@rocco.homenet>
27074      Branch: maint-5.6/perl
27075            ! os2/os2.c
27076 ____________________________________________________________________________
27077 [  8654] By: jhi                                   on 2001/02/01  04:12:52
27078         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27079              as reported by Alan Burlison.
27080      Branch: maint-5.6/perl
27081            ! pp.h
27082 ____________________________________________________________________________
27083 [  8653] By: jhi                                   on 2001/02/01  04:05:12
27084         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
27085              From: dsugalski@northernlight.com
27086              Date: Wed, 31 Jan 2001 18:54:11 -0500
27087              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
27088      Branch: maint-5.6/perl
27089            ! configure.com
27090 ____________________________________________________________________________
27091 [  8652] By: jhi                                   on 2001/02/01  04:03:11
27092         Log: Misplaced #endif.
27093              
27094              Subject: [perl-5-6-1-trial2] patches for EPOC
27095              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27096              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27097              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27098      Branch: maint-5.6/perl
27099            ! epoc/epocish.c
27100 ____________________________________________________________________________
27101 [  8651] By: jhi                                   on 2001/02/01  04:00:25
27102         Log: Integrate changes #8647,8648,8650 from mainline.
27103              
27104              Macrofy a magic UTF-8 test.
27105              
27106              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
27107              
27108              Watch out for cross compiling for EPOC (usually done on linux).
27109      Branch: maint-5.6/perl
27110           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
27111 ____________________________________________________________________________
27112 [  8650] By: jhi                                   on 2001/02/01  03:56:20
27113         Log: Watch out for cross compiling for EPOC (usually done on linux)
27114              
27115              Subject: [perl-5-6-1-trial2] patches for EPOC
27116              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27117              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27118              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27119      Branch: perl
27120            ! ext/Errno/Errno_pm.PL
27121 ____________________________________________________________________________
27122 [  8649] By: gsar                                  on 2001/02/01  00:46:00
27123         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27124      Branch: maint-5.6/perl
27125            ! sv.c
27126 ____________________________________________________________________________
27127 [  8648] By: jhi                                   on 2001/01/31  23:35:36
27128         Log: All the uses of PL_numeric_radix must be protected by
27129              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
27130              
27131              Subject: [perl-5-6-1-trial2] patches for EPOC
27132              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27133              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27134              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27135      Branch: perl
27136            ! sv.c
27137 ____________________________________________________________________________
27138 [  8647] By: jhi                                   on 2001/01/31  22:56:16
27139         Log: Macrofy a magic UTF-8 test.
27140      Branch: perl
27141            ! utf8.c utf8.h
27142 ____________________________________________________________________________
27143 [  8646] By: gsar                                  on 2001/01/31  15:55:12
27144         Log: update Changes
27145      Branch: maint-5.6/perl
27146            ! Changes
27147 ____________________________________________________________________________
27148 [  8645] By: gsar                                  on 2001/01/31  15:10:14
27149         Log: Configure tweak suggested by Peter Prymmer
27150      Branch: maint-5.6/perl
27151            ! Configure
27152 ____________________________________________________________________________
27153 [  8644] By: gsar                                  on 2001/01/31  15:06:32
27154         Log: more files need to be writable in the source distribution
27155      Branch: maint-5.6/perl
27156            ! Porting/makerel
27157 ____________________________________________________________________________
27158 [  8643] By: jhi                                   on 2001/01/31  14:59:46
27159         Log: Integrate changes #8258,8278,8279 from mainline.
27160              
27161              Make the large file tests more robust/talkative.
27162      Branch: maint-5.6/perl
27163           !> t/lib/syslfs.t t/op/lfs.t
27164 ____________________________________________________________________________
27165 [  8642] By: gsar                                  on 2001/01/31  14:53:48
27166         Log: integrate changes#8311,8334 from mainline
27167              
27168              Add a new MakeMaker variable PM_FILTER that defines a Unix
27169              filter to be run on each .pm during the pm_to_blib() phase,
27170              a fixed version of
27171              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27172              
27173              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27174              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27175              accurate reading of the "atime".  
27176      Branch: maint-5.6/perl
27177           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27178           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27179           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
27180 ____________________________________________________________________________
27181 [  8641] By: jhi                                   on 2001/01/31  14:46:37
27182         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
27183      Branch: maint-5.6/perl
27184            ! lib/Getopt/Long.pm
27185 ____________________________________________________________________________
27186 [  8640] By: gsar                                  on 2001/01/31  14:40:24
27187         Log: make regen_all
27188      Branch: maint-5.6/perl
27189            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
27190 ____________________________________________________________________________
27191 [  8639] By: gsar                                  on 2001/01/31  14:37:25
27192         Log: refresh windows config files
27193      Branch: maint-5.6/perl
27194            ! win32/Makefile win32/config_H.bc win32/config_H.gc
27195            ! win32/config_H.vc win32/makefile.mk
27196 ____________________________________________________________________________
27197 [  8638] By: gsar                                  on 2001/01/31  14:28:10
27198         Log: makefile tweaks for windows: introduce a bulk-switch to enable
27199              same options as ActivePerl; sync changes with makefile.mk
27200      Branch: maint-5.6/perl
27201            ! win32/Makefile win32/makefile.mk
27202 ____________________________________________________________________________
27203 [  8637] By: jhi                                   on 2001/01/31  04:41:30
27204         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
27205              From: Nicholas Clark <nick@ccl4.org>
27206              Date: Tue, 30 Jan 2001 19:51:05 +0000
27207              Message-ID: <20010130195105.R76607@plum.flirble.org> 
27208              
27209              op/inc cure.
27210      Branch: perl
27211            ! pp.c pp.h pp_hot.c t/op/arith.t
27212 ____________________________________________________________________________
27213 [  8636] By: jhi                                   on 2001/01/31  02:38:32
27214         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
27215              no perlio],8257,8380,8479,8515 from mainline.
27216              
27217              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
27218              
27219              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27220              Subject: [PATCH perl@8133] fix-up for VMS extensions
27221              
27222              In VMS embedded perls couldn't access the statically built Socket.
27223              
27224              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
27225              
27226              Further VMS piping fixes from Charles Lane.
27227              
27228              Subject:  [PATCH] make t/op/misc.t work on VMS
27229              
27230              Add tracing for debugging extensions builds in VMS.
27231              
27232              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
27233      Branch: maint-5.6/perl
27234           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
27235           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27236           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
27237 ____________________________________________________________________________
27238 [  8635] By: jhi                                   on 2001/01/31  01:46:41
27239         Log: Integrate change #7732 from mainline.
27240              
27241              Sparc 64-bit pack() fix from Jens Hamisch.
27242      Branch: maint-5.6/perl
27243           !> pp.c
27244 ____________________________________________________________________________
27245 [  8634] By: jhi                                   on 2001/01/31  01:41:16
27246         Log: One spot missing from #8626.
27247      Branch: maint-5.6/perl
27248            ! sv.c
27249 ____________________________________________________________________________
27250 [  8633] By: jhi                                   on 2001/01/31  00:49:17
27251         Log: Integrate change #7495 from mainline.
27252              
27253              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
27254      Branch: maint-5.6/perl
27255           !> MANIFEST ext/re/Makefile.PL
27256 ____________________________________________________________________________
27257 [  8632] By: jhi                                   on 2001/01/30  23:38:49
27258         Log: Integrate change #8396 from mainline.
27259              
27260              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
27261              better multicast support (resend)
27262      Branch: maint-5.6/perl
27263           !> ext/Socket/Socket.pm
27264 ____________________________________________________________________________
27265 [  8631] By: jhi                                   on 2001/01/30  23:28:03
27266         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
27267              
27268              More AIX lore. (7514, ext/re/hints/aix.pl)
27269              
27270              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
27271              
27272              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)
27273              
27274              Subject: [ID 20001214.002] Net::Ping patch
27275              
27276              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27277              
27278              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27279              
27280              Add ReuseAddr as a (preferred) alias for Reuse as we now
27281              also have ReusePort.
27282              
27283              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
27284      Branch: maint-5.6/perl
27285           +> ext/re/hints/aix.pl
27286           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
27287           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
27288 ____________________________________________________________________________
27289 [  8630] By: jhi                                   on 2001/01/30  23:03:59
27290         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
27291              
27292              read() documentation tweak for 20001121.004.
27293              
27294              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
27295      Branch: maint-5.6/perl
27296           !> pod/perlfunc.pod pod/perlre.pod
27297 ____________________________________________________________________________
27298 [  8629] By: jhi                                   on 2001/01/30  22:41:57
27299         Log: Integrate change #8098 from mainline.
27300              
27301              fastgetcwd is defined using a glob alias on a $^O dependent basis
27302              and there was no default assignment or perl subroutine.
27303      Branch: maint-5.6/perl
27304           !> lib/Cwd.pm
27305 ____________________________________________________________________________
27306 [  8628] By: jhi                                   on 2001/01/30  21:58:52
27307         Log: Integrate change #7866 from mainline.
27308              
27309              File::Temp 0.11.
27310      Branch: maint-5.6/perl
27311           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
27312 ____________________________________________________________________________
27313 [  8627] By: jhi                                   on 2001/01/30  21:39:44
27314         Log: Integrate changes #8075,8086,8228 from mainline.  
27315              
27316              Darwin is not Windows. (8075,8086)
27317              
27318              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27319      Branch: maint-5.6/perl
27320           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
27321           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
27322           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
27323           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
27324 ____________________________________________________________________________
27325 [  8626] By: jhi                                   on 2001/01/30  21:22:11
27326         Log: Integrate with tweakery the change #8625 from mainline,
27327              the multibyte decimal separator fix ("fa_IR locale failure").
27328      Branch: maint-5.6/perl
27329            ! embedvar.h perlapi.h
27330           !> intrpvar.h perl.c perl.h sv.c util.c
27331 ____________________________________________________________________________
27332 [  8625] By: jhi                                   on 2001/01/30  20:26:33
27333         Log: Fix for the fa_IR locale failure.  The reason for the failure
27334              was that Perl was assuming the decimal separator aka the radix
27335              separator is one character.  The Farsi-Iranian locale crushed
27336              that bad assumption since there the separator is 'Momayyez',
27337              glyphwise looking somewhat like a slash, and in Unicode UTF-8
27338              encoded in two bytes, 0xd9 0xab.
27339      Branch: perl
27340            ! intrpvar.h perl.c perl.h sv.c util.c
27341 ____________________________________________________________________________
27342 [  8624] By: gsar                                  on 2001/01/30  20:17:03
27343         Log: regen_headers
27344      Branch: maint-5.6/perl
27345            ! Makefile.SH pod/perlintern.pod
27346 ____________________________________________________________________________
27347 [  8623] By: gsar                                  on 2001/01/30  19:42:34
27348         Log: backout change#7431 and its dependents (causes spurious rebuilds
27349              of autogenerated files)
27350              
27351              fix benign b.t failure
27352      Branch: maint-5.6/perl
27353            ! Makefile.SH t/lib/b.t
27354 ____________________________________________________________________________
27355 [  8622] By: jhi                                   on 2001/01/30  19:41:41
27356         Log: Microperl sync.
27357      Branch: perl
27358            ! mg.c perl.h
27359 ____________________________________________________________________________
27360 [  8621] By: gsar                                  on 2001/01/30  19:24:47
27361         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
27362              from mainline
27363              
27364              Subject: podlators 1.06 released
27365              
27366              Subject: [PATCH @8436] Eliminate op_children
27367              
27368              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27369              
27370              (Replaced by #8448)  More op_children traces (cleanup of #8442).
27371              
27372              Subject: [PATCH #3 @8436] Re: Eliminate op_children
27373              Replace #8444 and #8445.
27374              
27375              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27376              at the setting of the ofs_sv in new_struct_thread() as the
27377              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
27378              uninitialized fields are, uh, initialized with),
27379              SvREFCNT_inc()ing that invited a core dump.
27380              
27381              podlators 1.07, from Russ Allbery.
27382              
27383              Subject: [PATCH] regcomp.c old feature removal
27384              From: mjd@plover.com
27385              Date: 16 Jan 2001 14:43:18 -0000 
27386              Message-ID: <20010116144318.7140.qmail@plover.com> 
27387      Branch: maint-5.6/perl
27388           +> lib/Pod/Text/Overstrike.pm
27389           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
27390           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
27391           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
27392           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
27393           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
27394           !> util.c
27395 ____________________________________________________________________________
27396 [  8620] By: gsar                                  on 2001/01/30  18:48:32
27397         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
27398              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
27399              now fails one test)
27400              
27401              Subject: [PATCH] lvalue AUTOLOAD. No, really.
27402              
27403              Subject: [PATCH] Interesting syntax idea
27404              Make opens + bareword assigns do typeglob assigns.
27405              
27406              Tests for #8254.
27407              
27408              Subject: [PATCH @8269] Continue blocks and B::Deparse
27409              Make the peephole optimizer to bypass more null ops and
27410              and rewrite the deparse handling of continue blocks.
27411              
27412              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27413              Doc tweak on #8313.
27414              
27415              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27416              
27417              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27418              
27419              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27420              
27421              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27422              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27423              according to the platform.
27424              
27425              Subject: [PATCH @8404] Consolidated lvalue sub changes
27426              
27427              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27428              
27429              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27430              
27431              Subject: B::Concise -- an improved replacement for B::Terse 
27432              
27433              The B::Terse drop-in replacement wasn't quite drop-in.
27434              
27435              The LVRET macro needed an aTHX.
27436              
27437              Use the /^Perl_/-less form of is_lvalue_sub().
27438              
27439              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
27440      Branch: maint-5.6/perl
27441           +> ext/B/B/Concise.pm
27442           !> (integrate 27 files)
27443 ____________________________________________________________________________
27444 [  8619] By: nick                                  on 2001/01/30  18:40:28
27445         Log: Integrate mainline
27446      Branch: perlio
27447           !> (integrate 40 files)
27448 ____________________________________________________________________________
27449 [  8618] By: jhi                                   on 2001/01/30  18:37:18
27450         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
27451              Date: Mon, 29 Jan 2001 22:51:29 -0600
27452              From: "Craig A. Berry" <craigberry@mac.com>
27453              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
27454      Branch: perl
27455            ! vms/test.com
27456 ____________________________________________________________________________
27457 [  8617] By: jhi                                   on 2001/01/30  18:34:53
27458         Log: Subject: [PATCH] Add missing CV flags to dump.c
27459              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27460              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
27461              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
27462      Branch: perl
27463            ! dump.c
27464 ____________________________________________________________________________
27465 [  8616] By: jhi                                   on 2001/01/30  18:20:58
27466         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
27467              part isn't applicable to maintperl.
27468              
27469              UTF-8 nit from Inaba Hiroto.
27470      Branch: maint-5.6/perl
27471           !> pod/perlapi.pod utf8.c
27472 ____________________________________________________________________________
27473 [  8615] By: jhi                                   on 2001/01/30  18:18:51
27474         Log: UTF-8 nit from Inaba Hiroto.
27475      Branch: perl
27476            ! pod/perlapi.pod t/op/each.t utf8.c
27477 ____________________________________________________________________________
27478 [  8614] By: jhi                                   on 2001/01/30  18:13:38
27479         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
27480              
27481              perl's internal variables are not for public consumption,
27482              move their docs from perlapi.pod to perlintern.pod
27483              
27484              support for -Dusethreads build under HP-UX 10.20 and DCE threads
27485              library (11.0 and later have pthreads but 10.x don't)
27486              
27487              avoid uninitialized value warnings
27488              
27489              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27490              gets weird results)
27491              
27492              perldoc nit on windows
27493              
27494              make it possible to run the tests outside the source tree
27495              (there's still a dependency on ../lib being the library
27496              location)
27497      Branch: perl
27498           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
27499           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
27500           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
27501           !> win32/bin/search.pl win32/vdir.h
27502 ____________________________________________________________________________
27503 [  8613] By: gsar                                  on 2001/01/30  16:39:59
27504         Log: make it possible to run the tests outside the source tree
27505              (there's still a dependency on ../lib being the library
27506              location)
27507      Branch: maint-5.6/perl
27508            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
27509 ____________________________________________________________________________
27510 [  8612] By: gsar                                  on 2001/01/30  16:31:12
27511         Log: perldoc nit on windows
27512      Branch: maint-5.6/perl
27513            ! utils/perldoc.PL
27514 ____________________________________________________________________________
27515 [  8611] By: gsar                                  on 2001/01/30  16:22:54
27516         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27517              gets weird results)
27518      Branch: maint-5.6/perl
27519            ! win32/vdir.h
27520 ____________________________________________________________________________
27521 [  8610] By: gsar                                  on 2001/01/30  16:12:45
27522         Log: avoid uninitialized value warnings
27523      Branch: maint-5.6/perl
27524            ! win32/bin/search.pl
27525 ____________________________________________________________________________
27526 [  8609] By: gsar                                  on 2001/01/30  16:08:01
27527         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
27528              library (11.0 and later have pthreads but 10.x don't)
27529      Branch: maint-5.6/perl
27530            ! hints/hpux.sh thread.h
27531 ____________________________________________________________________________
27532 [  8608] By: gsar                                  on 2001/01/30  15:48:55
27533         Log: perl's internal variables are not for public consumption,
27534              move their docs from perlapi.pod to perlintern.pod
27535      Branch: maint-5.6/perl
27536            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
27537            ! thrdvar.h
27538 ____________________________________________________________________________
27539 [  8607] By: gsar                                  on 2001/01/30  15:44:27
27540         Log: mistakenly branched perl56delta.pod, revert
27541      Branch: maint-5.6/perl
27542            - pod/perl56delta.pod
27543           !> pod/perldelta.pod
27544 ____________________________________________________________________________
27545 [  8606] By: gsar                                  on 2001/01/30  14:20:24
27546         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
27547              dTHR which has been a noop for a while now, except for the
27548              compatibility definition in thread.h)
27549      Branch: maint-5.6/perl
27550           !> (integrate 45 files)
27551 ____________________________________________________________________________
27552 [  8605] By: jhi                                   on 2001/01/30  05:43:58
27553         Log: Mark the UTF-8 APIs as experimental.
27554      Branch: maint-5.6/perl
27555            ! embed.pl pod/perlapi.pod
27556 ____________________________________________________________________________
27557 [  8604] By: jhi                                   on 2001/01/30  05:38:40
27558         Log: Nits from earlier integrates.
27559      Branch: maint-5.6/perl
27560            ! lib/Carp/Heavy.pm
27561           !> sv.c
27562 ____________________________________________________________________________
27563 [  8603] By: jhi                                   on 2001/01/30  05:27:26
27564         Log: Regenerate Porting files.
27565      Branch: maint-5.6/perl
27566            ! Porting/Glossary Porting/config.sh Porting/config_H
27567 ____________________________________________________________________________
27568 [  8602] By: jhi                                   on 2001/01/30  05:14:59
27569         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
27570              8310,8339,8447,8492,8493,8505,8525: documentation changes.
27571              
27572              Subject: Re: perlfaq style changes
27573              
27574              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27575              
27576              Subject: [PATCH] docs on NaN
27577              
27578              Subject: [patch] perlfaq7
27579              
27580              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27581              
27582              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27583              
27584              Subject: [PATCH] open() example in perlfunc.pod
27585              
27586              Podify README.mpeix (a new version from the web)
27587              
27588              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27589              
27590              Subject: [PATCH] format and rewording in perlfaq.pod
27591              
27592              Subject: [PATCH] API Variable documentation   
27593              
27594              Memory management calls documentation.
27595              
27596              Subject: [PATCH: perl@8482] README.vms URL updates
27597              
27598              Subject: Minor typos in perlfaq2.pod
27599              
27600              Subject: [PATCH] pod/perlvar.pod
27601      Branch: maint-5.6/perl
27602           +> pod/perl56delta.pod
27603            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27604           !> README.amiga README.epoc README.mpeix README.vms
27605           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
27606           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
27607           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
27608           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
27609           !> pod/perlvar.pod thrdvar.h
27610 ____________________________________________________________________________
27611 [  8601] By: jhi                                   on 2001/01/30  04:38:35
27612         Log: Integrate changes #8036,8096,8253 from mainline:
27613              hints changes.
27614              
27615              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27616              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
27617              
27618              Output the (apparent) version of gcc in Tru64.
27619      Branch: maint-5.6/perl
27620           +> ext/POSIX/hints/svr4.pl
27621           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
27622           !> hints/svr4.sh t/lib/bigfltpm.t
27623 ____________________________________________________________________________
27624 [  8600] By: jhi                                   on 2001/01/30  04:04:01
27625         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
27626              locale fixes.
27627              
27628              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
27629              
27630              Debian allows /usr/bin/locale to exist without any locales. (7868)
27631              
27632              Allow the locale test needing POSIX and the taint test
27633              needing IPC::SysV to run under 'minitest' (basically,
27634              bail out if loading the extension fails). (8384)
27635              
27636              Cleanup the locale.t output  (8480)
27637      Branch: maint-5.6/perl
27638           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
27639           !> t/pragma/locale.t
27640 ____________________________________________________________________________
27641 [  8599] By: jhi                                   on 2001/01/30  03:51:04
27642         Log: Missing generated files from #8598.
27643      Branch: maint-5.6/perl
27644            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27645 ____________________________________________________________________________
27646 [  8598] By: jhi                                   on 2001/01/30  03:41:54
27647         Log: Integrate change #8555 from mainline, manually integrate parts
27648              of changes 8452 and 8583.
27649              
27650              Subject: [PATCH] utf8.c documentation (8452)
27651              
27652              No point in checking the length if the pointer is bogus. (8555)
27653              
27654              Introduce bytes_from_utf8() and implement sv_eq() using it,
27655              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
27656              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
27657              was malformed. (8583)
27658      Branch: maint-5.6/perl
27659            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
27660           !> pod/perlapi.pod sv.c utf8.c
27661 ____________________________________________________________________________
27662 [  8597] By: gsar                                  on 2001/01/30  02:37:26
27663         Log: get PERL_OBJECT build going again on windows
27664      Branch: maint-5.6/perl
27665            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27666            ! pod/perlapi.pod proto.h sv.c
27667 ____________________________________________________________________________
27668 [  8596] By: jhi                                   on 2001/01/30  02:16:17
27669         Log: Signedness nit.
27670      Branch: perl
27671            ! sv.c
27672 ____________________________________________________________________________
27673 [  8595] By: jhi                                   on 2001/01/30  02:11:07
27674         Log: EBCDIC patch for Storable, from Peter Prymmer.
27675      Branch: perl
27676            ! t/lib/st-06compat.t
27677 ____________________________________________________________________________
27678 [  8594] By: jhi                                   on 2001/01/30  01:04:48
27679         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
27680              From: Peter Prymmer <pvhp@forte.com>
27681              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
27682              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
27683      Branch: perl
27684            ! t/lib/b.t
27685 ____________________________________________________________________________
27686 [  8593] By: jhi                                   on 2001/01/30  00:56:47
27687         Log: Subject: [PATCH: perl@8585] pod problems in io
27688              From: Peter Prymmer <pvhp@forte.com>
27689              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
27690              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
27691      Branch: perl
27692            ! pod/perlapio.pod pod/perliol.pod
27693 ____________________________________________________________________________
27694 [  8592] By: jhi                                   on 2001/01/30  00:48:20
27695         Log: Integrate perlio.
27696      Branch: perl
27697           !> pod/perlapio.pod pod/perliol.pod
27698 ____________________________________________________________________________
27699 [  8591] By: nick                                  on 2001/01/29  22:02:28
27700         Log: GNU 'merge' Simon's copy of perliol.pod with version
27701              patched by Craig's patch.
27702      Branch: perlio
27703            ! pod/perliol.pod
27704 ____________________________________________________________________________
27705 [  8590] By: nick                                  on 2001/01/29  21:55:10
27706         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
27707      Branch: perlio
27708            ! pod/perlapio.pod pod/perliol.pod
27709 ____________________________________________________________________________
27710 [  8589] By: jhi                                   on 2001/01/29  15:35:33
27711         Log: Integrate change #8586 from maint-5.6/perl.
27712              
27713              make the BOM detection code not call tell() until it has to
27714              (meant to fix esoteric compatibility issues where PL_rsfp
27715              is overridden)
27716      Branch: perl
27717           !> toke.c
27718 ____________________________________________________________________________
27719 [  8588] By: jhi                                   on 2001/01/29  15:29:11
27720         Log: Subject: MAking Solaris malloc() the default
27721              From: Lupe Christoph <lupe@lupe-christoph.de>
27722              Date: Mon, 29 Jan 2001 12:59:36 +0100
27723              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
27724              
27725              The README.solaris part slightly tweaked.
27726      Branch: perl
27727            ! README.solaris hints/solaris_2.sh
27728 ____________________________________________________________________________
27729 [  8587] By: jhi                                   on 2001/01/29  15:17:34
27730         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
27731              From: root@ak-75.mind.de
27732              Date: Sun, 28 Jan 2001 20:32:29 +0100
27733              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
27734      Branch: perl
27735            ! pod/perlre.pod
27736 ____________________________________________________________________________
27737 [  8586] By: gsar                                  on 2001/01/29  13:43:44
27738         Log: make the BOM detection code not call tell() until it has to
27739              (meant to fix esoteric compatibility issues where PL_rsfp
27740              is overridden)
27741      Branch: maint-5.6/perl
27742            ! toke.c
27743 ____________________________________________________________________________
27744 [  8585] By: jhi                                   on 2001/01/28  20:05:45
27745         Log: Update Changes.
27746      Branch: perl
27747            ! Changes patchlevel.h
27748 ____________________________________________________________________________
27749 [  8584] By: jhi                                   on 2001/01/28  19:30:02
27750         Log: Integrate perlio.
27751      Branch: perl
27752           +> pod/perliol.pod
27753           !> MANIFEST pod/perlapio.pod
27754 ____________________________________________________________________________
27755 [  8583] By: jhi                                   on 2001/01/28  19:28:40
27756         Log: Patch from Inaba Hiroto:
27757              - canonical UTF-8 hash keys: if a key string for a hash is
27758              UTF8-on, try downgrade the string and use it if
27759              unicode::distinct is not in effect.
27760              For the task, I added a function bytes_from_utf8() to utf8.c.
27761              It might resemble utf8_to_bytes() but it is not convenient
27762              to the task.
27763              Made a test for it and added to t/op/each.t
27764              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
27765              the mortal copy of the argument SV.
27766              And changed t/io/utf8.t test 18 which expects print() to
27767              upgrade its argument.
27768              - re-implement sv_eq with bytes_from_utf8()
27769              - some bug fixes
27770              - tr/// does not handle UTF8 range (\x{}-\x{})
27771              - \ before raw UTF8 character produced
27772              "Malformed UTF-8 character" warning.
27773              - "\x{100}\N{CENT SIGN}" is Malformed.
27774              Added tests for these 3.
27775              - and one silly bug (by me) with qu operator.
27776      Branch: perl
27777            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
27778            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
27779            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
27780 ____________________________________________________________________________
27781 [  8582] By: nick                                  on 2001/01/28  19:25:04
27782         Log: Add pod/perliol.pod to MANIFEST :-(
27783      Branch: perlio
27784            ! MANIFEST
27785 ____________________________________________________________________________
27786 [  8581] By: nick                                  on 2001/01/28  19:22:40
27787         Log: PerlIO documentation. Proofing and sub-editing requested.
27788      Branch: perlio
27789            + pod/perliol.pod
27790            ! pod/perlapio.pod
27791 ____________________________________________________________________________
27792 [  8580] By: jhi                                   on 2001/01/28  05:16:25
27793         Log: Revert the change to sv_2pv() done by #8054: Someone who
27794              did SvNV_set() on a scalar that also happened to be POK,
27795              followed by sv_2pv() won't get the right coercion anymore.
27796              [Sarathy]
27797      Branch: maint-5.6/perl
27798            ! sv.c
27799 ____________________________________________________________________________
27800 [  8579] By: jhi                                   on 2001/01/28  05:15:04
27801         Log: Remove the #8084 effect: do not allow -Q to be interpreted
27802              as -&Q(), this is too much wiggle room.
27803      Branch: maint-5.6/perl
27804            ! toke.c
27805 ____________________________________________________________________________
27806 [  8578] By: jhi                                   on 2001/01/28  05:12:45
27807         Log: Needed bits of #8439 (should have been in #8576),
27808              mainly for lval substr().
27809      Branch: maint-5.6/perl
27810            ! mg.c pp.c pp_hot.c
27811 ____________________________________________________________________________
27812 [  8577] By: jhi                                   on 2001/01/28  05:02:46
27813         Log: A missing check-in.
27814      Branch: maint-5.6/perl
27815            ! utf8.c
27816 ____________________________________________________________________________
27817 [  8576] By: jhi                                   on 2001/01/28  04:26:18
27818         Log: Integrate changes #8425,8436,8439,8517 from mainline.
27819              The 8439 was not truly integrated because it had too many
27820              dependencies on the development branch and because it introduced
27821              concepts too bold for a maintenance branch (such as the qu operator).
27822              
27823              Subject: [PATCH perl@8342] -Wformat
27824              
27825              Tighten some of the UTF-8 tests a bit.
27826              
27827              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
27828              - The substr lval was still not okay.
27829              - Now pp_stringify and sv_setsv copies source's UTF8 flag
27830              even if IN_BYTE.  pp_stringify is called from fold_constants
27831              at optimization phase and "\x{100}" was made SvUTF8_off under
27832              use bytes (the bytes pragma is for "byte semantics" and not
27833              for "do not produce UTF8 data")
27834      Branch: maint-5.6/perl
27835            ! t/lib/charnames.t t/op/substr.t toke.c
27836           !> sv.c t/pragma/utf8.t
27837 ____________________________________________________________________________
27838 [  8575] By: jhi                                   on 2001/01/28  04:01:51
27839         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
27840              
27841              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
27842              
27843              Subject: [ID 20001230.003] UTF-8 tr still hurts
27844              
27845              Test cases for #8385 (from Simon's "torture.pl")
27846              
27847              Start fixing UTF-8 lval substr() (8405)
27848      Branch: maint-5.6/perl
27849           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
27850           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
27851 ____________________________________________________________________________
27852 [  8574] By: jhi                                   on 2001/01/28  03:09:06
27853         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
27854              from mainline.
27855              
27856              UTF-8 cleanup.
27857              
27858              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27859              
27860              "\x{FF}\xFF" was broken.
27861              
27862              Tests for #8329 and #8330.
27863              
27864              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27865              
27866              IRIX compiler noticed that the bof initialization might be
27867              bypassed by control flow.
27868              
27869              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27870      Branch: maint-5.6/perl
27871           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27872           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
27873 ____________________________________________________________________________
27874 [  8573] By: jhi                                   on 2001/01/28  02:06:12
27875         Log: Retract #8552.
27876      Branch: perl
27877            ! lib/Text/Wrap.pm t/lib/textwrap.t
27878 ____________________________________________________________________________
27879 [  8572] By: jhi                                   on 2001/01/28  02:04:49
27880         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
27881              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
27882              not really integrated but instead salvaged by hand
27883              (they had too many dependencies on the development release
27884              to be cleanly integratable).
27885              
27886              Subject: more UTF8 test suites and an UTF8 patch
27887              
27888              Tweak for MULTIPLICITY/USE_PERLIO
27889              
27890              Signedness nit.
27891              
27892              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27893              
27894              Use the UTF8_XXX macros in is_utf8_char().
27895              
27896              Rewrite pp_concat() in terms of sv_catsv().  The . operator
27897              should now be UTF-8-proof.
27898              
27899              Subject: [PATCH perl@8269] scanning two hex-constants
27900              fails on EBCDIC environment (script length.t)
27901              
27902              Add some Unicode chop() tests.
27903      Branch: maint-5.6/perl
27904            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
27905           !> sv.c t/op/chop.t utf8.h
27906 ____________________________________________________________________________
27907 [  8571] By: jhi                                   on 2001/01/28  00:35:59
27908         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
27909              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
27910              
27911              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
27912              
27913              The maxiters upper limit sanity check (guarding against
27914              non-progress) assumed bytes instead of characters in s///
27915              and split().
27916              
27917              Signedness nit.
27918              
27919              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
27920              join() should now be UTF-8-proof.
27921              
27922              More split // UTF-8 tests. (8250)
27923      Branch: maint-5.6/perl
27924           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
27925           !> util.c
27926 ____________________________________________________________________________
27927 [  8570] By: jhi                                   on 2001/01/27  22:15:46
27928         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
27929              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
27930              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
27931              8084,8204,8244,8333 from mainline.
27932              
27933              For -Q where Q might be a one-letter sub name one does no more
27934              get a warning about an unknown filetest (7941,7943,7944,8084).
27935              
27936              Subject: Re: [ID 20001130.011] expression parsing bug ?
27937              
27938              Make uv_to_utf8() to zero-terminate its output buffer.
27939              
27940              Split off t/op/length.t (7995)
27941              
27942              Split off t/op/utf8decode.t (7996)
27943              
27944              Remove an unnecessary 'use utf8' from the utf8.t (7998)
27945              
27946              Split off t/op/concat.t (8004)
27947              
27948              Split off t/op/ver.t (8005)
27949              
27950              Document utf8_length(), utf8_distance(), and utf8_hop().
27951              
27952              Document utf8_to_uv() better.
27953              
27954              Introduce macros for UTF8 decoding (8028,8033).
27955              
27956              Add test for reverse() (8030,8031).
27957              
27958              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
27959              
27960              Do not return the Unicode replacement character    on UTF-8
27961              decoding failure.
27962              
27963              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
27964              not this_utf8 i.e. the output string has one, but don't mess
27965              with source assumption. (8052,8053)
27966              
27967              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
27968              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
27969              was not expecting to be called with something that was already
27970              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
27971              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27972              (8054)
27973              
27974              Recode the naughty binary bytes in utf8decode.t using the \xHH.
27975              
27976              Make some panic messages a bit more logical.
27977      Branch: maint-5.6/perl
27978           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
27979           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
27980           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
27981           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
27982           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
27983           !> utf8.c utf8.h
27984 ____________________________________________________________________________
27985 [  8569] By: jhi                                   on 2001/01/27  19:16:43
27986         Log: Integrate changes #7750 from perlio and #8566 from mainline.
27987      Branch: maint-5.6/perl
27988           !> regexec.c sv.c
27989 ____________________________________________________________________________
27990 [  8568] By: jhi                                   on 2001/01/27  18:06:51
27991         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
27992              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
27993              7935[-perlio.c],7936,7959,7965 from mainline.
27994              
27995              Change the "big byte" error message to "Wide character".
27996              (7355, the croak-if-wide-chars-in-print part ignored)
27997              
27998              Use UINT64_C().
27999              
28000              Introduce Perl_utf8_length().
28001              
28002              diff -se shows these as different (7753, forgotten check-ins)
28003              
28004              Subject: [PATCH] doop.c - UTF8 tr///
28005              
28006              If we use (aTHX_ ...) then put Perl_ on the front.
28007              
28008              Make utf8_length() and utf8_distance() to be less forgiving
28009              about bad UTF-8.
28010              
28011              Test line numbers are different with utf8.
28012              
28013              No need to scan till infinity, 13 is enough. (7872,7911)
28014              
28015              Subject: [PATCH] Tokeniser debugging
28016              
28017              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28018              
28019              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
28020              
28021              Be more careful in Perl_sv_utf8_downgrade().
28022              
28023              Use DO_UTF8().
28024              
28025              Raw zero bytes in text files confuse at least GNU patch 2.1.
28026      Branch: maint-5.6/perl
28027           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28028           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
28029           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
28030           !> t/pragma/utf8.t toke.c utf8.c utf8.h
28031 ____________________________________________________________________________
28032 [  8567] By: nick                                  on 2001/01/27  11:10:38
28033         Log: Integrate mainline
28034      Branch: perlio
28035           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
28036           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
28037           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
28038           !> toke.c
28039 ____________________________________________________________________________
28040 [  8566] By: jhi                                   on 2001/01/27  06:22:48
28041         Log: More documentation for the regexp context stack.
28042      Branch: perl
28043            ! regexec.c
28044 ____________________________________________________________________________
28045 [  8565] By: jhi                                   on 2001/01/27  05:21:57
28046         Log: Update Changes.
28047      Branch: perl
28048            ! Changes patchlevel.h
28049 ____________________________________________________________________________
28050 [  8564] By: jhi                                   on 2001/01/27  04:44:04
28051         Log: Threadedness patch for #8562 from Doug MacEachern.
28052      Branch: perl
28053            ! toke.c
28054 ____________________________________________________________________________
28055 [  8563] By: jhi                                   on 2001/01/27  04:26:24
28056         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28057              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28058              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
28059              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
28060      Branch: perl
28061            ! op.c
28062 ____________________________________________________________________________
28063 [  8562] By: jhi                                   on 2001/01/27  04:20:30
28064         Log: Subject: Re: Announce : Tokener reporting patch
28065              From: Simon Cozens <simon@cozens.net>
28066              Date: Mon, 22 Jan 2001 02:17:22 +0000
28067              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
28068      Branch: perl
28069            ! embed.h embed.pl proto.h toke.c
28070 ____________________________________________________________________________
28071 [  8561] By: jhi                                   on 2001/01/27  04:17:24
28072         Log: Forgot from #8545.  Oops.
28073      Branch: perl
28074            ! pp.c t/pragma/overload.t
28075 ____________________________________________________________________________
28076 [  8560] By: jhi                                   on 2001/01/27  03:01:47
28077         Log: A better module compilation test, use MANIFEST as suggested
28078              by Spider.
28079      Branch: perl
28080            ! t/lib/1_compile.t
28081 ____________________________________________________________________________
28082 [  8559] By: jhi                                   on 2001/01/27  02:50:48
28083         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
28084              From: Peter Prymmer <pvhp@forte.com>
28085              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
28086              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
28087      Branch: perl
28088            ! t/lib/b.t
28089 ____________________________________________________________________________
28090 [  8558] By: jhi                                   on 2001/01/27  02:27:05
28091         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
28092              From: Peter Prymmer <pvhp@forte.com>
28093              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
28094              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
28095      Branch: perl
28096            ! t/pragma/sub_lval.t
28097 ____________________________________________________________________________
28098 [  8557] By: jhi                                   on 2001/01/27  02:26:03
28099         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
28100              From: Peter Prymmer <pvhp@forte.com>
28101              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
28102              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
28103      Branch: perl
28104            ! t/lib/st-06compat.t
28105 ____________________________________________________________________________
28106 [  8556] By: jhi                                   on 2001/01/27  02:24:33
28107         Log: Subject: [PATCH: perl@8531] minor update to README.os390
28108              From: Peter Prymmer <pvhp@forte.com>
28109              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
28110              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
28111      Branch: perl
28112            ! README.os390
28113 ____________________________________________________________________________
28114 [  8555] By: jhi                                   on 2001/01/27  00:35:47
28115         Log: No point in checking the length before we know whether the pointer
28116              is bogus or not, fixes Abigail's odbm failures in Linux.
28117      Branch: perl
28118            ! sv.c
28119 ____________________________________________________________________________
28120 [  8554] By: nick                                  on 2001/01/26  19:01:31
28121         Log: Integrate mainline
28122      Branch: perlio
28123           !> lib/Text/Wrap.pm t/lib/textwrap.t
28124 ____________________________________________________________________________
28125 [  8553] By: jhi                                   on 2001/01/26  15:19:39
28126         Log: Integrate change #7792 from perlio (multiplicity fix),
28127              fix the AV leak in regex DEBUGGING (tiny part of the
28128              polymorphic regexp patch #8143).
28129      Branch: maint-5.6/perl
28130            ! regcomp.c
28131           !> scope.h
28132 ____________________________________________________________________________
28133 [  8552] By: jhi                                   on 2001/01/26  15:03:23
28134         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
28135              From: Michael G Schwern <schwern@pobox.com>
28136              Date: Fri, 26 Jan 2001 09:28:31 -0500
28137              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
28138      Branch: perl
28139            ! lib/Text/Wrap.pm t/lib/textwrap.t
28140 ____________________________________________________________________________
28141 [  8551] By: jhi                                   on 2001/01/26  02:33:19
28142         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
28143              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
28144              
28145              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28146              
28147              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28148              
28149              Message nit.
28150              
28151              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
28152              
28153              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
28154              
28155              (the cleanup of unused submatches in regtry() and regcppop())
28156              
28157              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28158              stored and restored, and thusly was trounced by the utf8 swash
28159              routines.
28160              
28161              use utf8 not required to use \x{}.
28162              
28163              Removed two more tests that make no sense in UTF-8 since the test
28164              data is not in UTF-8.
28165              
28166              Get the three different space character classes right under utf8.
28167              
28168              Implement ANYOFUTF8 regprop() dumping.
28169              
28170              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
28171              
28172              Document the regex context pushing/popping a bit better.
28173      Branch: maint-5.6/perl
28174           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28175           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28176           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
28177           !> t/op/regmesg.t utf8.c
28178 ____________________________________________________________________________
28179 [  8550] By: nick                                  on 2001/01/25  19:42:30
28180         Log: Integrate mainline
28181      Branch: perlio
28182           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
28183           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
28184           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
28185           !> t/lib/bigint.t t/lib/bigintpm.t
28186 ____________________________________________________________________________
28187 [  8549] By: jhi                                   on 2001/01/25  15:22:28
28188         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
28189      Branch: maint-5.6/perl
28190            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28191 ____________________________________________________________________________
28192 [  8548] By: jhi                                   on 2001/01/25  15:02:55
28193         Log: Integrate changes #7997,8063,8492,8547 from mainline.
28194              
28195              Subject: Re: STRLEN - what?
28196              
28197              Subject: [PATCH] perlguts.pod
28198              
28199              Memory management calls documentation.
28200              
28201              Layout using tabulator is not a good idea in a pod.
28202      Branch: maint-5.6/perl
28203           !> pod/perlguts.pod
28204 ____________________________________________________________________________
28205 [  8547] By: jhi                                   on 2001/01/25  14:49:05
28206         Log: Layout using tabulator is not a good idea in a pod.
28207      Branch: perl
28208            ! pod/perlguts.pod
28209 ____________________________________________________________________________
28210 [  8546] By: jhi                                   on 2001/01/25  14:31:12
28211         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
28212              from mainline.
28213              
28214              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28215              
28216              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28217              
28218              More Win32 editor/IDE/shell hints.
28219              
28220              More Win32 Perling.
28221              
28222              Yet another editor edit.
28223              
28224              Edit edit edit.
28225              
28226              IDE/editor section tweaking.
28227              
28228              Few more IDE/editor nits from p5p.
28229      Branch: maint-5.6/perl
28230           !> pod/perlfaq3.pod
28231 ____________________________________________________________________________
28232 [  8545] By: jhi                                   on 2001/01/25  04:16:32
28233         Log: Subject: [PATCH 5.7.0] overload int()
28234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28235              Date: Wed, 24 Jan 2001 19:06:57 -0500
28236              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
28237      Branch: perl
28238            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
28239            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
28240            ! t/lib/bigintpm.t
28241 ____________________________________________________________________________
28242 [  8544] By: jhi                                   on 2001/01/25  04:15:11
28243         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
28244              From: Peter Prymmer <pvhp@forte.com>
28245              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
28246              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
28247      Branch: perl
28248            ! Makefile.SH README.os390 hints/os390.sh installperl
28249 ____________________________________________________________________________
28250 [  8543] By: jhi                                   on 2001/01/25  03:52:08
28251         Log: Integrate change #8462,8469 from mainline.
28252              
28253              In VMS Perl subversion (perl -V) is undef.
28254      Branch: maint-5.6/perl
28255           !> configure.com
28256 ____________________________________________________________________________
28257 [  8542] By: jhi                                   on 2001/01/25  03:44:55
28258         Log: Integrate changes #7835,7850,8315,8316 from mainline.
28259              
28260              Solaris hints.
28261      Branch: maint-5.6/perl
28262           !> hints/solaris_2.sh
28263 ____________________________________________________________________________
28264 [  8541] By: jhi                                   on 2001/01/25  03:39:28
28265         Log: Integrate #8336 from mainline.
28266      Branch: maint-5.6/perl
28267           !> hv.c
28268 ____________________________________________________________________________
28269 [  8540] By: jhi                                   on 2001/01/25  03:23:50
28270         Log: Retract #8539.
28271      Branch: maint-5.6/perl
28272            ! pod/perlfaq3.pod
28273 ____________________________________________________________________________
28274 [  8539] By: jhi                                   on 2001/01/25  03:21:55
28275         Log: (Retracted by #5940.)
28276      Branch: maint-5.6/perl
28277            ! pod/perlfaq3.pod
28278 ____________________________________________________________________________
28279 [  8538] By: jhi                                   on 2001/01/25  03:14:07
28280         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
28281              From: Peter Prymmer <pvhp@forte.com>
28282              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
28283              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
28284              
28285              The VMS bits.
28286      Branch: maint-5.6/perl
28287            ! configure.com vms/descrip_mms.template
28288 ____________________________________________________________________________
28289 [  8537] By: jhi                                   on 2001/01/25  03:06:09
28290         Log: Integrate #7710,7824,7973 from mainline.
28291      Branch: maint-5.6/perl
28292           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28293           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
28294           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
28295           !> vos/config.ga.def vos/config.ga.h win32/config.bc
28296           !> win32/config.gc win32/config.vc
28297 ____________________________________________________________________________
28298 [  8536] By: jhi                                   on 2001/01/24  13:50:20
28299         Log: Revert the edits made by me so far to the 5.6 branch since
28300              the TRIAL1 since I did edits when I should have been using
28301              integrates.  Bad programmer.   (Will integrate them properly later.)
28302              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
28303              The #8353 will not be reapplied at least for now since
28304              the UTF-8 hash keys need more thinking.
28305              (The patches #8347, #8354, #8454, #8473 were okay since they
28306              were original edits made specifically for the 5.6.1-TRIAL1.)
28307      Branch: maint-5.6/perl
28308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28309            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
28310            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
28311            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
28312            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
28313            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28314            ! win32/config.bc win32/config.gc win32/config.vc
28315 ____________________________________________________________________________
28316 [  8535] By: bailey                                on 2001/01/24  06:37:02
28317         Log: SYN SYN
28318      Branch: vmsperl
28319           +> (branch 26 files)
28320           !> (integrate 130 files)
28321 ____________________________________________________________________________
28322 [  8534] By: nick                                  on 2001/01/23  19:30:57
28323         Log: Integrate mainline.
28324      Branch: perlio
28325           !> Changes Configure Porting/Glossary Porting/config.sh
28326           !> Porting/config_H embed.h embed.pl ext/Encode/compile
28327           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
28328           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
28329           !> pod/perlvar.pod proto.h t/lib/1_compile.t
28330 ____________________________________________________________________________
28331 [  8533] By: jhi                                   on 2001/01/23  16:15:46
28332         Log: Forgotten from #8501.
28333      Branch: perl
28334            ! Porting/Glossary Porting/config.sh Porting/config_H
28335 ____________________________________________________________________________
28336 [  8532] By: jhi                                   on 2001/01/23  16:13:27
28337         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
28338              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28339              Date: Mon, 22 Jan 2001 17:51:58 +0100
28340              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
28341      Branch: perl
28342            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
28343 ____________________________________________________________________________
28344 [  8531] By: jhi                                   on 2001/01/23  15:46:01
28345         Log: Update Changes.
28346      Branch: perl
28347            ! Changes patchlevel.h
28348 ____________________________________________________________________________
28349 [  8530] By: jhi                                   on 2001/01/23  15:38:39
28350         Log: De-cut-and-pasto.
28351      Branch: perl
28352            ! t/lib/1_compile.t
28353 ____________________________________________________________________________
28354 [  8529] By: jhi                                   on 2001/01/23  15:11:04
28355         Log: Document the mkdir trailing slashes case.
28356      Branch: perl
28357            ! pod/perlfunc.pod
28358 ____________________________________________________________________________
28359 [  8528] By: jhi                                   on 2001/01/23  15:08:28
28360         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
28361              get installed:
28362              
28363              Subject: lib/lib.pm
28364              From: <abigail@foad.org>
28365              Date: Mon, 28 Aug 2000 20:35:08 -0400
28366              Message-ID: <20000829003508.21281.qmail@foad.org>
28367      Branch: perl
28368            ! installperl
28369 ____________________________________________________________________________
28370 [  8527] By: jhi                                   on 2001/01/23  14:44:04
28371         Log: Metaconfig unit change for #8526.
28372      Branch: metaconfig
28373            ! U/threads/archname.U
28374 ____________________________________________________________________________
28375 [  8526] By: jhi                                   on 2001/01/23  14:43:19
28376         Log: Attach -perlio to the archname if so selected.
28377      Branch: perl
28378            ! Configure
28379 ____________________________________________________________________________
28380 [  8525] By: jhi                                   on 2001/01/23  14:24:01
28381         Log: Subject: [PATCH] pod/perlvar.pod
28382              From: abigail@foad.org
28383              Date: Tue, 23 Jan 2001 01:41:10 +0100
28384              Message-ID: <20010123004110.22259.qmail@foad.org>
28385      Branch: perl
28386            ! pod/perlvar.pod
28387 ____________________________________________________________________________
28388 [  8524] By: jhi                                   on 2001/01/23  14:22:32
28389         Log: A bug introduced in #8217 (the undefined variable in the
28390              lib/safe1_t #3) fixed, by Charles Lane:
28391              
28392              The earlier patch made it so that stuff running in Safe
28393              compartments could do a "caller" and see "main".  That
28394              little change in name is done right before the code in
28395              the compartment is run, and apparantly the parser
28396              was picking up the stash name before it got changed.
28397              
28398              (why it was threaded vs. unthreaded Perl that was sensitive to this
28399              I still don't know...and it probably doesn't matter).
28400              
28401              I tryed removing the stash name-change and saw that threaded Perl
28402              did indeed pass the lib/safe1.t tests.
28403              
28404              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
28405              do the name change (and to connect _ in the compartment to the global
28406              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
28407              to call _safe_pkg_prep when creating a new compartment.
28408              
28409              Passes all tests with threaded perl on linux; passes all tests
28410              with unthreaded perl on VMS.
28411              
28412              At some point I'll probably want to revisit Safe and Opcode to
28413              provide more sensible handling of global variables...and to get
28414              formats working in Safe compartments, which they don't do currently.
28415      Branch: perl
28416            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
28417 ____________________________________________________________________________
28418 [  8523] By: jhi                                   on 2001/01/23  14:11:58
28419         Log: Also the lib/Thread.pm itself needs to be ignored if
28420              the Thread extension hasn't been built.
28421      Branch: perl
28422            ! t/lib/1_compile.t
28423 ____________________________________________________________________________
28424 [  8522] By: jhi                                   on 2001/01/23  13:51:28
28425         Log: print() instead of warn() so that stderr doesn't get
28426              unncessarily polluted.
28427      Branch: perl
28428            ! ext/Encode/compile
28429 ____________________________________________________________________________
28430 [  8521] By: jhi                                   on 2001/01/23  13:49:48
28431         Log: Integrate perlio.
28432      Branch: perl
28433           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
28434           !> ext/Encode/encode.h
28435 ____________________________________________________________________________
28436 [  8520] By: nick                                  on 2001/01/22  21:44:00
28437         Log: More messing with Encode:
28438              Extra fields in header to allow multiple names and to record
28439              other things "compile" knows.
28440              Re-organise compile to factor out common output routines.
28441      Branch: perlio
28442            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
28443 ____________________________________________________________________________
28444 [  8519] By: nick                                  on 2001/01/22  20:33:50
28445         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
28446      Branch: perlio
28447            ! ext/Encode/Makefile.PL ext/Encode/compile
28448 ____________________________________________________________________________
28449 [  8518] By: nick                                  on 2001/01/22  20:28:13
28450         Log: Integrate mainline
28451      Branch: perlio
28452           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
28453           !> vos/config.alpha.def vos/config.alpha.h
28454 ____________________________________________________________________________
28455 [  8517] By: jhi                                   on 2001/01/22  15:37:17
28456         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
28457              by Inaba Hiroto.
28458      Branch: perl
28459            ! sv.c
28460 ____________________________________________________________________________
28461 [  8516] By: jhi                                   on 2001/01/22  14:55:15
28462         Log: More SIG_SIZE fixes.
28463      Branch: perl
28464            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
28465 ____________________________________________________________________________
28466 [  8515] By: jhi                                   on 2001/01/22  14:50:27
28467         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
28468              From: "Craig A. Berry" <craigberry@mac.com>
28469              Date: Mon, 22 Jan 2001 00:42:24 -0600
28470              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
28471      Branch: perl
28472            ! configure.com
28473 ____________________________________________________________________________
28474 [  8514] By: jhi                                   on 2001/01/22  14:31:17
28475         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
28476              From: "Craig A. Berry" <craigberry@mac.com>
28477              Date: Sun, 21 Jan 2001 23:03:25 -0600
28478              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
28479      Branch: perl
28480            ! configure.com
28481 ____________________________________________________________________________
28482 [  8513] By: jhi                                   on 2001/01/22  14:14:00
28483         Log: Add the .ucm encoding tables to the MANIFEST.
28484      Branch: perl
28485            ! MANIFEST
28486 ____________________________________________________________________________
28487 [  8512] By: jhi                                   on 2001/01/22  13:43:33
28488         Log: Integrate perlio.
28489      Branch: perl
28490           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28491           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28492           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28493           +> ext/Encode/Encode/iso8859-10.ucm
28494           +> ext/Encode/Encode/iso8859-13.ucm
28495           +> ext/Encode/Encode/iso8859-14.ucm
28496           +> ext/Encode/Encode/iso8859-15.ucm
28497           +> ext/Encode/Encode/iso8859-16.ucm
28498           +> ext/Encode/Encode/iso8859-2.ucm
28499           +> ext/Encode/Encode/iso8859-3.ucm
28500           +> ext/Encode/Encode/iso8859-4.ucm
28501           +> ext/Encode/Encode/iso8859-5.ucm
28502           +> ext/Encode/Encode/iso8859-6.ucm
28503           +> ext/Encode/Encode/iso8859-7.ucm
28504           +> ext/Encode/Encode/iso8859-8.ucm
28505           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28506           +> ext/Encode/Encode/symbol.ucm
28507           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
28508           !> perliol.h
28509 ____________________________________________________________________________
28510 [  8511] By: nick                                  on 2001/01/21  23:44:47
28511         Log: Make "real" layers of ":utf8" and ":raw".
28512              So now PERLIO=utf8 perl ...
28513              does what Andreas wanted.
28514              Fix arg passing in open.pm (still have a Carp issue).
28515      Branch: perlio
28516            ! lib/open.pm perlio.c perliol.h
28517 ____________________________________________________________________________
28518 [  8510] By: jhi                                   on 2001/01/21  22:56:53
28519         Log: Document the regex context pushing/popping a bit better.
28520      Branch: perl
28521            ! regexec.c
28522 ____________________________________________________________________________
28523 [  8509] By: jhi                                   on 2001/01/21  22:55:44
28524         Log: Tweak the mkdir trailing slash code some more.
28525              
28526              TO DO: the same handling should probably be done for
28527              all the other filesystem functions that can have directories
28528              as their arguments.
28529      Branch: perl
28530            ! pp_sys.c
28531 ____________________________________________________________________________
28532 [  8508] By: nick                                  on 2001/01/21  21:37:43
28533         Log: Switch "compiled in" encodings to .ucm format.
28534              (Leave others as .enc till we can run-time load .ucm,
28535              or find some other way to load them.)
28536      Branch: perlio
28537            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28538            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28539            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28540            + ext/Encode/Encode/iso8859-10.ucm
28541            + ext/Encode/Encode/iso8859-13.ucm
28542            + ext/Encode/Encode/iso8859-14.ucm
28543            + ext/Encode/Encode/iso8859-15.ucm
28544            + ext/Encode/Encode/iso8859-16.ucm
28545            + ext/Encode/Encode/iso8859-2.ucm
28546            + ext/Encode/Encode/iso8859-3.ucm
28547            + ext/Encode/Encode/iso8859-4.ucm
28548            + ext/Encode/Encode/iso8859-5.ucm
28549            + ext/Encode/Encode/iso8859-6.ucm
28550            + ext/Encode/Encode/iso8859-7.ucm
28551            + ext/Encode/Encode/iso8859-8.ucm
28552            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28553            + ext/Encode/Encode/symbol.ucm
28554            ! ext/Encode/Makefile.PL ext/Encode/compile
28555 ____________________________________________________________________________
28556 [  8507] By: nick                                  on 2001/01/21  21:02:03
28557         Log: Integrate (partial) mainline.
28558      Branch: perlio
28559           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
28560           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
28561           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28562 ____________________________________________________________________________
28563 [  8506] By: jhi                                   on 2001/01/21  20:09:30
28564         Log: Update Changes.
28565      Branch: perl
28566            ! Changes patchlevel.h
28567 ____________________________________________________________________________
28568 [  8505] By: jhi                                   on 2001/01/21  19:39:59
28569         Log: Subject: Minor typos in perlfaq2.pod
28570              From: "Stephen P. Potter" <spp@spotter.yi.org>
28571              Message-Id: <200101192101.QAA11911@spotter.yi.org>
28572              Date: Fri, 19 Jan 2001 16:01:13 -0500
28573              
28574              with a nit from Philip Netwon.
28575      Branch: perl
28576            ! pod/perlfaq2.pod
28577 ____________________________________________________________________________
28578 [  8504] By: jhi                                   on 2001/01/21  19:33:05
28579         Log: Metaconfig change for #8503.
28580      Branch: metaconfig
28581            ! U/threads/usethreads.U
28582 ____________________________________________________________________________
28583 [  8503] By: jhi                                   on 2001/01/21  19:32:21
28584         Log: Sanity check for conflicting thread flavours.
28585      Branch: perl
28586            ! Configure config_h.SH
28587 ____________________________________________________________________________
28588 [  8502] By: jhi                                   on 2001/01/21  19:23:00
28589         Log: Metaconfig change for #8501.
28590      Branch: metaconfig
28591            ! U/modified/sig_name.U
28592 ____________________________________________________________________________
28593 [  8501] By: jhi                                   on 2001/01/21  19:22:26
28594         Log: The SIG_SIZE is the number of the elements *excluding*
28595              the terminating NULL.
28596      Branch: perl
28597            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
28598            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
28599            ! win32/config_H.vc
28600 ____________________________________________________________________________
28601 [  8500] By: jhi                                   on 2001/01/21  18:31:31
28602         Log: Integrate perlio.
28603      Branch: perl
28604           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
28605           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
28606           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
28607           !> pp_sys.c proto.h sv.c
28608 ____________________________________________________________________________
28609 [  8499] By: jhi                                   on 2001/01/21  17:43:57
28610         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
28611              From: Hugo <hv@crypt.compulink.co.uk>
28612              Date: Sun, 21 Jan 2001 13:34:05 +0000
28613              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
28614              
28615              In sprintf UTF8ize only if necessary.
28616      Branch: perl
28617            ! sv.c
28618 ____________________________________________________________________________
28619 [  8498] By: nick                                  on 2001/01/21  16:25:32
28620         Log: Encode cleanup.
28621              Add command line control over "compile" so that Makefile.PL
28622              needs can be combined with other uses.
28623              Use command line options in Makefile.PL.
28624              Fix multi-byte parsing in .ucm files.
28625      Branch: perlio
28626            ! ext/Encode/Makefile.PL ext/Encode/compile
28627 ____________________________________________________________________________
28628 [  8497] By: nick                                  on 2001/01/21  12:56:27
28629         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
28630      Branch: perlio
28631            ! ext/Encode/Encode.xs
28632 ____________________________________________________________________________
28633 [  8496] By: nick                                  on 2001/01/21  12:18:45
28634         Log: Fixup after integrate:
28635              missed the .sym files that are changed by regen_headers
28636              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
28637      Branch: perlio
28638            ! global.sym pp.sym sv.c
28639 ____________________________________________________________________________
28640 [  8495] By: nick                                  on 2001/01/21  11:51:07
28641         Log: Integrate mainline.
28642      Branch: perlio
28643           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
28644           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
28645           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
28646           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
28647           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
28648           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
28649           !> win32/Makefile win32/makefile.mk
28650 ____________________________________________________________________________
28651 [  8494] By: jhi                                   on 2001/01/20  23:12:11
28652         Log: Forgot the expect_number() prototype.
28653      Branch: perl
28654            ! embed.h embed.pl proto.h
28655 ____________________________________________________________________________
28656 [  8493] By: jhi                                   on 2001/01/20  22:56:39
28657         Log: Subject: [PATCH: perl@8482] README.vms URL updates
28658              From: Peter Prymmer <pvhp@forte.com>
28659              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
28660              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
28661              
28662              Plus Craig A. Berry's suggestion to use compaq.com instead
28663              of digital.com.
28664      Branch: perl
28665            ! README.vms
28666 ____________________________________________________________________________
28667 [  8492] By: jhi                                   on 2001/01/20  22:50:05
28668         Log: Memory management calls documentation.
28669      Branch: perl
28670            ! pod/perlguts.pod
28671 ____________________________________________________________________________
28672 [  8491] By: jhi                                   on 2001/01/20  22:38:33
28673         Log: Signedness nit plus few memcpy/Copy nits.
28674      Branch: perl
28675            ! sv.c
28676 ____________________________________________________________________________
28677 [  8490] By: jhi                                   on 2001/01/20  22:25:53
28678         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
28679              From: Peter Prymmer <pvhp@forte.com>
28680              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
28681              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
28682      Branch: perl
28683            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
28684 ____________________________________________________________________________
28685 [  8489] By: jhi                                   on 2001/01/20  22:24:41
28686         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
28687              From: Peter Prymmer <pvhp@forte.com>
28688              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
28689              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
28690      Branch: perl
28691            ! win32/Makefile win32/makefile.mk
28692 ____________________________________________________________________________
28693 [  8488] By: jhi                                   on 2001/01/20  22:22:27
28694         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
28695              From: Peter Prymmer <pvhp@forte.com>
28696              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
28697              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
28698      Branch: perl
28699            ! Makefile.SH
28700 ____________________________________________________________________________
28701 [  8487] By: jhi                                   on 2001/01/20  22:21:18
28702         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
28703              From: Peter Prymmer <pvhp@forte.com>
28704              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
28705              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
28706      Branch: perl
28707            + ext/DynaLoader/dl_dllload.xs
28708            ! MANIFEST Makefile.SH hints/os390.sh
28709 ____________________________________________________________________________
28710 [  8486] By: jhi                                   on 2001/01/20  22:17:53
28711         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
28712              From: Peter Prymmer <pvhp@forte.com>
28713              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
28714              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
28715      Branch: perl
28716            ! README.os390 README.posix-bc
28717 ____________________________________________________________________________
28718 [  8485] By: jhi                                   on 2001/01/20  20:15:30
28719         Log: Document and test the new qu operator.
28720      Branch: perl
28721            + t/op/qu.t
28722            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28723            ! pod/perlretut.pod pod/perlunicode.pod
28724 ____________________________________________________________________________
28725 [  8484] By: nick                                  on 2001/01/20  19:42:30
28726         Log: Infrastructure to allow:
28727              open($fh,"|-",@array);
28728              to be implemented
28729              i.e. mark pp_open as needing a stack mark, and make pp_open
28730              process its args in that style (and pass them _all_ to tied handles OPEN).
28731              Invent do_openn() which takes SV ** at allow it to see multiple args.
28732              Note this does not _do_ anything yet.
28733      Branch: perlio
28734            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
28735            ! perlapi.c pp_proto.h pp_sys.c proto.h
28736 ____________________________________________________________________________
28737 [  8483] By: nick                                  on 2001/01/20  17:23:14
28738         Log: Integrate mainline.
28739      Branch: perlio
28740           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
28741           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
28742 ____________________________________________________________________________
28743 [  8482] By: jhi                                   on 2001/01/19  15:37:49
28744         Log: Update Changes.
28745      Branch: perl
28746            ! Changes patchlevel.h
28747 ____________________________________________________________________________
28748 [  8481] By: jhi                                   on 2001/01/19  14:41:24
28749         Log: Subject: Re: new feature: s?printf parameter reordering 
28750              From: Hugo <hv@crypt.compulink.co.uk>
28751              Date: Thu, 11 Jan 2001 17:09:03 +0000
28752              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
28753              
28754              - support reordering for all parameters: %, *v, *, .*
28755              - lay down that the reordering specification must immediately
28756              follow that parameter: %3$, *v3$, *3$, .*3$
28757              - fix vectorisation of a zero-length string
28758              - factor out the code choosing the argument to format
28759              
28760              Possibly unwanted side-effects:
28761              - the special format specifiers ' +-0' must now precede any
28762              vectorisation specifier. Tests in op/sprintf and op/ver
28763              have been changed to reflect this.
28764              - sprintf.t test #214 changed its expectations because in many
28765              cases, the next parameter has already been consumed when an
28766              invalid type letter is detected.
28767              
28768              Probably wanted side-effects:
28769              - attempts to format a non-existent parameter will warn as if C<undef>
28770              - attempt to write to non-existent parameter with '%n' will complain
28771              of "attempt to modify read-only value" instead of being silent
28772      Branch: perl
28773            ! sv.c t/op/sprintf.t t/op/ver.t
28774 ____________________________________________________________________________
28775 [  8480] By: jhi                                   on 2001/01/19  14:08:37
28776         Log: Subject: PATCH pragma/locale.t
28777              From: andreas.koenig@anima.de (Andreas J. Koenig)
28778              Date: 18 Jan 2001 09:45:37 +0100
28779              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
28780      Branch: perl
28781            ! t/pragma/locale.t
28782 ____________________________________________________________________________
28783 [  8479] By: jhi                                   on 2001/01/19  13:19:58
28784         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
28785      Branch: perl
28786            ! configure.com
28787 ____________________________________________________________________________
28788 [  8478] By: jhi                                   on 2001/01/19  02:12:35
28789         Log: Automate 1_compile.t.
28790      Branch: perl
28791            ! t/lib/1_compile.t
28792 ____________________________________________________________________________
28793 [  8477] By: jhi                                   on 2001/01/19  01:49:56
28794         Log: Integrate perlio.
28795      Branch: perl
28796           !> sv.c win32/config.bc win32/config.gc win32/config.vc
28797           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28798 ____________________________________________________________________________
28799 [  8476] By: nick                                  on 2001/01/18  21:51:52
28800         Log: Integrate mainline
28801      Branch: perlio
28802           +> t/lib/1_compile.t t/lib/compmod.pl
28803           !> MANIFEST configure.com lib/unicode/distinct.pm
28804 ____________________________________________________________________________
28805 [  8475] By: nick                                  on 2001/01/18  21:48:02
28806         Log: Win32 "safe signals" co-existance fix.
28807              Fix SIG_SIZE value.
28808              Clear PL_sig_pending when cloning (fork).
28809      Branch: perlio
28810            ! sv.c win32/config.bc win32/config.gc win32/config.vc
28811            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28812 ____________________________________________________________________________
28813 [  8474] By: jhi                                   on 2001/01/18  14:40:57
28814         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
28815      Branch: perl
28816            ! t/lib/1_compile.t
28817 ____________________________________________________________________________
28818 [  8473] By: gsar                                  on 2001/01/18  11:42:31
28819         Log: unsubmitted trial1 change
28820      Branch: maint-5.6/perl
28821            ! Changes
28822 ____________________________________________________________________________
28823 [  8472] By: jhi                                   on 2001/01/18  04:30:24
28824         Log: The first bug found by 1_compile.t.
28825      Branch: perl
28826            ! lib/unicode/distinct.pm
28827 ____________________________________________________________________________
28828 [  8471] By: jhi                                   on 2001/01/18  04:29:42
28829         Log: Add Schwern's 1_compile test.  The compile_module script renamed
28830              to be a bit shorter for the 8.3 people.
28831      Branch: perl
28832            + t/lib/1_compile.t t/lib/compmod.pl
28833            ! MANIFEST
28834 ____________________________________________________________________________
28835 [  8470] By: jhi                                   on 2001/01/18  04:16:00
28836         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)
28837              From: Peter Prymmer <pvhp@forte.com>
28838              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28839              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28840              Replace #8463.
28841      Branch: maint-5.6/perl
28842            ! configure.com
28843 ____________________________________________________________________________
28844 [  8469] By: jhi                                   on 2001/01/18  04:13:02
28845         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)
28846              From: Peter Prymmer <pvhp@forte.com>
28847              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28848              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28849              Replace #8462.
28850      Branch: perl
28851            ! configure.com
28852 ____________________________________________________________________________
28853 [  8468] By: jhi                                   on 2001/01/18  03:42:08
28854         Log: Integrate perlio.
28855      Branch: perl
28856           !> gv.c mg.c perlio.c util.c
28857 ____________________________________________________________________________
28858 [  8467] By: nick                                  on 2001/01/17  22:41:10
28859         Log: "Safe" signals - trial implementation.
28860              gv.c tweaked to zero PL_sig_pend array
28861              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
28862              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
28863              Odd thing is that it "works" with PERLIO=stdio as well (linux).
28864      Branch: perlio
28865            ! gv.c mg.c perlio.c util.c
28866 ____________________________________________________________________________
28867 [  8466] By: nick                                  on 2001/01/17  20:40:20
28868         Log: Integrate mainline.
28869      Branch: perlio
28870           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28871           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28872           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
28873           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28874           !> vos/config.ga.h win32/config.bc win32/config.gc
28875           !> win32/config.vc
28876 ____________________________________________________________________________
28877 [  8465] By: jhi                                   on 2001/01/17  18:37:13
28878         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28879              From: Nicholas Clark <nick@ccl4.org>
28880              Date: Wed, 17 Jan 2001 17:31:33 +0000
28881              Message-ID: <20010117173133.I2633@plum.flirble.org>
28882      Branch: perl
28883            ! t/op/int.t
28884 ____________________________________________________________________________
28885 [  8464] By: jhi                                   on 2001/01/17  14:43:17
28886         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28887              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28888              Date: Wed, 17 Jan 2001 15:16:43 +0100
28889              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
28890              
28891              pp_int() was dropping an NV to the floor,
28892              int(279964589018079/59) either returned not an integer
28893              4745162525730.15, or one got "Attempt to free unreferenced scalar."
28894      Branch: perl
28895            ! pp.c
28896 ____________________________________________________________________________
28897 [  8463] By: jhi                                   on 2001/01/17  06:12:42
28898         Log: (Replaced by #8470)
28899              
28900              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)
28901              From: "Craig A. Berry" <craigberry@mac.com>
28902              Date: Tue, 16 Jan 2001 23:38:46 -0600
28903              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28904      Branch: maint-5.6/perl
28905            ! configure.com
28906 ____________________________________________________________________________
28907 [  8462] By: jhi                                   on 2001/01/17  06:11:31
28908         Log: (Replaced by #8469)
28909              
28910              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)
28911              From: "Craig A. Berry" <craigberry@mac.com>
28912              Date: Tue, 16 Jan 2001 23:38:46 -0600
28913              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28914      Branch: perl
28915            ! configure.com
28916 ____________________________________________________________________________
28917 [  8461] By: jhi                                   on 2001/01/17  05:56:12
28918         Log: Allow for one trailing slash in the directory of mkdir().
28919      Branch: perl
28920            ! pp_sys.c
28921 ____________________________________________________________________________
28922 [  8460] By: jhi                                   on 2001/01/17  03:26:01
28923         Log: Metaconfig unit changes for #8459.
28924      Branch: metaconfig
28925            ! U/modified/Loc.U U/modified/sig_name.U
28926 ____________________________________________________________________________
28927 [  8459] By: jhi                                   on 2001/01/17  03:24:48
28928         Log: Define SIG_SIZE, the number of elements in the sig_name and
28929              sig_num arrays, including the final NULL entry.
28930      Branch: perl
28931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28932            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28933            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
28934            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28935            ! win32/config.bc win32/config.gc win32/config.vc
28936 ____________________________________________________________________________
28937 [  8458] By: jhi                                   on 2001/01/17  01:41:33
28938         Log: Integrate perlio.
28939      Branch: perl
28940           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28941           !> perlapi.h proto.h sv.c
28942 ____________________________________________________________________________
28943 [  8457] By: nick                                  on 2001/01/16  22:07:26
28944         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
28945              Provides all the "cost" but no benefit yet - it is to allow cost
28946              to be measured, and implementation experiments (just in mg.c?).
28947      Branch: perlio
28948            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28949            ! perlapi.h proto.h sv.c
28950 ____________________________________________________________________________
28951 [  8456] By: nick                                  on 2001/01/16  21:07:07
28952         Log: Integrate mainline.
28953      Branch: perlio
28954           !> (integrate 51 files)
28955 ____________________________________________________________________________
28956 [  8455] By: jhi                                   on 2001/01/16  18:13:43
28957         Log: Subject: [PATCH] regcomp.c old feature removal
28958              From: mjd@plover.com
28959              Date: 16 Jan 2001 14:43:18 -0000 
28960              Message-ID: <20010116144318.7140.qmail@plover.com> 
28961      Branch: perl
28962            ! regcomp.c
28963 ____________________________________________________________________________
28964 [  8454] By: jhi                                   on 2001/01/16  16:12:39
28965         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
28966              From: "Indy Singh" <indy@nusphere.com>
28967              Date: Wed, 10 Jan 2001 20:17:49 -0500
28968              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
28969      Branch: maint-5.6/perl
28970            ! win32/Makefile
28971 ____________________________________________________________________________
28972 [  8453] By: jhi                                   on 2001/01/16  16:09:33
28973         Log: Update Changes.
28974      Branch: perl
28975            ! Changes patchlevel.h
28976 ____________________________________________________________________________
28977 [  8452] By: jhi                                   on 2001/01/16  15:42:04
28978         Log: Subject: Re: API Cleanup
28979              To: perl5-porters@perl.org
28980              Date: Tue, 16 Jan 2001 13:42:30 +0000
28981              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
28982              
28983              Subject: [PATCH] utf8.c documentation
28984              From: Simon Cozens <simon@cozens.net>
28985              Date: Tue, 16 Jan 2001 13:52:48 +0000
28986              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
28987              
28988              Subject: Re: API Cleanup
28989              From: Simon Cozens <simon@cozens.net>
28990              Date: Tue, 16 Jan 2001 14:58:55 +0000
28991              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
28992              
28993              UTF-8 doc patches.
28994      Branch: perl
28995            ! embed.pl pod/perlapi.pod utf8.c
28996 ____________________________________________________________________________
28997 [  8451] By: jhi                                   on 2001/01/16  14:41:39
28998         Log: podlators 1.07, from Russ Allbery.
28999      Branch: perl
29000            ! lib/Pod/Man.pm
29001 ____________________________________________________________________________
29002 [  8450] By: jhi                                   on 2001/01/16  14:24:19
29003         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
29004              From: "Indy Singh" <indy@nusphere.com>
29005              Date: Mon, 15 Jan 2001 20:59:40 -0500
29006              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
29007      Branch: perl
29008            ! win32/Makefile
29009 ____________________________________________________________________________
29010 [  8449] By: jhi                                   on 2001/01/16  03:42:55
29011         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29012              at the setting of the ofs_sv in new_struct_thread() as the
29013              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
29014              that invited a core dump.
29015      Branch: perl
29016            ! util.c
29017 ____________________________________________________________________________
29018 [  8448] By: jhi                                   on 2001/01/16  01:49:07
29019         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
29020              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29021              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
29022              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
29023              
29024              Replace #8444 and #8445.
29025      Branch: perl
29026            ! ext/B/B.xs ext/B/B/Debug.pm
29027 ____________________________________________________________________________
29028 [  8447] By: jhi                                   on 2001/01/15  21:05:35
29029         Log: Subject: [PATCH] API Variable documentation   
29030              From: Simon Cozens <simon@cozens.net>
29031              Date: Mon, 15 Jan 2001 19:35:54 +0000
29032              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
29033      Branch: perl
29034            ! pod/perlapi.pod thrdvar.h
29035 ____________________________________________________________________________
29036 [  8446] By: jhi                                   on 2001/01/15  20:49:20
29037         Log: Signedness nit.
29038      Branch: perl
29039            ! pp_ctl.c
29040 ____________________________________________________________________________
29041 [  8445] By: jhi                                   on 2001/01/15  20:28:48
29042         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
29043      Branch: perl
29044            ! ext/B/B/Debug.pm
29045 ____________________________________________________________________________
29046 [  8444] By: jhi                                   on 2001/01/15  13:09:10
29047         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29048      Branch: perl
29049            ! ext/B/B.xs
29050 ____________________________________________________________________________
29051 [  8443] By: jhi                                   on 2001/01/15  13:06:26
29052         Log: Missing from #8439.
29053      Branch: perl
29054            ! keywords.h mg.c
29055 ____________________________________________________________________________
29056 [  8442] By: jhi                                   on 2001/01/15  13:02:38
29057         Log: Subject: [PATCH @8436] Eliminate op_children
29058              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29059              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
29060              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
29061              
29062              Subject: [PATCH @8436] Re: Eliminate op_children
29063              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29064              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
29065              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
29066      Branch: perl
29067            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
29068            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
29069            ! op.c op.h
29070 ____________________________________________________________________________
29071 [  8441] By: jhi                                   on 2001/01/15  12:57:08
29072         Log: Use the /^Perl_/-less form of is_lvalue_sub().
29073      Branch: perl
29074            ! pp.h
29075 ____________________________________________________________________________
29076 [  8440] By: jhi                                   on 2001/01/15  05:13:09
29077         Log: Revert #8437 and #8438, the Linux large files story is more complex.
29078      Branch: metaconfig/U/perl
29079            ! d_fpos64_t.U d_off64_t.U
29080      Branch: perl
29081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29082            ! config_h.SH configure.com epoc/config.sh perl.h
29083            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29084            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29085            ! win32/config.bc win32/config.gc win32/config.vc
29086 ____________________________________________________________________________
29087 [  8439] By: jhi                                   on 2001/01/15  05:02:24
29088         Log: More UTF-8 patches from Inaba Hiroto.
29089              - The substr lval was still not okay.
29090              - Now pp_stringify and sv_setsv copies source's UTF8 flag
29091              even if IN_BYTE.  pp_stringify is called from fold_constants
29092              at optimization phase and "\x{100}" was made SvUTF8_off under
29093              use bytes (the bytes pragma is for "byte semantics" and not
29094              for "do not produce UTF8 data")
29095              - New `qu' operator to generate UTF8 string explicitly.
29096              Though I agree with the policy "0x00-0xff always produce bytes",
29097              sometimes want to such a string to be coded in UTF8.
29098              I can use pack"U0a*" but it requires more typing and has
29099              runtime overhead.
29100              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
29101              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
29102              string is not UTF8_on and has char 0x80-0xff.
29103              
29104              TODO: document and test qu.
29105      Branch: perl
29106            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
29107            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
29108            ! toke.c
29109 ____________________________________________________________________________
29110 [  8438] By: jhi                                   on 2001/01/14  05:10:23
29111         Log: Metaconfig unit changes for #8437.
29112      Branch: metaconfig/U/perl
29113            ! d_fpos64_t.U d_off64_t.U
29114 ____________________________________________________________________________
29115 [  8437] By: jhi                                   on 2001/01/14  04:55:34
29116         Log: Add <features.h> probing, seems to be needed for (some?)
29117              Linux largefileness.
29118      Branch: perl
29119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29120            ! config_h.SH configure.com epoc/config.sh perl.h
29121            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29122            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29123            ! win32/config.bc win32/config.gc win32/config.vc
29124 ____________________________________________________________________________
29125 [  8436] By: jhi                                   on 2001/01/13  17:47:21
29126         Log: Tighten some of the tests a bit.
29127      Branch: perl
29128            ! t/pragma/utf8.t
29129 ____________________________________________________________________________
29130 [  8435] By: jhi                                   on 2001/01/13  17:31:54
29131         Log: Integrate perlio.
29132      Branch: perl
29133           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
29134           !> win32/config_H.gc win32/config_H.vc
29135 ____________________________________________________________________________
29136 [  8434] By: nick                                  on 2001/01/13  11:36:53
29137         Log: Run dmake regen_config_h for Win32
29138      Branch: perlio
29139            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29140 ____________________________________________________________________________
29141 [  8433] By: nick                                  on 2001/01/13  11:31:55
29142         Log: VMS friendly patch to Encode compile process
29143      Branch: perlio
29144            ! ext/Encode/Makefile.PL ext/Encode/compile
29145 ____________________________________________________________________________
29146 [  8432] By: nick                                  on 2001/01/13  11:06:44
29147         Log: Integrate mainline
29148      Branch: perlio
29149           +> ext/B/B/Concise.pm
29150           !> (integrate 52 files)
29151 ____________________________________________________________________________
29152 [  8431] By: jhi                                   on 2001/01/13  05:55:55
29153         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
29154              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29155              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
29156              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
29157      Branch: perl
29158            ! ext/B/B/Concise.pm
29159 ____________________________________________________________________________
29160 [  8430] By: jhi                                   on 2001/01/13  04:24:18
29161         Log: The LVRET macro needed an aTHX.
29162      Branch: perl
29163            ! pp.h
29164 ____________________________________________________________________________
29165 [  8429] By: jhi                                   on 2001/01/13  02:12:42
29166         Log: Update Changes.
29167      Branch: perl
29168            ! Changes patchlevel.h
29169 ____________________________________________________________________________
29170 [  8428] By: jhi                                   on 2001/01/13  02:08:50
29171         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
29172              From: Peter Prymmer <pvhp@forte.com>
29173              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
29174              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
29175              
29176              Add a BEGIN guard for sloppy floating point division.
29177      Branch: perl
29178            ! lib/Math/BigInt.pm lib/bigint.pl
29179 ____________________________________________________________________________
29180 [  8427] By: jhi                                   on 2001/01/13  01:47:16
29181         Log: The B::Terse drop-in replacement wasn't quite drop-in.
29182      Branch: perl
29183            ! ext/B/B/Terse.pm
29184 ____________________________________________________________________________
29185 [  8426] By: jhi                                   on 2001/01/12  21:20:43
29186         Log: Use UVXf.
29187      Branch: perl
29188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29189            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
29190            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29191            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29192            ! win32/config.gc win32/config.vc
29193 ____________________________________________________________________________
29194 [  8425] By: jhi                                   on 2001/01/12  20:20:14
29195         Log: Subject: [PATCH perl@8342] -Wformat
29196              From: Robin Barker <rmb1@cise.npl.co.uk>
29197              Date: Fri, 12 Jan 2001 20:03:14 GMT
29198              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
29199      Branch: perl
29200            ! ext/Encode/Encode.xs mg.c sv.c toke.c
29201 ____________________________________________________________________________
29202 [  8424] By: jhi                                   on 2001/01/12  20:01:48
29203         Log: Subject: B::Concise -- an improved replacement for B::Terse 
29204              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29205              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
29206              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
29207      Branch: perl
29208            + ext/B/B/Concise.pm
29209            ! MANIFEST ext/B/B/Terse.pm
29210 ____________________________________________________________________________
29211 [  8423] By: jhi                                   on 2001/01/12  19:24:02
29212         Log: The new metaconfig unit from the #8421.
29213      Branch: metaconfig/U/perl
29214            + d_sigprocmask.U
29215 ____________________________________________________________________________
29216 [  8422] By: jhi                                   on 2001/01/12  19:23:43
29217         Log: Forgot the microperl config from the #8421.
29218      Branch: perl
29219            ! uconfig.h uconfig.sh
29220 ____________________________________________________________________________
29221 [  8421] By: jhi                                   on 2001/01/12  19:05:27
29222         Log: Add sigprocmask() probe, regen Configure, regen toc.
29223      Branch: perl
29224            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29225            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
29226            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29227            ! vos/config.ga.h win32/config.bc win32/config.gc
29228            ! win32/config.vc
29229 ____________________________________________________________________________
29230 [  8420] By: jhi                                   on 2001/01/12  18:34:31
29231         Log: Add sockatmark() to the todo list.
29232      Branch: perl
29233            ! Todo-5.6
29234 ____________________________________________________________________________
29235 [  8419] By: jhi                                   on 2001/01/12  18:09:46
29236         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29237      Branch: perl
29238            ! op.c
29239 ____________________________________________________________________________
29240 [  8418] By: jhi                                   on 2001/01/12  18:05:30
29241         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29242              From: Radu Greab <radu@netsoft.ro>
29243              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
29244              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
29245      Branch: perl
29246            ! op.c t/pragma/sub_lval.t
29247 ____________________________________________________________________________
29248 [  8417] By: jhi                                   on 2001/01/12  16:09:09
29249         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
29250              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
29251              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
29252              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
29253      Branch: perl
29254            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
29255            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
29256            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
29257            ! t/pragma/sub_lval.t toke.c
29258 ____________________________________________________________________________
29259 [  8416] By: jhi                                   on 2001/01/12  15:42:06
29260         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29261              From: "Richard Soderberg" <rs@crystalflame.net>
29262              Date: Fri, 12 Jan 2001 04:49:35 -0800
29263              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
29264              
29265              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29266              according to the platform.
29267      Branch: perl
29268            ! op.c
29269 ____________________________________________________________________________
29270 [  8415] By: jhi                                   on 2001/01/12  15:33:41
29271         Log: One more UTF-8 fix from Inaba Hiroto.
29272      Branch: perl
29273            ! pp.c regexec.c t/pragma/utf8.t
29274 ____________________________________________________________________________
29275 [  8414] By: jhi                                   on 2001/01/12  15:30:18
29276         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
29277      Branch: perl
29278            ! regexec.c
29279 ____________________________________________________________________________
29280 [  8413] By: jhi                                   on 2001/01/12  15:22:10
29281         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
29282              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29283              Date: Thu, 11 Jan 2001 12:53:36 +0100
29284              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
29285      Branch: perl
29286            ! toke.c
29287 ____________________________________________________________________________
29288 [  8412] By: jhi                                   on 2001/01/12  15:20:25
29289         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
29290              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29291              Date: Fri, 12 Jan 2001 14:37:55 +0100
29292              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
29293      Branch: perl
29294            ! hints/posix-bc.sh
29295 ____________________________________________________________________________
29296 [  8411] By: jhi                                   on 2001/01/12  15:14:14
29297         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
29298              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29299              Date: Fri, 12 Jan 2001 10:42:21 +0100
29300              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
29301      Branch: perl
29302            ! t/op/regmesg.t
29303 ____________________________________________________________________________
29304 [  8410] By: jhi                                   on 2001/01/12  05:48:55
29305         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
29306              From: Nicholas Clark <nick@ccl4.org> 
29307              Date: Sun, 7 Jan 2001 19:47:14 +0000
29308              Message-ID: <20010107194714.B1048@plum.flirble.org>
29309      Branch: perl
29310            ! t/op/numconvert.t
29311 ____________________________________________________________________________
29312 [  8409] By: jhi                                   on 2001/01/12  05:41:28
29313         Log: Integrate perlio.
29314      Branch: perl
29315           !> mg.c scope.h
29316 ____________________________________________________________________________
29317 [  8408] By: nick                                  on 2001/01/11  22:43:28
29318         Log: Remove variables that were used in experiments.
29319      Branch: perlio
29320            ! mg.c
29321 ____________________________________________________________________________
29322 [  8407] By: nick                                  on 2001/01/11  20:57:44
29323         Log: Catch die in %SIG handler and unblock the signal before re-dying.
29324              This make Linux work _without_ sigsetjmp().
29325              Turn off sigsetjmp() to see what else it does.
29326              May need Configure probe for sigprocmask() if anything has sigaction()
29327              but not sigprocmask().
29328      Branch: perlio
29329            ! mg.c scope.h
29330 ____________________________________________________________________________
29331 [  8406] By: nick                                  on 2001/01/11  19:32:07
29332         Log: Integrate mainline
29333      Branch: perlio
29334           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
29335           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
29336           !> t/op/substr.t
29337 ____________________________________________________________________________
29338 [  8405] By: jhi                                   on 2001/01/11  17:11:01
29339         Log: Fix UTF-8 lval substr().
29340      Branch: perl
29341            ! mg.c t/op/substr.t
29342 ____________________________________________________________________________
29343 [  8404] By: jhi                                   on 2001/01/11  05:13:58
29344         Log: Update Changes.
29345      Branch: perl
29346            ! Changes patchlevel.h
29347 ____________________________________________________________________________
29348 [  8403] By: jhi                                   on 2001/01/11  04:38:24
29349         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
29350              From: Hugo <hv@crypt.compulink.co.uk>
29351              Date: Mon, 30 Oct 2000 01:33:26 +0000
29352              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
29353      Branch: perl
29354            ! regexec.c t/op/re_tests
29355 ____________________________________________________________________________
29356 [  8402] By: jhi                                   on 2001/01/11  04:26:12
29357         Log: Integrate perlio.
29358      Branch: perl
29359           !> scope.h util.c
29360 ____________________________________________________________________________
29361 [  8401] By: nick                                  on 2001/01/10  22:52:55
29362         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
29363              (So Alan and Ilya can try setting via hints.)
29364              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
29365              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
29366              doing the save everywhere seems to restart read() correctly, but just
29367              doing it once "round" the handler does not.
29368      Branch: perlio
29369            ! scope.h
29370 ____________________________________________________________________________
29371 [  8400] By: jhi                                   on 2001/01/10  21:57:54
29372         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
29373              of IRIX, HP-UX is unaffected.
29374      Branch: perl
29375            ! perl.h
29376 ____________________________________________________________________________
29377 [  8399] By: nick                                  on 2001/01/10  21:29:19
29378         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
29379      Branch: perlio
29380            ! util.c
29381 ____________________________________________________________________________
29382 [  8398] By: jhi                                   on 2001/01/10  20:55:31
29383         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
29384              also have ReusePort.
29385      Branch: perl
29386            ! ext/IO/lib/IO/Socket/INET.pm
29387 ____________________________________________________________________________
29388 [  8397] By: jhi                                   on 2001/01/10  20:50:57
29389         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29390              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29391              Date: Wed, 10 Jan 2001 01:38:13 -0800
29392              Message-ID: <20010110013813.B41744@yahoo-inc.com>
29393      Branch: perl
29394            ! ext/IO/lib/IO/Socket/INET.pm
29395 ____________________________________________________________________________
29396 [  8396] By: jhi                                   on 2001/01/10  20:49:30
29397         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
29398              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29399              Date: Wed, 10 Jan 2001 01:37:32 -0800
29400              Message-ID: <20010110013732.A41744@yahoo-inc.com>
29401      Branch: perl
29402            ! ext/Socket/Socket.pm
29403 ____________________________________________________________________________
29404 [  8395] By: jhi                                   on 2001/01/10  20:41:37
29405         Log: Test for bug id 20010105.016 (fixed by #8378).
29406      Branch: perl
29407            ! t/op/split.t
29408 ____________________________________________________________________________
29409 [  8394] By: jhi                                   on 2001/01/10  20:26:32
29410         Log: Integrate perlio.
29411      Branch: perl
29412            ! util.c
29413 ____________________________________________________________________________
29414 [  8393] By: nick                                  on 2001/01/10  19:34:30
29415         Log: Back out Simon's pid hackery for now.
29416      Branch: perlio
29417            ! util.c
29418 ____________________________________________________________________________
29419 [  8392] By: nick                                  on 2001/01/10  19:23:13
29420         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
29421      Branch: perlio
29422           !> (integrate 29 files)
29423 ____________________________________________________________________________
29424 [  8391] By: jhi                                   on 2001/01/10  18:43:15
29425         Log: Subject: [PATCH] Fix my_pclose segfault
29426              From: Simon Cozens <simon@cozens.net>
29427              Date: Wed, 10 Jan 2001 18:39:35 +0000
29428              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
29429      Branch: perl
29430            ! util.c
29431 ____________________________________________________________________________
29432 [  8390] By: jhi                                   on 2001/01/10  18:42:08
29433         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
29434              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29435              Date:     Wed, 10 Jan 2001 13:23:02 EST
29436              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
29437      Branch: perl
29438            ! ext/Opcode/Opcode.xs
29439 ____________________________________________________________________________
29440 [  8389] By: jhi                                   on 2001/01/10  15:16:07
29441         Log: Turn off the integer preservation for now.
29442      Branch: perl
29443            ! perl.h
29444 ____________________________________________________________________________
29445 [  8388] By: jhi                                   on 2001/01/10  15:01:25
29446         Log: Few more IDE/editor nits from p5p.
29447      Branch: perl
29448            ! pod/perlfaq3.pod
29449 ____________________________________________________________________________
29450 [  8387] By: jhi                                   on 2001/01/10  06:53:16
29451         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
29452              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
29453              Date: Tue, 9 Jan 2001 23:16:02 +0000
29454              Message-ID: <20010109231602.A81101@plum.flirble.org>
29455      Branch: perl
29456            ! sv.c
29457 ____________________________________________________________________________
29458 [  8386] By: jhi                                   on 2001/01/10  03:17:54
29459         Log: Test cases for #8385 (from Simon's "torture.pl")
29460      Branch: perl
29461            ! t/op/tr.t
29462 ____________________________________________________________________________
29463 [  8385] By: jhi                                   on 2001/01/10  03:17:11
29464         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
29465              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
29466              Date: Wed, 10 Jan 2001 11:39:39 +0900
29467              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
29468              
29469              Some more UTF-8 tr cases fixed.
29470      Branch: perl
29471            ! doop.c
29472 ____________________________________________________________________________
29473 [  8384] By: jhi                                   on 2001/01/09  22:45:40
29474         Log: Allow the locale test needing POSIX and the taint test
29475              needing IPC::SysV to run under 'minitest' (basically,
29476              bail out if loading the extension fails)
29477      Branch: perl
29478            ! t/op/misc.t t/op/taint.t
29479 ____________________________________________________________________________
29480 [  8383] By: jhi                                   on 2001/01/09  21:36:04
29481         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29482              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29483              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
29484              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
29485      Branch: perl
29486            ! t/io/openpid.t
29487 ____________________________________________________________________________
29488 [  8382] By: jhi                                   on 2001/01/09  21:06:08
29489         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
29490              Should finish up the bug id 20001205.022.
29491      Branch: perl
29492            ! pp.c pp_hot.c scope.c
29493 ____________________________________________________________________________
29494 [  8381] By: jhi                                   on 2001/01/09  18:27:43
29495         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
29496              From: Andy Dougherty <doughera@lafayette.edu>
29497              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
29498              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
29499              
29500              More robust yacc/bison error detection.
29501      Branch: perl
29502            ! t/comp/proto.t
29503 ____________________________________________________________________________
29504 [  8380] By: jhi                                   on 2001/01/09  15:21:38
29505         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
29506              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29507              Date:     Tue, 9 Jan 2001 07:53:55 EST
29508              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
29509      Branch: perl
29510            ! t/op/misc.t vms/test.com
29511 ____________________________________________________________________________
29512 [  8379] By: jhi                                   on 2001/01/09  15:20:38
29513         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
29514              From: jhi@cc.hut.fi
29515              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
29516              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
29517              
29518              The #8378 fixed this.
29519      Branch: perl
29520            ! t/op/tr.t
29521 ____________________________________________________________________________
29522 [  8378] By: jhi                                   on 2001/01/09  15:05:32
29523         Log: Subject: One more patch for UTF8 
29524              From: Inaba Hiroto <inaba@st.rim.or.jp>
29525              Date: Tue, 09 Jan 2001 01:04:32 +0900
29526              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
29527              
29528              UTF-8 fixes for 'x' and tr///.
29529      Branch: perl
29530            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
29531            ! regcomp.c regexec.c toke.c utf8.c
29532 ____________________________________________________________________________
29533 [  8377] By: jhi                                   on 2001/01/09  14:32:17
29534         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
29535      Branch: perl
29536            ! t/op/length.t
29537 ____________________________________________________________________________
29538 [  8376] By: jhi                                   on 2001/01/09  04:32:32
29539         Log: integrate changes #7775, #8316, #8316 from mainline
29540      Branch: maint-5.6/perl
29541            ! hints/solaris_2.sh
29542 ____________________________________________________________________________
29543 [  8375] By: jhi                                   on 2001/01/09  04:26:43
29544         Log: Update Changes.
29545      Branch: perl
29546            ! Changes patchlevel.h
29547 ____________________________________________________________________________
29548 [  8374] By: jhi                                   on 2001/01/09  04:14:32
29549         Log: IDE/editor section tweaking.
29550      Branch: perl
29551            ! pod/perlfaq3.pod
29552 ____________________________________________________________________________
29553 [  8373] By: jhi                                   on 2001/01/09  02:38:26
29554         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
29555              From: Peter Prymmer <pvhp@forte.com>
29556              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
29557              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
29558              
29559              In preparation os OS/390 dynamic loading.
29560      Branch: perl
29561            ! README.os390 hints/os390.sh
29562 ____________________________________________________________________________
29563 [  8372] By: jhi                                   on 2001/01/09  00:24:30
29564         Log: Integrate with perlio.
29565      Branch: perl
29566           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29567 ____________________________________________________________________________
29568 [  8371] By: nick                                  on 2001/01/08  23:54:33
29569         Log: Fix "scalars leaked" bugs caused by overload magic
29570              (Highlighted by Ilya's DESTROY optimization.)
29571      Branch: perlio
29572            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29573 ____________________________________________________________________________
29574 [  8370] By: nick                                  on 2001/01/08  20:19:41
29575         Log: Integrate mainline
29576      Branch: perlio
29577           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
29578           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
29579           !> t/op/64bitint.t
29580 ____________________________________________________________________________
29581 [  8369] By: jhi                                   on 2001/01/08  17:30:52
29582         Log: save_delete() Safefree() doesn't (anymore?) work with shared
29583              strings, one test failure in op/misc and almost all of lib/b.
29584              (Outcomments #8369.)
29585      Branch: perl
29586            ! scope.c
29587 ____________________________________________________________________________
29588 [  8368] By: jhi                                   on 2001/01/08  14:47:10
29589         Log: (Outcommented by #8369.)
29590              
29591              Subject: Re: Perl BugID 20001205.022 ---- save_delete
29592              From: Simon Cozens <simon@cozens.net>
29593              Date: Sat, 6 Jan 2001 11:48:40 +0000
29594              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
29595              
29596              The save_delete() does need the Safefree.
29597      Branch: perl
29598            ! scope.c
29599 ____________________________________________________________________________
29600 [  8367] By: bailey                                on 2001/01/08  08:53:52
29601         Log: Once again syncing after too long an absence
29602      Branch: vmsperl
29603           +> (branch 55 files)
29604            - MAINTAIN fix_pl vos/config.def vos/config.h
29605            - vos/config_h.SH_orig
29606           !> (integrate 498 files)
29607 ____________________________________________________________________________
29608 [  8366] By: jhi                                   on 2001/01/08  02:42:59
29609         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
29610              From: nick@ccl4.org
29611              Date: Sun, 7 Jan 2001 21:07:18 +0000
29612              Message-Id: <20010107210717.D1048@plum.flirble.org>
29613      Branch: perl
29614            ! sv.c t/op/64bitint.t
29615 ____________________________________________________________________________
29616 [  8365] By: jhi                                   on 2001/01/08  02:35:16
29617         Log: Subject: [PATCH] environ nit
29618              From: Simon Cozens <simon@cozens.net>
29619              Date: Sun, 7 Jan 2001 17:57:07 +0000
29620              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
29621              
29622              Use environ only if we have it.
29623      Branch: perl
29624            ! mg.c
29625 ____________________________________________________________________________
29626 [  8364] By: jhi                                   on 2001/01/08  02:24:51
29627         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
29628      Branch: perl
29629            ! ext/GDBM_File/GDBM_File.xs
29630 ____________________________________________________________________________
29631 [  8363] By: jhi                                   on 2001/01/08  02:19:24
29632         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29633              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29634              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
29635              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
29636      Branch: perl
29637            ! dump.c op.c
29638 ____________________________________________________________________________
29639 [  8362] By: jhi                                   on 2001/01/08  02:17:43
29640         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
29641              From: Doug MacEachern <dougm@covalent.net>
29642              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
29643              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
29644              
29645              Allow AUTOLOAD to be an xsub and allow such xsubs
29646              to avoid use of $AUTOLOAD.
29647      Branch: perl
29648            ! gv.c
29649 ____________________________________________________________________________
29650 [  8361] By: jhi                                   on 2001/01/08  02:16:07
29651         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29652              From: Radu Greab <radu@netsoft.ro>
29653              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
29654              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
29655              
29656              No need for the potentially unportable $SIG{CHLD}.
29657      Branch: perl
29658            ! t/io/pipe.t
29659 ____________________________________________________________________________
29660 [  8360] By: jhi                                   on 2001/01/08  01:58:23
29661         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
29662      Branch: perl
29663            ! lib/Getopt/Long.pm
29664 ____________________________________________________________________________
29665 [  8359] By: jhi                                   on 2001/01/08  01:55:44
29666         Log: Integrate perlio.
29667      Branch: perl
29668           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
29669           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
29670           !> utf8.c win32/Makefile
29671 ____________________________________________________________________________
29672 [  8358] By: jhi                                   on 2001/01/07  21:16:50
29673         Log: Update the EPOC cross SDK URL.
29674      Branch: perl
29675            ! README.epoc
29676 ____________________________________________________________________________
29677 [  8357] By: jhi                                   on 2001/01/07  21:16:09
29678         Log: Update the EPOC cross SDK URL.
29679      Branch: maint-5.6/perl
29680            ! README.epoc
29681 ____________________________________________________________________________
29682 [  8356] By: nick                                  on 2001/01/06  21:47:52
29683         Log: FILE * in XS code for PerlIO world:
29684              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
29685              - Add FILE * T_STDIO typemap.
29686              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
29687      Branch: perlio
29688            ! lib/ExtUtils/typemap perlio.c perlio.h
29689 ____________________________________________________________________________
29690 [  8355] By: jhi                                   on 2001/01/06  20:27:15
29691         Log: integrate change #8336 from mainline
29692              
29693              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
29694      Branch: maint-5.6/perl
29695            ! hv.c
29696 ____________________________________________________________________________
29697 [  8354] By: jhi                                   on 2001/01/06  20:24:29
29698         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29699              From: Robin Barker <rmb1@cise.npl.co.uk>
29700              Date: Fri, 22 Dec 2000 12:17:38 GMT
29701              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
29702              
29703              The patch reformats some long =item lines so they give
29704              correct output via pod2man | nroff -man
29705              
29706              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29707              From: Robin Barker <rmb1@cise.npl.co.uk>
29708              Date: Tue, 2 Jan 2001 15:35:03 GMT
29709              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
29710              
29711              Here is a _further_ patch which corrects a few more errors:
29712              * an empty C<=item> in CPAN.pm
29713              * patching the wrong file (pod/perlamiga.pod not README.amiga)
29714              * leaving empty C<=item>s which formatted incorrectly
29715              * over long C<=item>s revealed by latest patch to Pod::Man
29716      Branch: maint-5.6/perl
29717            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29718            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29719            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
29720            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
29721            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
29722            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
29723 ____________________________________________________________________________
29724 [  8353] By: jhi                                   on 2001/01/06  20:21:10
29725         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
29726              
29727              UTF-8 hash keys.
29728      Branch: maint-5.6/perl
29729            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
29730 ____________________________________________________________________________
29731 [  8352] By: jhi                                   on 2001/01/06  20:18:44
29732         Log: Forgotten from #8438.
29733      Branch: maint-5.6/perl
29734            ! epoc/epocish.h
29735 ____________________________________________________________________________
29736 [  8351] By: jhi                                   on 2001/01/06  20:18:12
29737         Log: Forgotten from #8347.
29738      Branch: maint-5.6/perl
29739            ! config_h.SH
29740 ____________________________________________________________________________
29741 [  8350] By: jhi                                   on 2001/01/06  20:00:19
29742         Log: Thinko in #8347.
29743      Branch: maint-5.6/perl
29744            ! regcomp.c
29745 ____________________________________________________________________________
29746 [  8349] By: jhi                                   on 2001/01/06  18:05:30
29747         Log: Copy the FAQ3 IDE section from the development branch,
29748              changes originally by Peter Prymmer.
29749      Branch: maint-5.6/perl
29750            ! pod/perlfaq3.pod
29751 ____________________________________________________________________________
29752 [  8348] By: jhi                                   on 2001/01/06  18:03:02
29753         Log: EPOC updates for TRIAL1.
29754              
29755              Subject: [5.6.1 trial1] EPOC update
29756              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29757              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
29758              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
29759              
29760              Subject: epoc patch2 for perl-5.6.1-trial1
29761              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29762              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
29763              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
29764      Branch: maint-5.6/perl
29765            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
29766            ! epoc/epocish.c
29767 ____________________________________________________________________________
29768 [  8347] By: jhi                                   on 2001/01/06  17:29:10
29769         Log: integrate changes #7710,7824,7973 from mainline,
29770              plus VMS nits from Peter Prymmer and Dan Sugalski.
29771              
29772              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29773              library (getprotobyname and getprotobynumber are outversioned by
29774              the same calls in libc, at least for xlc version 3.
29775              
29776              Add HAS_SBRK_PROTO.
29777              
29778              Fixes for signedness warnings noticed by VMSperlers.
29779      Branch: maint-5.6/perl
29780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29781            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
29782            ! sv.c vms/descrip_mms.template vos/config.alpha.def
29783            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29784            ! win32/config.bc win32/config.gc win32/config.vc
29785 ____________________________________________________________________________
29786 [  8346] By: nick                                  on 2001/01/06  14:36:01
29787         Log: Fixup accumulated integrate muddles (perlio == devperl again)
29788      Branch: perlio
29789            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
29790 ____________________________________________________________________________
29791 [  8345] By: nick                                  on 2001/01/06  14:24:58
29792         Log: Integrate mainline
29793      Branch: perlio
29794           !> (integrate 55 files)
29795 ____________________________________________________________________________
29796 [  8344] By: jhi                                   on 2001/01/06  02:24:02
29797         Log: Subject: [patch] PerlIO_cleanup() prototype
29798              From: Doug MacEachern <dougm@covalent.net>
29799              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
29800              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
29801      Branch: perl
29802            ! perlio.h
29803 ____________________________________________________________________________
29804 [  8343] By: jhi                                   on 2001/01/06  01:04:09
29805         Log: IRIX compiler noticed that the bof initialization might be
29806              bypassed by control flow.
29807      Branch: perl
29808            ! toke.c
29809 ____________________________________________________________________________
29810 [  8342] By: jhi                                   on 2001/01/06  00:10:48
29811         Log: Update Changes.
29812      Branch: perl
29813            ! Changes patchlevel.h
29814 ____________________________________________________________________________
29815 [  8341] By: jhi                                   on 2001/01/05  23:52:33
29816         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
29817      Branch: perl
29818            ! toke.c
29819 ____________________________________________________________________________
29820 [  8340] By: jhi                                   on 2001/01/05  22:44:08
29821         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29822              From: Radu Greab <radu@netsoft.ro>
29823              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
29824              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
29825      Branch: perl
29826            ! t/io/pipe.t util.c
29827 ____________________________________________________________________________
29828 [  8339] By: jhi                                   on 2001/01/05  22:35:17
29829         Log: Subject: [PATCH] format and rewording in perlfaq.pod
29830              From: Robin Barker <rmb1@cise.npl.co.uk>
29831              Date: Fri, 5 Jan 2001 18:51:20 GMT
29832              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
29833      Branch: perl
29834            ! pod/perlfaq.pod
29835 ____________________________________________________________________________
29836 [  8338] By: jhi                                   on 2001/01/05  22:31:17
29837         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
29838              From: Peter Prymmer <pvhp@forte.com>
29839              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
29840              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
29841      Branch: perl
29842            ! utils/perlbug.PL
29843 ____________________________________________________________________________
29844 [  8337] By: jhi                                   on 2001/01/05  18:15:11
29845         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29846              From: Robin Barker <rmb1@cise.npl.co.uk>
29847              Date: Tue, 2 Jan 2001 15:24:07 GMT
29848              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
29849              
29850              If you call configure as C<./Configure> or C<sh ./Configure>,
29851              $src is set to the absolute path name, not '.'.
29852              
29853              This, in turn, means -Dmksymlink tries to do its stuff because
29854              it does not think it is in the src directory.
29855              
29856              (plus a metaconfig nitfix)
29857      Branch: metaconfig
29858            ! U/compline/ccflags.U U/modified/src.U
29859      Branch: perl
29860            ! Configure config_h.SH
29861 ____________________________________________________________________________
29862 [  8336] By: jhi                                   on 2001/01/05  17:48:32
29863         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
29864              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29865              Message-ID: <3A5606C4.473D2226@uk.sun.com>
29866              Date: Fri, 05 Jan 2001 17:39:16 +0000
29867      Branch: perl
29868            ! hv.c
29869 ____________________________________________________________________________
29870 [  8335] By: jhi                                   on 2001/01/05  16:05:44
29871         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
29872      Branch: perl
29873            ! lib/Getopt/Long.pm
29874 ____________________________________________________________________________
29875 [  8334] By: jhi                                   on 2001/01/05  16:00:51
29876         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29877              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29878              Date: Fri, 05 Jan 2001 13:46:51 +0100
29879              Message-ID: <13693.978698811@nice.ram.loc>
29880              
29881              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29882              accurate reading of the "atime".  
29883      Branch: perl
29884            ! t/io/fs.t
29885 ____________________________________________________________________________
29886 [  8333] By: jhi                                   on 2001/01/05  15:57:37
29887         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
29888              From: Simon Cozens <simon@cozens.net>
29889              Date: Fri, 8 Dec 2000 13:33:31 +0000
29890              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
29891              
29892              A lost patch fragment.
29893      Branch: perl
29894            ! doop.c
29895 ____________________________________________________________________________
29896 [  8332] By: jhi                                   on 2001/01/05  15:40:42
29897         Log: Do away with strncpy() and a fixed length buffer.
29898      Branch: perl
29899            ! utf8.c
29900 ____________________________________________________________________________
29901 [  8331] By: jhi                                   on 2001/01/05  15:03:07
29902         Log: Tests for #8329 and #8330.
29903      Branch: perl
29904            ! t/op/bop.t
29905 ____________________________________________________________________________
29906 [  8330] By: jhi                                   on 2001/01/05  15:02:38
29907         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
29908              raw 8-bit form to the UTF-8 string.
29909      Branch: perl
29910            ! toke.c
29911 ____________________________________________________________________________
29912 [  8329] By: jhi                                   on 2001/01/05  14:55:13
29913         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
29914              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29915              Date: Fri, 5 Jan 2001 12:28:52 +0100
29916              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
29917              
29918              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
29919              no effect.  (changed the strncpy() to Copy())
29920      Branch: perl
29921            ! toke.c
29922 ____________________________________________________________________________
29923 [  8328] By: jhi                                   on 2001/01/05  06:44:27
29924         Log: UTF-8 cleanup.
29925      Branch: perl
29926            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29927            ! regexec.c sv.c toke.c
29928 ____________________________________________________________________________
29929 [  8327] By: jhi                                   on 2001/01/05  01:11:29
29930         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')
29931              From: Radu Greab <radu@netsoft.ro>
29932              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
29933              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
29934              
29935              Cleans up Harness to not use FileHandle, which uses IO.
29936      Branch: perl
29937            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29938 ____________________________________________________________________________
29939 [  8326] By: jhi                                   on 2001/01/05  00:56:37
29940         Log: Update Changes.
29941      Branch: perl
29942            ! Changes patchlevel.h
29943 ____________________________________________________________________________
29944 [  8325] By: jhi                                   on 2001/01/05  00:53:18
29945         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
29946              From: Peter Prymmer <pvhp@forte.com>
29947              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
29948              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
29949              
29950              plus a couple more tailing whitespace removals.
29951      Branch: perl
29952            ! win32/Makefile
29953 ____________________________________________________________________________
29954 [  8324] By: jhi                                   on 2001/01/05  00:47:39
29955         Log: Add some Unicode chop() tests.
29956      Branch: perl
29957            ! t/op/chop.t
29958 ____________________________________________________________________________
29959 [  8323] By: jhi                                   on 2001/01/05  00:47:23
29960         Log: Unify UTF-8 malformedness handling.
29961      Branch: perl
29962            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
29963 ____________________________________________________________________________
29964 [  8322] By: jhi                                   on 2001/01/04  22:21:54
29965         Log: The new $issymlink was unknown to Mksymlinks.
29966      Branch: metaconfig/U/perl
29967            ! Mksymlinks.U issymlink.U
29968      Branch: perl
29969            ! Configure config_h.SH
29970 ____________________________________________________________________________
29971 [  8321] By: jhi                                   on 2001/01/04  21:51:05
29972         Log: The test didn't work under the core test framework.
29973      Branch: perl
29974            ! t/lib/st-lock.t
29975 ____________________________________________________________________________
29976 [  8320] By: jhi                                   on 2001/01/04  21:14:22
29977         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29978      Branch: perl
29979            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
29980 ____________________________________________________________________________
29981 [  8319] By: jhi                                   on 2001/01/04  20:46:17
29982         Log: Typo in #8312 when manually appying a problematic patch fragment.
29983      Branch: perl
29984            ! ext/Storable/Storable.xs
29985 ____________________________________________________________________________
29986 [  8318] By: jhi                                   on 2001/01/04  20:43:01
29987         Log: The $sh_c didn't fly.
29988      Branch: metaconfig
29989            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
29990            ! U/modified/Loc.U U/modified/myhostname.U
29991            ! U/modified/spitshell.U
29992      Branch: metaconfig/U/perl
29993            ! issymlink.U
29994      Branch: perl
29995            ! Configure config_h.SH
29996 ____________________________________________________________________________
29997 [  8317] By: jhi                                   on 2001/01/04  19:58:01
29998         Log: AIX builtin test -h is broken, changes based on
29999              
30000              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
30001              Date: Tue, 02 Jan 2001 11:24:39 +0100
30002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30003              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
30004      Branch: metaconfig
30005            + U/modified/spitshell.U
30006            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30007            ! U/modified/Loc.U U/modified/myhostname.U
30008      Branch: metaconfig/U/perl
30009            ! Mksymlinks.U issymlink.U
30010      Branch: perl
30011            ! Configure
30012 ____________________________________________________________________________
30013 [  8316] By: jhi                                   on 2001/01/04  19:02:22
30014         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
30015              From: Andy Dougherty <doughera@lafayette.edu>
30016              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
30017              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
30018              
30019              Beware of GNU ld.
30020      Branch: perl
30021            ! hints/solaris_2.sh
30022 ____________________________________________________________________________
30023 [  8315] By: jhi                                   on 2001/01/04  18:56:48
30024         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
30025              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
30026              Date: Wed, 3 Jan 2001 07:58:51 +0100
30027              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
30028      Branch: perl
30029            ! hints/solaris_2.sh
30030 ____________________________________________________________________________
30031 [  8314] By: jhi                                   on 2001/01/04  18:54:07
30032         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30033              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30034              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
30035              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
30036              
30037              Doc tweak on #8313.
30038      Branch: perl
30039            ! ext/B/B/Deparse.pm
30040 ____________________________________________________________________________
30041 [  8313] By: jhi                                   on 2001/01/04  18:52:27
30042         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
30043              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
30044              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30045              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
30046              
30047              Make the peephole optimizer to bypass more null ops and
30048              and rewrite the deparse handling of continue blocks.
30049      Branch: perl
30050            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
30051 ____________________________________________________________________________
30052 [  8312] By: jhi                                   on 2001/01/04  18:47:39
30053         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
30054      Branch: perl
30055            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30056            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30057            ! t/lib/st-lock.t
30058 ____________________________________________________________________________
30059 [  8311] By: jhi                                   on 2001/01/04  18:36:08
30060         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
30061              filter to be run on each .pm during the pm_to_blib() phase,
30062              a fixed version of
30063              
30064              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30065              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30066              Date: Wed, 03 Jan 2001 22:01:30 +0100
30067              Message-ID: <5296.978555690@nice.ram.loc>
30068      Branch: perl
30069            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30070            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30071            ! lib/ExtUtils/MakeMaker.pm
30072 ____________________________________________________________________________
30073 [  8310] By: jhi                                   on 2001/01/04  18:32:54
30074         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30075              From: Robin Barker <rmb1@cise.npl.co.uk>
30076              Date: Tue, 2 Jan 2001 15:35:03 GMT
30077              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30078      Branch: perl
30079            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
30080            ! pod/perlrequick.pod
30081 ____________________________________________________________________________
30082 [  8309] By: jhi                                   on 2001/01/04  18:29:07
30083         Log: Subject: Re: [patch] static-ize XS()
30084              From: Doug MacEachern <dougm@covalent.net>
30085              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
30086              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
30087              
30088              Provide prototypes for the XS functions.
30089      Branch: perl
30090            ! lib/ExtUtils/xsubpp
30091 ____________________________________________________________________________
30092 [  8308] By: jhi                                   on 2001/01/04  18:27:44
30093         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
30094              From: Doug MacEachern <dougm@covalent.net>
30095              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
30096              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
30097      Branch: perl
30098            ! lib/ExtUtils/typemap
30099 ____________________________________________________________________________
30100 [  8307] By: jhi                                   on 2001/01/04  18:25:25
30101         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
30102              From: Doug MacEachern <dougm@covalent.net>
30103              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
30104              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
30105              
30106              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
30107      Branch: perl
30108            ! lib/ExtUtils/MM_Unix.pm
30109 ____________________________________________________________________________
30110 [  8306] By: jhi                                   on 2001/01/04  18:23:00
30111         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30112              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30113              Date: Thu, 4 Jan 2001 12:47:10 +0100 
30114              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
30115              
30116              The toke.c part only, patching embed.h and proto.h is futile.
30117      Branch: perl
30118            ! toke.c
30119 ____________________________________________________________________________
30120 [  8305] By: jhi                                   on 2001/01/04  18:05:51
30121         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
30122              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30123              Date: Thu, 4 Jan 2001 17:50:12 +0100 
30124              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
30125      Branch: perl
30126            ! toke.c
30127 ____________________________________________________________________________
30128 [  8304] By: jhi                                   on 2001/01/04  18:03:26
30129         Log: Subject: [PATCH perl@8269]
30130              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30131              Date: Thu, 4 Jan 2001 12:53:39 +0100 
30132              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
30133              
30134              If running byacc write-enable also perly.h.
30135      Branch: perl
30136            ! Makefile.SH
30137 ____________________________________________________________________________
30138 [  8303] By: jhi                                   on 2001/01/04  15:40:49
30139         Log: Rewrite pp_concat() in terms of sv_catsv().
30140      Branch: perl
30141            ! pp_hot.c
30142 ____________________________________________________________________________
30143 [  8302] By: nick                                  on 2001/01/03  22:43:22
30144         Log: Integrate mainline.
30145      Branch: perlio
30146           !> ext/Encode/Encode.xs sv.c utf8.c
30147 ____________________________________________________________________________
30148 [  8301] By: jhi                                   on 2001/01/02  23:40:26
30149         Log: Variable naming tweak.
30150      Branch: perl
30151            ! sv.c
30152 ____________________________________________________________________________
30153 [  8300] By: jhi                                   on 2001/01/02  23:40:02
30154         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
30155              in is_utf8_string().
30156      Branch: perl
30157            ! utf8.c
30158 ____________________________________________________________________________
30159 [  8299] By: jhi                                   on 2001/01/02  22:14:40
30160         Log: Integrate perlio.
30161      Branch: perl
30162           !> pp.c pp_hot.c win32/Makefile
30163 ____________________________________________________________________________
30164 [  8298] By: nick                                  on 2001/01/02  22:03:06
30165         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30166      Branch: perlio
30167            ! pp.c pp_hot.c
30168 ____________________________________________________________________________
30169 [  8297] By: jhi                                   on 2001/01/02  04:26:28
30170         Log: Signedness nit.
30171      Branch: perl
30172            ! ext/Encode/Encode.xs
30173 ____________________________________________________________________________
30174 [  8296] By: nick                                  on 2001/01/01  23:49:36
30175         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
30176      Branch: perlio
30177            ! win32/Makefile
30178 ____________________________________________________________________________
30179 [  8295] By: jhi                                   on 2001/01/01  23:05:48
30180         Log: Integrate perlio.
30181      Branch: perl
30182           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30183           !> t/lib/encode.t
30184 ____________________________________________________________________________
30185 [  8294] By: nick                                  on 2001/01/01  22:48:34
30186         Log: Integrate mainline
30187      Branch: perlio
30188            ! pp_hot.c t/lib/encode.t
30189           !> (integrate 65 files)
30190 ____________________________________________________________________________
30191 [  8293] By: nick                                  on 2001/01/01  21:58:50
30192         Log: More rigor in UTF-8-ness of Encode's toUnicode
30193              XS export some of the utf8 internal functions.
30194              Test some of the functions.
30195              Fix pp_concat() bug shown by said tests.
30196      Branch: perlio
30197            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30198            ! t/lib/encode.t
30199 ____________________________________________________________________________
30200 [  8292] By: jhi                                   on 2001/01/01  18:11:44
30201         Log: Integrate perlio.
30202      Branch: perl
30203           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30204           !> ext/Encode/encengine.c ext/Encode/encode.h
30205 ____________________________________________________________________________
30206 [  8291] By: jhi                                   on 2001/01/01  18:10:58
30207         Log: Podify README.mpeix (a new version from the web),
30208              add a dummy NAME to Carp::Heavy, regen toc.
30209      Branch: perl
30210            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
30211            ! pod/perltoc.pod
30212 ____________________________________________________________________________
30213 [  8290] By: nick                                  on 2001/01/01  17:43:47
30214         Log: Loose the "Loading..." warning.
30215              Another bug in fallback support
30216      Branch: perlio
30217            ! ext/Encode/Encode.pm ext/Encode/encengine.c
30218 ____________________________________________________________________________
30219 [  8289] By: jhi                                   on 2001/01/01  00:01:57
30220         Log: Bump up Larry's copyright.
30221      Branch: perl
30222            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30223            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
30224            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
30225            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
30226            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
30227            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
30228            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
30229            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
30230 ____________________________________________________________________________
30231 [  8288] By: nick                                  on 2000/12/31  21:27:53
30232         Log: Fix .ucm reading - forgot a chr()
30233              Start of .ucm write (for .enc to .ucm)
30234      Branch: perlio
30235            ! ext/Encode/compile
30236 ____________________________________________________________________________
30237 [  8287] By: jhi                                   on 2000/12/31  18:15:56
30238         Log: Comment away a diagnostic message as noted by Craig A. Berry
30239              (the unexpected message was confusing testing)
30240      Branch: perl
30241            ! ext/Encode/Encode.pm
30242 ____________________________________________________________________________
30243 [  8286] By: jhi                                   on 2000/12/31  18:14:51
30244         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
30245              Date: Sun, 31 Dec 2000 11:17:37 -0600
30246              From: "Craig A. Berry" <craigberry@mac.com>
30247              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
30248      Branch: perl
30249            ! ext/Encode/Makefile.PL
30250 ____________________________________________________________________________
30251 [  8285] By: nick                                  on 2000/12/31  18:11:54
30252         Log: Start of support of ICU-style .ucm files:
30253              - teach compile how to read a .ucm file
30254              - first guess at how to represent fallbacks in "tries".
30255              - use fallbacks if check == 0
30256              - new return code to indicate we used one.
30257      Branch: perlio
30258            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30259            ! ext/Encode/encengine.c ext/Encode/encode.h
30260 ____________________________________________________________________________
30261 [  8284] By: jhi                                   on 2000/12/31  18:04:41
30262         Log: Pacify picky VMS compiler.
30263              
30264              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
30265              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30266              Date: Sat, 30 Dec 2000 18:10:02 -0600
30267              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
30268      Branch: perl
30269            ! sv.c
30270 ____________________________________________________________________________
30271 [  8283] By: jhi                                   on 2000/12/31  16:11:47
30272         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
30273      Branch: perl
30274            ! t/lib/glob-basic.t
30275 ____________________________________________________________________________
30276 [  8282] By: jhi                                   on 2000/12/31  15:26:11
30277         Log: Integrate perlio.
30278      Branch: perl
30279           !> makedef.pl opcode.pl os2/os2.c perlio.c
30280 ____________________________________________________________________________
30281 [  8281] By: nick                                  on 2000/12/31  10:06:15
30282         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
30283              is available to be exported
30284      Branch: perlio
30285            ! makedef.pl perlio.c
30286 ____________________________________________________________________________
30287 [  8280] By: nick                                  on 2000/12/31  09:41:26
30288         Log: Ilya's OS2 patch (testing for damage on Win32)
30289      Branch: perlio
30290            ! makedef.pl opcode.pl os2/os2.c
30291 ____________________________________________________________________________
30292 [  8279] By: jhi                                   on 2000/12/30  21:52:07
30293         Log: Test nits.
30294      Branch: perl
30295            ! t/lib/syslfs.t t/op/lfs.t
30296 ____________________________________________________________________________
30297 [  8278] By: jhi                                   on 2000/12/30  21:47:49
30298         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30299              From: andreas.koenig@anima.de (Andreas J. Koenig)
30300              Date: 30 Dec 2000 22:35:37 +0100
30301              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
30302              
30303              The 32-bit wraparound test wasn't quite right.
30304      Branch: perl
30305            ! t/lib/syslfs.t t/op/lfs.t
30306 ____________________________________________________________________________
30307 [  8277] By: jhi                                   on 2000/12/30  21:33:44
30308         Log: Subject: [PATCH] open() example in perlfunc.pod 
30309              From: Karsten Sperling <s_sperli@ira.uka.de>
30310              Date: Sat, 30 Dec 2000 22:27:09 +0100
30311              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
30312      Branch: perl
30313            ! pod/perlfunc.pod
30314 ____________________________________________________________________________
30315 [  8276] By: jhi                                   on 2000/12/30  20:32:40
30316         Log: Not quite that many tests yet.
30317      Branch: perl
30318            ! t/op/pat.t
30319 ____________________________________________________________________________
30320 [  8275] By: jhi                                   on 2000/12/30  20:26:58
30321         Log: Integrate perlio.
30322      Branch: perl
30323           !> toke.c
30324 ____________________________________________________________________________
30325 [  8274] By: jhi                                   on 2000/12/30  20:24:56
30326         Log: Signedness nit.
30327      Branch: perl
30328            ! utf8.c
30329 ____________________________________________________________________________
30330 [  8273] By: jhi                                   on 2000/12/30  20:15:46
30331         Log: Add a test case for 20000731.001 which was fixed by the #8267.
30332      Branch: perl
30333            ! t/op/pat.t
30334 ____________________________________________________________________________
30335 [  8272] By: nick                                  on 2000/12/30  19:47:51
30336         Log: Tweak for MULTIPLICITY/USE_PERLIO
30337      Branch: perlio
30338            ! toke.c
30339 ____________________________________________________________________________
30340 [  8271] By: nick                                  on 2000/12/30  19:46:45
30341         Log: Integrate mainline
30342      Branch: perlio
30343           +> lib/unicode/distinct.pm
30344           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
30345           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
30346           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
30347 ____________________________________________________________________________
30348 [  8270] By: jhi                                   on 2000/12/30  19:39:50
30349         Log: Subject: RE: perl@8269
30350              From: "Richard Soderberg" <rs@crystalflame.net>
30351              Date: Sat, 30 Dec 2000 11:36:27 -0800
30352              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
30353              
30354              A missing aTHX_.
30355      Branch: perl
30356            ! toke.c
30357 ____________________________________________________________________________
30358 [  8269] By: jhi                                   on 2000/12/30  18:55:48
30359         Log: Update Changes.
30360      Branch: perl
30361            ! Changes patchlevel.h
30362 ____________________________________________________________________________
30363 [  8268] By: jhi                                   on 2000/12/30  17:18:40
30364         Log: Add a test for Unicode split //.  The #8267 was the cure.
30365      Branch: perl
30366            ! t/op/split.t
30367 ____________________________________________________________________________
30368 [  8267] By: jhi                                   on 2000/12/30  17:14:19
30369         Log: Subject: more UTF8 test suites and an UTF8 patch
30370              From: Inaba Hiroto <inaba@st.rim.or.jp>
30371              Date: Sat, 30 Dec 2000 14:27:10 +0900
30372              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
30373              
30374              Just the patch part for now, and the pragma renamed
30375              as unicode::distinct.
30376      Branch: perl
30377            + lib/unicode/distinct.pm
30378            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
30379            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
30380            ! regcomp.h regexec.c sv.c toke.c utf8.c
30381 ____________________________________________________________________________
30382 [  8266] By: nick                                  on 2000/12/30  16:40:49
30383         Log: Integrate mainline
30384      Branch: perlio
30385           +> lib/Pod/Text/Overstrike.pm
30386           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
30387           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
30388           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
30389           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
30390           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
30391 ____________________________________________________________________________
30392 [  8265] By: jhi                                   on 2000/12/30  07:28:55
30393         Log: The sv_catsv() fix, take two.
30394      Branch: perl
30395            ! sv.c t/op/join.t
30396 ____________________________________________________________________________
30397 [  8264] By: jhi                                   on 2000/12/30  06:19:18
30398         Log: Undo all the join-related changes since #8248: relevant
30399              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
30400              The new sv_catsv() doesn't fly so it must go back to
30401              the drawing board.
30402      Branch: perl
30403            ! sv.c t/op/join.t t/pragma/utf8.t
30404 ____________________________________________________________________________
30405 [  8263] By: jhi                                   on 2000/12/30  01:08:32
30406         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
30407      Branch: perl
30408            ! sv.c
30409 ____________________________________________________________________________
30410 [  8262] By: jhi                                   on 2000/12/30  00:45:14
30411         Log: Retract #8261.
30412      Branch: perl
30413            ! hv.c util.c
30414 ____________________________________________________________________________
30415 [  8261] By: jhi                                   on 2000/12/30  00:38:32
30416         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
30417      Branch: perl
30418            ! hv.c util.c
30419 ____________________________________________________________________________
30420 [  8260] By: jhi                                   on 2000/12/29  22:51:33
30421         Log: (Retracted by #8264)  More fixing for #8251.
30422      Branch: perl
30423            ! sv.c
30424 ____________________________________________________________________________
30425 [  8259] By: jhi                                   on 2000/12/29  18:27:30
30426         Log: Subject: podlators 1.06 released
30427              From: Russ Allbery <rra@stanford.edu>
30428              Date: 25 Dec 2000 05:09:30 -0800
30429              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
30430      Branch: perl
30431            + lib/Pod/Text/Overstrike.pm
30432            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
30433            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
30434 ____________________________________________________________________________
30435 [  8258] By: jhi                                   on 2000/12/29  18:20:45
30436         Log: Make the large file tests more robust/talkative as suggested by
30437              
30438              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30439              From: andreas.koenig@anima.de (Andreas J. Koenig)
30440              Date: 29 Dec 2000 14:23:01 +0100
30441              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
30442      Branch: perl
30443            ! t/lib/syslfs.t t/op/lfs.t
30444 ____________________________________________________________________________
30445 [  8257] By: jhi                                   on 2000/12/29  17:48:04
30446         Log: Further VMS piping fixes from Charles Lane:
30447              
30448              In summary, error messages produced when a subprocess terminated
30449              abnormally were being sent not just to the parent process, but to
30450              grandparents, because of default values for error output that were
30451              not completely overridden when the subprocess was started.
30452              
30453              This patch fixes this behavior by defining user-mode (i.e., temporary
30454              for the duration of the program) logical names for SYS$OUTPUT and
30455              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
30456              changes to make it so that the user-mode logicals are the ones that
30457              control where Perl's error messages go if it terminates abnormally.
30458              
30459              I also added some gratuitous fixes to the indentation of braces in
30460              the piping code.  It just looked ugly, before.
30461      Branch: perl
30462            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
30463 ____________________________________________________________________________
30464 [  8256] By: jhi                                   on 2000/12/29  17:45:12
30465         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
30466              From: "Casey R. Tweten" <crt@kiski.net>
30467              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
30468              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
30469              
30470              Tests for for #8240.
30471      Branch: perl
30472            ! t/pragma/constant.t
30473 ____________________________________________________________________________
30474 [  8255] By: jhi                                   on 2000/12/29  17:43:07
30475         Log: Subject: Re: [PATCH] Interesting syntax idea
30476              From: Simon Cozens <simon@cozens.net>
30477              Date: Fri, 29 Dec 2000 14:34:04 +0000
30478              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
30479              
30480              Tests for #8254.
30481      Branch: perl
30482            ! t/pragma/sub_lval.t
30483 ____________________________________________________________________________
30484 [  8254] By: jhi                                   on 2000/12/29  17:42:11
30485         Log: Subject: [PATCH] Interesting syntax idea
30486              From: Simon Cozens <simon@cozens.net>
30487              Date: Wed, 27 Dec 2000 05:08:57 +0000
30488              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
30489              
30490              Make opens + bareword assigns do typeglob assigns.
30491      Branch: perl
30492            ! op.c
30493 ____________________________________________________________________________
30494 [  8253] By: jhi                                   on 2000/12/29  17:36:45
30495         Log: Output the (apparent) version of gcc, as suggested by
30496              
30497              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
30498              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
30499              Date: 26 Dec 2000 04:29:17 -0500
30500              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
30501              
30502              (The patch as such didn't any more apply as the misparsing had
30503              already been addressed in #6474.)  Also change the wording about
30504              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
30505      Branch: perl
30506            ! hints/dec_osf.sh
30507 ____________________________________________________________________________
30508 [  8252] By: nick                                  on 2000/12/29  12:14:31
30509         Log: Integrate mainline
30510      Branch: perlio
30511           !> (integrate 27 files)
30512 ____________________________________________________________________________
30513 [  8251] By: jhi                                   on 2000/12/29  08:45:46
30514         Log: (Retracted by #8264)
30515              
30516              (Fixed by #8260.)
30517              
30518              sv_catsv() needs one more byte space than seems reasonable.
30519              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
30520              Curiouser and curiouser.
30521      Branch: perl
30522            ! sv.c
30523 ____________________________________________________________________________
30524 [  8250] By: jhi                                   on 2000/12/29  07:57:52
30525         Log: More split // UTF-8 tests.
30526      Branch: perl
30527            ! t/pragma/utf8.t
30528 ____________________________________________________________________________
30529 [  8249] By: jhi                                   on 2000/12/29  07:54:51
30530         Log: (Retracted by #8264)  More join() testing which was good because
30531              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
30532      Branch: perl
30533            ! pp.c t/op/join.t utf8.c utf8.h
30534 ____________________________________________________________________________
30535 [  8248] By: jhi                                   on 2000/12/29  07:08:32
30536         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
30537              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
30538              that the only cases to care about are byte+byte and byte+character.
30539              
30540              TODO: See how well pp_concat() could be implemented in terms
30541              of sv_catsv().
30542      Branch: perl
30543            ! doop.c sv.c t/op/join.t utf8.h
30544 ____________________________________________________________________________
30545 [  8247] By: jhi                                   on 2000/12/29  06:35:23
30546         Log: Signedness nit.
30547      Branch: perl
30548            ! pp_hot.c
30549 ____________________________________________________________________________
30550 [  8246] By: jhi                                   on 2000/12/29  01:23:31
30551         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
30552              From: Lupe Christoph <lupe@lupe-christoph.de>
30553              Date: Thu, 28 Dec 2000 23:00:00 +0100
30554              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
30555              
30556              Suggest rsync --delete --dry-run.
30557      Branch: perl
30558            ! pod/perlhack.pod
30559 ____________________________________________________________________________
30560 [  8245] By: jhi                                   on 2000/12/28  23:57:05
30561         Log: The maxiters upper limit sanity check (guarding against
30562              non-progress) assumed bytes instead of characters in s///
30563              and split().
30564      Branch: perl
30565            ! pp.c pp_hot.c
30566 ____________________________________________________________________________
30567 [  8244] By: jhi                                   on 2000/12/28  23:34:08
30568         Log: Make some panic messages a bit more logical.
30569      Branch: perl
30570            ! doop.c pod/perldiag.pod pp.c pp_hot.c
30571 ____________________________________________________________________________
30572 [  8243] By: jhi                                   on 2000/12/28  22:59:16
30573         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
30574              From: Simon Cozens <simon@cozens.net>
30575              Date: Wed, 27 Dec 2000 02:30:03 +0000
30576              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
30577      Branch: perl
30578            ! pp.c t/pragma/sub_lval.t
30579 ____________________________________________________________________________
30580 [  8242] By: jhi                                   on 2000/12/28  22:56:53
30581         Log: Subject: [PATCH blead] Fix B::Terse indentation
30582              From: Daniel Chetlin <daniel@chetlin.com>
30583              Date: Wed, 27 Dec 2000 06:43:30 -0800
30584              Message-ID: <20001227064329.B9573@darkstar>
30585      Branch: perl
30586            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
30587 ____________________________________________________________________________
30588 [  8241] By: jhi                                   on 2000/12/28  22:48:59
30589         Log: The latter patch from the
30590              
30591              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
30592              From: Peter Prymmer <pvhp@forte.com> 
30593              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
30594              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
30595              
30596              (the former patch from the above should have been
30597              taken care of by Nick I-S)
30598      Branch: perl
30599            ! win32/Makefile
30600 ____________________________________________________________________________
30601 [  8240] By: jhi                                   on 2000/12/28  22:45:22
30602         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
30603              From: "Casey R. Tweten" <crt@kiski.net>
30604              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
30605              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
30606      Branch: perl
30607            ! lib/constant.pm
30608 ____________________________________________________________________________
30609 [  8239] By: jhi                                   on 2000/12/28  22:37:45
30610         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
30611              From: Simon Cozens <simon@cozens.net>
30612              Date: Wed, 27 Dec 2000 14:12:44 +0000
30613              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
30614      Branch: perl
30615            ! t/op/method.t t/op/sort.t toke.c
30616 ____________________________________________________________________________
30617 [  8238] By: jhi                                   on 2000/12/28  22:30:32
30618         Log: Subject: [PATCH perl@8229] Call.pm
30619              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30620              Date: Mon, 25 Dec 2000 10:47:15 -0000
30621              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
30622      Branch: perl
30623            ! ext/Filter/Util/Call/Call.pm
30624 ____________________________________________________________________________
30625 [  8237] By: jhi                                   on 2000/12/28  22:19:21
30626         Log: Subject: [PATCH blead] Fix problem with `&' prototype
30627              From: Daniel Chetlin <daniel@chetlin.com>
30628              Date: Wed, 27 Dec 2000 15:55:32 -0800
30629              Message-ID: <20001227155532.D9573@darkstar>
30630      Branch: perl
30631            ! op.c t/comp/proto.t
30632 ____________________________________________________________________________
30633 [  8236] By: jhi                                   on 2000/12/28  22:09:25
30634         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
30635              From: Daniel Chetlin <daniel@chetlin.com>
30636              Date: Sun, 24 Dec 2000 04:09:49 -0800
30637              Message-ID: <20001224040949.B3090@darkstar>
30638      Branch: perl
30639            ! gv.c mg.c t/op/attrs.t
30640 ____________________________________________________________________________
30641 [  8235] By: jhi                                   on 2000/12/28  22:07:11
30642         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
30643              From: Jan Dubois <jand@ActiveState.com>
30644              Date: Tue, 26 Dec 2000 20:57:31 -0800
30645              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
30646      Branch: perl
30647            ! win32/win32.c
30648 ____________________________________________________________________________
30649 [  8234] By: jhi                                   on 2000/12/28  21:52:42
30650         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
30651              From: Simon Cozens <simon@cozens.net>
30652              Date: Thu, 28 Dec 2000 20:33:13 +0000
30653              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
30654      Branch: perl
30655            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
30656 ____________________________________________________________________________
30657 [  8233] By: jhi                                   on 2000/12/28  19:40:49
30658         Log: Integrate perlio.
30659      Branch: perl
30660           !> ext/Encode/Makefile.PL ext/Encode/compile
30661 ____________________________________________________________________________
30662 [  8232] By: nick                                  on 2000/12/23  16:06:00
30663         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
30664              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
30665      Branch: perlio
30666            ! ext/Encode/Makefile.PL
30667 ____________________________________________________________________________
30668 [  8231] By: nick                                  on 2000/12/23  14:30:34
30669         Log: "Compiled" encode build cleanup
30670              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
30671              - .c files do not export sub-tables
30672      Branch: perlio
30673            ! ext/Encode/Makefile.PL ext/Encode/compile
30674 ____________________________________________________________________________
30675 [  8230] By: nick                                  on 2000/12/23  12:50:37
30676         Log: Integrate mainline
30677      Branch: perlio
30678           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30679           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30680           !> pod/perl5004delta.pod pod/perl5005delta.pod
30681           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30682           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30683           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30684           !> pod/perlsub.pod
30685 ____________________________________________________________________________
30686 [  8229] By: jhi                                   on 2000/12/22  15:32:12
30687         Log: Integrate perlio.
30688      Branch: perl
30689           +> win32/distclean.bat
30690           !> MANIFEST t/io/utf8.t
30691 ____________________________________________________________________________
30692 [  8228] By: jhi                                   on 2000/12/22  15:29:40
30693         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
30694              From: Robin Barker <rmb1@cise.npl.co.uk>
30695              Date: Fri, 22 Dec 2000 12:17:38 GMT
30696              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30697      Branch: perl
30698            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30699            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30700            ! pod/perl5004delta.pod pod/perl5005delta.pod
30701            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30702            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30703            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30704            ! pod/perlsub.pod
30705 ____________________________________________________________________________
30706 [  8227] By: jhi                                   on 2000/12/22  15:24:28
30707         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
30708              From: "John L. Allen" <allen@grumman.com>
30709              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
30710              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
30711              
30712              Document APPLLIB_EXP.
30713      Branch: perl
30714            ! INSTALL
30715 ____________________________________________________________________________
30716 [  8226] By: nick                                  on 2000/12/21  22:11:50
30717         Log: Handy script for when one forgets to "dmake clean" 
30718      Branch: perlio
30719            + win32/distclean.bat
30720            ! MANIFEST
30721 ____________________________________________________________________________
30722 [  8225] By: nick                                  on 2000/12/21  21:54:04
30723         Log: CRLF platform issue with io/utf8 fix.
30724      Branch: perlio
30725            ! t/io/utf8.t
30726 ____________________________________________________________________________
30727 [  8224] By: nick                                  on 2000/12/21  21:02:20
30728         Log: Integrate mainline
30729      Branch: perlio
30730           !> Changes Configure Makefile.SH Porting/Glossary
30731           !> Porting/config.sh Porting/config_H configure.com
30732           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
30733           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
30734           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
30735           !> win32/config.bc win32/config.gc win32/config.vc
30736 ____________________________________________________________________________
30737 [  8223] By: jhi                                   on 2000/12/21  17:09:16
30738         Log: Update Changes.
30739      Branch: perl
30740            ! Changes patchlevel.h
30741 ____________________________________________________________________________
30742 [  8222] By: jhi                                   on 2000/12/21  16:24:01
30743         Log: Metaconfig unit changes for #8221.
30744      Branch: metaconfig/U/perl
30745           +> issymlink.U
30746            - testsyml.U
30747            ! Mksymlinks.U
30748 ____________________________________________________________________________
30749 [  8221] By: jhi                                   on 2000/12/21  16:23:48
30750         Log: Rename testsyml to issymlink.
30751      Branch: perl
30752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30753            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
30754            ! win32/config.vc
30755 ____________________________________________________________________________
30756 [  8220] By: jhi                                   on 2000/12/21  15:47:26
30757         Log: Robustness support for #8218 (symlink forest) since the GNU
30758              tools seem to be overly picky about symlinkage depths.
30759      Branch: perl
30760            ! Makefile.SH t/io/fs.t
30761 ____________________________________________________________________________
30762 [  8219] By: jhi                                   on 2000/12/21  15:38:27
30763         Log: Metaconfig changes for #8218.
30764      Branch: metaconfig
30765            ! U/modified/Oldconfig.U
30766      Branch: metaconfig/U/perl
30767            + Mksymlinks.U
30768            ! testsyml.U
30769 ____________________________________________________________________________
30770 [  8218] By: jhi                                   on 2000/12/21  15:37:57
30771         Log: Add Configure option -Dmksymlinks which will create a symlink
30772              forest if the current/build differs from the source directory.
30773              TODO: mkdir -p is not portable.
30774      Branch: perl
30775            ! Configure
30776 ____________________________________________________________________________
30777 [  8217] By: jhi                                   on 2000/12/21  14:39:12
30778         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
30779              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
30780              Date: Thu, 21 Dec 2000 09:38:18 GMT
30781              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
30782              
30783              The ofs became an SV.
30784      Branch: perl
30785            ! ext/Thread/Thread.xs
30786 ____________________________________________________________________________
30787 [  8216] By: jhi                                   on 2000/12/21  05:40:21
30788         Log: The polymorphism seems to have fixed 20000517.001.
30789      Branch: perl
30790            ! t/pragma/utf8.t
30791 ____________________________________________________________________________
30792 [  8215] By: jhi                                   on 2000/12/21  04:44:52
30793         Log: read() documentation tweak for 20001121.004.
30794      Branch: perl
30795            ! pod/perlfunc.pod
30796 ____________________________________________________________________________
30797 [  8214] By: jhi                                   on 2000/12/21  03:54:11
30798         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
30799      Branch: perl
30800            ! pp_sys.c t/op/misc.t
30801 ____________________________________________________________________________
30802 [  8213] By: jhi                                   on 2000/12/21  00:28:10
30803         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
30804              From: Peter Prymmer <pvhp@forte.com>
30805              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
30806              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
30807      Branch: perl
30808            ! configure.com
30809 ____________________________________________________________________________
30810 [  8212] By: jhi                                   on 2000/12/21  00:26:21
30811         Log: Edit edit edit.
30812      Branch: perl
30813            ! pod/perlfaq3.pod
30814 ____________________________________________________________________________
30815 [  8211] By: jhi                                   on 2000/12/20  18:52:46
30816         Log: Update Changes.
30817      Branch: perl
30818            ! Changes patchlevel.h
30819 ____________________________________________________________________________
30820 [  8210] By: jhi                                   on 2000/12/20  18:34:47
30821         Log: Yet another editor edit.
30822      Branch: perl
30823            ! pod/perlfaq3.pod
30824 ____________________________________________________________________________
30825 [  8209] By: jhi                                   on 2000/12/20  15:33:28
30826         Log: More Win32 Perling.
30827      Branch: perl
30828            ! pod/perlfaq3.pod
30829 ____________________________________________________________________________
30830 [  8208] By: jhi                                   on 2000/12/20  15:07:46
30831         Log: More Win32 editor/IDE/shell hints.
30832      Branch: perl
30833            ! pod/perlfaq3.pod
30834 ____________________________________________________________________________
30835 [  8207] By: jhi                                   on 2000/12/20  03:54:08
30836         Log: Subject: [PATCH] obscure timing knowledge
30837              From: Nicholas Clark <nick@ccl4.org>
30838              Date: Tue, 19 Dec 2000 19:22:31 +0000
30839              Message-ID: <20001219192231.F2827@plum.flirble.org>
30840      Branch: perl
30841            ! sv.c
30842 ____________________________________________________________________________
30843 [  8206] By: jhi                                   on 2000/12/20  03:45:57
30844         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
30845              From: Spider Boardman <spider@leggy.zk3.dec.com>
30846              Date: Tue, 19 Dec 2000 21:30:16 -0500
30847              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
30848      Branch: perl
30849            ! sv.c
30850 ____________________________________________________________________________
30851 [  8205] By: jhi                                   on 2000/12/19  23:02:01
30852         Log: Update Changes.
30853      Branch: perl
30854            ! Changes patchlevel.h
30855 ____________________________________________________________________________
30856 [  8204] By: jhi                                   on 2000/12/19  22:58:18
30857         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
30858              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
30859              on editors and diffing/patching.
30860      Branch: perl
30861            ! t/op/utf8decode.t
30862 ____________________________________________________________________________
30863 [  8203] By: nick                                  on 2000/12/19  21:36:16
30864         Log: Integrate mainline (forgot my own change...)
30865      Branch: perlio
30866           !> ext/Encode/compile
30867 ____________________________________________________________________________
30868 [  8202] By: nick                                  on 2000/12/19  21:34:42
30869         Log: Integrate mainline.
30870      Branch: perlio
30871           !> (integrate 61 files)
30872 ____________________________________________________________________________
30873 [  8201] By: nick                                  on 2000/12/19  21:34:06
30874         Log: Avoid looking for File::Glob when we don't need it.
30875      Branch: perl
30876            ! ext/Encode/compile
30877 ____________________________________________________________________________
30878 [  8200] By: jhi                                   on 2000/12/19  18:35:49
30879         Log: Update Changes.
30880      Branch: perl
30881            ! Changes patchlevel.h
30882 ____________________________________________________________________________
30883 [  8199] By: jhi                                   on 2000/12/19  18:35:07
30884         Log: Microperl tweaks.
30885      Branch: perl
30886            ! sv.c uconfig.h uconfig.sh
30887 ____________________________________________________________________________
30888 [  8198] By: jhi                                   on 2000/12/19  18:29:59
30889         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
30890      Branch: perl
30891            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30892            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
30893 ____________________________________________________________________________
30894 [  8197] By: jhi                                   on 2000/12/19  17:55:29
30895         Log: In VMS embedded perls couldn't access the statically built Socket,
30896              from Charles Lane.
30897      Branch: perl
30898            ! configure.com
30899 ____________________________________________________________________________
30900 [  8196] By: jhi                                   on 2000/12/19  17:49:50
30901         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
30902              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
30903              Date: Sun, 17 Dec 2000 19:11:44 -0000
30904              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
30905      Branch: perl
30906            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30907            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
30908 ____________________________________________________________________________
30909 [  8195] By: jhi                                   on 2000/12/19  17:47:53
30910         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
30911              From: Jonathan Stowe <gellyfish@gellyfish.com>
30912              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
30913              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
30914      Branch: perl
30915            ! utils/h2xs.PL
30916 ____________________________________________________________________________
30917 [  8194] By: jhi                                   on 2000/12/19  17:46:28
30918         Log: Subject: Re: useless use of void context work-around
30919              From: andreas.koenig@anima.de (Andreas J. Koenig)
30920              Date: 16 Dec 2000 15:13:36 +0100
30921              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
30922              
30923              Document (comment) the q(di ds ig) trick in the code.
30924      Branch: perl
30925            ! op.c
30926 ____________________________________________________________________________
30927 [  8193] By: jhi                                   on 2000/12/19  17:10:57
30928         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
30929              From: "Mark J. Reed" <mreed@strange.turner.com>
30930              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
30931              Message-Id: <200012160222.VAA13986@strange.turner.com>
30932      Branch: perl
30933            ! ext/Sys/Syslog/Syslog.pm
30934 ____________________________________________________________________________
30935 [  8192] By: jhi                                   on 2000/12/19  17:07:45
30936         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
30937              From: Nicholas Clark <nick@ccl4.org>
30938              Date: Sat, 16 Dec 2000 19:03:13 +0000
30939              Message-ID: <20001216190313.D68304@plum.flirble.org>
30940      Branch: perl
30941            ! t/op/64bitint.t
30942 ____________________________________________________________________________
30943 [  8191] By: jhi                                   on 2000/12/19  17:06:13
30944         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
30945              From: Dominic Dunlop <domo@computer.org>
30946              Date: Mon, 18 Dec 2000 12:00:15 +0100
30947              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
30948              
30949              This patchlet is needed in order that perl can be statically linked.  
30950      Branch: perl
30951            ! regexec.c
30952 ____________________________________________________________________________
30953 [  8190] By: jhi                                   on 2000/12/19  17:03:08
30954         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
30955              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30956              Date: Sun, 17 Dec 2000 00:18:35 -0600
30957              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
30958      Branch: perl
30959            ! perlio.h vms/gen_shrfls.pl
30960 ____________________________________________________________________________
30961 [  8189] By: jhi                                   on 2000/12/19  16:20:28
30962         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30963              From: Prymmer/Kahn <pvhp@best.com>
30964              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
30965              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
30966              
30967              A better version of #8188.
30968      Branch: perl
30969            ! pod/perlfaq3.pod
30970 ____________________________________________________________________________
30971 [  8188] By: jhi                                   on 2000/12/19  15:57:06
30972         Log: (Replaced by #8189)
30973              
30974              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30975              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
30976              From: Prymmer/Kahn <pvhp@best.com>
30977              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
30978              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30979              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
30980              Date: Mon, 18 Dec 2000 11:10:45 -0500
30981              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
30982      Branch: perl
30983            ! pod/perlfaq3.pod
30984 ____________________________________________________________________________
30985 [  8187] By: jhi                                   on 2000/12/19  15:54:19
30986         Log: Email address fix for Anton Berezin.
30987      Branch: perl
30988            ! AUTHORS
30989 ____________________________________________________________________________
30990 [  8186] By: jhi                                   on 2000/12/19  15:38:54
30991         Log: Subject: [PATCH perl@8102] cygwin port
30992              From: "Eric Fifer" <efifer@dircon.co.uk> 
30993              Date: Thu, 14 Dec 2000 13:41:29 -0000
30994              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
30995              
30996              When compiling modules the data item that is being imported
30997              from libperl.dll needs to be tagged as imported/shared data:
30998              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
30999      Branch: perl
31000            ! perliol.h
31001 ____________________________________________________________________________
31002 [  8185] By: jhi                                   on 2000/12/19  14:53:24
31003         Log: Regen uconfig.h and uconfig.sh.
31004      Branch: perl
31005            ! uconfig.h uconfig.sh
31006 ____________________________________________________________________________
31007 [  8184] By: jhi                                   on 2000/12/18  20:43:49
31008         Log: Comments work so much better when they are closed.
31009      Branch: perl
31010            ! regcomp.c
31011 ____________________________________________________________________________
31012 [  8183] By: jhi                                   on 2000/12/18  18:04:02
31013         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
31014              Fixes the bug 20001218.016.
31015      Branch: perl
31016            ! regcomp.c
31017 ____________________________________________________________________________
31018 [  8182] By: gsar                                  on 2000/12/18  09:53:47
31019         Log: delete spurious files
31020      Branch: maint-5.6/perl
31021            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
31022            - vos/config.h vos/config_h.SH_orig
31023 ____________________________________________________________________________
31024 [  8181] By: gsar                                  on 2000/12/18  09:46:08
31025         Log: regen perltoc
31026      Branch: maint-5.6/perl
31027            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
31028 ____________________________________________________________________________
31029 [  8180] By: gsar                                  on 2000/12/18  09:20:27
31030         Log: integrate changes#7924..7926,7946,7952 from mainline
31031      Branch: maint-5.6/perl
31032           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
31033           !> lib/File/stat.pm t/lib/class-struct.t
31034 ____________________________________________________________________________
31035 [  8179] By: gsar                                  on 2000/12/18  08:55:54
31036         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
31037              7918,7919,7988,8907 from mainline (various)
31038      Branch: maint-5.6/perl
31039           +> t/lib/class-struct.t
31040           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
31041           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
31042           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
31043 ____________________________________________________________________________
31044 [  8178] By: gsar                                  on 2000/12/18  08:16:30
31045         Log: avoid redefinition warnings on windows due to sys/socket.h getting
31046              #included before win32.h
31047      Branch: maint-5.6/perl
31048            ! win32/include/sys/socket.h
31049 ____________________________________________________________________________
31050 [  8177] By: gsar                                  on 2000/12/18  05:24:04
31051         Log: make regen_headers; fix POSIX.xs problems; remove outdated
31052              code from sys/socket.h that makes build fail now
31053      Branch: maint-5.6/perl
31054            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31055            ! pod/perlapi.pod
31056           !> win32/include/sys/socket.h
31057 ____________________________________________________________________________
31058 [  8176] By: gsar                                  on 2000/12/18  05:20:17
31059         Log: update Changes
31060      Branch: maint-5.6/perl
31061            ! Changes patchlevel.h
31062 ____________________________________________________________________________
31063 [  8175] By: gsar                                  on 2000/12/18  04:57:48
31064         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
31065              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
31066              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
31067              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
31068              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
31069              7823,7825,7838
31070      Branch: maint-5.6/perl
31071           +> lib/File/Spec/Epoc.pm
31072           !> (integrate 88 files)
31073 ____________________________________________________________________________
31074 [  8174] By: gsar                                  on 2000/12/18  03:53:09
31075         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
31076              7625..7629,7631..7634,7637,7639,7642 from mainline
31077      Branch: maint-5.6/perl
31078           +> README.solaris
31079           !> (integrate 26 files)
31080 ____________________________________________________________________________
31081 [  8173] By: gsar                                  on 2000/12/18  03:37:02
31082         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
31083              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
31084              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
31085              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
31086      Branch: maint-5.6/perl
31087           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
31088            - MAINTAIN
31089           !> (integrate 111 files)
31090 ____________________________________________________________________________
31091 [  8172] By: jhi                                   on 2000/12/18  02:49:27
31092         Log: Regen pods.
31093      Branch: perl
31094            ! pod/perlmodlib.pod pod/perltoc.pod
31095 ____________________________________________________________________________
31096 [  8171] By: gsar                                  on 2000/12/18  02:49:24
31097         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
31098              7465..7471 from mainline
31099              
31100              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
31101              in platforms that strictly require all the symbols being present
31102              at link time.
31103              
31104              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31105              
31106              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
31107              
31108              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31109              
31110              Subject: [PATCH] todo
31111              
31112              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31113              
31114              Use $sort, $uniq (and $tr) consistently as wondered
31115              by Nicholas Clark.
31116              
31117              Too enthusiastic editing in #7460.
31118              
31119              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31120              
31121              Upgrade to CPAN 1.58_55.
31122              Subject: CPAN.pm status
31123              
31124              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31125              
31126              Make target reordering to avoid pointless re-makes.
31127              Subject: Re: Total re-make of 'make okfile' after 7451 ?
31128              
31129              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31130              
31131              Subject: DOC PATCH 5.6.0
31132              
31133              Add the repository doc by Malcolm, Sarathy, and by Simon,
31134              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
31135      Branch: maint-5.6/perl
31136           +> Porting/repository.pod
31137           !> Configure MANIFEST Makefile.SH README.dos README.os2
31138           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
31139           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
31140           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
31141 ____________________________________________________________________________
31142 [  8169] By: gsar                                  on 2000/12/18  02:33:34
31143         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
31144              7435..7441,7445 from mainline
31145              
31146              Make the UTF-8 decoding stricter and more verbose when
31147              malformation happens.  This involved adding an argument
31148              to utf8_to_uv_chk(), which involved changing its prototype,
31149              and prefer STRLEN over I32 for the UTF-8 length, which as
31150              a domino effect necessitated changing the prototypes of
31151              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
31152              The stricter UTF-8 decoding checking uses Markus Kuhn's
31153              UTF-8 Decode Stress Tester from
31154              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
31155              
31156              Run vms/vms_yfix.pl, should have done that after changing
31157              perly.c in #7382.
31158              
31159              Subject: [PATCH 5.7.0] static linking with uninstalled perl
31160              
31161              (Replaced by #7440.)
31162              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31163              
31164              Fix the bug ID 20001024.005, the bug introduced by #7416.
31165              
31166              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31167              
31168              Fix the bug reported in
31169              From: andreas.koenig@anima.de (Andreas J. Koenig)
31170              Also make is_utf8_char() stricter.
31171              
31172              Missed the header file changes from #7425.
31173              
31174              Check if stdio supports tweaking lval and cnt simultaneously.
31175              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31176              
31177              Stratus VOS updates from Paul Green.
31178              
31179              Podify README.epoc and README.vos.
31180              
31181              Add targets to Makefile.SH, most importantly
31182              'regen_all' which also remembers to update vms/perly*.
31183              
31184              Subject: Minor update to find2perl, for portability
31185              
31186              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31187              
31188              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31189              
31190              Rename UTF8LEN() to be UNISKIP(), too confusing to have
31191              UTF8LEN() and UTF8SKIP(). 
31192              
31193              Allow poking holes at the UTF-8 decoding strictness.
31194              
31195              Continue the internal UTF-8 API tweaking.
31196              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
31197              used much more than the simpler API, now called utf8_to_uv_simple().
31198              Still not quite happy with API, too much partial duplication
31199              of functionality.
31200              
31201              A new version of making the syslog test more robust.
31202              (Replaces #7421.)
31203              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31204              
31205              buildtoc target tweaks.
31206              
31207              Integrate with vmsperl #7430 by Charles Bailey:
31208              
31209              Cleanup from prior patch (Charles Lane?):
31210              - improve handling of MFDs in Basename and Path
31211              - default to no xsubpp line # munging when building debug images
31212      Branch: maint-5.6/perl
31213           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31214           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
31215           !> (integrate 67 files)
31216 ____________________________________________________________________________
31217 [  8168] By: gsar                                  on 2000/12/18  02:05:49
31218         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
31219              
31220              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
31221              From: Martin Husemann <martin@duskware.de>
31222              
31223              Subject: [PATCH 5.7.0] restore match data on backtracing
31224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31225      Branch: maint-5.6/perl
31226           !> regcomp.c regexec.c t/op/re_tests
31227 ____________________________________________________________________________
31228 [  8167] By: gsar                                  on 2000/12/18  01:55:22
31229         Log: integrate changes#7858,7986 from mainline
31230              
31231              C<foreach my $x ...> in pseudo-fork()ed process may diddle
31232              parent's memory; fix it by keeping track of the actual pad
31233              offset rather than a raw pointer (this change is probably also
31234              relevant to non-ithreads case to avoid fallout from reallocs of
31235              the pad array, but is currently only enabled for the ithreads
31236              case in the interests of minimal disruption to existing "well
31237              tested" code)
31238              
31239              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31240              due to the notorious GetFileType() bug in Windows 9x, which fstat()
31241              tickles)
31242      Branch: maint-5.6/perl
31243           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31244           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
31245           !> win32/win32.c win32/win32.h win32/win32sck.c
31246 ____________________________________________________________________________
31247 [  8166] By: gsar                                  on 2000/12/18  01:52:59
31248         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
31249              from mainline (xsubpp and ExtUtils::LibList fixups, various
31250              other small items)
31251      Branch: maint-5.6/perl
31252           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
31253           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
31254           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
31255           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
31256           !> win32/bin/search.pl
31257 ____________________________________________________________________________
31258 [  8165] By: gsar                                  on 2000/12/18  01:28:45
31259         Log: integrate changes#7533,7563,7611,7623 from mainline (various
31260              malloc.c embellishments)
31261      Branch: maint-5.6/perl
31262           !> malloc.c pod/perldiag.pod
31263 ____________________________________________________________________________
31264 [  8164] By: gsar                                  on 2000/12/18  01:23:33
31265         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
31266              fixups)
31267      Branch: maint-5.6/perl
31268           !> utils/h2xs.PL
31269 ____________________________________________________________________________
31270 [  8163] By: gsar                                  on 2000/12/18  01:17:50
31271         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
31272              fixups)
31273      Branch: maint-5.6/perl
31274           !> Makefile.SH utils/perlbug.PL
31275 ____________________________________________________________________________
31276 [  8162] By: gsar                                  on 2000/12/18  00:25:43
31277         Log: always export Perl_deb() (it is required by re.xs whether
31278              Perl is built with or without -DDEBUGGING)
31279      Branch: maint-5.6/perl
31280            ! makedef.pl
31281 ____________________________________________________________________________
31282 [  8161] By: gsar                                  on 2000/12/18  00:23:38
31283         Log: integrate change#7414 from mainline
31284              
31285              Undo the basename() part of #7412 since the lib/basename
31286              tests would need upgrading too.
31287              
31288              squelch two tests in tr.t that rely on tr/// paranoia change
31289              that's not in 5.6.x
31290      Branch: maint-5.6/perl
31291            ! t/op/tr.t
31292           !> lib/File/Basename.pm
31293 ____________________________________________________________________________
31294 [  8160] By: gsar                                  on 2000/12/18  00:05:30
31295         Log: missing change in previous integrate
31296      Branch: maint-5.6/perl
31297           !> README.aix
31298 ____________________________________________________________________________
31299 [  8159] By: gsar                                  on 2000/12/18  00:03:38
31300         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
31301              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
31302              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
31303              7410..7413 from mainline
31304      Branch: maint-5.6/perl
31305           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
31306           +> t/lib/tie-splice.t
31307            - lib/unicode/Is/DCinital.pl
31308           !> (integrate 112 files)
31309 ____________________________________________________________________________
31310 [  8158] By: jhi                                   on 2000/12/17  23:04:24
31311         Log: Subject: [PATCHES] RE: perl@8150 
31312              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31313              Date: Sun, 17 Dec 2000 21:46:39 +0100
31314              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
31315              
31316              Neither cygwin has a getpwuid() one can trust on.
31317      Branch: perl
31318            ! t/lib/glob-basic.t
31319 ____________________________________________________________________________
31320 [  8157] By: jhi                                   on 2000/12/17  23:01:54
31321         Log: More MAN.PODS => {} fixes.
31322      Branch: perl
31323            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
31324            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
31325            ! os2/OS2/REXX/Makefile.PL
31326 ____________________________________________________________________________
31327 [  8156] By: gsar                                  on 2000/12/17  22:49:13
31328         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
31329              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
31330              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
31331              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
31332              7201,7204 from mainline
31333      Branch: maint-5.6/perl
31334           !> (integrate 121 files)
31335 ____________________________________________________________________________
31336 [  8155] By: jhi                                   on 2000/12/17  22:30:58
31337         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
31338              From: "Craig A. Berry" <craigberry@mac.com>
31339              Date: Sun, 17 Dec 2000 13:09:28 -0600
31340              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
31341              
31342              MAN.PODS => ' ' is naughty.
31343      Branch: perl
31344            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31345 ____________________________________________________________________________
31346 [  8154] By: nick                                  on 2000/12/17  22:07:13
31347         Log: MULTIPLICITY nit.
31348      Branch: perl
31349            ! mg.c
31350 ____________________________________________________________________________
31351 [  8153] By: gsar                                  on 2000/12/17  21:23:05
31352         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
31353              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
31354              from mainline
31355              
31356              Document the SvIOK_.*UV().
31357              
31358              Update Unicode todo list.
31359              
31360              Guard against bad string->int conversion for quads.
31361              
31362              Subject: small apidoc fix
31363              
31364              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
31365              
31366              Subject: [PATCH] Tied filehandle documentation
31367              
31368              Subject: [PATCH] Modernize Opcode.pm documentation
31369              
31370              Make Data::Dumper (non-XS) to work with changed semantics of ref().
31371              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31372              [applied even though said semantics didn't change in 5.6.x]
31373              
31374              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
31375              
31376              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
31377              
31378              Fix the URL, but the server is still missing in action.
31379              Subject: [ID 20000905.002] perlfaq1.pod URL error
31380              
31381              Subject: [ID 20000903.001] \w in utf8-strings
31382              
31383              Fix the ccversion detection for 5.1 and beyond.
31384              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31385              
31386              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
31387              
31388              Subject: [ID 20000904.008] Tiny fix for perldiag
31389              
31390              Subject: Re: [ID 20000906.004] segfault with bad perl statement
31391              
31392              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31393              
31394              Subject: [ID 20000908.002] perlipc documentation bug.
31395              
31396              Subject: [PATCH lib/Benchmark.pm]
31397              
31398              Re-allow vec() for characters > 255.
31399              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
31400              
31401              Do away with memory models cruft.  Sorry, PDP users.
31402              
31403              Continue #7041.
31404              
31405              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
31406              
31407              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
31408              
31409              Upgrade to CPAN 1.57_65, from Andreas König.
31410              
31411              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
31412              by Russ Allbery.
31413              
31414              Silence t/pod/*.t about alternate quote-mappings now implemented
31415              by Pod::Text, from Brad Appleton.
31416              
31417              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
31418              Subject: borland C++ win32.c tweak
31419              
31420              C<@a = @b = split(...)> optimization coredumps under ithreads
31421              (missed a spot when fixing up op_pmreplroot hack for ithreads)
31422              
31423              Document the SvUTF8*().
31424              
31425              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
31426              
31427              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
31428              
31429              Do in VMS as the #7054 does.
31430              
31431              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
31432              
31433              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
31434              
31435              Subject: [patch: perl@7045] vms updates
31436              
31437              Test for the #7049.
31438              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
31439              
31440              Break up the myconfig lines a bit.
31441              Subject: perlbug/perl -V output format
31442              
31443              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
31444              
31445              The #7054 truncated Configure badly.
31446              
31447              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
31448              initialization in all the threads on Windows
31449              
31450              Allow for whitespace between "#" and "line" in cpp output.
31451              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
31452              
31453              Remove vestiges of tr//CU.
31454              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31455              
31456              The return value of setlocale must be copied away.
31457              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
31458              
31459              Allow chop() and chomp() to be overridden.
31460              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
31461              
31462              Hints optimization.
31463              Subject: Minor nit
31464              
31465              Subject: [PATCH] de-wall t/README
31466              
31467              Subject: Re: Two advertising clauses need to be removed
31468      Branch: maint-5.6/perl
31469           !> (integrate 75 files)
31470 ____________________________________________________________________________
31471 [  8152] By: gsar                                  on 2000/12/17  20:30:11
31472         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
31473              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
31474              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
31475              
31476              Don't attach -ld to the archname if pointless.
31477              
31478              Document UNTIE in a very minimalistic way.
31479              
31480              POSIX doesn't report long double values under -Duselongdouble
31481              when the long doubles are "real" (bigger than doubles).
31482              
31483              More author updates.
31484              
31485              Try to deduce NV_MAX.  Really should be Configure fodder.
31486              
31487              :: not allowed in pathnames, change to .
31488              Subject: [PATCH perl@6938] cygwin port
31489              
31490              Forget about NV_MAX (#6951).  Various floating point tweaks,
31491              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31492              
31493              Move the Solaris 7 scan to use64bitall, make the
31494              failure to find 64-bot sparc libc to mention the
31495              possibility of being in an intel, from Lupe and Alan.
31496              
31497              Regen perltoc.
31498              
31499              AUTHORS tweaks, from Peter Prymmer.
31500              
31501              More address tweaking.
31502              
31503              Small tweaks all over.
31504              
31505              File::Temp patches from Andreas König,
31506              
31507              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31508              
31509              Subject: CPAN.pm beta 1.57_57 for the core
31510              
31511              Part of the solution.
31512              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31513              
31514              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31515              
31516              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31517              
31518              Add the overload warnings to perldiag.
31519              
31520              Drop unused argument.
31521              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
31522              
31523              Subject: Nit in Configure (bleadperl@6961)
31524              
31525              Update to PodParser 1.18, from Brad Appleton.
31526              
31527              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
31528              
31529              Subject: [PATCH: 6948] add SCNfldbl to configure.com
31530              
31531              Document UNTIE. Also tweak implementation to suppress the 'inner references'
31532              warning when UNTIE exists and instead pass the cound of extra references to
31533              the UNTIE method.
31534              
31535              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
31536              so that case-ignoring systems like DCL can tell them from
31537              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
31538              
31539              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31540              
31541              Feature ordering tweak.
31542              
31543              Regen perltoc.
31544              
31545              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
31546              
31547              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
31548              
31549              Subject: http:// in L<>
31550              
31551              Detypo.
31552              
31553              change#6791 accidentally clobbered change#6710, put it back
31554              
31555              Only the first line, thank you very much.
31556              
31557              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
31558              plus rework the http: spots as suggested by Tom Christiansen,
31559              plus regen perltoc.
31560              
31561              Undo part of change 6489 which looks like a bulk edit which
31562              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
31563              The supressing of main:: on return from select() is undesirable.
31564              
31565              Apparently avoiding the swapping is too costly.
31566              
31567              Various Configure nits by Philip Newton,
31568              plus the ebcdic one by me.
31569              
31570              Make certain cc is set before trying to run it.
31571              
31572              If overloaded %{} etc. return the object do not loop.
31573              Thus  sub deref { $_[0] } functions if object is wanted type.
31574              
31575              Update perlhist.
31576              
31577              More %{} and other deref special casing - do not pass to 'nomethod'.
31578      Branch: maint-5.6/perl
31579           !> (integrate 59 files)
31580 ____________________________________________________________________________
31581 [  8151] By: gsar                                  on 2000/12/17  19:14:38
31582         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
31583              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
31584              
31585              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
31586              
31587              Make the epsilon to be relative, not absolute.
31588              
31589              Put back the flags dump as reasoned in
31590              Subject: Re: [PATCH] Glob dumping
31591              
31592              Introduce ccname to keep track of what compiler kind of we have.
31593              
31594              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
31595              
31596              Put back the slice accidentally removed by #6907.
31597              
31598              Reset archname and archname64 always, forcing them be
31599              recomputed at each Configure run, make Configure and
31600              the hints files agree on the naming of largefiles variables.
31601              
31602              Don't say "Perl 5.0 source kit".
31603              
31604              Subject: [PATCH] fix misc cast warnings
31605              
31606              Subject: typos in pods
31607              
31608              NVs not necessarily doubles, as pointed out by Yitzchak.
31609              
31610              Subject: [PATCH 6889] add a few ldbl formats to configure.com
31611              
31612              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
31613              
31614              Better options for rsync.
31615              
31616              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
31617              
31618              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
31619              
31620              Subject: [PATCH] Re: UNTIE method 
31621              
31622              A better fix for the Socket building problem from Craig Berry.
31623              
31624              Retract the dummy test, skip the security tests (instead of failing),
31625              explain what the warnings mean.
31626              
31627              Heap decorruption.
31628              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
31629              
31630              Update to Unicode 3.0.1.
31631              
31632              Missed one Unicode file.
31633              
31634              Subject: Re: typos in pods
31635              
31636              The #6929 was too skimpy.
31637              
31638              sscanf() may be the only way to read long doubles from strings.
31639              
31640              Reveal Borland's isnan.
31641              Subject: build with BC++ tweak
31642              
31643              Issue useful diagnostic on unknown pod commands.
31644              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
31645              
31646              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
31647              
31648              Clarify the third case of ftmp-security warnings.
31649              
31650              Make -Dusemorebits find long doubles in Solaris.
31651              
31652              Wrap the test in eval.
31653      Branch: maint-5.6/perl
31654           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
31655           +> lib/unicode/PropList.txt lib/unicode/README.perl
31656           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31657           +> lib/unicode/Unicode.301 vms/vmspipe.com
31658            - lib/unicode/Props.txt lib/unicode/UCD300.html
31659            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31660           !> (integrate 305 files)
31661 ____________________________________________________________________________
31662 [  8150] By: jhi                                   on 2000/12/17  18:47:57
31663         Log: Uncheckedin generated files.
31664      Branch: perl
31665            ! global.sym perlapi.c pod/perlapi.pod
31666 ____________________________________________________________________________
31667 [  8149] By: jhi                                   on 2000/12/17  18:41:22
31668         Log: Update Changes.
31669      Branch: perl
31670            ! Changes patchlevel.h
31671 ____________________________________________________________________________
31672 [  8148] By: jhi                                   on 2000/12/17  18:39:16
31673         Log: Subject: [PATCH] Fcntl constants speedup
31674              From: Nicholas Clark <nick@ccl4.org>
31675              Date: Sun, 17 Dec 2000 16:29:24 +0000
31676              Message-ID: <20001217162924.E97668@plum.flirble.org>
31677              
31678              Use IVs for the Fcntl constants instead of NVs.
31679      Branch: perl
31680            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
31681 ____________________________________________________________________________
31682 [  8147] By: jhi                                   on 2000/12/17  18:33:41
31683         Log: Add test for #8145 (binmode() warning), add warning for
31684              ioctl() and sockpair(), document them. (fileno() cannot
31685              be tripwired with the same kind of warning because
31686              'defined fileno($foo)' seems to be an idiom.)
31687      Branch: perl
31688            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
31689 ____________________________________________________________________________
31690 [  8146] By: gsar                                  on 2000/12/17  18:09:08
31691         Log: update Changes
31692      Branch: maint-5.6/perl
31693            ! Changes
31694 ____________________________________________________________________________
31695 [  8145] By: jhi                                   on 2000/12/17  17:39:35
31696         Log: Subject: [PATCH] Re: The long awaited feature ...
31697              From: Simon Cozens <simon@cozens.net>
31698              Date: Sun, 17 Dec 2000 12:31:56 +0000
31699              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
31700              
31701              Add a warning to binmode() about using bad filehandles
31702              (can happen e.g. if someone forgets the filehandle argument)
31703      Branch: perl
31704            ! pp_sys.c
31705 ____________________________________________________________________________
31706 [  8144] By: jhi                                   on 2000/12/17  17:33:48
31707         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
31708              From: Jonathan Stowe <gellyfish@gellyfish.com>
31709              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
31710              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
31711      Branch: perl
31712            ! lib/Net/Ping.pm
31713 ____________________________________________________________________________
31714 [  8143] By: jhi                                   on 2000/12/17  05:31:37
31715         Log: Polymorphic regexps.
31716              
31717              Fixes at least the bugs 20001028.003 (both of them...) and
31718              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
31719              also to be fixed by now, probably already before this patch.
31720      Branch: perl
31721            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
31722            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
31723            ! t/op/utf8decode.t t/pragma/utf8.t
31724 ____________________________________________________________________________
31725 [  8142] By: jhi                                   on 2000/12/16  17:16:05
31726         Log: Subject: [patch perl@8102] dos/djgpp update
31727              From: Laszlo Molnar <ml1050@freemail.hu>
31728              Date: Sat, 16 Dec 2000 01:40:52 +0100
31729              Message-ID: <20001216014052.A335@freemail.hu>
31730      Branch: perl
31731            ! djgpp/config.over t/base/commonsense.t
31732 ____________________________________________________________________________
31733 [  8141] By: jhi                                   on 2000/12/16  17:09:27
31734         Log: Few uncheckedin files.
31735      Branch: perl
31736            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
31737 ____________________________________________________________________________
31738 [  8140] By: nick                                  on 2000/12/15  22:14:31
31739         Log: Integrate mainline
31740      Branch: perlio
31741           !> (integrate 53 files)
31742 ____________________________________________________________________________
31743 [  8139] By: jhi                                   on 2000/12/15  19:49:49
31744         Log: One more IVUV tweak from Nicholas Clark.
31745      Branch: perl
31746            ! sv.c
31747 ____________________________________________________________________________
31748 [  8138] By: jhi                                   on 2000/12/15  19:17:06
31749         Log: Return of the IVUV-preservation, now seems to be happy even
31750              in Digital UNIX (the broken strtoul brokenness detection
31751              seems to have been the fly in the ointment).
31752      Branch: perl
31753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31754            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31755            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
31756            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
31757            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31758            ! vos/config.ga.h win32/config.bc win32/config.gc
31759            ! win32/config.vc
31760 ____________________________________________________________________________
31761 [  8137] By: jhi                                   on 2000/12/15  18:12:14
31762         Log: Metaconfig unit change for #8136.
31763      Branch: metaconfig
31764            ! U/modified/d_strtoul.U
31765      Branch: metaconfig/U/perl
31766            ! d_strtoull.U d_strtouq.U
31767 ____________________________________________________________________________
31768 [  8136] By: jhi                                   on 2000/12/15  18:11:35
31769         Log: I don't think it's sensible or portable to test the strtou*
31770              on /^-/ strings.
31771      Branch: perl
31772            ! Configure
31773 ____________________________________________________________________________
31774 [  8135] By: jhi                                   on 2000/12/15  17:18:49
31775         Log: Metaconfig unit change for #8134.
31776      Branch: metaconfig
31777            ! U/modified/d_strtoul.U
31778 ____________________________________________________________________________
31779 [  8134] By: jhi                                   on 2000/12/15  17:14:13
31780         Log: If longsize is 8 we don't need a LL suffix for integer constants.
31781      Branch: perl
31782            ! Configure config_h.SH
31783 ____________________________________________________________________________
31784 [  8133] By: jhi                                   on 2000/12/15  16:00:23
31785         Log: Update Changes.
31786      Branch: perl
31787            ! Changes patchlevel.h
31788 ____________________________________________________________________________
31789 [  8132] By: jhi                                   on 2000/12/15  15:44:16
31790         Log: Some compilers get huffy if you do not cast a const pointer
31791              to a non-const when assigning.
31792      Branch: perl
31793            ! gv.c
31794 ____________________________________________________________________________
31795 [  8131] By: jhi                                   on 2000/12/15  15:38:30
31796         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
31797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31798              Date: Fri, 15 Dec 2000 05:26:57 -0500
31799              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
31800      Branch: perl
31801            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
31802            ! t/pragma/overload.t
31803 ____________________________________________________________________________
31804 [  8130] By: jhi                                   on 2000/12/15  15:36:08
31805         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
31806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31807              Date: Thu, 14 Dec 2000 22:02:43 -0500
31808              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
31809      Branch: perl
31810            ! gv.c perl.h
31811 ____________________________________________________________________________
31812 [  8129] By: jhi                                   on 2000/12/15  15:34:16
31813         Log: Subject: PATCH: h2xs nit
31814              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31815              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
31816              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
31817              
31818              Add a template README.
31819      Branch: perl
31820            ! utils/h2xs.PL
31821 ____________________________________________________________________________
31822 [  8128] By: jhi                                   on 2000/12/15  15:32:22
31823         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
31824      Branch: perl
31825            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
31826 ____________________________________________________________________________
31827 [  8127] By: jhi                                   on 2000/12/15  15:19:34
31828         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
31829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31830              Date:     Thu, 14 Dec 2000 20:04:42 EST
31831              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
31832      Branch: perl
31833            ! ext/Opcode/Opcode.xs
31834 ____________________________________________________________________________
31835 [  8126] By: jhi                                   on 2000/12/15  15:17:49
31836         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
31837              From: Peter Prymmer <pvhp@forte.com>
31838              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
31839              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
31840      Branch: perl
31841            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
31842            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
31843            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
31844 ____________________________________________________________________________
31845 [  8125] By: jhi                                   on 2000/12/15  15:11:05
31846         Log: This seems to be a stage sane and stable enough to checkin.
31847              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
31848      Branch: perl
31849            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
31850            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
31851            ! t/op/cmp.t t/op/numconvert.t
31852 ____________________________________________________________________________
31853 [  8124] By: jhi                                   on 2000/12/15  04:20:26
31854         Log: Something is really wonky.
31855      Branch: perl
31856            ! sv.c
31857 ____________________________________________________________________________
31858 [  8123] By: jhi                                   on 2000/12/15  04:00:50
31859         Log: Fixes for the IV UV patches to compile in Digital UNIX.
31860      Branch: perl
31861            ! sv.c
31862 ____________________________________________________________________________
31863 [  8122] By: jhi                                   on 2000/12/15  02:53:40
31864         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31865              From: "Craig A. Berry" <craigberry@mac.com>
31866              Date: Thu, 14 Dec 2000 19:10:49 -0600
31867              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
31868      Branch: perl
31869            ! vms/vms.c
31870 ____________________________________________________________________________
31871 [  8121] By: jhi                                   on 2000/12/15  02:50:00
31872         Log: Metaconfig changes for #8120.
31873      Branch: metaconfig
31874            + U/modified/d_strtoul.U
31875      Branch: metaconfig/U/perl
31876            ! d_strtoull.U d_strtouq.U
31877 ____________________________________________________________________________
31878 [  8120] By: jhi                                   on 2000/12/15  02:49:42
31879         Log: From: Nicholas Clark <nick@ccl4.org> 
31880              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
31881              Date: Thu, 14 Dec 2000 18:38:57 +0000
31882              Message-ID: <20001214183857.B97909@plum.flirble.org>
31883      Branch: perl
31884            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31885            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
31886            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31887            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31888            ! win32/config.gc win32/config.vc
31889 ____________________________________________________________________________
31890 [  8119] By: jhi                                   on 2000/12/14  23:40:58
31891         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
31892              From: Nicholas Clark <nick@ccl4.org>
31893              Date: Wed, 13 Dec 2000 20:08:50 +0000
31894              Message-ID: <20001213200849.B71166@plum.flirble.org>
31895      Branch: perl
31896            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
31897            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
31898 ____________________________________________________________________________
31899 [  8118] By: jhi                                   on 2000/12/14  22:46:26
31900         Log: Integrate perlio.
31901      Branch: perl
31902           !> MANIFEST ext/Encode/compile makedef.pl
31903 ____________________________________________________________________________
31904 [  8117] By: nick                                  on 2000/12/14  22:38:53
31905         Log: Win32 tweaks to get Encode to build
31906              - temp hack to makedef.pl till PerlIO is properly "exported".
31907              - MSVC dislikes  
31908              static encpage_t foo[];
31909              so make 'em extern for now.
31910      Branch: perlio
31911            ! ext/Encode/compile makedef.pl
31912 ____________________________________________________________________________
31913 [  8116] By: nick                                  on 2000/12/14  22:00:53
31914         Log: Document the new files
31915      Branch: perlio
31916            ! MANIFEST
31917 ____________________________________________________________________________
31918 [  8115] By: jhi                                   on 2000/12/14  21:58:01
31919         Log: MANIFEST new files of #8114.
31920      Branch: perl
31921            ! MANIFEST
31922 ____________________________________________________________________________
31923 [  8114] By: jhi                                   on 2000/12/14  21:50:49
31924         Log: Integrate perlio.
31925      Branch: perl
31926           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
31927           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31928           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
31929           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
31930           !> ext/Encode/Makefile.PL
31931 ____________________________________________________________________________
31932 [  8113] By: jhi                                   on 2000/12/14  21:48:49
31933         Log: The documentation part of the
31934              
31935              Subject: [ID 20001214.002] Net::Ping patch
31936              From: Jonathan Stowe <gellyfish@gellyfish.com>
31937              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
31938              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
31939              since the #7529 had already addressed the same problem.
31940      Branch: perl
31941            ! lib/Net/Ping.pm
31942 ____________________________________________________________________________
31943 [  8112] By: jhi                                   on 2000/12/14  21:42:57
31944         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
31945              From: Dominic Dunlop <domo@computer.org>
31946              Date: Tue, 12 Dec 2000 10:47:10 +0100
31947              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
31948              
31949              Document how elusive subroutines can be.
31950      Branch: perl
31951            ! pod/perlfunc.pod
31952 ____________________________________________________________________________
31953 [  8111] By: jhi                                   on 2000/12/14  21:38:05
31954         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
31955              From: Dominic Dunlop <domo@computer.org>
31956              Date: Thu, 14 Dec 2000 10:13:51 +0100
31957              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
31958      Branch: perl
31959            ! ext/POSIX/POSIX.pod
31960 ____________________________________________________________________________
31961 [  8110] By: jhi                                   on 2000/12/14  21:36:32
31962         Log: Subject: [patch] perlfaq7
31963              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31964              Date: Thu, 14 Dec 2000 15:31:07 +0100
31965              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
31966      Branch: perl
31967            ! pod/perlfaq7.pod
31968 ____________________________________________________________________________
31969 [  8109] By: jhi                                   on 2000/12/14  21:29:20
31970         Log: Subject: [8104] Encode
31971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31972              Date: Thu, 14 Dec 2000 14:49:34 +0100
31973              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
31974              
31975              Type casting for nervous compilers.
31976      Branch: perl
31977            ! ext/Encode/Encode.xs
31978 ____________________________________________________________________________
31979 [  8108] By: jhi                                   on 2000/12/14  21:26:17
31980         Log: Subject: [8104] DB_File
31981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31982              Date: Thu, 14 Dec 2000 14:49:35 +0100
31983              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
31984              
31985              Type definition incorrect for DB 2.7.7.  Not known when it
31986              changed, so only changed it for a known revision.
31987      Branch: perl
31988            ! ext/DB_File/DB_File.xs
31989 ____________________________________________________________________________
31990 [  8107] By: jhi                                   on 2000/12/14  21:23:41
31991         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
31992              From: Peter Prymmer <pvhp@forte.com>
31993              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
31994              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
31995              
31996              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
31997      Branch: perl
31998            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
31999            ! ext/Encode/Encode/posix-bc.enc
32000 ____________________________________________________________________________
32001 [  8106] By: nick                                  on 2000/12/14  20:36:13
32002         Log: "Cold" build correction to Encode's Makefile.PL
32003      Branch: perlio
32004            ! ext/Encode/Makefile.PL
32005 ____________________________________________________________________________
32006 [  8105] By: nick                                  on 2000/12/14  20:09:37
32007         Log: "Compiled" encodings.
32008              Correct replacement character in EBCDIC .enc files
32009              Add 0x7F to ASCII repertoire.
32010      Branch: perlio
32011            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32012            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32013            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32014            ! ext/Encode/Makefile.PL ext/Encode/compile
32015            ! ext/Encode/encengine.c ext/Encode/encode.h
32016 ____________________________________________________________________________
32017 [  8104] By: nick                                  on 2000/12/14  00:38:20
32018         Log: Integrate mainline
32019      Branch: perlio
32020           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
32021           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
32022           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
32023           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
32024           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
32025           !> t/lib/db-hash.t t/lib/db-recno.t
32026 ____________________________________________________________________________
32027 [  8103] By: nick                                  on 2000/12/13  23:16:13
32028         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
32029              so far and so it does not get lost.
32030      Branch: perlio
32031            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32032 ____________________________________________________________________________
32033 [  8102] By: jhi                                   on 2000/12/13  17:14:22
32034         Log: Update Changes.
32035      Branch: perl
32036            ! Changes patchlevel.h
32037 ____________________________________________________________________________
32038 [  8101] By: jhi                                   on 2000/12/13  16:53:41
32039         Log: Move the proto of start_glob() to a better place; regen api files.
32040      Branch: perl
32041            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
32042 ____________________________________________________________________________
32043 [  8100] By: jhi                                   on 2000/12/13  16:47:11
32044         Log: Metaconfig change for #8099.
32045      Branch: metaconfig
32046            ! U/modified/Head.U
32047 ____________________________________________________________________________
32048 [  8099] By: jhi                                   on 2000/12/13  16:46:48
32049         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32050              From: Andy Dougherty <doughera@lafayette.edu>
32051              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
32052              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
32053      Branch: perl
32054            ! Configure
32055 ____________________________________________________________________________
32056 [  8098] By: jhi                                   on 2000/12/13  16:39:02
32057         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
32058              From: rspier@pobox.com (Robert Spier)
32059              Date: Tue, 12 Dec 2000 21:12:39 -0500
32060              Message-ID: <14902.56087.678086.725773@rls.cx>
32061              
32062              fastgetcwd is defined using a glob alias on a $^O dependent basis -
32063              and there was no default assignment or perl subroutine.
32064      Branch: perl
32065            ! lib/Cwd.pm
32066 ____________________________________________________________________________
32067 [  8097] By: jhi                                   on 2000/12/13  16:16:01
32068         Log: Subject: [PATCH] move startglob out of pp_hot.c
32069              From: Nicholas Clark <nick@ccl4.org>
32070              Date: Mon, 11 Dec 2000 23:16:39 +0000
32071              Message-ID: <20001211231638.A55550@plum.flirble.org>
32072      Branch: perl
32073            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
32074 ____________________________________________________________________________
32075 [  8096] By: jhi                                   on 2000/12/13  15:26:23
32076         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32077              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32078              Date: Wed, 13 Dec 2000 14:01:37 +0100
32079              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
32080              
32081              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
32082              in turn requires libpthread in libswanted.
32083      Branch: perl
32084            ! hints/hpux.sh
32085 ____________________________________________________________________________
32086 [  8095] By: jhi                                   on 2000/12/12  19:51:05
32087         Log: The integration wars continue.
32088      Branch: perl
32089           !> sv.c
32090 ____________________________________________________________________________
32091 [  8094] By: jhi                                   on 2000/12/12  19:48:26
32092         Log: Subject: [PATCH perl@8070] DB_File-1.74  
32093              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
32094              Date: Mon, 11 Dec 2000 23:07:17 -0000
32095              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
32096      Branch: perl
32097            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32098            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32099            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
32100            ! t/lib/db-recno.t
32101 ____________________________________________________________________________
32102 [  8093] By: nick                                  on 2000/12/12  19:42:13
32103         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
32104      Branch: perlio
32105            ! sv.c
32106           !> lib/File/DosGlob.pm
32107 ____________________________________________________________________________
32108 [  8092] By: jhi                                   on 2000/12/12  19:28:11
32109         Log: Integrate perlio.
32110      Branch: perl
32111           !> sv.c
32112 ____________________________________________________________________________
32113 [  8091] By: nick                                  on 2000/12/12  18:49:45
32114         Log: Fix for Tk, and upgrading shared SVs.
32115      Branch: perlio
32116            ! sv.c
32117 ____________________________________________________________________________
32118 [  8090] By: jhi                                   on 2000/12/12  16:48:59
32119         Log: Subject: [PATCH] Re: Breadperl & Tk
32120              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32121              Date: Tue, 12 Dec 2000 14:48:27 GMT
32122              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
32123      Branch: perl
32124            ! sv.c
32125 ____________________________________________________________________________
32126 [  8089] By: jhi                                   on 2000/12/12  03:37:19
32127         Log: Subject: DosGlob.pm diff for bash style brace expansion.
32128              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
32129              Date: Fri, 8 Dec 2000 10:45:30 -0600
32130              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
32131      Branch: perl
32132            ! lib/File/DosGlob.pm
32133 ____________________________________________________________________________
32134 [  8088] By: nick                                  on 2000/12/11  23:59:59
32135         Log: Integrate mainline
32136      Branch: perlio
32137           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
32138           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32139           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
32140           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
32141           !> t/op/local.t t/pragma/warn/toke toke.c
32142 ____________________________________________________________________________
32143 [  8087] By: jhi                                   on 2000/12/11  23:20:23
32144         Log: Integrate perlio.
32145      Branch: perl
32146           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32147 ____________________________________________________________________________
32148 [  8086] By: jhi                                   on 2000/12/11  22:50:59
32149         Log: Tune further the OS detection of CGI.
32150      Branch: perl
32151            ! lib/CGI.pm
32152 ____________________________________________________________________________
32153 [  8085] By: nick                                  on 2000/12/11  22:50:46
32154         Log: Finish 1st pass of "encoding" layer e.g. :
32155              open($fh,"<encoding(iso8859-7)",$greek) || die;
32156      Branch: perlio
32157            ! ext/Encode/Encode.xs perlio.c perliol.h
32158 ____________________________________________________________________________
32159 [  8084] By: jhi                                   on 2000/12/11  22:32:06
32160         Log: Revert the -f ambiguousity patch, seems to cause
32161              too much hassle (the interpret -Q as a function
32162              where Q is not a known filetest part is left in).
32163      Branch: perl
32164            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
32165            ! toke.c
32166 ____________________________________________________________________________
32167 [  8083] By: jhi                                   on 2000/12/11  22:27:23
32168         Log: (accidentally empty check-in)
32169      Branch: perl
32170            ! lib/File/DosGlob.pm
32171 ____________________________________________________________________________
32172 [  8082] By: nick                                  on 2000/12/11  19:09:51
32173         Log: Restore mmap function (broken by tweaks to shared buffer
32174              layer for encode(xxxx)).
32175      Branch: perlio
32176            ! perlio.c
32177 ____________________________________________________________________________
32178 [  8081] By: jhi                                   on 2000/12/11  18:29:13
32179         Log: Subject: Re: The long awaited feature ...
32180              From: Simon Cozens <simon@cozens.net>
32181              Date: Mon, 11 Dec 2000 15:54:24 +0000
32182              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
32183              
32184              More io/utf8 tests.
32185      Branch: perl
32186            ! t/io/utf8.t
32187 ____________________________________________________________________________
32188 [  8080] By: jhi                                   on 2000/12/11  18:19:36
32189         Log: Subject: PATCH MakeMaker manpage clarification
32190              From: andreas.koenig@anima.de (Andreas J. Koenig)
32191              Date: 10 Dec 2000 20:46:13 +0100
32192              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
32193      Branch: perl
32194            ! lib/ExtUtils/MakeMaker.pm
32195 ____________________________________________________________________________
32196 [  8079] By: jhi                                   on 2000/12/11  15:35:07
32197         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
32198              From: Simon Cozens <simon@cozens.net>
32199              Date: Sun, 10 Dec 2000 19:06:19 +0000
32200              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
32201      Branch: perl
32202            ! ext/B/B/Deparse.pm t/lib/b.t
32203 ____________________________________________________________________________
32204 [  8078] By: jhi                                   on 2000/12/11  15:09:11
32205         Log: Subject: [PATCH] docs on NaN
32206              From: Nicholas Clark <nick@ccl4.org>
32207              Date: Mon, 11 Dec 2000 01:48:38 +0000
32208              Message-ID: <20001211014838.B99205@plum.flirble.org>
32209      Branch: perl
32210            ! pod/perlop.pod
32211 ____________________________________________________________________________
32212 [  8077] By: jhi                                   on 2000/12/11  15:02:21
32213         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
32214              From: Simon Cozens <simon@cozens.net>
32215              Date: Mon, 11 Dec 2000 01:21:45 +0000
32216              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
32217      Branch: perl
32218            ! pp.c pp_hot.c scope.c t/op/local.t
32219 ____________________________________________________________________________
32220 [  8076] By: nick                                  on 2000/12/10  20:43:32
32221         Log: Not merge worthy...
32222              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
32223              syntax is modelled on attributes.
32224              Untested fix for io/utf8 on Win32 etc.
32225              Very clumsy start to the encode layer.
32226      Branch: perlio
32227            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32228 ____________________________________________________________________________
32229 [  8075] By: jhi                                   on 2000/12/10  18:39:33
32230         Log: Darwin is not Windows.
32231      Branch: perl
32232            ! lib/CGI.pm
32233 ____________________________________________________________________________
32234 [  8074] By: jhi                                   on 2000/12/10  18:31:27
32235         Log: Subject: Ambiguous -%c() resolved as a file test
32236              From: "Paul Marquess" <Paul.Marquess@openwave.com>
32237              Date: Sun, 10 Dec 2000 15:35:07 -0000
32238              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
32239      Branch: perl
32240            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32241 ____________________________________________________________________________
32242 [  8073] By: jhi                                   on 2000/12/10  18:16:29
32243         Log: Subject: PATCH installperl misinformed 
32244              From: andreas.koenig@anima.de (Andreas J. Koenig)
32245              Date: 10 Dec 2000 13:01:32 +0100 
32246              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
32247      Branch: perl
32248            ! installperl
32249 ____________________________________________________________________________
32250 [  8072] By: jhi                                   on 2000/12/10  18:07:55
32251         Log: The walkoptree confusion rages; walkoptree() seems to be coming
32252              from B.xs, while walkoptree_slow() comes from B.pm.
32253      Branch: perl
32254            ! ext/B/B.pm
32255 ____________________________________________________________________________
32256 [  8071] By: nick                                  on 2000/12/10  11:45:47
32257         Log: Integrate mainline
32258      Branch: perlio
32259           +> t/base/commonsense.t
32260           !> (integrate 37 files)
32261 ____________________________________________________________________________
32262 [  8070] By: jhi                                   on 2000/12/10  04:46:21
32263         Log: Update Changes.
32264      Branch: perl
32265            ! Changes patchlevel.h
32266 ____________________________________________________________________________
32267 [  8069] By: jhi                                   on 2000/12/10  04:39:19
32268         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
32269              From: andreas.koenig@anima.de (Andreas J. Koenig)
32270              Date: 09 Dec 2000 17:14:25 +0100
32271              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
32272      Branch: perl
32273            + t/base/commonsense.t
32274            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
32275 ____________________________________________________________________________
32276 [  8068] By: jhi                                   on 2000/12/10  04:17:36
32277         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
32278              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32279              Date: Sat, 9 Dec 2000 16:47:22 -0000
32280              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
32281      Branch: perl
32282            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
32283            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
32284            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
32285            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
32286            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
32287            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
32288            ! t/lib/sdbm.t
32289 ____________________________________________________________________________
32290 [  8067] By: jhi                                   on 2000/12/10  03:52:02
32291         Log: Test case for #8066.
32292      Branch: perl
32293            ! t/op/misc.t
32294 ____________________________________________________________________________
32295 [  8066] By: jhi                                   on 2000/12/10  03:50:30
32296         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
32297              From: Simon Cozens <simon@cozens.net>
32298              Date: Sun, 10 Dec 2000 00:55:37 +0000
32299              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
32300      Branch: perl
32301            ! pp_sys.c
32302 ____________________________________________________________________________
32303 [  8065] By: jhi                                   on 2000/12/10  03:44:52
32304         Log: Test case for #8064.
32305      Branch: perl
32306            ! t/comp/proto.t
32307 ____________________________________________________________________________
32308 [  8064] By: jhi                                   on 2000/12/10  03:42:32
32309         Log: Subject: Re: prototype of substr
32310              From: Simon Cozens <simon@cozens.net>
32311              Date: Sun, 10 Dec 2000 00:13:33 +0000
32312              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
32313              
32314              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
32315      Branch: perl
32316            ! pp.c
32317 ____________________________________________________________________________
32318 [  8063] By: jhi                                   on 2000/12/10  03:39:42
32319         Log: Subject: [PATCH] perlguts.pod
32320              From: Simon Cozens <simon@cozens.net>
32321              Date: Sun, 10 Dec 2000 00:06:47 +0000
32322              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
32323              
32324              Documentation of the different types of ops,
32325              plus the functions in dump.c
32326      Branch: perl
32327            ! pod/perlguts.pod
32328 ____________________________________________________________________________
32329 [  8062] By: jhi                                   on 2000/12/10  03:30:04
32330         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
32331              From: Nicholas Clark <nick@talking.bollo.cx>
32332              Date: Sat, 09 Dec 2000 18:57:25 +0000
32333              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
32334              
32335              Be more robust in weird hostname setups.
32336      Branch: perl
32337            ! t/lib/net-hostent.t
32338 ____________________________________________________________________________
32339 [  8061] By: jhi                                   on 2000/12/10  03:28:21
32340         Log: Pacify fussy compiler. 
32341      Branch: perl
32342            ! pp_sys.c
32343 ____________________________________________________________________________
32344 [  8060] By: jhi                                   on 2000/12/10  02:52:46
32345         Log: Integrate perlio.
32346      Branch: perl
32347           !> pp_sys.c t/io/utf8.t
32348 ____________________________________________________________________________
32349 [  8059] By: nick                                  on 2000/12/09  23:40:14
32350         Log: read/sysread/recv should now be utf8 aware.
32351              Basic test for utf8 read.
32352      Branch: perlio
32353            ! pp_sys.c t/io/utf8.t
32354 ____________________________________________________________________________
32355 [  8058] By: jhi                                   on 2000/12/09  21:56:02
32356         Log: Integrate perlio.
32357      Branch: perl
32358           +> t/io/utf8.t
32359           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
32360 ____________________________________________________________________________
32361 [  8057] By: jhi                                   on 2000/12/09  21:53:35
32362         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
32363              From: Inaba Hiroto <inaba@st.rim.or.jp>
32364              Date: Sun, 10 Dec 2000 05:53:21 +0900
32365              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
32366              
32367              Tests for #8056.
32368      Branch: perl
32369            ! t/op/each.t
32370 ____________________________________________________________________________
32371 [  8056] By: jhi                                   on 2000/12/09  21:51:16
32372         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
32373              From: Inaba Hiroto <inaba@st.rim.or.jp>
32374              Date: Sat, 09 Dec 2000 18:02:00 +0900
32375              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
32376              
32377              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
32378      Branch: perl
32379            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
32380 ____________________________________________________________________________
32381 [  8055] By: nick                                  on 2000/12/09  20:11:48
32382         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
32383              than raw PerlIO_write() - does not seem to break any tests.
32384      Branch: perlio
32385            ! pp_sys.c
32386 ____________________________________________________________________________
32387 [  8054] By: nick                                  on 2000/12/09  19:47:30
32388         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
32389              (sysread, recv and write i.e. formats still to do...)
32390              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
32391              open($fh,">:utf8","name")
32392              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
32393              so no extra overhead is involved.
32394              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
32395              to a non-utf8 stream.
32396              Add initial io/utf8.t
32397              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
32398              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
32399              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
32400      Branch: perlio
32401            + t/io/utf8.t
32402            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
32403 ____________________________________________________________________________
32404 [  8053] By: nick                                  on 2000/12/09  19:26:37
32405         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
32406              was only testing this_utf8.
32407      Branch: perlio
32408            ! toke.c
32409 ____________________________________________________________________________
32410 [  8052] By: nick                                  on 2000/12/09  19:09:41
32411         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
32412              i.e. the output string has one, but don't mess with source assumption.
32413      Branch: perlio
32414            ! toke.c
32415 ____________________________________________________________________________
32416 [  8051] By: jhi                                   on 2000/12/09  16:55:17
32417         Log: Integrate perlio.
32418      Branch: perl
32419           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
32420           !> sv.c thrdvar.h util.c
32421 ____________________________________________________________________________
32422 [  8050] By: jhi                                   on 2000/12/09  16:48:07
32423         Log: Nits noticed by Peter Prymmer.
32424      Branch: perl
32425            ! lib/ExtUtils/MM_VMS.pm
32426 ____________________________________________________________________________
32427 [  8049] By: nick                                  on 2000/12/09  13:49:40
32428         Log: UTF8 output prework.
32429              - Store $\ and $, as SVs so they can have SvUTF8 flag
32430              - use do_print() rather than raw PerlIO_write() to print them.
32431      Branch: perlio
32432            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
32433            ! thrdvar.h util.c
32434 ____________________________________________________________________________
32435 [  8048] By: nick                                  on 2000/12/09  12:30:43
32436         Log: Integrate mainline.
32437      Branch: perlio
32438           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
32439           +> t/op/reverse.t
32440           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
32441           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32442           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
32443           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
32444           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
32445           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32446 ____________________________________________________________________________
32447 [  8047] By: jhi                                   on 2000/12/09  00:23:27
32448         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
32449              From: Michael G Schwern <schwern@pobox.com>
32450              Date: Fri, 8 Dec 2000 14:43:04 -0600
32451      Branch: perl
32452            ! lib/ExtUtils/MM_VMS.pm
32453 ____________________________________________________________________________
32454 [  8046] By: jhi                                   on 2000/12/08  23:10:27
32455         Log: A missed check-in.
32456      Branch: perl
32457            ! lib/ExtUtils/Manifest.pm
32458 ____________________________________________________________________________
32459 [  8045] By: jhi                                   on 2000/12/08  21:57:12
32460         Log: (null check-in)
32461      Branch: perl
32462            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
32463 ____________________________________________________________________________
32464 [  8044] By: jhi                                   on 2000/12/08  21:11:06
32465         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
32466              at the final draft stage.
32467      Branch: perl
32468            + ext/Encode/Encode/iso8859-16.enc
32469            ! MANIFEST
32470 ____________________________________________________________________________
32471 [  8043] By: jhi                                   on 2000/12/08  16:39:04
32472         Log: Update Changes.
32473      Branch: perl
32474            ! Changes patchlevel.h
32475 ____________________________________________________________________________
32476 [  8042] By: jhi                                   on 2000/12/08  16:33:39
32477         Log: Do not return the Unicode replacement character if UTF-8
32478              decoding goes awry, it should be up to the caller to decide.
32479      Branch: perl
32480            ! pod/perlapi.pod utf8.c
32481 ____________________________________________________________________________
32482 [  8041] By: jhi                                   on 2000/12/08  16:22:28
32483         Log: metaconfig maintenance.
32484      Branch: metaconfig
32485            ! U/modified/stdchar.U
32486      Branch: metaconfig/U/perl
32487            + testsyml.U
32488 ____________________________________________________________________________
32489 [  8040] By: jhi                                   on 2000/12/08  16:03:08
32490         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
32491              From: sthoenna@efn.org
32492              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
32493              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
32494      Branch: perl
32495            ! Changes lib/ExtUtils/MM_OS2.pm
32496 ____________________________________________________________________________
32497 [  8039] By: jhi                                   on 2000/12/08  15:57:11
32498         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
32499              From: Simon Cozens <simon@cozens.net>
32500              Date: Fri, 8 Dec 2000 13:33:31 +0000
32501              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
32502              
32503              (The pp_hot part needed a rewrite.)
32504      Branch: perl
32505            ! doop.c pp_hot.c utf8.c
32506 ____________________________________________________________________________
32507 [  8038] By: jhi                                   on 2000/12/08  15:25:08
32508         Log: Subject: djSP
32509              From: Michael Stevens <michael@etla.org>
32510              Date: Wed, 6 Dec 2000 23:24:01 +0000
32511              Message-ID: <20001206232400.A21381@firedrake.org>
32512              
32513              Plus a note from Nick Ing-Simmons.
32514      Branch: perl
32515            ! pp.h
32516 ____________________________________________________________________________
32517 [  8037] By: jhi                                   on 2000/12/08  15:18:35
32518         Log: Filetype is text.
32519      Branch: perl
32520            ! t/op/utf8decode.t
32521 ____________________________________________________________________________
32522 [  8036] By: jhi                                   on 2000/12/08  03:31:27
32523         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32524              From: Andy Dougherty <doughera@lafayette.edu>
32525              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
32526              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
32527              
32528              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32529              From: Andy Dougherty <doughera@lafayette.edu>
32530              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
32531              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
32532      Branch: perl
32533            + ext/POSIX/hints/svr4.pl
32534            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
32535 ____________________________________________________________________________
32536 [  8035] By: jhi                                   on 2000/12/08  03:26:01
32537         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
32538              From: Andy Dougherty <doughera@lafayette.edu>
32539              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
32540              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
32541      Branch: perl
32542            ! t/README t/base/term.t
32543 ____________________________________________________________________________
32544 [  8034] By: jhi                                   on 2000/12/08  03:21:59
32545         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32546              From: mjd@plover.com  
32547              Date: 7 Dec 2000 21:04:20 -0000
32548              Message-ID: <20001207210420.22282.qmail@plover.com>
32549              
32550              Plus -z doc.
32551      Branch: perl
32552            ! pod/perlfunc.pod
32553 ____________________________________________________________________________
32554 [  8033] By: jhi                                   on 2000/12/08  03:19:03
32555         Log: Use the UTF8 macros a bit.  They can't be used with abandon
32556              everywhere because we do generate illegal UTF-8 in some situations.
32557              This is of course naughty.
32558      Branch: perl
32559            ! pod/perlapi.pod utf8.c utf8.h
32560 ____________________________________________________________________________
32561 [  8032] By: jhi                                   on 2000/12/08  03:00:09
32562         Log: Out of sync?
32563      Branch: perl
32564            ! t/pragma/warn/utf8
32565 ____________________________________________________________________________
32566 [  8031] By: jhi                                   on 2000/12/08  02:22:39
32567         Log: Cnt spl.
32568      Branch: perl
32569            ! MANIFEST
32570 ____________________________________________________________________________
32571 [  8030] By: jhi                                   on 2000/12/08  01:23:54
32572         Log: Add test for reverse().
32573      Branch: perl
32574            + t/op/reverse.t
32575            ! MANIFEST
32576 ____________________________________________________________________________
32577 [  8029] By: jhi                                   on 2000/12/08  01:21:47
32578         Log: Integrate perlio.
32579      Branch: perl
32580           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
32581           !> perlio.c perlio.h perlsdio.h warnings.pl
32582 ____________________________________________________________________________
32583 [  8028] By: jhi                                   on 2000/12/08  01:19:08
32584         Log: Introduce macros for UTF8 decoding.
32585      Branch: perl
32586            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32587 ____________________________________________________________________________
32588 [  8027] By: nick                                  on 2000/12/07  22:18:19
32589         Log: Integrate mainline
32590      Branch: perlio
32591           !> embed.pl pod/perlapi.pod utf8.c
32592 ____________________________________________________________________________
32593 [  8026] By: nick                                  on 2000/12/07  21:45:08
32594         Log: Various oddities p4 diff -se showed up
32595              Remove 'our' from warnings.pl
32596      Branch: perlio
32597            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
32598 ____________________________________________________________________________
32599 [  8025] By: nick                                  on 2000/12/07  21:43:32
32600         Log: Change PerlIO_(get|set)pos to take SV *
32601              Should fix, OS/2, VMS, (sfio??)
32602      Branch: perlio
32603            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
32604 ____________________________________________________________________________
32605 [  8024] By: jhi                                   on 2000/12/07  19:05:32
32606         Log: Document utf8_to_uv() better.
32607      Branch: perl
32608            ! pod/perlapi.pod utf8.c
32609 ____________________________________________________________________________
32610 [  8023] By: jhi                                   on 2000/12/07  18:23:47
32611         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
32612      Branch: perl
32613            ! embed.pl pod/perlapi.pod utf8.c
32614 ____________________________________________________________________________
32615 [  8022] By: jhi                                   on 2000/12/07  04:13:51
32616         Log: Integrate perlio.
32617      Branch: perl
32618           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
32619           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
32620           !> win32/makefile.mk
32621 ____________________________________________________________________________
32622 [  8021] By: nick                                  on 2000/12/07  00:28:14
32623         Log: Various attempts at MSVC debug - not sure what has
32624              changed but works now. 
32625              Seems atexit() _may_ work for DLLs built with MSVC so don't
32626              call cleanup that way.
32627      Branch: perlio
32628            ! perlio.c win32/makefile.mk
32629 ____________________________________________________________________________
32630 [  8020] By: nick                                  on 2000/12/06  19:57:20
32631         Log: Integrate mainline
32632      Branch: perlio
32633           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
32634           !> (integrate 75 files)
32635 ____________________________________________________________________________
32636 [  8019] By: nick                                  on 2000/12/06  19:28:21
32637         Log: Add useperlio to config.vc
32638              Turn off binmode in config_H.PL
32639              Regen all the config_H.xx
32640              Attempt to get debugging build with MSVC.
32641      Branch: perlio
32642            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32643            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
32644 ____________________________________________________________________________
32645 [  8018] By: nick                                  on 2000/12/06  19:21:57
32646         Log: Test various dup/external program options on all platforms.
32647      Branch: perlio
32648            ! t/io/dup.t
32649 ____________________________________________________________________________
32650 [  8017] By: nick                                  on 2000/12/06  19:20:47
32651         Log: Fix harness to be less picky
32652      Branch: perlio
32653            ! lib/Test/Harness.pm
32654 ____________________________________________________________________________
32655 [  8016] By: jhi                                   on 2000/12/06  16:45:12
32656         Log: Update Changes.
32657      Branch: perl
32658            ! Changes patchlevel.h
32659 ____________________________________________________________________________
32660 [  8015] By: jhi                                   on 2000/12/06  16:41:03
32661         Log: Test \x{...} with ord().
32662      Branch: perl
32663            ! t/op/ord.t
32664 ____________________________________________________________________________
32665 [  8014] By: jhi                                   on 2000/12/06  16:20:33
32666         Log: Test tweak because of #8013.
32667      Branch: perl
32668            ! t/lib/b.t
32669 ____________________________________________________________________________
32670 [  8013] By: jhi                                   on 2000/12/06  16:09:09
32671         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
32672              From: Michael G Schwern <schwern@pobox.com>
32673              Date: Tue, 5 Dec 2000 21:23:28 -0500
32674              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
32675              
32676              Carp::Heavy parts not very applicable because of recent changes.
32677      Branch: perl
32678            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
32679            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
32680            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
32681            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32682            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
32683            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32684            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
32685            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
32686            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
32687            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
32688            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
32689            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
32690            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
32691            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
32692            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
32693            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
32694            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
32695            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
32696            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
32697            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
32698            ! warnings.pl
32699 ____________________________________________________________________________
32700 [  8012] By: jhi                                   on 2000/12/06  15:22:38
32701         Log: Subject: [PATCH] Re: New harness is failing things
32702              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32703              Date: Wed, 6 Dec 2000 13:00:30 GMT
32704              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
32705      Branch: perl
32706            ! lib/Test/Harness.pm
32707 ____________________________________________________________________________
32708 [  8011] By: jhi                                   on 2000/12/06  15:12:08
32709         Log: Subject: installhtml changes
32710              From: Michael Stevens <michael@etla.org>
32711              Date: Wed, 6 Dec 2000 13:15:53 +0000
32712              Message-ID: <20001206131553.A27317@firedrake.org>
32713      Branch: perl
32714            ! installhtml
32715 ____________________________________________________________________________
32716 [  8010] By: jhi                                   on 2000/12/06  15:06:05
32717         Log: Subject: the dTHR hits
32718              From: Michael Stevens <michael@etla.org>
32719              Date: Wed, 6 Dec 2000 12:06:03 +0000
32720              Message-ID: <20001206120603.A24581@firedrake.org>
32721              
32722              More, errrm, less dTHRs.
32723      Branch: perl
32724            ! bytecode.pl ext/B/B/C.pm
32725 ____________________________________________________________________________
32726 [  8009] By: jhi                                   on 2000/12/06  15:04:25
32727         Log: Subject: MakeMaker mailing list gone?
32728              From: Michael G Schwern <schwern@pobox.com>
32729              Date: Tue, 5 Dec 2000 19:29:59 -0500
32730              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
32731              
32732              The MakeMaker mailing list is dead, perlbug is the right
32733              address to report bugs.
32734      Branch: perl
32735            ! lib/ExtUtils/MakeMaker.pm
32736 ____________________________________________________________________________
32737 [  8008] By: jhi                                   on 2000/12/06  15:00:32
32738         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
32739              From: Michael G Schwern <schwern@pobox.com>
32740              Date: Tue, 5 Dec 2000 19:21:21 -0500
32741              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
32742              
32743              Add a default MANIFEST skip that ignores things like
32744              version control files, editor temporary files, and the Makefile.
32745      Branch: perl
32746            + lib/ExtUtils/MANIFEST.SKIP
32747            ! MANIFEST lib/ExtUtils/Manifest.pm
32748 ____________________________________________________________________________
32749 [  8007] By: jhi                                   on 2000/12/06  14:57:20
32750         Log: In Amiga more manual hackery of the scripts seems to be needed,
32751              from Jan-Erik Karlsson.  Why Configure does not get this right
32752              is unknown, may be shell-induced.
32753      Branch: perl
32754            ! README.amiga
32755 ____________________________________________________________________________
32756 [  8006] By: jhi                                   on 2000/12/05  23:53:12
32757         Log: Add TOPm1s to peek at the second topmost stack item.
32758      Branch: perl
32759            ! pp.h
32760 ____________________________________________________________________________
32761 [  8005] By: jhi                                   on 2000/12/05  23:13:55
32762         Log: Avaunt, you foul UTF-8 tests.
32763      Branch: perl
32764            ! t/op/ver.t t/pragma/utf8.t
32765 ____________________________________________________________________________
32766 [  8004] By: jhi                                   on 2000/12/05  23:09:54
32767         Log: Continue utf8 dispersal. 
32768      Branch: perl
32769            + t/op/concat.t
32770            ! MANIFEST t/pragma/utf8.t
32771 ____________________________________________________________________________
32772 [  8003] By: nick                                  on 2000/12/05  23:02:39
32773         Log: Integrate mainline.
32774      Branch: perlio
32775           +> t/op/length.t t/op/utf8decode.t
32776           !> (integrate 69 files)
32777 ____________________________________________________________________________
32778 [  8002] By: jhi                                   on 2000/12/05  22:59:28
32779         Log: Integrate perlio.
32780      Branch: perl
32781           !> iperlsys.h perl.c perlio.c win32/perllib.c
32782 ____________________________________________________________________________
32783 [  8001] By: nick                                  on 2000/12/05  22:07:52
32784         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
32785              - calloc/free suffer from damage on TerminateThread()
32786              - use PerlMemShared (as originally planned) now fixed
32787              - avoid doing anything important on DLL "detach".
32788      Branch: perlio
32789            ! perl.c perlio.c win32/perllib.c
32790 ____________________________________________________________________________
32791 [  8000] By: nick                                  on 2000/12/05  21:05:09
32792         Log: Fix gross PerlMemShared issue.
32793      Branch: perlio
32794            ! iperlsys.h
32795 ____________________________________________________________________________
32796 [  7999] By: jhi                                   on 2000/12/05  20:46:58
32797         Log: Test for Unicode (UTF-8) hash keys.
32798      Branch: perl
32799            ! t/op/each.t
32800 ____________________________________________________________________________
32801 [  7998] By: jhi                                   on 2000/12/05  20:30:35
32802         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
32803              is now always UTF-8), empty line cosmetics.
32804      Branch: perl
32805            ! t/pragma/utf8.t
32806 ____________________________________________________________________________
32807 [  7997] By: jhi                                   on 2000/12/05  20:15:40
32808         Log: Subject: Re: STRLEN - what?
32809              From: Andy Dougherty <doughera@lafayette.edu>
32810              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
32811              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
32812              
32813              Explain STRLEN.
32814      Branch: perl
32815            ! pod/perlguts.pod
32816 ____________________________________________________________________________
32817 [  7996] By: jhi                                   on 2000/12/05  20:13:34
32818         Log: Split off the UTF-8 decoder tests, make them to check also
32819              the error message.
32820      Branch: perl
32821            + t/op/utf8decode.t
32822            ! MANIFEST t/pragma/utf8.t utf8.c
32823 ____________________________________________________________________________
32824 [  7995] By: jhi                                   on 2000/12/05  16:39:47
32825         Log: Start migrating bits of pragma/utf8 to elsewhere
32826              (since the long term plan is to obsolete 'use utf8').
32827      Branch: perl
32828            + t/op/length.t
32829            ! MANIFEST t/pragma/utf8.t
32830 ____________________________________________________________________________
32831 [  7994] By: jhi                                   on 2000/12/05  16:30:21
32832         Log: Fix a manual edit typo from #7993, fix the message formatting
32833              for Unicode, add few our declarations.
32834      Branch: perl
32835            ! lib/Carp/Heavy.pm
32836 ____________________________________________________________________________
32837 [  7993] By: jhi                                   on 2000/12/05  16:09:15
32838         Log: Subject: Need help with warnings :-(
32839              From: "Ben Tilly" <ben_tilly@hotmail.com>
32840              Date: Tue, 05 Dec 2000 01:35:54 -0500
32841              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
32842              
32843              Subject: UPDATE: Carp/Heavy now passes all tests
32844              From: "Ben Tilly" <ben_tilly@hotmail.com>
32845              Date: Tue, 05 Dec 2000 07:59:41 -0500
32846              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
32847              
32848              The Brave New Carp.
32849      Branch: perl
32850            ! lib/Carp.pm lib/Carp/Heavy.pm
32851 ____________________________________________________________________________
32852 [  7992] By: jhi                                   on 2000/12/05  15:55:08
32853         Log: Subject: [PATCH perl@7979] cygwin port
32854              From: "Eric Fifer" <efifer@dircon.co.uk>
32855              Date: Tue, 5 Dec 2000 14:04:09 -0000
32856              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
32857      Branch: perl
32858            ! t/lib/net-hostent.t
32859 ____________________________________________________________________________
32860 [  7991] By: jhi                                   on 2000/12/05  15:52:34
32861         Log: Subject: Re: [PATCH] The largest hoax of all times?
32862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32863              Date: Tue, 5 Dec 2000 00:40:25 -0500
32864              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
32865              
32866              Subject: Re: [PATCH] The largest hoax of all times?
32867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32868              Date: Mon, 4 Dec 2000 23:55:53 -0500
32869              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
32870              
32871              Subject: Re: [PATCH] The largest hoax of all times?
32872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32873              Date: Tue, 5 Dec 2000 01:28:45 -0500
32874              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
32875              
32876              Fix the unpredictable order of DESTROYs.
32877      Branch: perl
32878            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
32879            ! sv.c sv.h t/op/ref.t
32880 ____________________________________________________________________________
32881 [  7990] By: jhi                                   on 2000/12/05  14:38:53
32882         Log: Subject: [PATCH] shrink pp_hot fractionally
32883              From: Nicholas Clark <nick@ccl4.org>
32884              Date: Tue, 5 Dec 2000 12:44:31 +0000
32885              Message-ID: <20001205124431.E74518@plum.flirble.org>
32886              
32887              Use report_evil_fh().
32888      Branch: perl
32889            ! opcode.pl opnames.h pp_hot.c util.c
32890 ____________________________________________________________________________
32891 [  7989] By: jhi                                   on 2000/12/05  14:21:27
32892         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32894              Date: Mon, 04 Dec 2000 22:21:59 -0800
32895              Message-ID: <HmIL6gzkgepS092yn@efn.org>
32896              
32897              Harness shouldn't ignore responses like "ok 3\r\r\n".
32898      Branch: perl
32899            ! lib/Test/Harness.pm
32900 ____________________________________________________________________________
32901 [  7988] By: jhi                                   on 2000/12/05  13:51:28
32902         Log: Integrate the "skip" messages to explain().
32903      Branch: perl
32904            ! t/lib/syslfs.t t/op/lfs.t
32905 ____________________________________________________________________________
32906 [  7987] By: jhi                                   on 2000/12/05  12:34:54
32907         Log: The one that got away in #7984.
32908              
32909              Subject: Re: dTHR - what and why?
32910              From: Michael Stevens <michael@etla.org> 
32911              Date: Tue, 5 Dec 2000 11:15:52 +0000
32912              Message-ID: <20001205111552.A4647@firedrake.org>
32913      Branch: perl
32914            ! sv.h
32915 ____________________________________________________________________________
32916 [  7986] By: gsar                                  on 2000/12/05  09:14:44
32917         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
32918              due to the notorious GetFileType() bug in Windows 9x, which fstat()
32919              tickles)
32920      Branch: perl
32921            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
32922 ____________________________________________________________________________
32923 [  7985] By: jhi                                   on 2000/12/05  05:49:03
32924         Log: Integrate perlio.
32925      Branch: perl
32926           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32927           !> win32/perlhost.h win32/perllib.c
32928 ____________________________________________________________________________
32929 [  7984] By: jhi                                   on 2000/12/05  05:48:16
32930         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
32931      Branch: perl
32932            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
32933            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
32934            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
32935            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
32936            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
32937            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32938            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
32939            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
32940            ! win32/win32.c
32941 ____________________________________________________________________________
32942 [  7983] By: nick                                  on 2000/12/04  23:27:43
32943         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
32944      Branch: perlio
32945            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32946            ! win32/perlhost.h win32/perllib.c
32947 ____________________________________________________________________________
32948 [  7982] By: jhi                                   on 2000/12/04  19:44:09
32949         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
32950              uncovered by #7980.
32951      Branch: perl
32952            ! op.c
32953 ____________________________________________________________________________
32954 [  7981] By: jhi                                   on 2000/12/04  19:42:07
32955         Log: Subject: [PATCH] Trivial dump.c feature
32956              From: Simon Cozens <simon@cozens.net>
32957              Date: Mon, 4 Dec 2000 18:08:38 +0000
32958              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
32959              
32960              Show whether a constant is UTF-8.
32961      Branch: perl
32962            ! dump.c
32963 ____________________________________________________________________________
32964 [  7980] By: jhi                                   on 2000/12/04  19:36:51
32965         Log: UTF-8 hash keys, patch from Inaba Hiroto.
32966      Branch: perl
32967            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
32968 ____________________________________________________________________________
32969 [  7979] By: jhi                                   on 2000/12/04  17:36:28
32970         Log: Update Changes.
32971      Branch: perl
32972            ! Changes patchlevel.h
32973 ____________________________________________________________________________
32974 [  7978] By: jhi                                   on 2000/12/04  16:42:17
32975         Log: Retract #7977, still too volatile (the euphemism of the day
32976              for unfinished and buggy :-)
32977      Branch: perl
32978            ! doop.c hv.c pp.c sv.h
32979 ____________________________________________________________________________
32980 [  7977] By: jhi                                   on 2000/12/04  16:25:15
32981         Log: (Retracted by #7978, too shaky yet.)
32982              
32983              Subject: Re: utf8 in hash keys, implementor missing
32984              From: Simon Cozens <simon@cozens.net>
32985              Date: Sat, 2 Dec 2000 19:49:35 +0000
32986              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
32987              
32988              The first step at UTF-8 hash keys.
32989      Branch: perl
32990            ! doop.c hv.c pp.c sv.h
32991 ____________________________________________________________________________
32992 [  7976] By: jhi                                   on 2000/12/04  16:13:53
32993         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32994              From: sthoenna@efn.org
32995              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
32996              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
32997      Branch: perl
32998            ! os2/os2.c perlio.c
32999 ____________________________________________________________________________
33000 [  7975] By: jhi                                   on 2000/12/04  16:05:25
33001         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
33002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33003              Date: Thu, 30 Nov 2000 20:50:37 -0800
33004              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
33005      Branch: perl
33006            ! os2/os2.c
33007 ____________________________________________________________________________
33008 [  7974] By: jhi                                   on 2000/12/04  16:03:57
33009         Log: Subject: [PATCH] ++ 20% faster
33010              From: Nicholas Clark <nick@ccl4.org>
33011              Date: Mon, 4 Dec 2000 12:17:27 +0000
33012              Message-ID: <20001204121726.B52976@plum.flirble.org>
33013              
33014              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
33015      Branch: perl
33016            ! sv.c
33017 ____________________________________________________________________________
33018 [  7973] By: jhi                                   on 2000/12/04  16:00:48
33019         Log: 
33020              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
33021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33022              Date: Mon, 04 Dec 2000 12:30:45 +0100
33023              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
33024              
33025              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33026              library (getprotobyname and getprotobynumber are outversioned by
33027              the same calls in libc, at least for xlc version 3.
33028      Branch: perl
33029            ! hints/aix.sh
33030 ____________________________________________________________________________
33031 [  7972] By: jhi                                   on 2000/12/04  02:58:31
33032         Log: Integrate perlio.
33033      Branch: perl
33034           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
33035           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
33036           !> win32/win32.h win32/win32iop.h win32/win32thread.h
33037 ____________________________________________________________________________
33038 [  7971] By: nick                                  on 2000/12/04  00:24:33
33039         Log: Quieten some noise in Win32 builds:
33040              - win32.h is included after <sys/socket.h>, so need to 
33041              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
33042              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
33043      Branch: perlio
33044            ! doio.c perl.h toke.c win32/win32.h
33045 ____________________________________________________________________________
33046 [  7970] By: nick                                  on 2000/12/03  22:57:46
33047         Log: PERL_IMPLICIT_SYS compiles but does not work.
33048      Branch: perlio
33049            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
33050            ! win32/perlhost.h win32/perllib.c win32/win32.h
33051            ! win32/win32iop.h win32/win32thread.h
33052 ____________________________________________________________________________
33053 [  7969] By: jhi                                   on 2000/12/03  22:12:58
33054         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
33055              used to swash_init(), makes regprop() dumps more informative
33056              (+utf8::IsAlpha, -utf8::IsDigit, for example).
33057      Branch: perl
33058            ! regcomp.c regexec.c
33059 ____________________________________________________________________________
33060 [  7968] By: jhi                                   on 2000/12/03  21:39:56
33061         Log: Implement ANYOFUTF8 regprop() dumping.
33062      Branch: perl
33063            ! regcomp.c
33064 ____________________________________________________________________________
33065 [  7967] By: jhi                                   on 2000/12/03  20:57:19
33066         Log: Make uv_to_utf8() to zero-terminate its output buffer,
33067              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
33068      Branch: perl
33069            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
33070 ____________________________________________________________________________
33071 [  7966] By: nick                                  on 2000/12/03  18:41:21
33072         Log: Integrate mainline (STDCHAR)
33073      Branch: perlio
33074           !> Configure t/pragma/utf8.t
33075 ____________________________________________________________________________
33076 [  7965] By: jhi                                   on 2000/12/03  17:58:20
33077         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
33078      Branch: perl
33079            ! t/pragma/utf8.t
33080 ____________________________________________________________________________
33081 [  7964] By: jhi                                   on 2000/12/03  17:35:56
33082         Log: Integrate perlio.
33083      Branch: perl
33084           !> iperlsys.h perlio.c
33085 ____________________________________________________________________________
33086 [  7963] By: jhi                                   on 2000/12/03  17:33:55
33087         Log: Metaconfig unit change for #7962.
33088      Branch: metaconfig
33089            ! U/modified/stdchar.U
33090 ____________________________________________________________________________
33091 [  7962] By: jhi                                   on 2000/12/03  17:33:27
33092         Log: Untangle the <stdio.h> #include nest for the stdchar test,
33093              from Andy Dougherty.
33094      Branch: perl
33095            ! Configure
33096 ____________________________________________________________________________
33097 [  7961] By: nick                                  on 2000/12/03  16:53:00
33098         Log: Make iperlsys.h vector stdio not PerlIO.
33099      Branch: perlio
33100            ! iperlsys.h perlio.c
33101 ____________________________________________________________________________
33102 [  7960] By: nick                                  on 2000/12/03  14:43:01
33103         Log: Integrate mainline
33104      Branch: perlio
33105           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
33106           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
33107 ____________________________________________________________________________
33108 [  7959] By: jhi                                   on 2000/12/03  08:16:36
33109         Log: Use DO_UTF8().
33110      Branch: perl
33111            ! op.c
33112 ____________________________________________________________________________
33113 [  7958] By: jhi                                   on 2000/12/02  18:33:05
33114         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33115              From: Mike Guy <mjtg@cam.ac.uk>         
33116              Date: Sat, 02 Dec 2000 17:27:13 +0000
33117              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
33118              
33119              An extraneous argument.
33120      Branch: perl
33121            ! toke.c
33122 ____________________________________________________________________________
33123 [  7957] By: jhi                                   on 2000/12/02  18:22:32
33124         Log: A missing hunk.
33125      Branch: perl
33126            ! t/lib/net-hostent.t
33127 ____________________________________________________________________________
33128 [  7956] By: jhi                                   on 2000/12/02  18:06:20
33129         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
33130              From: Nicholas Clark <nick@ccl4.org>
33131              Date: Sat, 2 Dec 2000 14:28:27 +0000
33132              Message-ID: <20001202142827.A12308@plum.flirble.org>
33133              
33134              Test robustness.
33135      Branch: perl
33136            ! t/lib/net-hostent.t
33137 ____________________________________________________________________________
33138 [  7955] By: jhi                                   on 2000/12/02  17:58:06
33139         Log: Metaconfig unit change for #7954.
33140      Branch: metaconfig
33141            ! U/modified/stdchar.U
33142 ____________________________________________________________________________
33143 [  7954] By: jhi                                   on 2000/12/02  17:54:32
33144         Log: An inconvenient hang would happen if the stdio _ptr wasn't
33145              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
33146              would be grepping stdin for all eternity for the _ptr.)
33147      Branch: perl
33148            ! Configure
33149 ____________________________________________________________________________
33150 [  7953] By: jhi                                   on 2000/12/02  00:07:15
33151         Log: Update Changes.
33152      Branch: perl
33153            ! Changes patchlevel.h
33154 ____________________________________________________________________________
33155 [  7952] By: jhi                                   on 2000/12/01  23:54:47
33156         Log: Subject: Re: long shell lines
33157              From: Andy Dougherty <doughera@lafayette.edu>
33158              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
33159              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
33160              
33161              Split overly long shell command lines.
33162      Branch: perl
33163            ! lib/ExtUtils/MM_Unix.pm
33164 ____________________________________________________________________________
33165 [  7951] By: jhi                                   on 2000/12/01  23:48:02
33166         Log: The metaconfig unit change for #7950.
33167      Branch: metaconfig
33168            + U/modified/stdchar.U
33169 ____________________________________________________________________________
33170 [  7950] By: jhi                                   on 2000/12/01  23:47:39
33171         Log: Try to find stdchar also from <stdio_impl.h>.
33172      Branch: perl
33173            ! Configure config_h.SH
33174 ____________________________________________________________________________
33175 [  7949] By: jhi                                   on 2000/12/01  23:46:45
33176         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33177              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33178              Date: Fri, 1 Dec 2000 16:26:08 -0500
33179              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
33180              
33181              Reword the diagnostic message.
33182      Branch: perl
33183            ! pod/perldiag.pod
33184 ____________________________________________________________________________
33185 [  7948] By: nick                                  on 2000/12/01  22:49:43
33186         Log: Integrate mainline (for s/y/m as sub names stuff).
33187      Branch: perlio
33188           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
33189           !> t/pragma/warn/toke toke.c
33190 ____________________________________________________________________________
33191 [  7947] By: jhi                                   on 2000/12/01  20:55:41
33192         Log: Integrate perlio.
33193      Branch: perl
33194           !> perlio.c perliol.h t/io/pipe.t
33195 ____________________________________________________________________________
33196 [  7946] By: jhi                                   on 2000/12/01  20:36:51
33197         Log: Upgrade to CPAN 1.59_51, from Andreas König.
33198      Branch: perl
33199            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33200 ____________________________________________________________________________
33201 [  7945] By: nick                                  on 2000/12/01  20:31:32
33202         Log: Integrate mainline
33203      Branch: perlio
33204           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
33205           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
33206           +> t/lib/net-hostent.t
33207           !> (integrate 35 files)
33208 ____________________________________________________________________________
33209 [  7944] By: jhi                                   on 2000/12/01  20:23:29
33210         Log: Some help for 20001130.011.  Now one gets warnings like
33211              "Ambiguous -f() resolved as a file test ..."
33212      Branch: perl
33213            ! pod/perldiag.pod t/pragma/warn/toke toke.c
33214 ____________________________________________________________________________
33215 [  7943] By: jhi                                   on 2000/12/01  19:44:44
33216         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
33217              that also breaks using them as methods. 
33218      Branch: perl
33219            ! pod/perldiag.pod t/op/misc.t toke.c
33220 ____________________________________________________________________________
33221 [  7942] By: nick                                  on 2000/12/01  17:56:46
33222         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
33223              Make 'unix' pass most tests
33224              - do unread by temporary push of layer ("pending") holding unread chars
33225              - fast_gets is now based on per-handle flag
33226              - relax one of io/pipe.t tests to allow print to fail and close to
33227              succeed so that it passes on unbuffered "unix" layer.
33228              Remaining fail is sporadic and a genuine race condition between
33229              parent/child in fork test.
33230      Branch: perlio
33231            ! perlio.c perliol.h t/io/pipe.t
33232 ____________________________________________________________________________
33233 [  7941] By: jhi                                   on 2000/12/01  15:28:58
33234         Log: (Retracted by #7943.)
33235              
33236              Reserve the short named string operator names.
33237      Branch: perl
33238            ! pod/perldiag.pod t/op/misc.t toke.c
33239 ____________________________________________________________________________
33240 [  7940] By: jhi                                   on 2000/12/01  06:45:53
33241         Log: Get the three different space character classes right under utf8.
33242      Branch: perl
33243            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
33244            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
33245            ! regexec.c t/op/pat.t utf8.c
33246 ____________________________________________________________________________
33247 [  7939] By: jhi                                   on 2000/12/01  03:26:26
33248         Log: Two more tests that make no sense in UTF-8 since the test
33249              data is not in UTF-8.
33250      Branch: perl
33251            ! t/op/regexp.t
33252 ____________________________________________________________________________
33253 [  7938] By: jhi                                   on 2000/12/01  03:20:39
33254         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
33255              should it be required inside regexen?
33256      Branch: perl
33257            ! regcomp.c t/op/regmesg.t
33258 ____________________________________________________________________________
33259 [  7937] By: jhi                                   on 2000/12/01  02:58:53
33260         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
33261              stored and restored, and thusly was trounced by the utf8 swash
33262              routines.
33263      Branch: perl
33264            ! regcomp.c
33265 ____________________________________________________________________________
33266 [  7936] By: jhi                                   on 2000/11/30  20:41:39
33267         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
33268              Why the different platforms behave so differently (core dump vs
33269              no core dump) on this bug is a but of a mystery, but if I had to
33270              guess I would mumble something like 'alignment'.
33271      Branch: perl
33272            ! sv.c
33273 ____________________________________________________________________________
33274 [  7935] By: jhi                                   on 2000/11/30  16:17:02
33275         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
33276              From: Robin Barker <rmb1@cise.npl.co.uk>
33277              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
33278              Date: Thu, 30 Nov 2000 14:27:12 GMT
33279      Branch: perl
33280            ! perlio.c toke.c
33281 ____________________________________________________________________________
33282 [  7934] By: jhi                                   on 2000/11/30  16:04:49
33283         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
33284      Branch: perl
33285            ! t/lib/net-hostent.t
33286 ____________________________________________________________________________
33287 [  7933] By: jhi                                   on 2000/11/30  06:07:26
33288         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
33289              From: Peter Prymmer <pvhp@forte.com>
33290              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
33291              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
33292              
33293              In VMS the localhost may be LOCALHOST.
33294      Branch: perl
33295            ! t/lib/net-hostent.t
33296 ____________________________________________________________________________
33297 [  7932] By: jhi                                   on 2000/11/30  01:11:11
33298         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33299              From: Peter Prymmer <pvhp@forte.com>
33300              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
33301              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
33302              
33303              plus regen perlapi.pod.
33304      Branch: perl
33305            ! pod/perlapi.pod utf8.c
33306 ____________________________________________________________________________
33307 [  7931] By: jhi                                   on 2000/11/30  01:06:19
33308         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
33309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33310              Date:     Wed, 29 Nov 2000 17:15:11 EST
33311              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
33312      Branch: perl
33313            ! t/lib/filter-util.pl t/lib/filter-util.t
33314 ____________________________________________________________________________
33315 [  7930] By: jhi                                   on 2000/11/29  18:51:55
33316         Log: Update Changes.
33317      Branch: perl
33318            ! Changes patchlevel.h
33319 ____________________________________________________________________________
33320 [  7929] By: jhi                                   on 2000/11/29  18:50:55
33321         Log: Update the va_copy() metaconfig unit.
33322      Branch: metaconfig/U/perl
33323            ! need_va_copy.U
33324 ____________________________________________________________________________
33325 [  7928] By: jhi                                   on 2000/11/29  17:50:43
33326         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
33327              From: Dominic Dunlop <domo@computer.org>
33328              Date: Tue, 28 Nov 2000 16:41:57 +0100
33329              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
33330              
33331              Patch to catch a core dump in the Configure va_copy test.
33332      Branch: perl
33333            ! Configure config_h.SH
33334 ____________________________________________________________________________
33335 [  7927] By: jhi                                   on 2000/11/29  17:31:59
33336         Log: Retract #7921, the patch shouldn't be needed.
33337      Branch: perl
33338            ! sv.c
33339 ____________________________________________________________________________
33340 [  7926] By: jhi                                   on 2000/11/29  17:01:41
33341         Log: Make the Class::Struct import() wiser.
33342      Branch: perl
33343            ! lib/Class/Struct.pm t/lib/class-struct.t
33344 ____________________________________________________________________________
33345 [  7925] By: jhi                                   on 2000/11/29  16:36:33
33346         Log: All the core library users of Class::Struct seem to be
33347              using "use Class::Struct 'struct';" instead of the bare
33348              "use Class::Struct;", which isn't documented in Class::Struct.
33349              This can't be right.
33350      Branch: perl
33351            ! lib/File/stat.pm
33352 ____________________________________________________________________________
33353 [  7924] By: jhi                                   on 2000/11/29  16:32:15
33354         Log: A test works better if it has the right 1..$n output.
33355      Branch: perl
33356            ! t/lib/class-struct.t
33357 ____________________________________________________________________________
33358 [  7923] By: jhi                                   on 2000/11/29  16:29:11
33359         Log: Forgot to MANIFEST the new Net::hostent test.
33360      Branch: perl
33361            ! MANIFEST
33362 ____________________________________________________________________________
33363 [  7922] By: jhi                                   on 2000/11/29  16:27:49
33364         Log: Integrate perlio.
33365      Branch: perl
33366           !> iperlsys.h perlio.c
33367 ____________________________________________________________________________
33368 [  7921] By: jhi                                   on 2000/11/29  16:27:10
33369         Log: (Retracted by #7927.)
33370              
33371              Subject: [PATCH] Is infinity a number?
33372              From: Simon Cozens <simon@cozens.net>
33373              Date: Wed, 29 Nov 2000 14:48:20 +0000
33374              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
33375      Branch: perl
33376            ! sv.c
33377 ____________________________________________________________________________
33378 [  7920] By: jhi                                   on 2000/11/29  16:23:02
33379         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
33380              From: rspier@pobox.com (Robert Spier)
33381              Date: Wed, 29 Nov 2000 02:17:49 -0500
33382              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
33383              
33384              Add a test for Net::hostent.
33385      Branch: perl
33386            + t/lib/net-hostent.t
33387 ____________________________________________________________________________
33388 [  7919] By: jhi                                   on 2000/11/29  16:21:31
33389         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
33390              add a test for Class::Struct.
33391      Branch: perl
33392            + t/lib/class-struct.t
33393            ! MANIFEST lib/Class/Struct.pm
33394 ____________________________________________________________________________
33395 [  7918] By: jhi                                   on 2000/11/29  15:48:40
33396         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
33397              From: rspier@pobox.com (Robert Spier)
33398              Date: Wed, 29 Nov 2000 02:25:39 -0500
33399              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
33400              
33401              More checking in case someone has broken their services or
33402              protocol databases.
33403      Branch: perl
33404            ! ext/Sys/Syslog/Syslog.pm
33405 ____________________________________________________________________________
33406 [  7917] By: jhi                                   on 2000/11/29  15:46:25
33407         Log: Subject: [PATCH] $^O  win32 -> MSWin32
33408              From: rspier@pobox.com (Robert Spier)
33409              Date: Wed, 29 Nov 2000 02:17:38 -0500
33410              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
33411              
33412              plus similar nits for vms, err, VMS, and UNICOS.
33413      Branch: perl
33414            ! t/lib/syslfs.t t/op/lfs.t
33415 ____________________________________________________________________________
33416 [  7916] By: jhi                                   on 2000/11/29  15:42:51
33417         Log: Subject: [PATCH] Tokeniser debugging
33418              From: Simon Cozens <simon@cozens.net>
33419              Date: Wed, 29 Nov 2000 14:15:45 +0000
33420              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
33421      Branch: perl
33422            ! perl.c perl.h pod/perlrun.pod toke.c
33423 ____________________________________________________________________________
33424 [  7915] By: jhi                                   on 2000/11/29  15:41:36
33425         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33427              Date: Wed, 29 Nov 2000 02:13:14 -0500
33428              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
33429              
33430              OUT keyword nits.
33431              
33432              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33434              Date: Wed, 29 Nov 2000 03:09:04 -0500
33435              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
33436              
33437              OUT and IN_OUT documentation.
33438      Branch: perl
33439            ! lib/ExtUtils/xsubpp pod/perlxs.pod
33440 ____________________________________________________________________________
33441 [  7914] By: jhi                                   on 2000/11/29  03:35:01
33442         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
33443              From: John Tobey <jtobey@john-edwin-tobey.org>
33444              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
33445              Message-Id: <m140e1N-000FOoC@feynman.localnet>
33446              
33447              plus a performance speedup noticed by Sarathy.
33448      Branch: perl
33449            ! op.c
33450 ____________________________________________________________________________
33451 [  7913] By: jhi                                   on 2000/11/29  03:16:59
33452         Log: Use "1 while unlink" so that VMS gets clean, too.
33453      Branch: perl
33454            ! t/lib/filter-util.t
33455 ____________________________________________________________________________
33456 [  7912] By: jhi                                   on 2000/11/29  03:09:08
33457         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
33458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33459              Date: Tue, 28 Nov 2000 03:27:09 -0500
33460              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
33461      Branch: perl
33462            ! lib/ExtUtils/xsubpp
33463 ____________________________________________________________________________
33464 [  7911] By: jhi                                   on 2000/11/29  03:06:30
33465         Log: This should have been part of #7872: no need to scan UTF-8
33466              until eternity.
33467      Branch: perl
33468            ! utf8.c
33469 ____________________________________________________________________________
33470 [  7910] By: jhi                                   on 2000/11/29  02:50:04
33471         Log: One more perltie.pod nit from Casey R. Tweten.
33472      Branch: perl
33473            ! pod/perltie.pod
33474 ____________________________________________________________________________
33475 [  7909] By: jhi                                   on 2000/11/29  02:44:23
33476         Log: Document the known sprintf test failures, exact standard
33477              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
33478      Branch: perl
33479            ! pod/perldelta.pod t/op/sprintf.t
33480 ____________________________________________________________________________
33481 [  7908] By: jhi                                   on 2000/11/29  02:36:23
33482         Log: Add the Encoding table format documentation.
33483      Branch: perl
33484            + ext/Encode/Encode/EncodeFormat.pod
33485            ! MANIFEST
33486 ____________________________________________________________________________
33487 [  7907] By: jhi                                   on 2000/11/29  02:07:24
33488         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
33489              From: "Casey R. Tweten" <crt@kiski.net>
33490              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
33491              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
33492              
33493              Subject: Re: [PATCH] Updating perltie.pod for arrays
33494              From: "Casey R. Tweten" <crt@kiski.net>
33495              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
33496              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
33497      Branch: perl
33498            ! pod/perltie.pod
33499 ____________________________________________________________________________
33500 [  7906] By: nick                                  on 2000/11/28  22:40:59
33501         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
33502      Branch: perlio
33503            ! iperlsys.h perlio.c
33504 ____________________________________________________________________________
33505 [  7905] By: nick                                  on 2000/11/28  22:04:34
33506         Log: Integrate mainline
33507      Branch: perlio
33508           !> (integrate 39 files)
33509 ____________________________________________________________________________
33510 [  7904] By: jhi                                   on 2000/11/28  16:44:43
33511         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
33512              From: Nicholas Clark <nick@babyhippo.co.uk>
33513              Date: Tue, 28 Nov 2000 11:16:57 +0000
33514              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
33515      Branch: perl
33516            ! pod/perlipc.pod
33517 ____________________________________________________________________________
33518 [  7903] By: jhi                                   on 2000/11/28  16:40:31
33519         Log: Subject: [PATCH] Updating perltie.pod for arrays
33520              From: "Casey R. Tweten" <crt@kiski.net>
33521              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
33522              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
33523      Branch: perl
33524            ! pod/perltie.pod
33525 ____________________________________________________________________________
33526 [  7902] By: jhi                                   on 2000/11/28  16:39:37
33527         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
33528              From: Robin Barker <rmb1@cise.npl.co.uk>
33529              Date: Mon, 27 Nov 2000 17:56:44 GMT
33530              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
33531      Branch: perl
33532            ! pod/perlfunc.pod t/op/split.t
33533 ____________________________________________________________________________
33534 [  7901] By: jhi                                   on 2000/11/28  16:28:04
33535         Log: setmode() is a DOSish-only thing.
33536      Branch: perl
33537            ! perlio.c
33538 ____________________________________________________________________________
33539 [  7900] By: jhi                                   on 2000/11/28  16:21:46
33540         Log: Subject: [PATCH] perlcc.PL cleanups
33541              From: Simon Cozens <simon@cozens.net>
33542              Date: Tue, 28 Nov 2000 12:44:35 +0000
33543              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
33544      Branch: perl
33545            ! utils/perlcc.PL
33546 ____________________________________________________________________________
33547 [  7899] By: gsar                                  on 2000/11/28  06:32:55
33548         Log: reintegrate files missed by change#7895
33549      Branch: maint-5.6/perl
33550           +> ext/ByteLoader/bytecode.h utils/Makefile
33551            - utils/perlbc.PL
33552 ____________________________________________________________________________
33553 [  7897] By: gsar                                  on 2000/11/27  18:22:47
33554         Log: can't integrate these two files, for some reason
33555      Branch: maint-5.6/perl
33556            - ext/ByteLoader/bytecode.h utils/Makefile
33557 ____________________________________________________________________________
33558 [  7895] By: gsar                                  on 2000/11/27  18:11:21
33559         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
33560              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
33561              6757..6890,6892..6901 from mainline
33562              
33563              Bytecompiler patches from Benjamin Stuhl.
33564              
33565              More bytecompiler.
33566              
33567              Subject: [PATCH blead] B:: missing dependency
33568              
33569              Subject: [PATCH: 6757] configure.com updates and syslog build
33570              
33571              Long double Gconvert fixes from Yitzchak Scott-Thoennes
33572              and Spider Boardman.
33573              
33574              Subject: [PATCH blead] nextchar() abuse misses an optimisation
33575              
33576              Long double fixes from Spider Boardman.
33577              
33578              Make the selection of NVff et al stricter.
33579              
33580              cSVOPo_*v things index into the current PL_curpad
33581              under ithreads, which is different from the curpad
33582              used by the XSUB.  (In other words, the code as-is
33583              before this patch wouldn't work under ithreads.)
33584              
33585              Be portable.
33586              
33587              VMS MMS (make) wants null action.
33588              
33589              Mac and other portability updates from Chris Nandor.
33590              
33591              Storable support, v-version fixes.
33592              Subject: CPAN.pm beta for testing available
33593              
33594              Portability fix from Hugo van der Sanden.
33595              
33596              Bad makefile.
33597              
33598              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
33599              
33600              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
33601              
33602              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33603              
33604              Replace #6705 with a minimal doc patch.
33605              Subject: [PATCH 5.6.0] replace change #6705
33606              
33607              Drop the separate perlbc, perlcc -b should be enough.
33608              
33609              installperl couldn't tell whether it had run tests or not.
33610              Subject: [PATCH] Re: installperl and t/TEST
33611              
33612              Add silencer flags to installperl.
33613              Subject: [PATCH] Making installperl silent.
33614              
33615              Make "make install" by default silent.  A new "install-verbose"
33616              target is verbose.
33617              
33618              More liberal parsing of version numbers.
33619              Subject: Re: CPAN.pm beta for testing available
33620              
33621              Create directories in silence.
33622              Subject: [PATCH] Another silencer for MakeMaker
33623              
33624              DOS patches and portability/porting notes, from Tim Jenness.
33625              
33626              Make installman to recognize the silence flag -S.
33627              
33628              Actually do something with the silencer option.
33629              
33630              Continue silencing.
33631              
33632              Show the doc file, not the temp file.
33633              
33634              Regen perltoc.
33635              
33636              Subject: [PATCH] More silencing of installman.
33637              
33638              Better wording for the vec lvalue diagnostic.
33639              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33640              
33641              Subject: [PATCH: 6805] several more tweaks to configure.com
33642              
33643              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
33644              
33645              Missing parts of 
33646              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
33647              
33648              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
33649              (applied slightly modified)
33650              
33651              installperl --verbose and --silent.
33652              Subject: Re: [PATCH] More silencing of installman.
33653              
33654              Add install-silent target.
33655              
33656              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
33657              the problem reported in
33658              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
33659              
33660              Tweak the sfio/useperlio logic, hopefully as wished in
33661              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
33662              
33663              One forgotten file from #6816.
33664              
33665              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
33666              
33667              Remove duplicately applied patch shards.
33668              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
33669              
33670              Support preserving extremely big/small angles.
33671              
33672              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
33673              
33674              Subject: [PATCH] installation not quite silent yet.
33675              
33676              Update the test count.
33677              
33678              Use UVxf, PTR2UV, NVff.
33679              
33680              Document PTR2XX and INT2PTR.
33681              
33682              no-install target a la make -n.
33683              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
33684              
33685              grep -e isn't portable.
33686              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
33687              
33688              Can't get the test to reliably work thanks to the
33689              inaccurateness of floating point.  "Resolves" bug ids
33690              20000826.003, 20000826.009, 20000826.010,
33691              
33692              Subject: installman buglet
33693              
33694              DJGPP update from Laszlo Molnar.
33695              
33696              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33697              
33698              Passing -R in ldflags makes now it to appear in the default
33699              for lddlflags, just like with -L.
33700              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33701              
33702              Test nit.
33703              
33704              Use the actual thread type, not the pointer-to-struct.
33705              
33706              Provice virtual $Config{ccflags_nolargefiles} etc. 
33707              
33708              display_format used as a class method without arguments was broken,
33709              reported in
33710              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
33711              
33712              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
33713              
33714              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
33715              
33716              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
33717              
33718              opmini.o may be left around if a build is interrupted.
33719              
33720              Typo in #6858.
33721              
33722              Fix for ID 20000828.001, long doubles were not formatted
33723              correctly (showed up in $], which stopped installing perl).
33724              
33725              An attempt to fix the problem reported in
33726              Subject: Building perl@6856 using gcc/AIX 4.3.3 
33727              I can't test this properly since the gcc installation I have
33728              access to seems to be botched (gcc is calling the AIX cpp,
33729              a losing proposition...)
33730              
33731              Add -ld to archname on long tr...double platforms.
33732              
33733              Subject: hv.h Doc Patch
33734              
33735              Potential cruft.
33736              
33737              Subject: [PATCH bleedperl@6856] warnings fixes
33738              
33739              -S is the silent flag, -s is the strip flag.
33740              Subject: [PATCH] Re: [PATCH] make no-install          
33741              
33742              Take out the SUIDMAIL thing, that will not be
33743              a problem in 5.7.*.
33744              
33745              Subject: [PATCH bleedperl@6866] spellings
33746              
33747              Subject: [PATCH] Re: files not cleaned even by veryclean
33748              
33749              Use minimal @INC in tests, most of the time just '../lib',
33750              so that we simply can't pick up stuff from other Perls than
33751              the one we are testing.  Pointed out by
33752              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
33753              
33754              Update to Getopt::Long 2.24, from Johan Vromans.
33755              
33756              Fix for thinko in #6848.
33757              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
33758              
33759              Patches all over for people and the files they (hopefully) care about.
33760              
33761              Subject: Net::protoent does not export 'getproto'
33762              
33763              Missed a change in #6869.
33764              
33765              Subject: [PATCH] Warnings in B::Deparse
33766              
33767              Subject: [PATCH] Glob dumping
33768              
33769              Disable one of the tests for now.
33770              
33771              Disabling the one test is a bit tricky.
33772              
33773              Don't forget to tidy up.
33774              
33775              The #6881 removed one dump line.
33776              
33777              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
33778              
33779              Under usethreads the dumped variable is IN_PAD.
33780              Subject: Re: [PATCH] Glob dumping
33781              
33782              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
33783              
33784              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
33785              
33786              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
33787              
33788              Regen Configure for #6894.
33789              
33790              Subject: [PATCH: 6889] updates to perlebcdic.pod
33791              
33792              Undo namespace pollution of #6878.
33793              Subject: Re: Net::protoent does not export 'getproto'
33794              
33795              Admit that we are leaking scalars.
33796              
33797              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
33798      Branch: maint-5.6/perl
33799           !> (integrate 271 files)
33800 ____________________________________________________________________________
33801 [  7894] By: gsar                                  on 2000/11/27  16:00:34
33802         Log: a couple of nits
33803      Branch: maint-5.6/perl
33804            ! MANIFEST pp_sys.c
33805 ____________________________________________________________________________
33806 [  7893] By: gsar                                  on 2000/11/27  15:10:56
33807         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
33808              6740..6745,6747..6757,6760
33809              
33810              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
33811              
33812              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
33813              
33814              Doc nits spotted by Richard Soderberg.
33815              
33816              move WNOHANG definition to where other such things are
33817              
33818              Make $Config{byteorder} more magical so that it is
33819              dynamically computed: nice for 'fat binaries'.
33820              Subject: [PATCH]: default byteorder
33821              
33822              Subject: [PATCH] Cwd.pm now uses strict
33823              
33824              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
33825              
33826              Get -DLEAKTEST to compile (not necessarily to work, mind)
33827              Subject: [ID 20000724.006] -DLEAKTEST problem
33828              
33829              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
33830              
33831              Add perlebcdic from Peter Prymmer, regen toc.
33832              
33833              Don't propose using modules built for 5.005 if no binary
33834              compatibility with 5.005 is attempted.
33835              
33836              Do not use prototyping here.
33837              Subject: [ID 20000817.016] [PATCH] Peek.xs
33838              
33839              Document what the backtick returns if the command fails.
33840              
33841              Add byteorder to the myconfig output.
33842              
33843              Introduce NVef, NVff, and NVgf, use the middle one.
33844              (helps for lib/peek + Linux + long doubles)  Reported in
33845              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33846              Use NVs in POSIX math, not doubles.
33847              Subject: [ID 20000817.014] POSIX & modfl
33848              
33849              Subject: [PATCH 5.6.0+] newSVrv() memory leak
33850              
33851              The byteorder code in #6671 was wrong.
33852              
33853              Fix the lib/complex failure of
33854              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33855              Linux long double accuracy issue: something that
33856              when printed with %g looks like "2" but int() of it is 1.
33857              
33858              Propagate new Configure vars.
33859              
33860              Unbuffer the output.
33861              
33862              Subject: [PATCH] perltrap.pod spring cleaning
33863              
33864              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
33865              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
33866              
33867              Tiny Getopt::Long patch from Johan Vromans.
33868              
33869              Document code point which makes if (defined %stash::) to work
33870              (noted by Spider Boardman).
33871              
33872              Subject: [PATCH perl@6698] cygwin port
33873              
33874              Document the NDBM_File and ODBM_File as SDBM_File
33875              was documented in #6417.
33876              
33877              The new tests were missing from #6415.
33878              
33879              Add [[:blank:]] as suggested in
33880              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33881              (the [=cc=] has already been taken care of by #6439
33882              so the whole bug report can be closed)
33883              and make [[:space:]] to be equivalent to isspace(3)
33884              (as opposed to \s, which is isSPACE()).  The difference
33885              is that now [[:space:]] matches the mythical vertical tab,
33886              while \s doesn't.
33887              
33888              Don't eat leading os from index entries.
33889              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
33890              
33891              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
33892              
33893              Typo in pp_complement().
33894              Subject: [PATCH perl-current] Deparse
33895              
33896              Add warnif(), check warnings further up the stack,
33897              all the warnings functions now can take an optional object reference.
33898              Subject: [PATCH bleedperl@6691] warnings pragma update
33899              
33900              Fix a core dump in lib/selfloader under -DDEBUGGING.
33901              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
33902              
33903              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
33904              
33905              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
33906              
33907              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
33908              Put back the long double avoidance code to POSIX.xs
33909              because VMS seems to need it still.
33910              
33911              Introduce a 'veryclean' target that is like 'distclean'
33912              but also removes *~ and *.orig.
33913              
33914              Subject: [ID 20000817.023] endianness description in perlfunc.pod
33915              
33916              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
33917              
33918              Let's try #6717 again.
33919              
33920              UTF8 concat fixes.
33921              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
33922              
33923              pp_open() could pass an uninitialized filename down to do_open9().
33924              
33925              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
33926              
33927              Update to CGI 2.72, from Lincoln Stein.
33928              
33929              Subject: [PATCH] Silence MakeMaker (Was: installman)
33930              
33931              Use temporary directory instead of current directory.
33932              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
33933              
33934              Document odd vs even subreleases and -Dusedevel.
33935              
33936              The veryclean target needs to clobber.
33937              
33938              Use File::Spec->tmpdir().
33939              
33940              Document the number of exponent digits.
33941              
33942              Mention perlebcdic and perlposix-bc.
33943              
33944              s/this one/the 5.6.0 release/
33945              
33946              The #6724 is here.
33947              
33948              The correct cleaning order is an art.
33949              
33950              small tweaks for change#6705: avoid C++ style comments in C code;
33951              use Perl's malloc API rather than the low level system one
33952              
33953              Array context keeps slithering in.
33954              
33955              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
33956              
33957              Subject: [PATCH] os2.c fix for use64bitint
33958              
33959              Update to Pod::LaTeX 0.53.
33960              Subject: [PATCH] lib/Pod/LaTeX.pm updates
33961              
33962              Document the endianness of Alpha more precisely.
33963              
33964              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
33965              
33966              Rename the macro argument because some preprocessors
33967              can't tell the difference and expand arguments also inside
33968              double quoted strings.
33969              
33970              free TLS slot properly on Windows
33971              
33972              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
33973              
33974              Unicos/mk requires elaborate paranoia.
33975              
33976              Tweak the floating point output routine preferences.
33977              
33978              Also under djgpp the timestamps are funky.
33979              
33980              Apply some PodParser 1.18 patches; the Pod/Find.pm
33981              patches cannot be applied since #6712 conflicts.
33982              
33983              Use PodParser 1.18 new test.
33984              
33985              A pod nit.
33986              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
33987              
33988              Be verydeepclean.
33989      Branch: maint-5.6/perl
33990           +> pod/perlebcdic.pod
33991           !> (integrate 106 files)
33992 ____________________________________________________________________________
33993 [  7892] By: jhi                                   on 2000/11/27  15:02:32
33994         Log: Update Changes.
33995      Branch: perl
33996            ! Changes patchlevel.h
33997 ____________________________________________________________________________
33998 [  7891] By: jhi                                   on 2000/11/27  14:57:23
33999         Log: Subject: Re: perlfaq style changes
34000              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34001              Date: Sat, 25 Nov 2000 23:32:26 -0800
34002              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
34003              
34004              plus a note from Ronald Kimball.
34005      Branch: perl
34006            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
34007 ____________________________________________________________________________
34008 [  7890] By: jhi                                   on 2000/11/27  14:53:14
34009         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
34010              From: Benjamin Holzman <bah@ecnvantage.com>
34011              Date: Sun, 26 Nov 2000 16:27:33 -0500
34012              Message-ID: <20001126162733.J25040@ecnvantage.com>
34013      Branch: perl
34014            ! gv.c
34015 ____________________________________________________________________________
34016 [  7889] By: jhi                                   on 2000/11/27  14:43:11
34017         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
34018              From: lvirden@cas.org
34019              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
34020              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
34021      Branch: perl
34022            ! README.amiga
34023 ____________________________________________________________________________
34024 [  7888] By: jhi                                   on 2000/11/27  14:32:34
34025         Log: Restore also the locale test to no-sprintf-taint state.
34026              Fixes the bug 20001127.003.
34027      Branch: perl
34028            ! sv.c t/pragma/locale.t
34029 ____________________________________________________________________________
34030 [  7887] By: gsar                                  on 2000/11/27  14:13:05
34031         Log: integrate changes#6613..6616,6620..6665 from mainline
34032              
34033              VMS configure.com update continues.
34034              
34035              Subject: Test fails / warnings with perl-current #6612
34036              
34037              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34038              
34039              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34040              
34041              For now remove the mail code.
34042              
34043              Subject: Re: [PATCH] @+, @- readonly
34044              
34045              Subject: warning: storage class after type is obsolescent
34046              
34047              Subject: sfio2000
34048              
34049              Subject: Re: File::Temp problems on VMS in bleedperl
34050              
34051              README.os2 update.
34052              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
34053              
34054              Make the user to give up his firstborn, err, to knowingly
34055              verify installing an unstable developer release.  Also bump
34056              the release to 5.7.0, but leave a patch tag in the local
34057              patches saying that this is not yet the real thing.
34058              
34059              Update (kinda) to Test 1.14, from Joshua Pritikin.
34060              
34061              make ok etc also for win32.
34062              
34063              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34064              
34065              Don't blow limited stacks, a lower number is enough to
34066              tickle the lookbehind limit.
34067              
34068              Use -Dusedevel; regen Configure and the respective Porting stuff.
34069              
34070              Subject: [PATCH] debugger exit code should reflect user exit code
34071              
34072              Subject: [PATCH perl@6620] cygwin port
34073              
34074              Missed a file from #6638.
34075              
34076              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)
34077              
34078              magic callbacks all need to have same type signature
34079              
34080              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34081              
34082              Fix a dependency problem.
34083              Subject: [PATCH: 6640] VMS Makefile.SH update
34084              
34085              The numeric locale was reset to "C" by s?printf and never restored.
34086              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34087              No test since adding the failing example to locale.t
34088              does not fail -- probably because the locale settings are so
34089              thoroughly tweaked by that time.  Running the example standalone
34090              does fail, though.  UPDATE: test case added at change #7540.
34091              
34092              Subject: [ID 20000324.040] minor fix to perlhpux.pod
34093              
34094              Update to CPAN 1.57.
34095              
34096              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34097              
34098              Change the perlbug address to perl.org since it's more forgiving.
34099              
34100              Change the regx compilation error markers to use = instead of <
34101              since pod makes using the latter quite messy.  Reported in
34102              ID 20000814.006 by Abigail and in
34103              Subject: Unknown escape E<> ?
34104              
34105              Update to perldebtut 1.9, from Richard Foley.
34106              
34107              check that the number pseudo children doesn't exceed
34108              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
34109              the WaitForMultipleObjects() limit that would cause wait()
34110              to crash)
34111              wait() and waitpid() could potentially be rewritten to use
34112              more than one thread to do the waiting to eliminate this
34113              limitation
34114              
34115              change#6328 could make close(SOCKET) return false on windows
34116              when it shouldn't
34117              
34118              pod nit seen in passing
34119              
34120              on windows, the return values from wait() and waitpid() don't
34121              match those of pseudo-pids
34122              
34123              waitpid() now handles externally spawned pids correctly;
34124              fixes for backtick/wait/waitpid failures on Windows 9x
34125              these changes make the pid returned by process functions on
34126              Windows 9x always positive by clearing the high bit (which
34127              is always set on Win9x); pseudo-process PIDs are likewise
34128              always negative now on Win9x (just as on NT/2000)
34129              
34130              trailing new %ENV entries weren't being pushed into the real
34131              environment of subprocesses on Windows
34132              
34133              Tweak the regex compilation errors once more.
34134              
34135              avoid warnings from dense compiler
34136              
34137              add "ok" targets from change#6632 in makefile.mk
34138      Branch: maint-5.6/perl
34139            - lib/Pod/PlainText.pm vms/configure.com
34140           !> (integrate 66 files)
34141 ____________________________________________________________________________
34142 [  7886] By: jhi                                   on 2000/11/27  13:54:18
34143         Log: __FUNCTION__ isn't portable and trying to emulate it leads
34144              into practically spelling out the name of the function.
34145              Takes care of the bug 20001127.001.
34146      Branch: perl
34147            ! perlio.c
34148 ____________________________________________________________________________
34149 [  7885] By: gsar                                  on 2000/11/27  13:53:18
34150         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
34151              6610..6611 from mainline
34152              
34153              Make regular expression parse error messages easier to understand.
34154              Subject: Re: enhanced(?) regex error messages
34155              
34156              Tiny tidying on report_evil_fh().
34157              
34158              Subject: Re: enhanced(?) regex error messages 
34159              plus Capitalize the error messages, plus perldiag them.
34160              
34161              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34162              
34163              Document here-doc better.
34164              
34165              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34166              
34167              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34168              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34169              (either perlbug or p5p ate the original), plus regen
34170              perlapi and perltoc. 
34171              
34172              Regen global.sym.
34173              
34174              Double check that we have a dirhandle.
34175              
34176              Subject: Re: enhanced(?) regex error messages
34177              (plus two small patches sent privately)
34178              (this still seems to leave few test failures)
34179              
34180              warn is a macro, avoid using at a variable to avoid warnings
34181              in some configurations; readdir.t is too conservative in
34182              estimating number of *.t's
34183              
34184              Get back into sync with Jeffrey on the enhanced regex warnings.
34185              
34186              Subject: [PATCH 5.6.0] cygwin port
34187              
34188              Zero entries were skipped, fix from Adrian Goalby
34189              <argoalby@yahoo.co.uk>
34190              
34191              Subject: Remove dead entry in perldiag
34192              
34193              Amend the description of Perl6.
34194              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34195              
34196              detypo
34197              
34198              It's the 2ndO'ROSSC.
34199              
34200              Revert the sv.c part of #6559, a better fix is needed.
34201              
34202              Iterating perl6 description.
34203              
34204              Update to Term::ANSIColor 1.03, from Russ Allbery.
34205              
34206              Update to Getopt::Long 2.23_05, from Johan Vromans.
34207              
34208              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
34209              
34210              Update to Pod::Parser 1.17, from Brad Appleton.
34211              
34212              Update to CPAN 1.56, from Andreas König.
34213              
34214              Update to CGI 2.70, from Lincoln Stein.
34215              
34216              Put back the std @INC thing.
34217              
34218              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
34219              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
34220              
34221              Document the IO::Select timeout.
34222              
34223              sleep(1) does not necessarily return 1.
34224              Subject: [PATCH bleadperl] op/lex_assign.t  
34225              
34226              Subject: debugger "d" command doesnt check line number
34227              
34228              B::Deparse didn't do sub attributes.
34229              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34230              
34231              Preprocessing and postprocessing for File::Find.
34232              Subject: Patch to Find::File.pm to allow alphabetical results
34233              
34234              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
34235              
34236              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34237              
34238              Subject: Re: [ID 20000730.003] utf8::length() bad
34239              
34240              Subject: Getting perlio and threads to compile
34241              (the Solaris version changes in Configure skipped)
34242              
34243              Tests for #6589.
34244              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34245              
34246              Add Perl debugging tutorial, regen toc. 
34247              Subject: perldebtut.pod
34248              
34249              Add a few missing files, update MANIFEST.
34250              
34251              Rewrite of vms/subconfigure.com as configure.com,
34252              from Peter Prymmer and the vmsperl crew.
34253              
34254              Should have deleted this in #6603.
34255              
34256              Fix the test for 5005threads.
34257              
34258              Fix-n-skip the tests under 5005threads.
34259              
34260              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
34261              
34262              Upgrade to CGI 2.71, from Lincoln Stein.
34263      Branch: maint-5.6/perl
34264           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
34265           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
34266           +> t/op/regmesg.t t/pod/find.t vms/configure.com
34267            - vms/subconfigure.com
34268            ! lib/lib.pm
34269           !> (integrate 115 files)
34270 ____________________________________________________________________________
34271 [  7884] By: jhi                                   on 2000/11/27  13:44:33
34272         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
34273              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34274              Date:     Mon, 27 Nov 2000 08:23:54 EST
34275              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
34276      Branch: perl
34277            ! vms/descrip_mms.template vms/test.com
34278 ____________________________________________________________________________
34279 [  7883] By: gsar                                  on 2000/11/27  11:50:46
34280         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
34281              6511..6513,6515..6523,6525..6536
34282              
34283              The swallow_bom() saga continues.  The #23 of require.t
34284              (UTF16-LE) still fails (silently, no output) but the #22
34285              (UTF16-BE) seems to be working now.  The root of the
34286              failure may be in sv_gets(): is it UTF-16LE-aware,
34287              especially when it comes to line endings? 
34288              
34289              Document the problem with -P in HP-UX and its workaround.
34290              
34291              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
34292              (aka ID 20000730.002)
34293              
34294              Subject: fix and question re: waitpid() under win32
34295              
34296              Make the safety catch for buggy gccs work with triple version
34297              numbers like 2.95.2.  Reported in
34298              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
34299              
34300              In Digital UNIX warn if gcc explicitly chosen because even
34301              2.95.2 is known to cause problems.
34302              
34303              Make chr() for values >127 to create utf8 when under utf8.
34304              
34305              various syntax errors and such (not fixed: comp/require.t#22 coredump
34306              on Windows)
34307              
34308              Stash away the largefiles flags and libswanted.
34309              
34310              BOM patching from Simon Cozens.
34311              
34312              If gccosandvers is equal to osname, clear gccosandvers.
34313              
34314              Make p4desc to skip non-mainperl branches by default.
34315              
34316              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
34317              
34318              The test from this
34319              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
34320              
34321              In new BSDs changes to argv[] do not show up in ps(1) output,
34322              instead one must use setproctitle().  This was already addressed
34323              by change #6457, but the below has a new variant for FreeBSD 4.0
34324              or later, and the matter is also documented more.
34325              
34326              FreeBSD 3.* updates from
34327              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34328              
34329              regen_headers, regen perltoc.
34330              
34331              Document in one place the memory abstractions used in Perl core.
34332              
34333              memcpy has n o in it, as pinted ut by Sarathy.
34334              
34335              Remove the extraneous "main::" prefix from all the
34336              "opened only for", "on closed", and "never opened" warnings.
34337              
34338              The name of a filehandle does not have <these>.
34339              
34340              The tr utf8 patching continues.
34341              
34342              The new setproctitle() feature is available only in 
34343              bleeding edge FreeBSD.  From Paul Saab.
34344              
34345              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
34346              
34347              Dump UVs as UVs in Data::Dumper.
34348              
34349              detypo #6494
34350              
34351              Document the IVdf UVuf UVof UVxf.
34352              
34353              require.t needs binmode() to work on windows
34354              
34355              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34356              that are hopefully soon put into use.
34357              
34358              Allow "no Module;" even if there is no 'unimport'.
34359              
34360              Better skip message for the test; one of the two problems in
34361              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34362              
34363              The subtest 4 may fail also on VOBS, as pointed out
34364              by Nick Ing-Simmons in November 1999, bug id 19991124.003
34365              (but the failure in that bug report isn't the subtest 4).
34366              
34367              Be more informative on what is skipped and why,
34368              also repeat the list at the end.
34369              
34370              Add a URL for FSF.
34371              
34372              Subject: [PATCH] sv.h documentation - SvLEN
34373              
34374              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34375              
34376              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34377              
34378              Subject: [PATCH] bad cppsymbols on os2 + Configure question
34379              
34380              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34381              
34382              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34383              mention the idea of @( and @)
34384              
34385              This is 6512.  Really.
34386              
34387              Subject: [ID 19990721.004] Documentation bug in perlfunc
34388              
34389              Subject: Minor tweak to perlvar.pod
34390              
34391              In the warnings call filehandles consistently so;
34392              add "unopened" warning for stat().
34393              
34394              After the #6519 a warning about stat() is just that,
34395              not about a filetest, which now have their own warning.
34396              
34397              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
34398              
34399              Subject: Re: Array vs. List context
34400              
34401              Subject: New perlcc, take 2
34402              
34403              Weed buglets pointed out by
34404              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
34405              
34406              gcc versions might have (parentheses) in them.
34407              
34408              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
34409              
34410              Essential prototype changes were missing from #6527.
34411              Also make report_evil_fh() more bomb-proof.
34412              
34413              Zap lib/Sys directory when cleaning up.
34414              
34415              Change the Policy policy: now -Dprefix= with an existing
34416              Policy.sh and prefix == siteprefix == vendorprefix, then all
34417              of them follow along the new prefix.
34418              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
34419              
34420              Continue fixing the io warnings.  This also
34421              sort of fixes bug ID 20000802.003: the core dump
34422              is no more.  Whether the current behaviour is correct
34423              (giving a warning: "Not a format reference"), is another matter.
34424              
34425              Have symbols for the IoTYPEs.
34426              
34427              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
34428              
34429              Document a bit that UDP is not what you might think.
34430              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
34431              tr memory corruption fix from Simon Cozens.
34432              
34433              Plug the security hole described in the Aug 05 2000 bugtraq message
34434              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
34435              The security hole exists only in suidperls, which isn't
34436              installed or even built by default.
34437      Branch: maint-5.6/perl
34438           !> (integrate 71 files)
34439 ____________________________________________________________________________
34440 [  7882] By: gsar                                  on 2000/11/27  10:25:36
34441         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
34442              from mainline
34443              
34444              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
34445              to be fatal errors (instead of by default ignoring them, and
34446              ignoring with a bug: even though -w gave an error, the opening [
34447              was left in)  Reported in:
34448              
34449              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
34450              
34451              Subject: [PATCH] split /^/
34452              
34453              MacOS nits from Matthias Neeracher.
34454              
34455              More split() doc and test patches from Mike Guy.
34456              
34457              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
34458              from Graham Barr in the module list.
34459              
34460              docfix from Peter Scott <Peter@PSDT.com>.
34461              
34462              File::Temp patches for VMS and OS/2 from Tim Jenness.
34463              
34464              open() wariness in perlbug.
34465              
34466              Subject: [PATCH] minor doc change - perlguts
34467              
34468              Subject: Minor doc patch: handy.h
34469              
34470              Be wary of close()s, too.
34471              
34472              Further File::Temp patches from Yitzchak Scott-Thoennes
34473              and Craig A. Berry.
34474              
34475              Subject: [PATCH] fixes bug 20000508.004
34476              
34477              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34478              
34479              Allow "no AutoLoader;", based on change #6444,
34480              suggested by Graham Barr.
34481              
34482              Use setproctitle() if available to modify $0.
34483              
34484              Warn if the version of the operating system used to compile gcc
34485              differs from the current version of the operating system.
34486              Also display the gcc compilation os and version in myconfig.
34487              Inspiration from
34488              
34489              Tiny fixes for #6460.
34490              
34491              The problem described in this
34492              Subject: [ID 20000322.018] named chars aren't magical enough
34493              has been fixed in perl 5.6.0 but just in case added a test
34494              to keep it away.  (The report from Joseph Hall.)
34495              
34496              Tune the comments and hopefully stop a memory leak.
34497              
34498              Subject: UTF8 concat
34499              (with a memory leak fixed, plus a few casts added)
34500              This also seems to help for
34501              Subject: [ID 20000716.015] join UTF8 weirdness
34502              
34503              Do not upgrade SVs into utf8 just because they participate
34504              in eq or cmp.  Reported and fix suggested in
34505              Subject: [ID 20000720.009] sv_eq UTF8 bug
34506              
34507              Fix the HALF_UPGRADE() macro introduced in #6263.
34508              
34509              Find green threads before native threads.
34510              Subject: Re: Patch to jpl/JNI/Makefile.PL
34511      Branch: maint-5.6/perl
34512           !> (integrate 30 files)
34513 ____________________________________________________________________________
34514 [  7881] By: jhi                                   on 2000/11/27  05:48:41
34515         Log: It seems that *both* the unused submatch loop cleanup
34516              codes are needed.
34517      Branch: perl
34518            ! regexec.c
34519 ____________________________________________________________________________
34520 [  7880] By: jhi                                   on 2000/11/27  04:50:07
34521         Log: Clean .exists deeper.
34522      Branch: perl
34523            ! Makefile.SH
34524 ____________________________________________________________________________
34525 [  7879] By: jhi                                   on 2000/11/27  02:31:35
34526         Log: The code in regcppop() (see #7878) contains the correct lower
34527              limit for the unused submatch 'cleanup' loop so that under
34528              "use utf8" the following code wouldn't dump core:
34529              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
34530              the cleanup loop in regtry() stomped beyond allocated area
34531              in the startp[] array.  Therefore, copied the correct lower
34532              loop limit (*PL_reglastparen) to regtry().  Note: something
34533              may still not be quite right: why was the _higher_ loop limit
34534              (prog->nparens) different in the utf8 case?
34535              
34536              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
34537              without core dumps, there were about 17 of them before
34538              the patch (with us since Perl 5.7.0).  Two failures, still:
34539              496 and 505 (though these may not be severe).
34540              
34541              Patch #7881 is also needed since both the cleanup loops
34542              seem to be needed.
34543              
34544              Also, the t/op/pat#44 seems to core dump under utf8.
34545              Plus a couple of failures.  UGH-8.
34546      Branch: perl
34547            ! regexec.c
34548 ____________________________________________________________________________
34549 [  7878] By: jhi                                   on 2000/11/27  02:21:17
34550         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
34551              the code in regcppop() seems to be redundant for the test suite --
34552              but it contains a germ of truth, and it needed for the build
34553              process itself: see #7879 and #7881.
34554      Branch: perl
34555            ! regexec.c
34556 ____________________________________________________________________________
34557 [  7877] By: jhi                                   on 2000/11/27  01:53:09
34558         Log: Comment on comment.
34559      Branch: perl
34560            ! regexec.c
34561 ____________________________________________________________________________
34562 [  7876] By: jhi                                   on 2000/11/27  00:49:59
34563         Log: Adjust the docs to agree with #7875.
34564      Branch: perl
34565            ! pod/perllocale.pod
34566 ____________________________________________________________________________
34567 [  7875] By: jhi                                   on 2000/11/27  00:49:27
34568         Log: Retract #7863.  It makes more sense not to taint formatted output,
34569              not even by sprintf().
34570      Branch: perl
34571            ! sv.c
34572 ____________________________________________________________________________
34573 [  7874] By: jhi                                   on 2000/11/26  23:36:02
34574         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
34575              Not really fixed (should really dump the UTF-8 charclass),
34576              but stopped displaying the garbage.
34577              
34578              Also add a note on the (missing) Unicode PSXSPC and BLANK.
34579      Branch: perl
34580            ! regcomp.c
34581 ____________________________________________________________________________
34582 [  7873] By: jhi                                   on 2000/11/26  21:31:13
34583         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
34584      Branch: perl
34585            ! regexec.c
34586 ____________________________________________________________________________
34587 [  7872] By: jhi                                   on 2000/11/26  21:06:04
34588         Log: No need to scan till infinity, 13 is enough.
34589      Branch: perl
34590            ! handy.h utf8.c
34591 ____________________________________________________________________________
34592 [  7871] By: jhi                                   on 2000/11/26  20:20:32
34593         Log: Test line numbers are different with utf8.
34594      Branch: perl
34595            ! t/op/re_tests
34596 ____________________________________________________________________________
34597 [  7870] By: jhi                                   on 2000/11/26  20:10:12
34598         Log: Message nit.
34599      Branch: perl
34600            ! regcomp.c
34601 ____________________________________________________________________________
34602 [  7869] By: jhi                                   on 2000/11/26  19:01:05
34603         Log: Make utf8_length() and utf8_distance() (the latter of which
34604              is unused at the moment) to be less forgiving about bad UTF-8.
34605      Branch: perl
34606            ! embed.h embed.pl objXSUB.h proto.h utf8.c
34607 ____________________________________________________________________________
34608 [  7868] By: jhi                                   on 2000/11/26  18:45:56
34609         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
34610              From: Benjamin Holzman <bah@ecnvantage.com>
34611              Date: Sat, 25 Nov 2000 20:40:20 -0500       
34612              Message-ID: <20001125204020.A25040@ecnvantage.com>              
34613              
34614              Debian allows installing /usr/bin/locale without installing
34615              any locales, an error message will ensue.
34616      Branch: perl
34617            ! t/pragma/locale.t
34618 ____________________________________________________________________________
34619 [  7867] By: jhi                                   on 2000/11/26  18:31:12
34620         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
34621              From: Benjamin Holzman <bah@ecnvantage.com>
34622              Date: Sun, 26 Nov 2000 02:42:34 -0500
34623              Message-ID: <20001126024234.G25040@ecnvantage.com>
34624              
34625              Patch for the bug 20000212.002.
34626      Branch: perl
34627            ! sv.c t/op/array.t
34628 ____________________________________________________________________________
34629 [  7866] By: jhi                                   on 2000/11/26  18:28:09
34630         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
34631              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34632              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
34633              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
34634              
34635              File::Temp 0.11.
34636      Branch: perl
34637            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
34638 ____________________________________________________________________________
34639 [  7865] By: jhi                                   on 2000/11/26  18:24:22
34640         Log: The metaconfig unit change for #7864.
34641      Branch: metaconfig/U/perl
34642            ! need_va_copy.U
34643 ____________________________________________________________________________
34644 [  7864] By: jhi                                   on 2000/11/26  18:23:41
34645         Log: Make the va_copy() test not to be so talkative.
34646      Branch: perl
34647            ! Configure config_h.SH
34648 ____________________________________________________________________________
34649 [  7863] By: jhi                                   on 2000/11/26  18:11:02
34650         Log: Fix locale inconsistencies unearthed by Hugo's work.
34651              Now the floating point sprintf really does taint the result
34652              string as perllocale promises (has promised for a long time)
34653              if "use locale" is in the lexical scope.
34654      Branch: perl
34655            ! sv.c t/pragma/locale.t
34656 ____________________________________________________________________________
34657 [  7862] By: jhi                                   on 2000/11/26  00:35:15
34658         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
34659              From: Nicholas Clark <nick@ccl4.org>
34660              Date: Sun, 26 Nov 2000 00:07:50 +0000
34661              Message-ID: <20001126000750.A22446@plum.flirble.org>
34662              
34663              Infinit.
34664      Branch: perl
34665            ! sv.c
34666 ____________________________________________________________________________
34667 [  7861] By: jhi                                   on 2000/11/26  00:01:26
34668         Log: Integrate perlio.
34669      Branch: perl
34670           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
34671 ____________________________________________________________________________
34672 [  7860] By: nick                                  on 2000/11/25  22:04:17
34673         Log: Correct relative path from new ext\Filter\Util\Call location
34674              back to miniperl.
34675      Branch: perlio
34676            ! win32/makefile.mk
34677 ____________________________________________________________________________
34678 [  7859] By: nick                                  on 2000/11/25  21:26:54
34679         Log: Integrate mainline.
34680      Branch: perlio
34681           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34682           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34683           +> t/lib/filter-util.t
34684            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34685            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34686            - t/lib/filt-util.t
34687           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
34688           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34689           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
34690           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
34691           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
34692           !> win32/makefile.mk
34693 ____________________________________________________________________________
34694 [  7858] By: gsar                                  on 2000/11/25  20:52:17
34695         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
34696              parent's memory; fix it by keeping track of the actual pad
34697              offset rather than a raw pointer (this change is probably also
34698              relevant to non-ithreads case to avoid fallout from reallocs of
34699              the pad array, but is currently only enabled for the ithreads
34700              case in the interests of minimal disruption to existing "well
34701              tested" code)
34702      Branch: perl
34703            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34704            ! proto.h scope.c scope.h sv.c t/op/fork.t
34705 ____________________________________________________________________________
34706 [  7857] By: nick                                  on 2000/11/25  20:01:28
34707         Log: All tests pass on Win32/gcc/USE_PERLIO.
34708              - when crlf layer is pushed make unix-level binary.
34709              - remove :crlf injection in pp_backtick in pp_sys.c
34710              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
34711      Branch: perlio
34712            ! doio.c perlio.c pp_sys.c win32/makefile.mk
34713 ____________________________________________________________________________
34714 [  7856] By: jhi                                   on 2000/11/25  18:38:30
34715         Log: Update the metaconfig units for #7855.
34716      Branch: metaconfig/U/perl
34717            ! useperlio.U usesocks.U
34718 ____________________________________________________________________________
34719 [  7855] By: jhi                                   on 2000/11/25  18:37:54
34720         Log: Undo the SOCKS workarounds, instead start using PerlIO
34721              if SOCKS is selected.
34722              
34723              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
34724              From: Jens Hamisch <jens@Strawberry.COM>
34725              Date: Fri, 24 Nov 2000 18:31:30 +0100
34726              Message-ID: <20001124183130.E28337@Strawberry.COM>
34727              
34728              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
34729              From: Jens Hamisch <jens@Strawberry.COM>
34730              Date: Fri, 24 Nov 2000 19:11:51 +0100
34731              Message-ID: <20001124191151.A28753@Strawberry.COM>
34732      Branch: perl
34733            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
34734            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
34735 ____________________________________________________________________________
34736 [  7854] By: jhi                                   on 2000/11/25  17:39:08
34737         Log: Undo #7848.  Some of the code seems to use walkoptree(),
34738              some walkoptree_slow().  An unfinished renaming?
34739              Now the sub is walkoptree() (which is @EXPORT_OK),
34740              the walkoptree_slow() is a typeglob alias to walkoptree.
34741              This makes the tests to pass, at least.
34742      Branch: perl
34743            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34744 ____________________________________________________________________________
34745 [  7853] By: nick                                  on 2000/11/24  22:24:33
34746         Log: Re-arrange crlf vs binary for platforms that care.
34747              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
34748              Lip-service to making stdio layer work on such platfroms (untested).
34749              Now fails 3 tests rather than one, checkin to see if I can debug 
34750              the issue under linux. (Do not merge.)
34751      Branch: perlio
34752            ! doio.c perlio.c perliol.h
34753 ____________________________________________________________________________
34754 [  7852] By: jhi                                   on 2000/11/24  18:57:39
34755         Log: AUTHORS edits.
34756      Branch: perl
34757            ! AUTHORS
34758 ____________________________________________________________________________
34759 [  7851] By: jhi                                   on 2000/11/24  17:34:56
34760         Log: Add Jan-Erik Karlsson.
34761      Branch: perl
34762            ! AUTHORS
34763 ____________________________________________________________________________
34764 [  7850] By: jhi                                   on 2000/11/24  17:27:56
34765         Log: Configure should find stdchar on its own.
34766      Branch: perl
34767            ! hints/solaris_2.sh
34768 ____________________________________________________________________________
34769 [  7849] By: jhi                                   on 2000/11/24  17:24:55
34770         Log: Subject: PATCH over 7848: Filter test flawed
34771              From: andreas.koenig@anima.de (Andreas J. Koenig)
34772              Date: 24 Nov 2000 10:28:29 +0100
34773              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
34774      Branch: perl
34775            ! t/lib/filter-util.t
34776 ____________________________________________________________________________
34777 [  7848] By: jhi                                   on 2000/11/24  17:22:15
34778         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
34779              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
34780              Date: Fri, 24 Nov 2000 16:12:58 +0000
34781              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
34782      Branch: perl
34783            ! ext/B/B.pm
34784 ____________________________________________________________________________
34785 [  7847] By: jhi                                   on 2000/11/24  03:07:01
34786         Log: Integrate perlio.
34787      Branch: perl
34788           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34789           !> win32/makefile.mk
34790 ____________________________________________________________________________
34791 [  7846] By: gsar                                  on 2000/11/24  00:55:57
34792         Log: integrate changes#6415..6418,6420..6438 from mainline
34793              
34794              Fix the bitvector ops for utf8 (tricky since past 7 bits
34795              the utf8 'characters' can be more than one octet).
34796              
34797              MPE/ix updates for perl 5.6.0 from Mark Bixby.
34798              
34799              Subject: SDBM_File documentation
34800              
34801              Detypo.
34802              
34803              Decutandpasto.
34804              
34805              Send all installperl messages to STDERR and be -w clean.
34806              
34807              Out-of-date note removed.
34808              
34809              Protect against "wild next"s, that is, callbacks doing "next"
34810              instead of "return".
34811              
34812              Use STDOUT consistently.
34813              
34814              The output might have been produced in the wrong order.
34815              
34816              A missing 'break' after the [[:space:]] switch case.
34817              
34818              Add tests for
34819              [ID 19991110.003] another matching finding by pcre author
34820              which has already been fixed by some patch, as verified in
34821              
34822              Documentation to explain the behaviour of map().
34823              
34824              Add an optimization for map-maps-a-list-element-to-more-list-elements
34825              case, but add also notes explaining the relationship of this
34826              patch and the earlier notes by Sarathy.
34827              
34828              Subject: [ID 20000716.023] syslog test fails without sockets
34829              
34830              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
34831              Test cases for #6431.
34832              
34833              File::Spec::VMS fixup for tmpdir from Craig Berry.
34834              
34835              Make the "uninit variable" warning to say "concat or string"
34836              or "join or string" when in concat or join .
34837              
34838              Get UTF16 BOMs working.  Patch from
34839              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
34840              
34841              Subject: [PATCH] Make large file tests deal with SIGXFSZ
34842              
34843              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
34844              
34845              Subject: [PATCH] av.c apidoc
34846      Branch: maint-5.6/perl
34847           !> (integrate 43 files)
34848 ____________________________________________________________________________
34849 [  7845] By: gsar                                  on 2000/11/24  00:20:45
34850         Log: integrate changes#6406..6414 from mainline
34851              
34852              Merge perlhacktut into perlhack, update perlguts.
34853              
34854              Fix AutoSplit to use File::Spec the right way in VMS,
34855              from Peter Prymmer.
34856              
34857              The bug report
34858              [ID 19991110.002] minimal matching discrepancy found by pcre author
34859              seems to have been fixed (though differently from what was suggested
34860              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
34861              
34862              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
34863              not in pod, from Peter Prymmer
34864              
34865              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
34866              From: Hugo <hv@crypt.compulink.co.uk>
34867              Date: Fri, 14 Jul 2000 23:05:20 +0100
34868              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
34869              
34870              Didn't anymore apply, but that point still could use another fix.
34871              
34872              lib/b test fixes from Peter Prymmer.
34873              
34874              More docs for sv functions.
34875              
34876              perlvms.pod whitespace cleanup to keep pod utils happy.
34877              
34878              another VMS build tweak from Peter Prymmer
34879      Branch: maint-5.6/perl
34880           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
34881           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
34882           !> vms/descrip_mms.template vms/perlvms.pod
34883 ____________________________________________________________________________
34884 [  7844] By: nick                                  on 2000/11/23  23:42:45
34885         Log: Win32/perlio Now just fails one io/argv.t test - lack 
34886              of default :crlf on standard streams.
34887      Branch: perlio
34888            ! doio.c perlio.c
34889 ____________________________________________________________________________
34890 [  7843] By: nick                                  on 2000/11/23  23:04:05
34891         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
34892              peek fail is showing a real problem (multiple crlf layers
34893              are getting pushed.)
34894      Branch: perlio
34895            ! doio.c perlio.c win32/makefile.mk
34896 ____________________________________________________________________________
34897 [  7842] By: nick                                  on 2000/11/23  19:46:23
34898         Log: Implement PerlIO_binmode()
34899              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
34900              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
34901              make binmode in t/lib/io_tell.t unconditional so that works.
34902              Checkin just so Win32 machine can see these changes.
34903      Branch: perlio
34904            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34905 ____________________________________________________________________________
34906 [  7841] By: jhi                                   on 2000/11/23  19:30:00
34907         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
34908      Branch: perl
34909            ! README.amiga
34910 ____________________________________________________________________________
34911 [  7840] By: jhi                                   on 2000/11/23  17:18:02
34912         Log: SOCKS wrestling continues, patches from Jens Hamisch.
34913      Branch: perl
34914            ! doio.c embed.h embed.pl perlsdio.h proto.h
34915 ____________________________________________________________________________
34916 [  7839] By: jhi                                   on 2000/11/23  16:54:14
34917         Log: Push Filter::Util::Call one level deeper.
34918      Branch: perl
34919            + t/lib/filter-util.t
34920           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34921           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34922            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34923            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34924            - t/lib/filt-util.t
34925            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34926            ! win32/Makefile win32/makefile.mk
34927 ____________________________________________________________________________
34928 [  7838] By: jhi                                   on 2000/11/23  16:52:40
34929         Log: Reach back one higher up when searching for PERL_SRC.
34930      Branch: perl
34931            ! lib/ExtUtils/MM_Unix.pm
34932 ____________________________________________________________________________
34933 [  7837] By: jhi                                   on 2000/11/23  16:05:41
34934         Log: Subject: Re: perl@7826
34935              Date: Thu, 23 Nov 2000 02:20:25 -0600
34936              From: "Craig A. Berry" <craigberry@mac.com>
34937              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
34938              
34939              Make VMS to like Filter::Util::Call. 
34940      Branch: perl
34941            ! configure.com ext/Filter/Util/Makefile.PL
34942 ____________________________________________________________________________
34943 [  7836] By: nick                                  on 2000/11/23  16:04:08
34944         Log: Implement crlf layer - not ready for merge.
34945      Branch: perlio
34946            ! perlio.c win32/makefile.mk
34947 ____________________________________________________________________________
34948 [  7835] By: jhi                                   on 2000/11/23  15:56:52
34949         Log: STDCHAR is different in Sparc v9 vs x86.
34950      Branch: perl
34951            ! hints/solaris_2.sh
34952 ____________________________________________________________________________
34953 [  7834] By: jhi                                   on 2000/11/23  15:50:47
34954         Log: The type needs to be visible to protos.
34955      Branch: perl
34956            ! perl.h
34957 ____________________________________________________________________________
34958 [  7833] By: jhi                                   on 2000/11/23  15:40:46
34959         Log: Finish unfinished SOCKS workaround changes.
34960      Branch: perl
34961            ! doio.c
34962 ____________________________________________________________________________
34963 [  7832] By: jhi                                   on 2000/11/23  15:33:30
34964         Log: Integrate perlio.
34965      Branch: perl
34966           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34967           !> win32/makefile.mk
34968 ____________________________________________________________________________
34969 [  7831] By: nick                                  on 2000/11/23  10:31:07
34970         Log: Correct makefile.mk dependancies for ext/Filter/Util
34971              Build ext/Encode
34972              Run dmake regen_config_h
34973      Branch: perlio
34974            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34975            ! win32/makefile.mk
34976 ____________________________________________________________________________
34977 [  7830] By: nick                                  on 2000/11/23  08:05:07
34978         Log: Integrate mainline
34979      Branch: perlio
34980           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34981           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
34982           +> t/lib/filt-util.pl t/lib/filt-util.t
34983           !> (integrate 41 files)
34984 ____________________________________________________________________________
34985 [  7829] By: gsar                                  on 2000/11/23  03:07:11
34986         Log: build the Filter extension on windows
34987      Branch: perl
34988            ! win32/Makefile win32/makefile.mk
34989 ____________________________________________________________________________
34990 [  7828] By: gsar                                  on 2000/11/23  02:46:35
34991         Log: regenerate win32/config* and fix some inconsistencies in the
34992              makefiles; always export Perl_deb() because it is needed
34993              by ext/re/* (whether perl itself is built with -DDEBUGGING
34994              or not)
34995      Branch: perl
34996            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
34997            ! win32/config_H.vc win32/makefile.mk
34998 ____________________________________________________________________________
34999 [  7827] By: gsar                                  on 2000/11/23  02:18:38
35000         Log: get sources building on windows+MSVC again (untested with other
35001              compilers)
35002      Branch: perl
35003            ! win32/include/sys/socket.h win32/perllib.c
35004 ____________________________________________________________________________
35005 [  7826] By: jhi                                   on 2000/11/23  01:18:26
35006         Log: Update Changes.
35007      Branch: perl
35008            ! Changes patchlevel.h
35009 ____________________________________________________________________________
35010 [  7825] By: jhi                                   on 2000/11/23  00:20:41
35011         Log: Subject: Re: av.c patch (having slight problems)
35012              From: "Ben Tilly" <ben_tilly@hotmail.com>
35013              Date: Tue, 21 Nov 2000 23:29:31 -0500
35014              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
35015              
35016              unshift() speedup.
35017      Branch: perl
35018            ! av.c
35019 ____________________________________________________________________________
35020 [  7824] By: jhi                                   on 2000/11/22  23:59:15
35021         Log: Fixes for signedness warnings noticed by VMSperlers.
35022      Branch: perl
35023            ! ext/Storable/Storable.xs regcomp.c sv.c
35024 ____________________________________________________________________________
35025 [  7823] By: jhi                                   on 2000/11/22  23:19:31
35026         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
35027              From: Peter Prymmer <pvhp@forte.com>
35028              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
35029              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
35030      Branch: perl
35031            ! t/pragma/warn/pp_hot
35032 ____________________________________________________________________________
35033 [  7822] By: jhi                                   on 2000/11/22  22:52:20
35034         Log: Be clean.
35035      Branch: perl
35036            ! Makefile.SH
35037 ____________________________________________________________________________
35038 [  7821] By: jhi                                   on 2000/11/22  22:46:39
35039         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
35040              by Damian Conway, as suggested by Paul Marquess.
35041      Branch: perl
35042            + lib/Filter/Simple.pm
35043 ____________________________________________________________________________
35044 [  7820] By: jhi                                   on 2000/11/22  22:45:51
35045         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
35046      Branch: perl
35047            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35048            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35049            + t/lib/filt-util.t
35050            ! MANIFEST
35051 ____________________________________________________________________________
35052 [  7819] By: jhi                                   on 2000/11/22  22:03:27
35053         Log: Integrate perlio.
35054      Branch: perl
35055           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35056           !> win32/makefile.mk
35057 ____________________________________________________________________________
35058 [  7818] By: jhi                                   on 2000/11/22  21:56:02
35059         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
35060      Branch: perl
35061            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
35062            ! t/lib/io_sock.t
35063 ____________________________________________________________________________
35064 [  7817] By: jhi                                   on 2000/11/22  21:39:49
35065         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
35066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35067              Date: Wed, 22 Nov 2000 16:08:12 -0500
35068              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
35069      Branch: perl
35070            ! lib/ExtUtils/Liblist.pm
35071 ____________________________________________________________________________
35072 [  7816] By: jhi                                   on 2000/11/22  21:38:25
35073         Log: Go ahead and #include <unistd.h> in perl.h.
35074      Branch: perl
35075            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
35076            ! util.c
35077 ____________________________________________________________________________
35078 [  7815] By: jhi                                   on 2000/11/22  21:22:52
35079         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35081              Date: Mon, 20 Nov 2000 18:30:52 -0500
35082              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
35083      Branch: perl
35084            ! pod/perlre.pod regcomp.c t/op/re_tests
35085 ____________________________________________________________________________
35086 [  7814] By: jhi                                   on 2000/11/22  21:21:46
35087         Log: Subject: [PATCH 5.7.0] Liblist finally works
35088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35089              Date: Tue, 21 Nov 2000 22:02:17 -0500
35090              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
35091      Branch: perl
35092            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
35093            ! lib/ExtUtils/MakeMaker.pm
35094 ____________________________________________________________________________
35095 [  7813] By: jhi                                   on 2000/11/22  21:20:23
35096         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35098              Date: Wed, 22 Nov 2000 17:53:15 +0100
35099              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
35100              
35101              AIX dynaloader and perlio patch.
35102      Branch: perl
35103            ! ext/DynaLoader/dl_aix.xs
35104 ____________________________________________________________________________
35105 [  7812] By: jhi                                   on 2000/11/22  21:17:52
35106         Log: (Accidentally empty patch.)
35107      Branch: perl
35108            ! av.c
35109 ____________________________________________________________________________
35110 [  7811] By: jhi                                   on 2000/11/22  21:16:31
35111         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
35112              From: Peter Prymmer <pvhp@forte.com>
35113              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
35114              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
35115      Branch: perl
35116            ! vms/test.com
35117 ____________________________________________________________________________
35118 [  7810] By: jhi                                   on 2000/11/22  21:15:36
35119         Log: Subject: Re: perl@7777 
35120              From: "John P. Linderman" <jpl@research.att.com>
35121              Date: Wed, 22 Nov 2000 13:11:11 -0500
35122              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
35123              
35124              Detypoing.
35125      Branch: perl
35126            ! lib/CPAN.pm
35127 ____________________________________________________________________________
35128 [  7809] By: jhi                                   on 2000/11/22  21:14:19
35129         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
35130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35131              Date:     Wed, 22 Nov 2000 13:51:37 EST
35132              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
35133      Branch: perl
35134            ! perlsdio.h
35135 ____________________________________________________________________________
35136 [  7808] By: jhi                                   on 2000/11/22  21:13:27
35137         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
35138              From: Casey Tweten <crt@kiski.net>
35139              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
35140              Message-Id: <200011201653.LAA10194@home.kiski.net>
35141      Branch: perl
35142            ! t/lib/io_udp.t
35143 ____________________________________________________________________________
35144 [  7807] By: jhi                                   on 2000/11/22  21:12:35
35145         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
35146              From: Casey Tweten <crt@kiski.net>
35147              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
35148              Message-Id: <200011201636.LAA07227@home.kiski.net>
35149      Branch: perl
35150            ! t/lib/io_sock.t
35151 ____________________________________________________________________________
35152 [  7806] By: jhi                                   on 2000/11/22  21:10:59
35153         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
35154              From: "Casey R. Tweten" <crt@kiski.net>
35155              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
35156              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
35157      Branch: perl
35158            ! utils/h2xs.PL
35159 ____________________________________________________________________________
35160 [  7805] By: nick                                  on 2000/11/22  21:05:06
35161         Log: Integrate mainline
35162      Branch: perlio
35163           !> Changes Porting/genlog ext/DB_File/DB_File.xs
35164           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
35165           !> utils/perlbug.PL
35166 ____________________________________________________________________________
35167 [  7804] By: jhi                                   on 2000/11/22  21:01:12
35168         Log: Subject: [PATCH] Test.pm POD peculiarity
35169              From: "Casey R. Tweten" <crt@kiski.net>
35170              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
35171              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
35172      Branch: perl
35173            ! lib/Test.pm
35174 ____________________________________________________________________________
35175 [  7803] By: jhi                                   on 2000/11/22  20:59:59
35176         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
35177              From: "Philip Newton" <pnewton@gmx.de>
35178              Date: Wed, 22 Nov 2000 14:25:53 +0100
35179              Message-Id: <3A1BD771.25462.1939FAD@localhost>
35180              
35181              Be case-understanding also on 's', and use the -oi of sendmail
35182              not to terminate the transmission on a lone '.'.
35183      Branch: perl
35184            ! utils/perlbug.PL
35185 ____________________________________________________________________________
35186 [  7802] By: nick                                  on 2000/11/22  20:51:42
35187         Log: Win32 PerlIO intermediate state now working as expected.
35188              - In current state we are still using C runtime in text/binary
35189              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
35190              - PERLIO=stdio and PERLIO=unix pass all expected tests.
35191              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
35192              and PerlIO_seek() and the dummy crlf layer is not making adjustments
35193              for CRLF translation happening in C runtime. All other tests pass.
35194              
35195              Added note to README.win32 to point out the snags of doing a perl build
35196              with Norton AntiVirus turned on.
35197              
35198              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
35199              which file a fail comes from.
35200              
35201              Updated "canned" config.h to match the one generated.
35202      Branch: perlio
35203            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35204            ! win32/makefile.mk
35205 ____________________________________________________________________________
35206 [  7801] By: jhi                                   on 2000/11/22  06:50:20
35207         Log: Nickety nits.
35208      Branch: perl
35209            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35210 ____________________________________________________________________________
35211 [  7800] By: jhi                                   on 2000/11/22  01:29:55
35212         Log: Changes had accidentally gone too silent on non-main branches.
35213      Branch: perl
35214            ! Changes Porting/genlog patchlevel.h
35215 ____________________________________________________________________________
35216 [  7799] By: gsar                                  on 2000/11/22  01:02:56
35217         Log: some lib_pm.PL changes snuck in via change#7772
35218      Branch: maint-5.6/perl
35219            ! Makefile.SH
35220 ____________________________________________________________________________
35221 [  7798] By: nick                                  on 2000/11/21  21:59:40
35222         Log: Integrate mainline
35223      Branch: perlio
35224           !> (integrate 28 files)
35225 ____________________________________________________________________________
35226 [  7797] By: jhi                                   on 2000/11/21  21:01:45
35227         Log: Integrate perlio.
35228      Branch: perl
35229           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
35230 ____________________________________________________________________________
35231 [  7796] By: nick                                  on 2000/11/21  20:36:22
35232         Log: Win32 builds and runs (mostly) with USE_PERLIO.
35233              PERLIO=perlio passes all tests. 
35234              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
35235      Branch: perlio
35236            ! perlio.c win32/perllib.c win32/win32.c
35237 ____________________________________________________________________________
35238 [  7795] By: jhi                                   on 2000/11/21  19:03:44
35239         Log: Update Changes.
35240      Branch: perl
35241            ! Changes patchlevel.h
35242 ____________________________________________________________________________
35243 [  7794] By: jhi                                   on 2000/11/21  18:56:34
35244         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
35245              From: "Craig A. Berry" <craigberry@mac.com>
35246              Date: Mon, 20 Nov 2000 20:27:06 -0600
35247              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
35248              
35249              A cut-and-pasto.
35250      Branch: perl
35251            ! perlio.h
35252 ____________________________________________________________________________
35253 [  7793] By: jhi                                   on 2000/11/21  18:54:41
35254         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
35255              From: Dominic Dunlop <domo@computer.org> 
35256              Date: Mon, 20 Nov 2000 18:55:29 +0100
35257              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
35258              
35259              va_copy() and the need of it.
35260              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
35261      Branch: metaconfig/U/perl
35262            + need_va_copy.U
35263      Branch: perl
35264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35265            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
35266            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35267            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35268            ! win32/config.bc win32/config.gc win32/config.vc
35269 ____________________________________________________________________________
35270 [  7792] By: jhi                                   on 2000/11/21  17:04:10
35271         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
35272      Branch: perl
35273           !> scope.h
35274 ____________________________________________________________________________
35275 [  7791] By: jhi                                   on 2000/11/21  17:01:16
35276         Log: Export the SOCKS workaround symbols only if necessary.
35277      Branch: perl
35278            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
35279 ____________________________________________________________________________
35280 [  7790] By: nick                                  on 2000/11/20  23:57:11
35281         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
35282      Branch: perlio
35283            ! scope.h
35284 ____________________________________________________________________________
35285 [  7789] By: nick                                  on 2000/11/20  23:38:33
35286         Log: Integrate mainline
35287      Branch: perlio
35288           +> lib/File/Spec/Epoc.pm
35289           !> (integrate 34 files)
35290 ____________________________________________________________________________
35291 [  7788] By: nick                                  on 2000/11/20  23:20:18
35292         Log: Make extra buffer layer work (dummy crlf layer)
35293      Branch: perlio
35294            ! doio.c perlio.c perlio.h
35295 ____________________________________________________________________________
35296 [  7787] By: jhi                                   on 2000/11/20  22:44:04
35297         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
35298              From: Peter Prymmer <pvhp@forte.com>
35299              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
35300              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
35301      Branch: perl
35302            ! t/pragma/locale.t
35303 ____________________________________________________________________________
35304 [  7786] By: jhi                                   on 2000/11/20  22:29:10
35305         Log: Subject: DOC PATCH 5.6.0 perlreftut
35306              From: mjd@plover.com
35307              Date: 20 Nov 2000 19:45:06 -0000
35308              Message-ID: <20001120194506.9505.qmail@plover.com>
35309      Branch: perl
35310            ! pod/perlreftut.pod
35311 ____________________________________________________________________________
35312 [  7785] By: jhi                                   on 2000/11/20  22:27:44
35313         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
35314              From: David Dyck <dcd@tc.fluke.com>
35315              Date: Mon, 20 Nov 2000 11:43:40 -0800
35316              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
35317      Branch: perl
35318            ! lib/Cwd.pm
35319 ____________________________________________________________________________
35320 [  7784] By: jhi                                   on 2000/11/20  22:23:21
35321         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35322              Date: Mon, 20 Nov 2000 17:06:10 -0500
35323              To: Mailing list Perl5 <perl5-porters@perl.org>
35324              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
35325      Branch: perl
35326            ! pp_ctl.c t/op/pat.t
35327 ____________________________________________________________________________
35328 [  7783] By: jhi                                   on 2000/11/20  22:11:18
35329         Log: Subject: [PATCH] doop.c - UTF8 tr///               
35330              From: Simon Cozens <simon@cozens.net>
35331              Date: Sat, 18 Nov 2000 18:49:30 +0000
35332              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
35333              
35334              Subject: Re: [PATCH] doop.c - UTF8 tr///           
35335              From: Simon Cozens <simon@cozens.net>
35336              Date: Mon, 20 Nov 2000 20:45:22 +0000
35337              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
35338              
35339              Make tr on UTF-8 better but still not correct.
35340      Branch: perl
35341            ! doop.c
35342 ____________________________________________________________________________
35343 [  7782] By: jhi                                   on 2000/11/20  22:02:16
35344         Log: Remove the shared object before attempting to create
35345              (by linking) a new one.  E.g. in AIX not removing
35346              becomes quite painful if one tries to do more than one
35347              build in the same tree (an interrupted build, for example),
35348              since the AIX' shared dynaloader seemingly keeps the shared
35349              objects open and therefore 'busy' for quite a while, even when
35350              nobody is using the objects, leading into link failures.
35351      Branch: perl
35352            ! lib/ExtUtils/MM_Unix.pm
35353 ____________________________________________________________________________
35354 [  7781] By: gsar                                  on 2000/11/20  19:02:55
35355         Log: type mismatch due to faulty integration
35356      Branch: maint-5.6/perl
35357            ! toke.c win32/Makefile
35358 ____________________________________________________________________________
35359 [  7780] By: gsar                                  on 2000/11/20  17:31:55
35360         Log: integrate changes#6392,6394..6399,6401..6404
35361              
35362              The {multiplier} of a fixed substring was overlooked which
35363              caused a wrong initial search offset for that substring.
35364              
35365              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35366              From: Hugo <hv@crypt.compulink.co.uk>
35367              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35368              Date: Thu, 13 Jul 2000 19:27:13 +0100
35369              
35370              Fix the BOM bug: not a byteorder bug, a signedness bug.
35371              
35372              Replace change #6337 with a better one.
35373              
35374              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35375              From: Hugo <hv@crypt.compulink.co.uk>
35376              Date: Fri, 14 Jul 2000 04:16:20 +0100
35377              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35378              
35379              MakeMaker should not remove editor backups (*~) on `make clean`
35380              by default (completes change#6383)
35381              
35382              move new variables to the end of the interpreter structure (for
35383              bincompat in code that doesn't #include XSUB.h)
35384              
35385              rename totally bletcherous SvLOCK() thingy (doesn't do what the
35386              name suggests anyway)
35387              
35388              various cleanups (typos, misformatted code, and small bugs)
35389              
35390              typecasts needed for change#6394
35391              
35392              typos in change#6399, regen headers
35393              
35394              inconsistent types needs casts
35395              
35396              PERL_OBJECT build tweaks
35397      Branch: maint-5.6/perl
35398           !> MANIFEST doop.c embed.h embed.pl embedvar.h
35399           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
35400           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
35401           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
35402           !> toke.c util.c
35403 ____________________________________________________________________________
35404 [  7779] By: gsar                                  on 2000/11/20  17:06:29
35405         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
35406              
35407              Cosmetics and perldelta.
35408              
35409              Fix nits noticed by Boston.pm.
35410              
35411              Do the cc sanity check both before the hints and
35412              after the cc selction.
35413              
35414              get sprintf.t to adjust properly for 3-digit exponents
35415              
35416              don't clobber *.orig files on *clean targets
35417              
35418              fix bugs in processing %v-*d and similar format specs (from
35419              Avi Finkel <avi@finkel.org>)
35420              
35421              sprintf test tweaks (from Dominic Dunlop)
35422              
35423              new selfloader.t in change#6183 doesn't close DATA handles,
35424              and thus fails to clean up tmp files on dosish platforms
35425              
35426              typos (spotted by Peter Prymmer)
35427              
35428              typo fix from Craig Berry
35429      Branch: maint-5.6/perl
35430           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
35431           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
35432           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
35433           !> x2p/Makefile.SH
35434 ____________________________________________________________________________
35435 [  7778] By: gsar                                  on 2000/11/20  16:46:51
35436         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
35437              
35438              Subject: Re: format bug report  [Patch]
35439              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35440              Date: Wed, 05 Jul 2000 13:12:52 +0200
35441              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
35442              
35443              Subject: Re: format bug report  [Patch]
35444              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35445              Date: Wed, 05 Jul 2000 14:10:01 +0200
35446              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35447              
35448              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35449              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35450              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35451              Date: Fri, 07 Jul 2000 17:57:16 +0100
35452              
35453              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35454              To: perl5-porters@perl.org
35455              From: Karsten Sperling <spiff@phreax.net>
35456              Date: Mon, 10 Jul 2000 15:12:52 +0200
35457              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35458              
35459              README.posix-bc podified from Thomas Dorner.
35460              
35461              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
35462              From: Dominic Dunlop <domo@computer.org>
35463              Date: Tue, 11 Jul 2000 12:27:33 +0200
35464              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
35465              
35466              Typo in #6341.
35467              
35468              Fix for
35469              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35470              From: Roderick Schertler <roderick@argon.org>
35471              Date: Tue, 11 Jul 2000 13:55:05 -0400
35472              Message-Id: <200007111755.NAA05077@jones.argon.org>
35473              
35474              Minor cleanups on the booklist.
35475              
35476              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35477              regen perltoc.
35478              
35479              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35480      Branch: maint-5.6/perl
35481           +> pod/perlbook.pod
35482           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
35483           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
35484           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
35485 ____________________________________________________________________________
35486 [  7777] By: jhi                                   on 2000/11/20  16:08:49
35487         Log: Update Changes.
35488      Branch: perl
35489            ! Changes patchlevel.h
35490 ____________________________________________________________________________
35491 [  7776] By: jhi                                   on 2000/11/20  15:27:56
35492         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
35493              This may be overly harsh but until proven otherwise, we think this
35494              way, or until we have a simple test for Configure (having to start
35495              up servers is does not count as simple) to check for the problems.
35496      Branch: perl
35497            ! perl.h
35498 ____________________________________________________________________________
35499 [  7775] By: jhi                                   on 2000/11/20  15:22:17
35500         Log: Solaris hints tweaks.
35501      Branch: perl
35502            ! hints/solaris_2.sh
35503 ____________________________________________________________________________
35504 [  7774] By: jhi                                   on 2000/11/20  15:01:20
35505         Log: Add a workaround to SOCKS 64-bit problems.
35506      Branch: perl
35507            ! doio.c embed.h embed.pl perlsdio.h proto.h
35508 ____________________________________________________________________________
35509 [  7773] By: jhi                                   on 2000/11/20  14:51:47
35510         Log: sysseek() instead of seek().
35511      Branch: perl
35512            ! t/lib/syslfs.t
35513 ____________________________________________________________________________
35514 [  7772] By: gsar                                  on 2000/11/20  13:06:23
35515         Log: integrate changes#6315..6319,6321..6331,6333..6338
35516              
35517              Integrate with Sarathy, preliminary fix for unicos
35518              alignment problems in [ID 20000612.002] Perl problem on Cray system.
35519              
35520              some debugger output does not go to the socket when RemotePort is set
35521              
35522              winsock cleanup never done on Windows (leads to handle leaks)
35523              
35524              fix UNC path handling on Windows under ithreads, and chdir()
35525              return value when given a non-existent directory
35526              
35527              Autogenerate pod/Makefile and pod/buildtoc.
35528              buildtoc also checks whether the existin pods are
35529              mentioned in MANIFEST and perl.pod, and vice versa.
35530              (None of the thusly found discrepancies fixed yet.)
35531              roffitall also needs to be autogenerated similarly but it
35532              seems so badly out of date that I didn't touch it yet.
35533              
35534              Config is being used.
35535              
35536              Add =head1 NAMEs so that buildtoc is happy.
35537              (The CGI::Util nit reported to Lincoln.)
35538              
35539              Fix complaints of buildtoc.
35540              
35541              Fix the alignment problem in Crays ([ID 20000612.002]).
35542              
35543              Remove perlbook, update perlfaq book listing,
35544              rearrange perl.pod, regenerate perltoc.
35545              
35546              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
35547              was cast to an unsigned (32-bit) integer with wild abandon.
35548              
35549              winsock options weren't being set in all threads under ithreads
35550              (caused send()s from second and subsequent threads to fail)
35551              
35552              accept() leaks memory on windows due to incorrect ordering of
35553              closesocket() and fclose() calls
35554              
35555              Reorder perl.pod once more.
35556              
35557              More POSIX.pod tweaks.
35558              
35559              Sprinkle ldlibpath.
35560              
35561              Precedence goof, fix based on
35562              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
35563              From: Hugo <hv@crypt.compulink.co.uk>
35564              Date: Tue, 11 Jul 2000 12:52:38 +0100
35565              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
35566              
35567              Subject: PATCH perlguts.pod: Document D and d magic types
35568              From: mjd@plover.com
35569              Date: 5 Jul 2000 18:01:51 -0000
35570              Message-ID: <20000705180151.29413.qmail@plover.com>
35571              
35572              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
35573              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
35574              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
35575              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
35576              
35577              Subject: [PATCH cfgperl] $& segfaults if you trick it
35578              From: simon@brecon.co.uk (Simon Cozens)
35579              Date: 7 Jul 2000 11:26:09 GMT
35580              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
35581              
35582              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35583              From: Hugo <hv@crypt.compulink.co.uk>
35584              Date: Tue, 11 Jul 2000 12:44:50 +0100
35585              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
35586              
35587              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
35588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35589              Date: Tue, 11 Jul 2000 13:50:51 +0100
35590              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
35591      Branch: maint-5.6/perl
35592           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
35593           +> pod/buildtoc.PL
35594            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
35595           !> (integrate 26 files)
35596 ____________________________________________________________________________
35597 [  7771] By: gsar                                  on 2000/11/20  12:31:42
35598         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
35599              6310,6311,6314
35600              
35601              Subject: [PATCH bleedperl] File::Spec 0.82 beta
35602              From: Barrie Slaymaker <barries@jester.slaysys.com>
35603              Date: Wed, 28 Jun 2000 11:35:29 -0400
35604              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
35605              
35606              tweak perlembed for multiplicity/usethreads sanity; correct notes
35607              about Windows
35608              
35609              localize %INC in a Safe compartment so that use/require work
35610              (many other magic globals probably need similar treatment)
35611              
35612              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
35613              when @_ is modified, causing coredumps
35614              
35615              slurp mode fix in change#4736 still not quite right
35616              
35617              Point to perlipc for more SysV IPC examples.
35618              
35619              Elaborate POSIX.pod.  Still needs work.
35620              
35621              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
35622              
35623              fix large memory leak that has been around for ever, masked by
35624              -DPURIFY (most of the arenas were never freed!)
35625              
35626              fix memory leak on Windows (PL_sys_intern contents were never
35627              freed)
35628              
35629              PERL_OBJECT build tweak
35630              
35631              adjust change#6299
35632              
35633              remove rel2abs prototypes (from Barrie Slaymaker)
35634              
35635              missing perldiag entry for unpack("w",...) diagnostic (from
35636              Andreas Koenig)
35637              
35638              better diagnostic on Frob->stuff() when Frob:: doesn't exist
35639              (from Richard Soderberg <rs@oregonnet.com>)
35640              
35641              Win32 patches for cfgperl from Sarathy.
35642              
35643              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
35644              
35645              More POSIX.pod embellishment.
35646              
35647              tyop in change#6306
35648      Branch: maint-5.6/perl
35649           !> (integrate 44 files)
35650 ____________________________________________________________________________
35651 [  7770] By: gsar                                  on 2000/11/20  11:51:00
35652         Log: integrate changes#6268..6282 from cfgperl branch
35653              
35654              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
35655              From: Dominic Dunlop <domo@computer.org>
35656              Date: Thu, 29 Jun 2000 12:32:39 +0200
35657              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
35658              
35659              Regen headers for #6261 (and update embed.pl for this) and #6267,
35660              silence few compiler warnings.
35661              
35662              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
35663              From: Nicholas Clark <nick@talking.bollo.cx>
35664              Date: Fri, 23 Jun 2000 16:21:15 +0100
35665              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
35666              
35667              Subject: PATCH pod/perltie.pod
35668              From: Ian Phillipps <Ian.Phillipps@iname.com>
35669              Date: Fri, 16 Jun 2000 00:17:19 +0100
35670              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
35671              (only the first hunk, the second hunk had already been done
35672              by some other patch)
35673              
35674              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
35675              From: Tom Phoenix <rootbeer@redcat.com>
35676              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
35677              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
35678              
35679              Subject: [PATCH] xsub attributes
35680              From: Doug MacEachern <dougm@covalent.net>
35681              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
35682              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
35683              
35684              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
35685              From: Andy Dougherty <doughera@lafayette.edu>
35686              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
35687              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
35688              
35689              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
35690              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35691              Date: Tue, 13 Jun 2000 02:43:48 -0500
35692              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
35693              
35694              Subject: [PATCH] Re: eval documentation: context
35695              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35696              Date: Mon, 12 Jun 2000 15:07:29 +0100
35697              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
35698              
35699              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
35700              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35701              Date: Mon, 12 Jun 2000 14:55:59 +0100
35702              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
35703              
35704              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
35705              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
35706              Date: Fri, 09 Jun 2000 12:39:27 -0400
35707              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
35708              (plus update the version "number" of Text::Wrap)
35709              
35710              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
35711              From: Tim Ayers <tayers@bridge.com>
35712              Date: Thu, 08 Jun 2000 08:11:06 +0200
35713              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
35714              [resent by Richard Foley, Message-Id probably wrong]
35715              
35716              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
35717              From: rspier@pobox.com (Robert Spier)
35718              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
35719              Message-ID: <14654.31913.845602.610277@rls.cx>
35720              
35721              Subject: [PATCH 5.6.0] utils/h2xs.PL
35722              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35723              Date: Wed, 7 Jun 2000 04:02:04 -0500
35724              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
35725              
35726              Subject: [PATCH 5.6.0]ITHREADs for VMS
35727              From: Dan Sugalski <dan@sidhe.org>
35728              Date: Tue, 06 Jun 2000 11:59:50 -0400
35729              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
35730      Branch: maint-5.6/perl
35731           !> (integrate 31 files)
35732 ____________________________________________________________________________
35733 [  7769] By: gsar                                  on 2000/11/20  11:29:06
35734         Log: integrate changes#6261..6266 from cfgperl
35735              
35736              Subject: Re: [PATCH cfgperl] BOMs away!
35737              From: simon@brecon.co.uk (Simon Cozens)
35738              Date: 17 Jun 2000 11:49:57 GMT
35739              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
35740              
35741              Subject: 5.6.0 Patch for EPOC
35742              From: Olaf Flebbe <o.flebbe@gmx.de>
35743              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
35744              Message-ID: <23449.960929969@www11.gmx.net>
35745              
35746              tr fixes from Simon Cozens
35747              
35748              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
35749              From: Marty Lucich <marty@netcom.com>
35750              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
35751              Message-Id: <200006282116.OAA11148@netcom.com>
35752              ccdlflags update (the BSD/OS 4.1 part had already been taken
35753              care of by #6141).
35754              
35755              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
35756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35757              Date: Wed, 28 Jun 2000 17:50:12 -0700
35758              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
35759              
35760              Subject: [PATCH 5.6.0] cygwin port
35761              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
35762              From: "Fifer, Eric" <EFifer@sanwaint.com>
35763              Date: Thu, 29 Jun 2000 12:58:29 +0100
35764      Branch: maint-5.6/perl
35765           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
35766           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
35767           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35768           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
35769 ____________________________________________________________________________
35770 [  7768] By: gsar                                  on 2000/11/20  11:13:44
35771         Log: integrate changes#6252..6256,6259..6260
35772              
35773              Paranoia tweak on #6249.
35774              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35775              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35776              Date: Sun, 25 Jun 2000 23:43:12 -0400
35777              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35778              
35779              Subject: tr///, help wanted.
35780              From: simon@brecon.co.uk (Simon Cozens)
35781              Date: 28 Jun 2000 11:29:04 GMT
35782              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35783              
35784              small thinko tweaks
35785              
35786              tweaks from Simon Conzes to further fix tr/// under utf8
35787              
35788              perlnewmod was missing from MANIFEST.
35789              
35790              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
35791              From: simon@brecon.co.uk (Simon Cozens)
35792              Date: 17 Jun 2000 11:56:44 GMT
35793              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
35794              pack U0, pack C0
35795      Branch: maint-5.6/perl
35796           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
35797           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
35798           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
35799           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
35800 ____________________________________________________________________________
35801 [  7767] By: gsar                                  on 2000/11/20  10:51:38
35802         Log: integrate change#6250 from cfgperl
35803              
35804              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35805              From: Doug MacEachern <dougm@covalent.net>
35806              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35807              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35808      Branch: maint-5.6/perl
35809           +> t/op/my_stash.t
35810           !> MANIFEST embed.pl global.sym proto.h toke.c
35811 ____________________________________________________________________________
35812 [  7766] By: gsar                                  on 2000/11/20  10:48:34
35813         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
35814              
35815              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
35816              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35817              Date: Mon, 26 Jun 2000 18:40:14 +0100
35818              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
35819              
35820              Subject: [PATCH] bytes<->utf8 fixes
35821              From: simon@brecon.co.uk (Simon Cozens)
35822              Date: 26 Jun 2000 04:55:45 GMT
35823              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35824              
35825              Subject: [PATCH] is_utf8_string
35826              From: simon@brecon.co.uk (Simon Cozens)
35827              Date: 26 Jun 2000 02:25:59 GMT
35828              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35829              
35830              Subject: [PATCH] avoid mg_ptr in '*' magic
35831              From: Doug MacEachern <dougm@covalent.net>
35832              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35833              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35834              
35835              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35836              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35837              Date: Sat, 24 Jun 2000 13:06:20 +0100
35838              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35839              
35840              Allow for standalone testing.
35841              
35842              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35843              From: Mark-Jason Dominus <mjd@plover.com>
35844              Date: Tue, 27 Jun 2000 22:36:42 -0400
35845              Message-ID: <20000628023642.12166.qmail@plover.com>
35846              
35847              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35848              From: Frank Tobin <ftobin@uiuc.edu>
35849              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35850              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35851      Branch: maint-5.6/perl
35852           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
35853           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
35854           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
35855           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
35856           !> utf8.c utils/h2xs.PL
35857 ____________________________________________________________________________
35858 [  7765] By: gsar                                  on 2000/11/20  10:29:13
35859         Log: integrate change#6239 from cfgperl
35860              
35861              Configure maintenance.  Sever some dependency cycles,
35862              separate gccversion from the cc unit,
35863              address [ID 20000623.006] Configure script patch for using gcc on AIX
35864              (but solve it a little bit differently),
35865              unduplex some accidentally duplicated units,
35866              suggest using gcc if no cc available
35867              (p5p thread: "Solaris configure: counterproposal", 1999-09)
35868      Branch: maint-5.6/perl
35869           !> Configure Todo-5.6 config_h.SH
35870 ____________________________________________________________________________
35871 [  7764] By: gsar                                  on 2000/11/20  10:25:55
35872         Log: integrate changes#6233..6238 from cfgperl
35873              
35874              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
35875              From: Mark-Jason Dominus <mjd@plover.com>
35876              Date: Fri, 16 Jun 2000 20:53:04 -0400
35877              Message-ID: <20000617005304.8008.qmail@plover.com>
35878              
35879              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
35880              because when run as services (Win32ese for daemons)
35881              no environment variables are set and tmpdir ends up as /tmp,
35882              which is ambiguous.
35883              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
35884              From: matt@sergeant.org
35885              Date: 16 Jun 2000 16:30:43 -0000
35886              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
35887              
35888              The thread begun by
35889              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
35890              From: Kevin.Ruscoe@ubsw.com
35891              Date: Fri, 16 Jun 2000 16:38:51 +0100
35892              Message-Id: <H000019b03c300d6@MHS>
35893              
35894              Tweak embed.pl, regen headers.
35895              
35896              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
35897              From: Dan Sugalski <dan@sidhe.org>
35898              Date: Fri, 23 Jun 2000 17:00:00 -0400
35899              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
35900      Branch: maint-5.6/perl
35901           !> (integrate 27 files)
35902 ____________________________________________________________________________
35903 [  7763] By: gsar                                  on 2000/11/20  10:08:08
35904         Log: s/perl56delta/perldelta/g
35905      Branch: maint-5.6/perl
35906            ! pod/Makefile
35907 ____________________________________________________________________________
35908 [  7762] By: gsar                                  on 2000/11/20  10:04:00
35909         Log: integrate changes#6225,6229,6231,6232 from cfgperl
35910              
35911              Add source code filenames to apidoc.
35912              From: simon@brecon.co.uk (Simon Cozens)
35913              Subject: [PATCH embed.pl] Source X-ref
35914              Date: 22 Jun 2000 02:18:49 GMT
35915              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
35916              
35917              Subject: README.hpux version 0.6.1
35918              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
35919              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35920              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
35921              
35922              Subject: [PATCH 5.6.0] cygwin port
35923              From: "Fifer, Eric" <EFifer@sanwaint.com>
35924              Date: Tue, 20 Jun 2000 14:30:58 +0100
35925              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
35926              
35927              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
35928              From: simon@brecon.co.uk (Simon Cozens)
35929              Date: 19 Jun 2000 15:18:27 GMT
35930              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
35931              
35932              plus update pod/Makefile and regenerate perltoc
35933      Branch: maint-5.6/perl
35934           +> pod/perlutil.pod
35935           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
35936           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
35937 ____________________________________________________________________________
35938 [  7761] By: jhi                                   on 2000/11/20  04:09:55
35939         Log: Miraculous typo.
35940      Branch: perl
35941            ! t/op/pat.t
35942 ____________________________________________________________________________
35943 [  7760] By: jhi                                   on 2000/11/20  04:06:08
35944         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35946              Date: Sun, 19 Nov 2000 22:30:26 -0500
35947              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
35948      Branch: perl
35949            ! regexec.c scope.h t/op/pat.t
35950 ____________________________________________________________________________
35951 [  7759] By: jhi                                   on 2000/11/20  02:05:22
35952         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
35953      Branch: perl
35954            ! perl.h
35955 ____________________________________________________________________________
35956 [  7758] By: jhi                                   on 2000/11/20  01:58:11
35957         Log: Subject: [perl 7711: EPOC] updates
35958              From: Olaf Flebbe <o.flebbe@gmx.de>
35959              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
35960              Message-ID: <25575.974658810@www23.gmx.net>               
35961      Branch: perl
35962            + lib/File/Spec/Epoc.pm
35963            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
35964            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
35965            ! lib/File/Spec.pm perl.c sv.c
35966 ____________________________________________________________________________
35967 [  7757] By: jhi                                   on 2000/11/20  01:53:11
35968         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
35969      Branch: perl
35970            ! MANIFEST
35971 ____________________________________________________________________________
35972 [  7756] By: jhi                                   on 2000/11/20  01:47:22
35973         Log: Integrate perlio.
35974      Branch: perl
35975            - ext/re/hints/MSWin32.pl
35976           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
35977           !> win32/config.gc win32/config_H.gc win32/win32sck.c
35978 ____________________________________________________________________________
35979 [  7755] By: nick                                  on 2000/11/19  20:57:17
35980         Log: Add dummy crlf layer (just as buffer)
35981              Correct 1st bug - one layer of indirection.
35982      Branch: perlio
35983            ! perlio.c perlio.h perliol.h
35984 ____________________________________________________________________________
35985 [  7754] By: nick                                  on 2000/11/19  20:56:12
35986         Log: Work-round to Perl_deb_nocontext is no longer required
35987      Branch: perlio
35988            - ext/re/hints/MSWin32.pl
35989 ____________________________________________________________________________
35990 [  7753] By: nick                                  on 2000/11/19  20:01:16
35991         Log: diff -se shows these as different
35992      Branch: perlio
35993            ! global.sym pod/perlapi.pod
35994 ____________________________________________________________________________
35995 [  7752] By: nick                                  on 2000/11/19  18:57:30
35996         Log: Configure GCC/Win32 build -Duseperlio
35997              Fix a couple of gross issues
35998              - double-include of ../deb.o in re.dll
35999              - win32sck.c needs PerlIO and FILE 
36000      Branch: perlio
36001            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
36002            ! win32/win32sck.c
36003 ____________________________________________________________________________
36004 [  7751] By: nick                                  on 2000/11/19  17:05:36
36005         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
36006      Branch: perlio
36007            ! perlio.c
36008 ____________________________________________________________________________
36009 [  7750] By: nick                                  on 2000/11/19  16:57:14
36010         Log: Missing aTHX_
36011      Branch: perlio
36012            ! sv.c
36013 ____________________________________________________________________________
36014 [  7749] By: jhi                                   on 2000/11/19  16:28:40
36015         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
36016              From: "Peter J. Farley III" <pjfarley@banet.net>
36017              Date: Sun, 19 Nov 2000 01:42:58 -0500
36018              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
36019      Branch: perl
36020            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
36021 ____________________________________________________________________________
36022 [  7748] By: jhi                                   on 2000/11/19  16:08:10
36023         Log: Subject: podlators 1.05 available        
36024              From: Russ Allbery <rra@stanford.edu>   
36025              Date: 18 Nov 2000 22:04:28 -0800
36026              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
36027      Branch: perl
36028            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
36029 ____________________________________________________________________________
36030 [  7747] By: nick                                  on 2000/11/19  11:19:39
36031         Log: Integrate mainline
36032      Branch: perlio
36033           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36034           !> util.c
36035 ____________________________________________________________________________
36036 [  7746] By: jhi                                   on 2000/11/19  06:42:22
36037         Log: Make hex scanning warn on "\x{x}" and "\xx".
36038              "\x" and and hex("x") are still valid.
36039      Branch: perl
36040            ! util.c
36041 ____________________________________________________________________________
36042 [  7745] By: nick                                  on 2000/11/18  22:52:28
36043         Log: Integrate mainline
36044      Branch: perlio
36045           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
36046           !> perl.h perlio.c proto.h regcomp.c regcomp.h
36047 ____________________________________________________________________________
36048 [  7744] By: jhi                                   on 2000/11/18  22:50:28
36049         Log: Introduce Perl_utf8_length().  Use it.
36050      Branch: perl
36051            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36052 ____________________________________________________________________________
36053 [  7743] By: jhi                                   on 2000/11/18  22:38:51
36054         Log: Compiler denit.
36055      Branch: perl
36056            ! perlio.c
36057 ____________________________________________________________________________
36058 [  7742] By: jhi                                   on 2000/11/18  20:33:05
36059         Log: Integrate perlio.
36060      Branch: perl
36061           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36062           !> perlio.h pp_ctl.c pp_sys.c sv.c
36063 ____________________________________________________________________________
36064 [  7741] By: jhi                                   on 2000/11/18  20:31:27
36065         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
36066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36067              Date: Fri, 17 Nov 2000 20:35:11 -0500
36068              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
36069              
36070              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
36071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36072              Date: Fri, 17 Nov 2000 21:03:47 -0500
36073              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
36074              
36075              Plus a little bit of tweaking in pregcomp().
36076      Branch: perl
36077            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
36078 ____________________________________________________________________________
36079 [  7740] By: nick                                  on 2000/11/18  20:17:22
36080         Log: Lexical use open ... support:
36081              add ->cop_io to COP structure in cop.h.
36082              Make mg.c and gv.c associate it with ${^OPEN}.
36083              Make lib/open.pm set it.
36084              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
36085              manner similar to ->cop_warnings.
36086              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
36087              call new PerlIO_apply_layers().
36088              Declare latter in perlio.h and define in perlio.c
36089      Branch: perlio
36090            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36091            ! perlio.h pp_ctl.c pp_sys.c sv.c
36092 ____________________________________________________________________________
36093 [  7739] By: jhi                                   on 2000/11/18  19:54:00
36094         Log: Integrate perlio.
36095      Branch: perl
36096           !> doio.c perlio.c pp.c
36097 ____________________________________________________________________________
36098 [  7738] By: jhi                                   on 2000/11/18  17:16:13
36099         Log: Subject: [PATCH 5.7.0] etags broken again
36100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36101              Date: Sat, 18 Nov 2000 02:41:36 -0500
36102              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
36103      Branch: perl
36104            ! emacs/ptags
36105 ____________________________________________________________________________
36106 [  7737] By: jhi                                   on 2000/11/18  17:12:18
36107         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
36108      Branch: perl
36109            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36110 ____________________________________________________________________________
36111 [  7736] By: nick                                  on 2000/11/18  14:06:20
36112         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
36113              part to be isolated.
36114      Branch: perlio
36115            ! doio.c perlio.c
36116 ____________________________________________________________________________
36117 [  7735] By: nick                                  on 2000/11/18  11:03:32
36118         Log: Integrate mainline
36119      Branch: perlio
36120           !> Changes README.amiga README.win32 patchlevel.h
36121           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
36122 ____________________________________________________________________________
36123 [  7734] By: jhi                                   on 2000/11/18  01:18:56
36124         Log: Update Changes.
36125      Branch: perl
36126            ! Changes patchlevel.h
36127 ____________________________________________________________________________
36128 [  7733] By: jhi                                   on 2000/11/18  00:32:54
36129         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
36130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36131              Date: Fri, 17 Nov 2000 17:28:02 -0500
36132              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
36133      Branch: perl
36134            ! regcomp.c regexec.c t/op/re_tests
36135 ____________________________________________________________________________
36136 [  7732] By: jhi                                   on 2000/11/18  00:28:56
36137         Log: Sparc 64-bit pack() fix from Jens Hamisch.
36138      Branch: perl
36139            ! pp.c
36140 ____________________________________________________________________________
36141 [  7731] By: jhi                                   on 2000/11/18  00:18:39
36142         Log: Explain in more detail the {} syntax ambiguousity.
36143              
36144              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
36145              From: Nicholas Clark <nick@ccl4.org>
36146              Date: Fri, 17 Nov 2000 22:10:28 +0000
36147              Message-ID: <20001117221028.A88930@plum.flirble.org>
36148      Branch: perl
36149            ! pod/perlfunc.pod
36150 ____________________________________________________________________________
36151 [  7730] By: jhi                                   on 2000/11/18  00:12:18
36152         Log: Subject: Fix for README.amiga (20000323.033)
36153              From: "Stephen P. Potter" <spp@spotter.yi.org>
36154              Date: Fri, 17 Nov 2000 12:25:51 -0500
36155              Message-Id: <200011171725.MAA05768@spotter.yi.org>
36156      Branch: perl
36157            ! README.amiga
36158 ____________________________________________________________________________
36159 [  7729] By: jhi                                   on 2000/11/18  00:08:34
36160         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
36161              From: "A. C. Yardley" <yardley@tanet.net>
36162              Date: Mon, 3 Apr 2000 11:35:33 -0700
36163              Message-ID: <3483.000403@tanet.net>
36164      Branch: perl
36165            ! README.win32
36166 ____________________________________________________________________________
36167 [  7728] By: nick                                  on 2000/11/17  21:59:47
36168         Log: Integrate mainline
36169      Branch: perlio
36170           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
36171           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
36172           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
36173           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
36174 ____________________________________________________________________________
36175 [  7727] By: nick                                  on 2000/11/17  21:56:31
36176         Log: Experiment on use of attributes.pm interface.
36177              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
36178              SVt_PVRV if not already something better (else vivify of say magic gets
36179              core dump).
36180      Branch: perlio
36181            ! perlio.c pp.c
36182 ____________________________________________________________________________
36183 [  7726] By: jhi                                   on 2000/11/17  14:15:49
36184         Log: Subject: Fix for 20000815.006
36185              From: "Stephen P. Potter" <spp@spotter.yi.org>
36186              Date: Fri, 17 Nov 2000 08:57:45 -0500
36187              Message-Id: <200011171357.IAA05122@spotter.yi.org>
36188              
36189              It's really 20000518.006.
36190      Branch: perl
36191            ! pod/perlmodlib.PL
36192 ____________________________________________________________________________
36193 [  7725] By: jhi                                   on 2000/11/17  14:12:31
36194         Log: Subject: Fix for 20000409.001
36195              From: "Stephen P. Potter" <spp@spotter.yi.org>
36196              Date: Fri, 17 Nov 2000 08:55:45 -0500
36197              Message-Id: <200011171355.IAA05104@spotter.yi.org>
36198      Branch: perl
36199            ! pod/perlfaq9.pod
36200 ____________________________________________________________________________
36201 [  7724] By: jhi                                   on 2000/11/17  14:08:58
36202         Log: Undo #7627 now that we have =head3.
36203      Branch: perl
36204            ! pod/perlhack.pod
36205 ____________________________________________________________________________
36206 [  7723] By: jhi                                   on 2000/11/17  14:04:09
36207         Log: As surmised the #7719 wasn't a good move.
36208      Branch: perl
36209            ! hints/solaris_2.sh
36210 ____________________________________________________________________________
36211 [  7722] By: jhi                                   on 2000/11/17  13:59:04
36212         Log: Also the 64bitall hints can be either here or there.
36213      Branch: perl
36214            ! hints/solaris_2.sh
36215 ____________________________________________________________________________
36216 [  7721] By: jhi                                   on 2000/11/17  02:26:23
36217         Log: Test tweak for the open pragma.
36218      Branch: perl
36219            ! t/lib/b.t
36220 ____________________________________________________________________________
36221 [  7720] By: jhi                                   on 2000/11/17  00:23:22
36222         Log: The long double hints can be here or there.
36223      Branch: perl
36224            ! hints/solaris_2.sh
36225 ____________________________________________________________________________
36226 [  7719] By: jhi                                   on 2000/11/17  00:14:06
36227         Log: For Solaris use64bitall the stdchar needs a little bit of help.
36228      Branch: perl
36229            ! hints/solaris_2.sh
36230 ____________________________________________________________________________
36231 [  7718] By: jhi                                   on 2000/11/16  23:27:34
36232         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
36233              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
36234              Date: Wed, 15 Nov 2000 08:56:32 +0100
36235              Message-ID: <3A1241B0.64477E00@alcatel.at>
36236      Branch: perl
36237            ! lib/Carp/Heavy.pm
36238 ____________________________________________________________________________
36239 [  7717] By: jhi                                   on 2000/11/16  23:23:29
36240         Log: Subject: [PATCH] Re: 20001101.003 PDL
36241              From: Nicholas Clark <nick@ccl4.org>
36242              Date: Thu, 16 Nov 2000 16:48:25 +0000
36243              Message-ID: <20001116164825.B93487@plum.flirble.org>
36244      Branch: perl
36245            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
36246 ____________________________________________________________________________
36247 [  7716] By: jhi                                   on 2000/11/16  23:21:31
36248         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
36249              From: "Casey R. Tweten" <crt@kiski.net>
36250              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
36251              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
36252      Branch: perl
36253            ! lib/Pod/Checker.pm pod/perlpod.pod
36254 ____________________________________________________________________________
36255 [  7715] By: jhi                                   on 2000/11/16  23:19:40
36256         Log: Avoid an infinite loop in VMS when utils scripts are run
36257              with no arguments, from Charles Lane.
36258      Branch: perl
36259            ! configure.com
36260 ____________________________________________________________________________
36261 [  7714] By: jhi                                   on 2000/11/16  23:17:08
36262         Log: Subject: perllocale.pod changes
36263              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36264              Date: Mon, 13 Nov 2000 10:09:22 +0300
36265              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
36266      Branch: perl
36267            ! pod/perllocale.pod
36268 ____________________________________________________________________________
36269 [  7713] By: jhi                                   on 2000/11/16  23:14:06
36270         Log: Integrate perlio.
36271      Branch: perl
36272           !> doio.c perlio.c perlio.h util.c
36273 ____________________________________________________________________________
36274 [  7712] By: nick                                  on 2000/11/16  21:10:58
36275         Log: Integrate mainline
36276      Branch: perlio
36277           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36278           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36279           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
36280           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36281           !> win32/config.gc win32/config.vc
36282 ____________________________________________________________________________
36283 [  7711] By: nick                                  on 2000/11/16  19:56:41
36284         Log: Minor tweaks:
36285              consistent way of getting 'rb', 'wb' etc. for binary opens
36286              move *perlio::layers to *open::layers
36287              a #define to show layers available
36288              DOSISH popen/PerlIO had export/import sense inverted.
36289      Branch: perlio
36290            ! doio.c perlio.c perlio.h util.c
36291 ____________________________________________________________________________
36292 [  7710] By: jhi                                   on 2000/11/16  15:46:05
36293         Log: Add HAS_SBRK_PROTO.
36294      Branch: metaconfig/U/perl
36295            + d_sbrkproto.U
36296      Branch: perl
36297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36298            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36299            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36300            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36301            ! win32/config.gc win32/config.vc
36302 ____________________________________________________________________________
36303 [  7709] By: nick                                  on 2000/11/16  07:31:49
36304         Log: Integrate mainline
36305      Branch: perlio
36306           !> (integrate 35 files)
36307 ____________________________________________________________________________
36308 [  7708] By: jhi                                   on 2000/11/16  05:33:03
36309         Log: These files are text, not binary.
36310      Branch: perl
36311            ! ext/Encode/Encode/iso8859-10.enc
36312            ! ext/Encode/Encode/iso8859-13.enc
36313            ! ext/Encode/Encode/iso8859-14.enc
36314            ! ext/Encode/Encode/iso8859-15.enc
36315 ____________________________________________________________________________
36316 [  7707] By: jhi                                   on 2000/11/16  01:53:37
36317         Log: Update Changes.
36318      Branch: perl
36319            ! Changes patchlevel.h
36320 ____________________________________________________________________________
36321 [  7706] By: jhi                                   on 2000/11/16  01:35:59
36322         Log: More #undefing of stdio.
36323      Branch: perl
36324            ! fakesdio.h nostdio.h
36325 ____________________________________________________________________________
36326 [  7705] By: jhi                                   on 2000/11/16  01:34:18
36327         Log: Add fwalk() probe to the configuration files and regen perltoc.
36328      Branch: perl
36329            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36330            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36331            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
36332            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36333            ! win32/config.bc win32/config.gc win32/config.vc
36334 ____________________________________________________________________________
36335 [  7704] By: jhi                                   on 2000/11/16  01:33:07
36336         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
36337              an optional third argument to Inlibc?)
36338      Branch: metaconfig/U/perl
36339            + d__fwalk.U
36340 ____________________________________________________________________________
36341 [  7703] By: jhi                                   on 2000/11/16  01:09:22
36342         Log: The type of the hash_cb() size argument is tricky.
36343      Branch: perl
36344            ! ext/DB_File/DB_File.xs
36345 ____________________________________________________________________________
36346 [  7702] By: jhi                                   on 2000/11/15  23:01:16
36347         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
36348      Branch: perl
36349            ! nostdio.h
36350 ____________________________________________________________________________
36351 [  7701] By: jhi                                   on 2000/11/15  22:52:32
36352         Log: Detypo.
36353      Branch: perl
36354            ! t/lib/bigfltpm.t
36355 ____________________________________________________________________________
36356 [  7700] By: jhi                                   on 2000/11/15  22:51:56
36357         Log: UINT64_C() work continues.
36358      Branch: perl
36359            ! handy.h perl.h utf8.h
36360 ____________________________________________________________________________
36361 [  7699] By: jhi                                   on 2000/11/15  14:13:04
36362         Log: SOCKS has its own USE_THREADS, based on
36363              
36364              Subject: [ID 20001114.002] et. al. bugfix followup
36365              From: Jens Hamisch <jens@Strawberry.COM> 
36366              Date: Wed, 15 Nov 2000 14:23:11 +0100
36367              Message-ID: <20001115142311.A21164@Strawberry.COM>
36368      Branch: perl
36369            ! perl.h
36370 ____________________________________________________________________________
36371 [  7698] By: jhi                                   on 2000/11/15  03:50:56
36372         Log: Add few missing #undefs and sort them.
36373      Branch: perl
36374            ! fakesdio.h
36375 ____________________________________________________________________________
36376 [  7697] By: jhi                                   on 2000/11/15  03:39:14
36377         Log: Linenumber fix.
36378      Branch: perl
36379            ! t/pragma/warn/utf8
36380 ____________________________________________________________________________
36381 [  7696] By: jhi                                   on 2000/11/15  02:55:26
36382         Log: EBCDIC tweaks.
36383              
36384              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
36385              From: Peter Prymmer <pvhp@forte.com>
36386              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
36387              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
36388      Branch: perl
36389            ! t/op/regmesg.t t/pragma/warn/utf8
36390 ____________________________________________________________________________
36391 [  7695] By: jhi                                   on 2000/11/15  02:53:58
36392         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
36393              From: Peter Prymmer <pvhp@forte.com>
36394              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
36395              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
36396      Branch: perl
36397            ! utf8.c
36398 ____________________________________________________________________________
36399 [  7694] By: jhi                                   on 2000/11/15  02:50:55
36400         Log: Subject: [PATCH: perl@7674] updates to README.os390
36401              From: Prymmer/Kahn <pvhp@best.com>
36402              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
36403              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
36404      Branch: perl
36405            ! README.os390
36406 ____________________________________________________________________________
36407 [  7693] By: jhi                                   on 2000/11/15  02:48:37
36408         Log: Quit utf8_to_uv() instantly if curlen == 0.
36409      Branch: perl
36410            ! utf8.c
36411 ____________________________________________________________________________
36412 [  7692] By: jhi                                   on 2000/11/15  02:24:29
36413         Log: Use u_int32_t for the size of hash_cb(), not size_t.
36414              
36415              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
36416              From: Jens Hamisch <jens@Strawberry.COM>     
36417              Date: Tue, 14 Nov 2000 19:03:55 +0100
36418              Message-Id: <20001114190355.A20559@Strawberry.COM>
36419      Branch: perl
36420            ! ext/DB_File/DB_File.xs
36421 ____________________________________________________________________________
36422 [  7691] By: jhi                                   on 2000/11/15  02:20:12
36423         Log: Use UINT64_C().
36424              
36425              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
36426              From: Jens Hamisch <jens@Strawberry.COM>
36427              Date: Tue, 14 Nov 2000 19:16:23 +0100
36428              Message-Id: <20001114191623.G20559@Strawberry.COM>
36429      Branch: perl
36430            ! utf8.c utf8.h
36431 ____________________________________________________________________________
36432 [  7690] By: jhi                                   on 2000/11/15  02:17:06
36433         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
36434              (a macro to define signed and unsigned integer constants).
36435      Branch: perl
36436            ! handy.h
36437 ____________________________________________________________________________
36438 [  7689] By: jhi                                   on 2000/11/15  01:56:51
36439         Log: Regen Configure.
36440      Branch: perl
36441            ! Configure
36442 ____________________________________________________________________________
36443 [  7688] By: jhi                                   on 2000/11/15  01:56:32
36444         Log: Make the unit know about SOCKS.
36445      Branch: metaconfig
36446            ! U/protos/socksizetype.U
36447 ____________________________________________________________________________
36448 [  7687] By: jhi                                   on 2000/11/15  01:54:47
36449         Log: Remove unused dependencies.
36450      Branch: metaconfig
36451            ! U/compline/d_getpagsz.U
36452 ____________________________________________________________________________
36453 [  7686] By: nick                                  on 2000/11/14  21:25:13
36454         Log: Integrate mainline.
36455      Branch: perlio
36456           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
36457           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
36458           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
36459           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
36460           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
36461           !> win32/config.bc win32/config.gc win32/config.vc
36462           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
36463 ____________________________________________________________________________
36464 [  7685] By: jhi                                   on 2000/11/14  17:54:56
36465         Log: Integrate perlio.
36466      Branch: perl
36467           +> fakesdio.h perliol.h
36468           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36469           !> perlsdio.h perlsfio.h pod/perlfunc.pod
36470 ____________________________________________________________________________
36471 [  7684] By: nick                                  on 2000/11/14  17:43:04
36472         Log: PerlIO #include and #ifdef re-work.
36473      Branch: perlio
36474            + fakesdio.h perliol.h
36475            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36476            ! perlsdio.h perlsfio.h
36477 ____________________________________________________________________________
36478 [  7683] By: jhi                                   on 2000/11/14  15:42:40
36479         Log: Hoist the duplicated socket/netdb include logic to perl.h;
36480              undef SETERRNO in case SOCKS has defined it.  Based on:
36481              
36482              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
36483              From: Jens Hamisch <jens@Strawberry.COM> 
36484              Date: Tue, 14 Nov 2000 11:34:40 +0100
36485              Message-Id: <20001114113440.A20005@Strawberry.COM>
36486      Branch: perl
36487            ! doio.c perl.h pp_sys.c
36488 ____________________________________________________________________________
36489 [  7682] By: jhi                                   on 2000/11/14  14:07:28
36490         Log: Subject: some additions for makefiles for win32 (for perl@7674)
36491              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36492              Date: Tue, 14 Nov 2000 09:31:13 +0300
36493              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
36494      Branch: perl
36495            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
36496            ! win32/makefile.mk
36497 ____________________________________________________________________________
36498 [  7681] By: jhi                                   on 2000/11/14  14:01:41
36499         Log: Subject: tiny typo in perl5db.pl
36500              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36501              Date: Tue, 14 Nov 2000 09:29:28 +0300
36502              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
36503      Branch: perl
36504            ! lib/perl5db.pl
36505 ____________________________________________________________________________
36506 [  7680] By: jhi                                   on 2000/11/14  04:13:50
36507         Log: Redo #7679 with LFs instead of CRLFs.
36508      Branch: perl
36509            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
36510            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
36511            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36512 ____________________________________________________________________________
36513 [  7679] By: jhi                                   on 2000/11/14  01:21:09
36514         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
36515              From: Benjamin Stuhl <tiriath@yahoo.com> 
36516              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36517              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36518      Branch: perl
36519            + win32/bin/mdelete.bat
36520            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
36521            ! makedef.pl perlio.c win32/Makefile win32/config.gc
36522            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36523 ____________________________________________________________________________
36524 [  7678] By: jhi                                   on 2000/11/14  01:19:20
36525         Log: Fix the re extension building for Win32.
36526              
36527              Subject: [PATCH perl@7638] Get PerlIO building on Win32
36528              From: Benjamin Stuhl <tiriath@yahoo.com> 
36529              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36530              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36531      Branch: perl
36532            + ext/re/hints/MSWin32.pl
36533            ! MANIFEST
36534 ____________________________________________________________________________
36535 [  7677] By: jhi                                   on 2000/11/14  01:13:54
36536         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
36537              From: sthoenna@efn.org
36538              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
36539              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
36540      Branch: perl
36541            ! doop.c pp.c toke.c utf8.c utf8.h
36542 ____________________________________________________________________________
36543 [  7676] By: jhi                                   on 2000/11/13  20:23:15
36544         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36545              From: Nicholas Clark <nick@ccl4.org>
36546              Date: Mon, 13 Nov 2000 18:55:04 +0000
36547              Message-ID: <20001113185504.J29183@plum.flirble.org>
36548      Branch: perl
36549            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
36550 ____________________________________________________________________________
36551 [  7675] By: nick                                  on 2000/11/13  20:21:57
36552         Log: Integrate mainline ...
36553      Branch: perlio
36554           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
36555           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
36556           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
36557           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
36558 ____________________________________________________________________________
36559 [  7674] By: jhi                                   on 2000/11/13  15:07:56
36560         Log: Update Changes.
36561      Branch: perl
36562            ! Changes patchlevel.h
36563 ____________________________________________________________________________
36564 [  7673] By: jhi                                   on 2000/11/13  14:42:42
36565         Log: Remove the new two tests of lib/io_xs for now, they seem to
36566              fail under perlio on some platforms.
36567      Branch: perl
36568            ! t/lib/io_xs.t
36569 ____________________________________________________________________________
36570 [  7672] By: jhi                                   on 2000/11/13  13:57:53
36571         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
36572      Branch: perl
36573            ! perlio.c
36574 ____________________________________________________________________________
36575 [  7671] By: jhi                                   on 2000/11/13  05:30:48
36576         Log: Placate nervous compilers that see longer than ints switch()ing.
36577      Branch: perl
36578            ! utf8.c
36579 ____________________________________________________________________________
36580 [  7670] By: jhi                                   on 2000/11/13  05:14:21
36581         Log: fputs() does return EOF on error but here we don't care.
36582      Branch: perl
36583            ! perlio.c
36584 ____________________________________________________________________________
36585 [  7669] By: jhi                                   on 2000/11/13  05:02:45
36586         Log: Declare reg_data like reg_substr_data.
36587      Branch: perl
36588            ! regexp.h
36589 ____________________________________________________________________________
36590 [  7668] By: jhi                                   on 2000/11/13  04:54:34
36591         Log: Typos in #7667.
36592      Branch: perl
36593            ! perl.h
36594 ____________________________________________________________________________
36595 [  7667] By: jhi                                   on 2000/11/13  04:49:49
36596         Log: Cleanup messy #ifdef.
36597      Branch: perl
36598            ! perl.h
36599 ____________________________________________________________________________
36600 [  7666] By: jhi                                   on 2000/11/13  04:17:34
36601         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36602              From: Nicholas Clark <nick@talking.bollo.cx>
36603              Date: Sun, 12 Nov 2000 21:14:11 +0000
36604              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
36605              
36606              Note: only one breakage of the two reported is fixed by this patch.
36607      Branch: perl
36608            ! perlio.c
36609 ____________________________________________________________________________
36610 [  7665] By: jhi                                   on 2000/11/13  04:05:07
36611         Log: Tweak the definition of the bit complement on UTF-8 data:
36612              if none of the characters in the string are > 0xff,
36613              the result is a complemented byte string, not a (UTF-8)
36614              char string.  Based on the summary in
36615              
36616              Subject: Re: [ID 20000918.005] ~ on wide chars
36617              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
36618              Date: Fri, 10 Nov 2000 09:47:15 -0800
36619              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
36620              
36621              This should give us the maximum backward (pre-char string)
36622              compatibility and utf8 compatibility.  The other alternative
36623              would be to limit the bit complement to be always byte only,
36624              taking the least significant byte of the chars.
36625      Branch: perl
36626            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
36627 ____________________________________________________________________________
36628 [  7664] By: jhi                                   on 2000/11/13  00:23:44
36629         Log: Couple of tests from #7660 salvaged.
36630      Branch: perl
36631            - t/op/tell.t
36632            ! MANIFEST t/io/tell.t
36633 ____________________________________________________________________________
36634 [  7663] By: jhi                                   on 2000/11/13  00:02:48
36635         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
36636              From: Nicholas Clark <nick@talking.bollo.cx>
36637              Date: Sun, 12 Nov 2000 21:23:43 +0000
36638              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
36639      Branch: perl
36640            ! perlsfio.h
36641 ____________________________________________________________________________
36642 [  7662] By: jhi                                   on 2000/11/13  00:01:39
36643         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
36644              From: Nicholas Clark <nick@talking.bollo.cx>
36645              Date: Sun, 12 Nov 2000 21:30:04 +0000
36646              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
36647      Branch: perl
36648            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
36649 ____________________________________________________________________________
36650 [  7661] By: jhi                                   on 2000/11/12  23:57:29
36651         Log: Document tell() on special streams.
36652      Branch: perl
36653            ! pod/perlfunc.pod
36654 ____________________________________________________________________________
36655 [  7660] By: jhi                                   on 2000/11/12  23:54:22
36656         Log: (Subsumed by #7664)
36657      Branch: perl
36658            + t/op/tell.t
36659            ! MANIFEST
36660 ____________________________________________________________________________
36661 [  7659] By: jhi                                   on 2000/11/12  22:55:25
36662         Log: Many subdocumented return values of the IO extension now documented.
36663              ungetc and write still left subdocumented.
36664              
36665              Subject: [PATCH] (was Re: IO::Handle::ungetc)
36666              From: Nicholas Clark <nick@talking.bollo.cx>
36667              Date: Sun, 12 Nov 2000 21:35:53 +0000
36668              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
36669      Branch: perl
36670            ! ext/IO/lib/IO/Handle.pm
36671 ____________________________________________________________________________
36672 [  7658] By: jhi                                   on 2000/11/12  21:37:06
36673         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
36674              From: Nicholas Clark <nick@talking.bollo.cx>
36675              Date: Sun, 12 Nov 2000 20:03:22 +0000
36676              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
36677      Branch: perl
36678            ! pod/perlfunc.pod
36679 ____________________________________________________________________________
36680 [  7657] By: jhi                                   on 2000/11/12  20:34:55
36681         Log: Integrate perlio.
36682      Branch: perl
36683           !> perlio.c
36684 ____________________________________________________________________________
36685 [  7656] By: nick                                  on 2000/11/12  19:25:06
36686         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
36687      Branch: perlio
36688            ! perlio.c
36689 ____________________________________________________________________________
36690 [  7655] By: nick                                  on 2000/11/12  19:09:41
36691         Log: Integrate mainline
36692      Branch: perlio
36693           +> README.solaris ext/Encode/Encode/cp1006.enc
36694           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
36695           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
36696           +> ext/Encode/Encode/iso8859-13.enc
36697           +> ext/Encode/Encode/iso8859-14.enc
36698           +> ext/Encode/Encode/iso8859-15.enc
36699           !> (integrate 34 files)
36700 ____________________________________________________________________________
36701 [  7654] By: jhi                                   on 2000/11/12  19:00:22
36702         Log: Add a metaconfig unit for fsync.
36703      Branch: metaconfig/U/perl
36704            + d_fsync.U
36705 ____________________________________________________________________________
36706 [  7653] By: jhi                                   on 2000/11/12  19:00:01
36707         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
36708      Branch: perl
36709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36710            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36711            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36712            ! vos/config.ga.h win32/config.bc win32/config.gc
36713            ! win32/config.vc
36714 ____________________________________________________________________________
36715 [  7652] By: jhi                                   on 2000/11/11  21:12:01
36716         Log: Copy the s// information of README.hpux also to the perlrun.
36717      Branch: perl
36718            ! README.hpux pod/perlrun.pod
36719 ____________________________________________________________________________
36720 [  7651] By: jhi                                   on 2000/11/11  21:03:13
36721         Log: More README.solaris updates from Andy Dougherty.
36722      Branch: perl
36723            ! README.solaris
36724 ____________________________________________________________________________
36725 [  7650] By: jhi                                   on 2000/11/11  18:38:57
36726         Log: More descriptive error for unknown perlio layers.
36727              
36728              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36729              From: Dominic Dunlop <domo@computer.org> 
36730              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36731              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36732      Branch: perl
36733            ! perlio.c pod/perldiag.pod
36734 ____________________________________________________________________________
36735 [  7649] By: jhi                                   on 2000/11/11  18:37:52
36736         Log: MachTen doesn't really do mmap() and munmap().
36737              
36738              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36739              From: Dominic Dunlop <domo@computer.org> 
36740              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36741              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36742      Branch: perl
36743            ! hints/machten.sh
36744 ____________________________________________________________________________
36745 [  7648] By: jhi                                   on 2000/11/11  18:36:46
36746         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
36747              From: rspier@pobox.com (Robert Spier)
36748              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
36749              Message-ID: <14861.32839.491271.985797@rls.cx>
36750      Branch: perl
36751            ! Porting/Contract pod/perltoot.pod
36752 ____________________________________________________________________________
36753 [  7647] By: jhi                                   on 2000/11/11  18:35:30
36754         Log: Simplify the getpagesize() unit by dropping the
36755              pagesize probe since it's nowadays slightly more
36756              complicated because of sysconf(). (Note: if some
36757              platform really needs the -lPW for getpagesize,
36758              I just broke it.)
36759              
36760              TODO: a new pagesize unit.
36761      Branch: metaconfig
36762            ! U/compline/d_getpagsz.U
36763 ____________________________________________________________________________
36764 [  7646] By: jhi                                   on 2000/11/11  18:33:23
36765         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
36766      Branch: perl
36767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36768            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36769            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36770            ! vos/config.ga.h win32/config.bc win32/config.gc
36771            ! win32/config.vc
36772 ____________________________________________________________________________
36773 [  7645] By: jhi                                   on 2000/11/11  16:45:15
36774         Log: Use sysconf() or getpagesize() to find out the pagesize.
36775      Branch: perl
36776            ! perlio.c
36777 ____________________________________________________________________________
36778 [  7644] By: jhi                                   on 2000/11/11  15:46:08
36779         Log: Integrate perlio.
36780      Branch: perl
36781           !> perlio.c
36782 ____________________________________________________________________________
36783 [  7643] By: jhi                                   on 2000/11/11  15:33:36
36784         Log: Subject: Re: [PATCH] README.solaris
36785              From: Lupe Christoph <lupe@lupe-christoph.de>
36786              Date: Sat, 11 Nov 2000 14:08:10 +0100
36787              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
36788      Branch: perl
36789            ! README.solaris
36790 ____________________________________________________________________________
36791 [  7642] By: jhi                                   on 2000/11/11  15:22:12
36792         Log: Subject: [PATCH perl@7638] cygwin port
36793              From: "Eric Fifer" <egf7@columbia.edu>            
36794              Date: Fri, 10 Nov 2000 19:30:30 -0000
36795              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
36796      Branch: perl
36797            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
36798 ____________________________________________________________________________
36799 [  7641] By: nick                                  on 2000/11/11  14:50:36
36800         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
36801              Also call "Buf" layer directly when unread'ing non-read chars.
36802      Branch: perlio
36803            ! perlio.c
36804 ____________________________________________________________________________
36805 [  7640] By: jhi                                   on 2000/11/11  02:05:02
36806         Log: Add more encoding tables.
36807      Branch: perl
36808            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
36809            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
36810            + ext/Encode/Encode/iso8859-10.enc
36811            + ext/Encode/Encode/iso8859-13.enc
36812            + ext/Encode/Encode/iso8859-14.enc
36813            + ext/Encode/Encode/iso8859-15.enc
36814            ! MANIFEST
36815 ____________________________________________________________________________
36816 [  7639] By: jhi                                   on 2000/11/10  18:49:25
36817         Log: Subject: [PATCH] README.solaris
36818              From: Andy Dougherty <doughera@lafayette.edu>
36819              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
36820              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
36821      Branch: perl
36822            + README.solaris
36823            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
36824            ! pod/perl.pod pod/perltoc.pod
36825 ____________________________________________________________________________
36826 [  7638] By: jhi                                   on 2000/11/10  15:04:15
36827         Log: Update Changes.
36828      Branch: perl
36829            ! Changes patchlevel.h
36830 ____________________________________________________________________________
36831 [  7637] By: jhi                                   on 2000/11/10  14:14:28
36832         Log: Explain better why certain regex tests are skipped.
36833              
36834              Subject: Re: tests skipped: unknown reason
36835              From: Lupe Christoph <lupe@lupe-christoph.de>
36836              Date: Fri, 10 Nov 2000 09:08:56 +0100
36837              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
36838      Branch: perl
36839            ! t/op/regexp.t
36840 ____________________________________________________________________________
36841 [  7636] By: nick                                  on 2000/11/10  13:40:00
36842         Log: Integrate mainline.
36843      Branch: perlio
36844           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
36845           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
36846           !> win32/bin/search.pl
36847 ____________________________________________________________________________
36848 [  7635] By: nick                                  on 2000/11/10  13:25:52
36849         Log: Re-instate stdio large file support via perlio.
36850      Branch: perl
36851            ! perlio.c
36852 ____________________________________________________________________________
36853 [  7634] By: jhi                                   on 2000/11/10  04:49:55
36854         Log: Amdahl UTS hints updates.
36855              
36856              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
36857              From: hom00@utsglobal.com (Harold O Morris)
36858              Date: Thu, 9 Nov 2000 20:02 PST
36859              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
36860      Branch: perl
36861            ! hints/uts.sh
36862 ____________________________________________________________________________
36863 [  7633] By: jhi                                   on 2000/11/09  23:33:28
36864         Log: Subject: [PATCH] IO::Seekable pod
36865              From: Nicholas Clark <nick@talking.bollo.cx>
36866              Date: Thu, 9 Nov 2000 20:29:45 +0000
36867              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
36868      Branch: perl
36869            ! ext/IO/lib/IO/Handle.pm
36870 ____________________________________________________________________________
36871 [  7632] By: jhi                                   on 2000/11/09  21:55:41
36872         Log: Various doc oddball characters.
36873              
36874              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
36875              From: Michael Somos <somos@grail.cba.csuohio.edu>
36876              Date: Mon, 6 Nov 2000 17:44:20 -0500
36877              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
36878      Branch: perl
36879            ! emacs/cperl-mode.el lib/unicode/syllables.txt
36880            ! win32/bin/search.pl
36881 ____________________________________________________________________________
36882 [  7631] By: jhi                                   on 2000/11/09  21:12:29
36883         Log: Subject: Re: bash -c exit and linux hints 
36884              From: "John P. Linderman" <jpl@research.att.com>
36885              Date: Thu, 02 Nov 2000 09:37:25 -0500
36886              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
36887      Branch: perl
36888            ! hints/linux.sh
36889 ____________________________________________________________________________
36890 [  7630] By: nick                                  on 2000/11/09  20:34:11
36891         Log: Integrate mainline.
36892      Branch: perlio
36893           !> (integrate 91 files)
36894 ____________________________________________________________________________
36895 [  7629] By: jhi                                   on 2000/11/09  19:46:31
36896         Log: Missing dTHXs.
36897              
36898              Subject: RE: perl@7595 builds not on cygwin
36899              From: "Eric Fifer" <egf7@columbia.edu>
36900              Date: Thu, 9 Nov 2000 19:26:50 -0000
36901              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
36902      Branch: perl
36903            ! ext/Devel/Peek/Peek.xs
36904 ____________________________________________________________________________
36905 [  7628] By: jhi                                   on 2000/11/09  14:48:27
36906         Log: Disable only the tests 99 and 166 for UTF-8 locales.
36907      Branch: perl
36908            ! t/pragma/locale.t
36909 ____________________________________________________________________________
36910 [  7627] By: jhi                                   on 2000/11/09  14:40:27
36911         Log: There's no =head3.
36912      Branch: perl
36913            ! pod/perlhack.pod
36914 ____________________________________________________________________________
36915 [  7626] By: jhi                                   on 2000/11/09  13:54:26
36916         Log: The generated boot_* headers are wrong.  Pickier compiler,
36917              such as KAI C++ will refuse to compile the resulting perlmain.
36918              
36919              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
36920              From: Harri Pasanen <harri.pasanen@trema.com>
36921              Date: Thu, 09 Nov 2000 14:23:28 +0100
36922              Message-Id: <3A0AA550.26D548A3@trema.com>
36923      Branch: perl
36924            ! minimod.pl
36925 ____________________________________________________________________________
36926 [  7625] By: jhi                                   on 2000/11/09  13:50:44
36927         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
36928              From: Prymmer/Kahn <pvhp@best.com>
36929              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
36930              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
36931              
36932              All except the "cow orker" change.
36933      Branch: perl
36934            ! Porting/pumpkin.pod
36935 ____________________________________________________________________________
36936 [  7624] By: jhi                                   on 2000/11/09  13:45:33
36937         Log: Fix for
36938              
36939              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
36940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36941              Date: Thu, 09 Nov 2000 11:05:52 +0100
36942              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
36943      Branch: perl
36944            ! pod/perldiag.pod t/pragma/warn/pp_sys
36945 ____________________________________________________________________________
36946 [  7623] By: jhi                                   on 2000/11/09  13:37:16
36947         Log: Typo in an ifndef.
36948              
36949              Subject: Re: [PATCH 5.7.0] better messages from malloc()
36950              From: Joe Smith <jms@inwap.com>         
36951              Date: Thu, 09 Nov 2000 01:33:14 -0800
36952              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
36953      Branch: perl
36954            ! malloc.c
36955 ____________________________________________________________________________
36956 [  7622] By: jhi                                   on 2000/11/09  13:31:18
36957         Log: Remove unused extra arguments.
36958      Branch: metaconfig/U/perl
36959            ! perlxv.U
36960      Branch: perl
36961            ! Configure config_h.SH
36962 ____________________________________________________________________________
36963 [  7621] By: jhi                                   on 2000/11/09  13:16:36
36964         Log: More VMS moves on environment handling, from Charles Lane.
36965      Branch: perl
36966            ! t/pragma/locale.t
36967 ____________________________________________________________________________
36968 [  7620] By: jhi                                   on 2000/11/09  04:42:38
36969         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
36970              From: David Dyck <dcd@tc.fluke.com>
36971              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
36972              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
36973      Branch: perl
36974            ! pp_sys.c
36975 ____________________________________________________________________________
36976 [  7619] By: jhi                                   on 2000/11/09  04:36:21
36977         Log: Forgot from #7618.
36978      Branch: perl
36979            ! lib/File/stat.pm
36980 ____________________________________________________________________________
36981 [  7618] By: jhi                                   on 2000/11/09  04:28:44
36982         Log: Make deleting for %ENV work for (newer versions of) VMS,
36983              from Craig A. Berry.
36984      Branch: perl
36985            ! vms/vms.c
36986 ____________________________________________________________________________
36987 [  7617] By: jhi                                   on 2000/11/09  04:25:05
36988         Log: Subject: [PATCH] Class::Struct at compile time
36989              From: "Casey R. Tweten" <crt@kiski.net>
36990              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
36991              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
36992      Branch: perl
36993            ! lib/Class/Struct.pm
36994 ____________________________________________________________________________
36995 [  7616] By: jhi                                   on 2000/11/09  04:15:17
36996         Log: Subject: [ID 20001108.013] spelling
36997              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
36998              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
36999              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
37000      Branch: perl
37001            ! lib/ftp.pl
37002 ____________________________________________________________________________
37003 [  7615] By: jhi                                   on 2000/11/09  04:12:42
37004         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
37005              From: Peter Prymmer <pvhp@forte.com>
37006              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
37007              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
37008      Branch: perl
37009            ! configure.com
37010 ____________________________________________________________________________
37011 [  7614] By: jhi                                   on 2000/11/08  22:42:55
37012         Log: A missing aTHX_.
37013      Branch: perl
37014            ! ext/IPC/SysV/SysV.xs
37015 ____________________________________________________________________________
37016 [  7613] By: jhi                                   on 2000/11/08  19:30:21
37017         Log: Update Changes.
37018      Branch: perl
37019            ! Changes patchlevel.h
37020 ____________________________________________________________________________
37021 [  7612] By: jhi                                   on 2000/11/08  18:35:25
37022         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37023              From: David Dyck <dcd@tc.fluke.com>
37024              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
37025              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
37026      Branch: perl
37027            ! pp_sys.c
37028 ____________________________________________________________________________
37029 [  7611] By: jhi                                   on 2000/11/08  18:30:26
37030         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
37031              From: Dominic Dunlop <domo@computer.org>
37032              Date: Tue, 7 Nov 2000 12:05:25 +0100
37033              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
37034      Branch: perl
37035            ! malloc.c
37036 ____________________________________________________________________________
37037 [  7610] By: jhi                                   on 2000/11/08  18:25:14
37038         Log: Do not test UTF-8 locales since that the tests would require
37039              polymorphic regexen.
37040      Branch: perl
37041            ! t/pragma/locale.t
37042 ____________________________________________________________________________
37043 [  7609] By: jhi                                   on 2000/11/08  17:12:51
37044         Log: Locale buglets.
37045              
37046              Subject: RE: Locales support (setlocale) fixes
37047              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37048              Date: Wed, 8 Nov 2000 20:01:39 +0300
37049              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
37050      Branch: perl
37051            ! t/pragma/locale.t util.c
37052 ____________________________________________________________________________
37053 [  7608] By: jhi                                   on 2000/11/08  17:00:16
37054         Log: Deleting $ENV{PATH} in VMS is not recommendable.
37055      Branch: perl
37056            ! t/pragma/locale.t
37057 ____________________________________________________________________________
37058 [  7607] By: jhi                                   on 2000/11/08  16:58:26
37059         Log: Subject: PATCH std stdio for (Free)BSD
37060              From: Nicholas Clark <nick@ccl4.org>
37061              Date: Wed, 8 Nov 2000 15:36:29 +0000
37062              Message-ID: <20001108153629.D98736@plum.flirble.org>
37063      Branch: metaconfig
37064            ! U/compline/d_stdstdio.U
37065      Branch: perl
37066            ! Configure config_h.SH
37067 ____________________________________________________________________________
37068 [  7606] By: jhi                                   on 2000/11/08  16:43:31
37069         Log: Forgot to bump the line numbers in #7601.
37070      Branch: perl
37071            ! t/pragma/warn/pp_sys
37072 ____________________________________________________________________________
37073 [  7605] By: jhi                                   on 2000/11/08  16:39:12
37074         Log: More careful detection of how well NVs and UVs mix.
37075              
37076              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))
37077              From: Nicholas Clark <nick@ccl4.org>
37078              Date: Wed, 8 Nov 2000 15:14:12 +0000
37079              Message-ID: <20001108151412.B98736@plum.flirble.org>
37080              
37081              Added some SIGFPE paranoia.
37082      Branch: metaconfig/U/perl
37083            ! perlxv.U
37084      Branch: perl
37085            ! Configure config_h.SH
37086 ____________________________________________________________________________
37087 [  7604] By: jhi                                   on 2000/11/08  14:39:10
37088         Log: Subject: [patch perl@7595] VMS configure.com tweak
37089              From: "Craig A. Berry" <craigberry@mac.com>
37090              Date: Wed, 8 Nov 2000 00:24:12 -0600
37091              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
37092      Branch: perl
37093            ! configure.com
37094 ____________________________________________________________________________
37095 [  7603] By: jhi                                   on 2000/11/08  14:27:11
37096         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
37097              From: Robin Barker <rmb1@cise.npl.co.uk>
37098              Date: Wed, 8 Nov 2000 11:11:39 GMT
37099              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
37100      Branch: perl
37101            ! perlio.c
37102 ____________________________________________________________________________
37103 [  7602] By: jhi                                   on 2000/11/08  14:25:03
37104         Log: Fix for the tie-refhash string table leaks.
37105              
37106              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
37107              Date: Wed, 8 Nov 2000 13:03:04 GMT
37108              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
37109      Branch: perl
37110            ! t/lib/tie-refhash.t
37111 ____________________________________________________________________________
37112 [  7601] By: jhi                                   on 2000/11/08  14:21:08
37113         Log: Try to avoid flockless and emulationless places.
37114      Branch: perl
37115            ! t/pragma/warn/pp_sys
37116 ____________________________________________________________________________
37117 [  7600] By: jhi                                   on 2000/11/08  02:28:54
37118         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
37119              
37120              Subject: [PATCH] prototyped functions that should be overrideable
37121              From: "Casey R. Tweten" <crt@kiski.net>
37122              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
37123              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
37124      Branch: perl
37125            ! toke.c
37126 ____________________________________________________________________________
37127 [  7599] By: jhi                                   on 2000/11/08  01:12:05
37128         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
37129              
37130              Subject: [PATCH] perlbug.PL
37131              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37132              Date: Mon, 6 Nov 2000 21:39:01 -0500
37133              Message-ID: <20001106213901.B20955@O2.chapin.edu>
37134      Branch: perl
37135            ! utils/perlbug.PL
37136 ____________________________________________________________________________
37137 [  7598] By: jhi                                   on 2000/11/07  23:42:00
37138         Log: Bad thinko in #7581 (I used the test program with the expanded
37139              values as-is).
37140      Branch: metaconfig
37141            ! U/compline/d_stdstdio.U
37142      Branch: perl
37143            ! Configure
37144 ____________________________________________________________________________
37145 [  7597] By: jhi                                   on 2000/11/07  21:43:29
37146         Log: Subject: [PATCH perl@7573] cygwin port
37147              From: "Fifer, Eric" <EFifer@sanwaint.com>
37148              Date: Tue, 7 Nov 2000 18:08:51 -0000 
37149              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
37150              
37151              Synchronize with Cygwin 1.1.5.
37152      Branch: perl
37153            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
37154            ! pod/perlport.pod unixish.h util.c
37155 ____________________________________________________________________________
37156 [  7596] By: jhi                                   on 2000/11/07  21:39:25
37157         Log: perlhack updates from H.Merijn Brand.
37158      Branch: perl
37159            ! pod/perlhack.pod
37160 ____________________________________________________________________________
37161 [  7595] By: jhi                                   on 2000/11/07  20:21:41
37162         Log: Update Changes.
37163      Branch: perl
37164            ! Changes patchlevel.h
37165 ____________________________________________________________________________
37166 [  7594] By: jhi                                   on 2000/11/07  19:18:58
37167         Log: Be more robust in Dynaloader.pm.
37168      Branch: perl
37169            ! ext/DynaLoader/DynaLoader_pm.PL
37170 ____________________________________________________________________________
37171 [  7593] By: jhi                                   on 2000/11/07  16:49:31
37172         Log: AUTHORS update.
37173      Branch: perl
37174            ! AUTHORS
37175 ____________________________________________________________________________
37176 [  7592] By: gsar                                  on 2000/11/07  16:39:51
37177         Log: normalize relative paths in virtualized current directory on windows,
37178              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
37179              returns)
37180      Branch: perl
37181            ! win32/vdir.h
37182 ____________________________________________________________________________
37183 [  7591] By: jhi                                   on 2000/11/07  16:04:26
37184         Log: Too profiler-happy: with optimization the #7590 actually makes
37185              the test to run 0.5% _slower_.  Requires much more instrumentation.
37186              Retract #7590.
37187      Branch: perl
37188            ! regcomp.c regcomp.h
37189 ____________________________________________________________________________
37190 [  7590] By: jhi                                   on 2000/11/07  15:51:13
37191         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
37192              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
37193              by using memset() and testing bytewise (as opposed to bitwise).
37194      Branch: perl
37195            ! regcomp.c regcomp.h
37196 ____________________________________________________________________________
37197 [  7589] By: jhi                                   on 2000/11/07  12:56:39
37198         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
37199              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37200              Date: Mon, 06 Nov 2000 23:45:30 -0500
37201              Message-Id: <0011079735.AA973576259@univpress.com>
37202      Branch: perl
37203            ! configure.com t/lib/st-lock.t
37204 ____________________________________________________________________________
37205 [  7588] By: jhi                                   on 2000/11/07  01:03:28
37206         Log: Tweak #7587.
37207      Branch: perl
37208            ! pod/perldiag.pod
37209 ____________________________________________________________________________
37210 [  7587] By: jhi                                   on 2000/11/07  01:00:27
37211         Log: A doc addition for bug id 20001105.019, beware \p.
37212      Branch: perl
37213            ! pod/perldiag.pod
37214 ____________________________________________________________________________
37215 [  7586] By: jhi                                   on 2000/11/07  00:32:22
37216         Log: Fake support of holey files in win/dosish platforms.
37217              
37218              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
37219              From: kipp@shonanblue.ne.jp
37220              Date: Mon, 6 Nov 2000 13:30:55 -0800
37221              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
37222      Branch: perl
37223            ! ext/SDBM_File/sdbm/sdbm.c
37224 ____________________________________________________________________________
37225 [  7585] By: jhi                                   on 2000/11/07  00:12:54
37226         Log: Subject: Pod updates
37227              From: "Stephen P. Potter" <spp@spotter.yi.org>
37228              Date: Mon, 06 Nov 2000 18:56:43 -0500
37229              Message-Id: <200011062357.SAA18173@spotter.yi.org>
37230      Branch: perl
37231            ! README.dos README.os2 README.win32 pod/buildtoc.PL
37232            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37233            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
37234            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
37235            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
37236            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
37237            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
37238            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
37239            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37240            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
37241            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
37242            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
37243            ! pod/perltootc.pod pod/perlunicode.pod
37244 ____________________________________________________________________________
37245 [  7584] By: jhi                                   on 2000/11/07  00:04:17
37246         Log: Varargs don't always work too well if one puts an unsigned
37247              char on the stack and pop an unsigned quad off the stack.
37248              
37249              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
37250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
37251              Date: Mon, 06 Nov 2000 15:19:05 -0800
37252              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
37253      Branch: perl
37254            ! utf8.c
37255 ____________________________________________________________________________
37256 [  7583] By: jhi                                   on 2000/11/06  23:58:48
37257         Log: %ENV note tweaks from Dan Sugalski.
37258      Branch: perl
37259            ! pod/perlport.pod vms/perlvms.pod
37260 ____________________________________________________________________________
37261 [  7582] By: jhi                                   on 2000/11/06  23:05:49
37262         Log: glibc5 detection by __GNU_LIBRARY__.
37263      Branch: perl
37264            ! toke.c
37265 ____________________________________________________________________________
37266 [  7581] By: jhi                                   on 2000/11/06  22:51:29
37267         Log: Make the stdio test program of 7427 less noisy while being 
37268              compiled so that Digital UNIX wouldn't get both
37269              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
37270              undefined.  This makes perlio happy.
37271      Branch: metaconfig
37272            ! U/compline/d_stdstdio.U
37273      Branch: perl
37274            ! Configure config_h.SH
37275 ____________________________________________________________________________
37276 [  7580] By: jhi                                   on 2000/11/06  22:41:41
37277         Log: Document %ENV = () portability issues.
37278      Branch: perl
37279            ! pod/perlport.pod vms/perlvms.pod
37280 ____________________________________________________________________________
37281 [  7579] By: jhi                                   on 2000/11/06  21:29:24
37282         Log: VOS updates from Paul Green.
37283      Branch: perl
37284            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37285 ____________________________________________________________________________
37286 [  7578] By: jhi                                   on 2000/11/06  21:00:40
37287         Log: Sanitize the environment further.
37288      Branch: perl
37289            ! t/pragma/locale.t
37290 ____________________________________________________________________________
37291 [  7577] By: jhi                                   on 2000/11/06  20:53:51
37292         Log: Re-introduce 7552 lost in integration.
37293      Branch: perl
37294            ! perlio.c
37295 ____________________________________________________________________________
37296 [  7576] By: jhi                                   on 2000/11/06  20:33:46
37297         Log: Admit that the test leaks scalars.
37298      Branch: perl
37299            ! t/comp/proto.t
37300 ____________________________________________________________________________
37301 [  7575] By: jhi                                   on 2000/11/06  20:17:08
37302         Log: Integrate perlio.
37303      Branch: perl
37304           !> perlio.c
37305 ____________________________________________________________________________
37306 [  7574] By: nick                                  on 2000/11/06  20:07:28
37307         Log: Remove debug. Try (Mmap_t) on madvise() call.
37308      Branch: perlio
37309            ! perlio.c
37310 ____________________________________________________________________________
37311 [  7573] By: jhi                                   on 2000/11/06  13:56:05
37312         Log: Update Changes.
37313      Branch: perl
37314            ! Changes patchlevel.h
37315 ____________________________________________________________________________
37316 [  7572] By: jhi                                   on 2000/11/06  13:48:41
37317         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
37318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37319              Date: Mon, 06 Nov 2000 10:11:42 +0100
37320              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
37321      Branch: perl
37322            ! pod/perlhack.pod
37323 ____________________________________________________________________________
37324 [  7571] By: jhi                                   on 2000/11/06  01:45:51
37325         Log: AUTHORS updates.
37326      Branch: perl
37327            ! AUTHORS
37328 ____________________________________________________________________________
37329 [  7570] By: jhi                                   on 2000/11/06  00:18:00
37330         Log: Fix for
37331              
37332              Subject: [ID 20000728.005] perl -P broken
37333              From: David Dyck <dcd@tc.fluke.com>
37334              Date: Fri, 28 Jul 2000 17:19:16 -0700
37335              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
37336              
37337              (hopefully).  The fix is also not complete, it seems to break
37338              BOM swallowing for libc5 systems, but until someone figures
37339              out a way to do this without ftell(), this will do.
37340      Branch: perl
37341            ! toke.c
37342 ____________________________________________________________________________
37343 [  7569] By: jhi                                   on 2000/11/06  00:05:30
37344         Log: Document that the evaled syntax errors cause scalar leaks.
37345      Branch: perl
37346            ! t/comp/proto.t
37347 ____________________________________________________________________________
37348 [  7568] By: jhi                                   on 2000/11/05  23:14:47
37349         Log: opmini.o can linger from Configures past.
37350      Branch: perl
37351            ! Makefile.SH
37352 ____________________________________________________________________________
37353 [  7567] By: jhi                                   on 2000/11/05  21:28:39
37354         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
37355              first argument correctly.
37356      Branch: perl
37357            ! perlio.c
37358 ____________________________________________________________________________
37359 [  7566] By: jhi                                   on 2000/11/05  21:15:56
37360         Log: Integrate perlio.
37361      Branch: perl
37362           !> perlio.c
37363 ____________________________________________________________________________
37364 [  7565] By: jhi                                   on 2000/11/05  21:15:13
37365         Log: Use -dM for gcc (the suggested patch did it only for Linux,
37366              but I think it can be generalized).
37367              
37368              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
37369              From: Pixel <pixel@mandrakesoft.com>
37370              Date: 05 Nov 2000 21:49:34 +0100 
37371              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
37372      Branch: perl
37373            ! ext/Errno/Errno_pm.PL
37374 ____________________________________________________________________________
37375 [  7564] By: nick                                  on 2000/11/05  21:09:18
37376         Log: Added a mmap layer as a "subclass" of perlio.
37377              PERLIO=mmap ./perl harness passes
37378      Branch: perlio
37379            ! perlio.c
37380 ____________________________________________________________________________
37381 [  7563] By: jhi                                   on 2000/11/05  19:48:55
37382         Log: Add a note for future generations about bug id 20000229.006.
37383      Branch: perl
37384            ! malloc.c
37385 ____________________________________________________________________________
37386 [  7562] By: jhi                                   on 2000/11/05  19:38:24
37387         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
37388      Branch: perl
37389            ! pp_ctl.c t/op/pos.t
37390 ____________________________________________________________________________
37391 [  7561] By: jhi                                   on 2000/11/05  18:21:46
37392         Log: Add =pod to be tidy.
37393      Branch: perl
37394            ! lib/Math/Complex.pm
37395 ____________________________________________________________________________
37396 [  7560] By: jhi                                   on 2000/11/05  17:38:46
37397         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
37398      Branch: perl
37399            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37400            ! ext/Storable/Storable.xs t/lib/st-recurse.t
37401 ____________________________________________________________________________
37402 [  7559] By: jhi                                   on 2000/11/05  17:32:59
37403         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
37404              From: "Peter J. Farley III" <pjfarley@banet.net>
37405              Date: Sun, 05 Nov 2000 11:55:59 -0500
37406              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
37407      Branch: perl
37408            ! t/lib/syslog.t
37409 ____________________________________________________________________________
37410 [  7558] By: jhi                                   on 2000/11/05  17:29:19
37411         Log: Integrate perlio.
37412      Branch: perl
37413           !> perlio.c
37414 ____________________________________________________________________________
37415 [  7557] By: jhi                                   on 2000/11/05  17:22:01
37416         Log: A fix of sorts for 20000329.026, a better error message
37417              for a missing "use charnames" when using the \N{...}. 
37418      Branch: perl
37419            ! pod/perldiag.pod toke.c
37420 ____________________________________________________________________________
37421 [  7556] By: jhi                                   on 2000/11/05  16:33:50
37422         Log: Test tweak: show also the failed locales.
37423              
37424              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
37425              From: Lupe Christoph <lupe@lupe-christoph.de>         
37426              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
37427              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
37428      Branch: perl
37429            ! t/pragma/locale.t
37430 ____________________________________________________________________________
37431 [  7555] By: nick                                  on 2000/11/05  11:09:34
37432         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
37433              open RDWR so does not fail. (pragma/warnings 303 again...)
37434      Branch: perlio
37435            ! perlio.c
37436 ____________________________________________________________________________
37437 [  7554] By: nick                                  on 2000/11/05  10:10:13
37438         Log: Fix case where ungetc(f,EOF) was allowed.
37439              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
37440              so we can see similarities.
37441              Use types more carefully and a STDCHAR array in hope that this will
37442              fix Jarrko's 64bit machine.
37443      Branch: perlio
37444            ! perlio.c
37445 ____________________________________________________________________________
37446 [  7553] By: jhi                                   on 2000/11/05  01:12:16
37447         Log: Fix for
37448              
37449              Subject: [ID 20001004.007] taint propogation is inconsistent
37450              From: pimlott@idiomtech.com (Andrew Pimlott) 
37451              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
37452              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
37453              
37454              The culprit was sv_setsv() which was rather blindly
37455              propagating taint, which lead to behaviour where if
37456              a tainted anon hash value was seen all the hash values
37457              from then on at that level became tainted, or at any
37458              upper levels in the case of nested anon hashes.
37459      Branch: perl
37460            ! sv.c t/op/taint.t
37461 ____________________________________________________________________________
37462 [  7552] By: jhi                                   on 2000/11/04  23:44:18
37463         Log: Some cpps don't like splitting conditionals across several lines.
37464      Branch: perl
37465            ! perlio.c
37466 ____________________________________________________________________________
37467 [  7551] By: nick                                  on 2000/11/04  23:40:44
37468         Log: Integrate mainline
37469      Branch: perlio
37470           !> pp_hot.c t/op/taint.t
37471 ____________________________________________________________________________
37472 [  7550] By: nick                                  on 2000/11/04  23:39:05
37473         Log: Integrate mainline again
37474      Branch: perlio
37475           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
37476           !> t/lib/b.t t/op/misc.t util.c
37477 ____________________________________________________________________________
37478 [  7549] By: jhi                                   on 2000/11/04  23:14:01
37479         Log: Fix for
37480              
37481              Subject: [ID 20001004.006] undef is never tainted
37482              From: pimlott@idiomtech.com (Andrew Pimlott)
37483              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
37484              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
37485              
37486              An undef read from a slurped file was not tainted.
37487      Branch: perl
37488            ! pp_hot.c t/op/taint.t
37489 ____________________________________________________________________________
37490 [  7548] By: jhi                                   on 2000/11/04  22:56:21
37491         Log: Test tweak ($Config{useperlio} is by default undef) .
37492      Branch: perl
37493            ! t/lib/b.t
37494 ____________________________________________________________________________
37495 [  7547] By: jhi                                   on 2000/11/04  22:43:56
37496         Log: Integrate perlio.
37497      Branch: perl
37498           +> lib/perlio.pm
37499           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
37500           !> pod/perlapi.pod t/lib/b.t
37501 ____________________________________________________________________________
37502 [  7546] By: jhi                                   on 2000/11/04  22:40:59
37503         Log: Configure would use a bad $myuname from an old config.sh.
37504              
37505              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
37506              From: Andy Dougherty <doughera@lafayette.edu>
37507              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
37508              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
37509      Branch: metaconfig
37510            ! U/modified/Oldconfig.U
37511      Branch: perl
37512            ! Configure config_h.SH
37513 ____________________________________________________________________________
37514 [  7545] By: jhi                                   on 2000/11/04  22:36:54
37515         Log: Subject: Locales support (setlocale) fixes
37516              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37517              Date: Sat, 4 Nov 2000 10:15:48 +0300 
37518              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
37519              
37520              Modified quite a bit to be more portable.
37521      Branch: perl
37522            ! embed.h embed.pl perl.h proto.h util.c
37523 ____________________________________________________________________________
37524 [  7544] By: jhi                                   on 2000/11/04  22:32:47
37525         Log: Dying is too strict here, better just skip.
37526      Branch: perl
37527            ! t/op/misc.t
37528 ____________________________________________________________________________
37529 [  7543] By: nick                                  on 2000/11/04  21:55:13
37530         Log: Merge mainline
37531      Branch: perlio
37532           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37533           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
37534           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
37535           !> (integrate 64 files)
37536 ____________________________________________________________________________
37537 [  7542] By: jhi                                   on 2000/11/04  21:09:28
37538         Log: More Changes tweakery.
37539      Branch: perl
37540            ! Changes Porting/genlog
37541 ____________________________________________________________________________
37542 [  7541] By: jhi                                   on 2000/11/04  20:58:18
37543         Log: Changes fixups.
37544      Branch: perl
37545            ! Changes
37546 ____________________________________________________________________________
37547 [  7540] By: jhi                                   on 2000/11/04  20:42:38
37548         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
37549              create a "fast path" for locale name probing using "locale -a"
37550              if available, squash finally hopefully the s?printf resetting
37551              the numeric locale (since, IIUC perllocale, it never shouldn't). 
37552      Branch: perl
37553            ! sv.c t/op/misc.t t/pragma/locale.t
37554 ____________________________________________________________________________
37555 [  7539] By: nick                                  on 2000/11/04  19:56:10
37556         Log: PerlIO infrastructure complete.
37557      Branch: perlio
37558            + lib/perlio.pm
37559            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
37560 ____________________________________________________________________________
37561 [  7538] By: nick                                  on 2000/11/04  14:31:32
37562         Log: Type tweaks + less contorted allocation scheme
37563      Branch: perlio
37564            ! perlio.c
37565 ____________________________________________________________________________
37566 [  7537] By: nick                                  on 2000/11/04  12:40:42
37567         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
37568              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
37569              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
37570              sensible) which lead to some interesting fails.
37571      Branch: perlio
37572            ! perlio.c
37573 ____________________________________________________________________________
37574 [  7536] By: jhi                                   on 2000/11/04  00:20:02
37575         Log: Add FCNTL_CAN_LOCK.
37576              
37577              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37578              From: Andy Dougherty <doughera@lafayette.edu>
37579              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
37580              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
37581              
37582              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37583              From: Andy Dougherty <doughera@lafayette.edu>
37584              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
37585              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
37586      Branch: metaconfig/U/perl
37587            + d_fcntl_can_lock.U
37588            ! startperl.U
37589      Branch: perl
37590            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37591            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
37592            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37593            ! vos/config.ga.h win32/config.bc win32/config.gc
37594            ! win32/config.vc
37595 ____________________________________________________________________________
37596 [  7535] By: nick                                  on 2000/11/03  22:19:10
37597         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
37598              - Works on Linux with
37599              perlio + unix
37600              stdio
37601              - Works on Solaris with
37602              perlio + unix
37603              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
37604              - Fails (hangs in openpid) if you try and stack
37605              perlio + stdio - Linux stdio's read() logic is hanging.
37606      Branch: perlio
37607            ! iperlsys.h perlio.c
37608 ____________________________________________________________________________
37609 [  7534] By: jhi                                   on 2000/11/03  15:16:02
37610         Log: Subject: Re: README.aix
37611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37612              Date: Fri, 03 Nov 2000 16:03:15 +0100
37613              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
37614      Branch: perl
37615            ! README.aix
37616 ____________________________________________________________________________
37617 [  7533] By: jhi                                   on 2000/11/03  03:59:02
37618         Log: Subject: [PATCH 5.7.0] better messages from malloc()
37619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37620              Date: Wed, 1 Nov 2000 23:39:56 -0500
37621              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
37622      Branch: perl
37623            ! malloc.c pod/perldiag.pod
37624 ____________________________________________________________________________
37625 [  7532] By: jhi                                   on 2000/11/03  00:11:56
37626         Log: The #7521 touched things it shouldn't have.
37627      Branch: perl
37628            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
37629 ____________________________________________________________________________
37630 [  7531] By: jhi                                   on 2000/11/02  22:32:33
37631         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
37632              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37633              Date:     Thu, 2 Nov 2000 16:58:36 EST
37634              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
37635      Branch: perl
37636            ! vms/gen_shrfls.pl
37637 ____________________________________________________________________________
37638 [  7530] By: jhi                                   on 2000/11/02  22:08:49
37639         Log: Fix the problem discussed in
37640              
37641              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
37642              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
37643              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
37644              
37645              originally from Linc Madison.  Also Andreas König's comments
37646              taken into account.  Some other problems with Tie::SubstrHash
37647              fixed: didn't croak when the table exceeded the requested number
37648              of entries (as documented) but instead when the number of entries
37649              exceeded the size of the table, a croak() had an unnecessary \n,
37650              didn't have a CLEAR method, documented that there is no exists().
37651              Didn't fix to be strict-proof because the module uses &foo; and
37652              dynamic scope.  Added a test script exercizing both first tamely 
37653              the basic functionality, and then the failure cases reported by
37654              Linc Madison.
37655      Branch: perl
37656            + t/lib/tie-substrhash.t
37657            ! MANIFEST lib/Tie/SubstrHash.pm
37658 ____________________________________________________________________________
37659 [  7529] By: jhi                                   on 2000/11/02  17:58:08
37660         Log: recv() can fail and return undef.
37661              
37662              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
37663              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
37664              Date: Thu, 2 Nov 2000 20:12:20 +0300
37665              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
37666      Branch: perl
37667            ! lib/Net/Ping.pm
37668 ____________________________________________________________________________
37669 [  7528] By: jhi                                   on 2000/11/02  17:49:09
37670         Log: Detpyo.
37671      Branch: perl
37672            ! pod/perlop.pod
37673 ____________________________________________________________________________
37674 [  7527] By: jhi                                   on 2000/11/02  15:48:37
37675         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
37676              fix a autovivification bug in Tie::RefHash, add tests for both.
37677              
37678              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
37679              From: Edward Avis <epa98@doc.ic.ac.uk>
37680              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
37681              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
37682      Branch: perl
37683            + t/lib/tie-refhash.t
37684            ! MANIFEST lib/Tie/RefHash.pm
37685 ____________________________________________________________________________
37686 [  7526] By: jhi                                   on 2000/11/02  13:56:26
37687         Log: Test::Harness revealed buglets in the new DynaLoader.
37688              
37689              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
37690              From: andreas.koenig@anima.de (Andreas J. Koenig)
37691              Date: 02 Nov 2000 11:26:48 +0100 
37692              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
37693      Branch: perl
37694            ! ext/DynaLoader/DynaLoader_pm.PL
37695 ____________________________________________________________________________
37696 [  7525] By: jhi                                   on 2000/11/01  23:52:08
37697         Log: The entry for #7503 was missing.
37698      Branch: perl
37699            ! Changes
37700 ____________________________________________________________________________
37701 [  7524] By: jhi                                   on 2000/11/01  23:40:52
37702         Log: Update Changes.
37703      Branch: perl
37704            ! Changes patchlevel.h
37705 ____________________________________________________________________________
37706 [  7523] By: jhi                                   on 2000/11/01  22:57:09
37707         Log: More tweaking on the #7522 theme.
37708      Branch: perl
37709            ! ext/DynaLoader/DynaLoader_pm.PL
37710 ____________________________________________________________________________
37711 [  7522] By: jhi                                   on 2000/11/01  22:06:15
37712         Log: Expand %Config variables and %ENV variables only if
37713              so requested during build time using the
37714              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
37715              Not expanding makes relocating distributions easier.
37716      Branch: perl
37717            ! ext/DynaLoader/DynaLoader_pm.PL
37718 ____________________________________________________________________________
37719 [  7521] By: jhi                                   on 2000/11/01  20:56:34
37720         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
37721              and setgid() because they were just changing $< and $( which means
37722              only changing the real uid/gid, as opposed to changing both
37723              real and effective ids.  (The alternative way could have been
37724              in POSIX.pm to change $> and $), too, but making a direct call
37725              to the C API feels cleaner.)  Fixes the bug
37726              
37727              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
37728              From: "Garry T. Williams" <garry@zvolve.com>
37729              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
37730              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
37731      Branch: perl
37732            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37733            ! ext/POSIX/typemap pod/perlvar.pod
37734 ____________________________________________________________________________
37735 [  7520] By: jhi                                   on 2000/11/01  20:08:33
37736         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
37737              From: "Garry T. Williams" <garry@zvolve.com>
37738              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
37739              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
37740      Branch: perl
37741            ! pod/perlsec.pod
37742 ____________________________________________________________________________
37743 [  7519] By: jhi                                   on 2000/11/01  20:01:22
37744         Log: Locale warning explanation tweak.
37745      Branch: perl
37746            ! pod/perldiag.pod
37747 ____________________________________________________________________________
37748 [  7518] By: jhi                                   on 2000/11/01  18:57:13
37749         Log: C.pm part of
37750              
37751              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
37752              From: Jarkko Hietaniemi <jhi@iki.fi>
37753              Date: Tue, 10 Oct 2000 08:22:28 -0500
37754              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
37755      Branch: perl
37756            ! ext/B/B/C.pm
37757 ____________________________________________________________________________
37758 [  7517] By: jhi                                   on 2000/11/01  18:41:59
37759         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
37760              From: Martien Verbruggen <mgjv@comdyn.com.au>
37761              Date: Fri, 6 Oct 2000 14:09:10 +1100
37762              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
37763      Branch: perl
37764            ! pod/perlop.pod
37765 ____________________________________________________________________________
37766 [  7516] By: jhi                                   on 2000/11/01  18:34:55
37767         Log: Generalize the Camel wording.
37768              
37769              Subject: Re: perlfaq style changes
37770              From: John Borwick <jhborwic@unity.ncsu.edu>
37771              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
37772              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
37773      Branch: perl
37774            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
37775 ____________________________________________________________________________
37776 [  7515] By: jhi                                   on 2000/11/01  16:52:31
37777         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
37778              From: pimlott@idiomtech.com (Andrew Pimlott)
37779              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
37780              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
37781      Branch: perl
37782            ! pod/perlsec.pod
37783 ____________________________________________________________________________
37784 [  7514] By: jhi                                   on 2000/11/01  15:03:40
37785         Log: More AIX lore.
37786      Branch: perl
37787            ! ext/re/hints/aix.pl
37788 ____________________________________________________________________________
37789 [  7513] By: jhi                                   on 2000/11/01  14:48:30
37790         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
37791              From: root <root@chronos.fi.muni.cz>
37792              Date: Wed, 1 Nov 2000 12:31:32 +0100
37793              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
37794      Branch: perl
37795            ! lib/Net/Ping.pm
37796 ____________________________________________________________________________
37797 [  7512] By: jhi                                   on 2000/11/01  14:46:47
37798         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
37799              From: Martin Husemann <martin@duskware.de>
37800              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
37801              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
37802      Branch: perl
37803            ! regcomp.c
37804 ____________________________________________________________________________
37805 [  7511] By: jhi                                   on 2000/11/01  14:39:50
37806         Log: AUTHORS updates.
37807      Branch: perl
37808            ! AUTHORS
37809 ____________________________________________________________________________
37810 [  7510] By: jhi                                   on 2000/11/01  14:29:50
37811         Log: Subject: [PATCH] startperl to respect versiononly
37812              From: Robin Barker <rmb1@cise.npl.co.uk> 
37813              Date: Tue, 31 Oct 2000 16:29:36 GMT
37814              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
37815      Branch: metaconfig/U/perl
37816            ! startperl.U
37817      Branch: perl
37818            ! Configure config_h.SH
37819 ____________________________________________________________________________
37820 [  7509] By: jhi                                   on 2000/11/01  14:19:53
37821         Log: printf UVs the correct way, noticed by Robin Barker.
37822      Branch: perl
37823            ! utf8.c
37824 ____________________________________________________________________________
37825 [  7508] By: jhi                                   on 2000/11/01  14:10:03
37826         Log: Do not cleanup *% because the % has special meanings in some
37827              shell environments.
37828      Branch: perl
37829            ! ext/Storable/Makefile.PL
37830 ____________________________________________________________________________
37831 [  7507] By: jhi                                   on 2000/11/01  14:06:00
37832         Log: The NonStop-UX libraries have a novel way to say NaN.
37833      Branch: perl
37834            ! t/lib/bigfltpm.t
37835 ____________________________________________________________________________
37836 [  7506] By: jhi                                   on 2000/11/01  14:03:35
37837         Log: The osname has been lowercased by now, from Tom Bates.
37838      Branch: metaconfig
37839            ! U/modified/Oldconfig.U
37840      Branch: perl
37841            ! Configure config_h.SH
37842 ____________________________________________________________________________
37843 [  7505] By: jhi                                   on 2000/10/31  19:18:39
37844         Log: The compiler is either gcc or cc, from Tom Bates.
37845      Branch: perl
37846            ! hints/nonstopux.sh
37847 ____________________________________________________________________________
37848 [  7504] By: jhi                                   on 2000/10/31  14:53:42
37849         Log: Update Changes.
37850      Branch: perl
37851            ! Changes patchlevel.h
37852 ____________________________________________________________________________
37853 [  7503] By: jhi                                   on 2000/10/31  14:30:50
37854         Log: Whitespace style tweak.  Was originally going to see to
37855              
37856              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37857              From: Joe Smith <jms@inwap.com>
37858              Date: Mon, 30 Oct 2000 18:47:57 -0800
37859              Message-Id: <39FE32DD.24AAC4D@inwap.com>
37860              
37861              but that had already been taken care of.
37862      Branch: metaconfig
37863            ! U/compline/d_stdstdio.U
37864      Branch: perl
37865            ! Configure config_h.SH
37866 ____________________________________________________________________________
37867 [  7502] By: jhi                                   on 2000/10/31  14:25:02
37868         Log: AUTHORS tweaks.
37869      Branch: perl
37870            ! AUTHORS
37871 ____________________________________________________________________________
37872 [  7501] By: jhi                                   on 2000/10/31  14:23:59
37873         Log: Subject: perlfaq style changes
37874              From: John Borwick <jhborwic@unity.ncsu.edu>
37875              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
37876              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
37877      Branch: perl
37878            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37879            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37880            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37881            ! pod/perlfaq9.pod
37882 ____________________________________________________________________________
37883 [  7500] By: jhi                                   on 2000/10/31  14:22:15
37884         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
37885              
37886              Subject: Re: [ID 20000918.005] ~ on wide chars
37887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37888              Date: Mon, 30 Oct 2000 21:09:55 -0800
37889              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
37890              
37891              (The ord() part of the patch skipped.)
37892      Branch: perl
37893            ! doop.c
37894 ____________________________________________________________________________
37895 [  7499] By: jhi                                   on 2000/10/31  14:20:08
37896         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
37897              From: Jens Hamisch <jens@Strawberry.COM>
37898              Date: Mon, 30 Oct 2000 15:17:07 +0100
37899              Message-Id: <20001030151707.A9597@Strawberry.COM>
37900      Branch: perl
37901            ! av.c
37902 ____________________________________________________________________________
37903 [  7498] By: jhi                                   on 2000/10/31  14:16:29
37904         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
37905              From: Peter Prymmer <pvhp@forte.com>
37906              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
37907              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
37908      Branch: perl
37909            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37910            + ext/Encode/Encode/posix-bc.enc
37911            ! MANIFEST t/lib/encode.t
37912 ____________________________________________________________________________
37913 [  7497] By: jhi                                   on 2000/10/31  14:13:22
37914         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
37915              From: Peter Prymmer <pvhp@forte.com>
37916              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
37917              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
37918      Branch: perl
37919            ! t/lib/cgi-html.t
37920 ____________________________________________________________________________
37921 [  7496] By: jhi                                   on 2000/10/31  14:12:05
37922         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
37923              From: Peter Prymmer <pvhp@forte.com>
37924              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
37925              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
37926      Branch: perl
37927            ! t/lib/cgi-function.t
37928 ____________________________________________________________________________
37929 [  7495] By: jhi                                   on 2000/10/31  14:11:08
37930         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
37931              From: Peter Prymmer <pvhp@forte.com>
37932              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
37933              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
37934      Branch: perl
37935            + ext/re/hints/aix.pl
37936            ! MANIFEST ext/re/Makefile.PL
37937 ____________________________________________________________________________
37938 [  7494] By: jhi                                   on 2000/10/31  14:08:32
37939         Log: Use Errno magic.
37940              
37941              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
37942              From: Casey Tweten <perl@ctweten.amsite.com>
37943              Date: Mon, 30 Oct 2000 15:51:17 -0500
37944              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
37945      Branch: perl
37946            ! lib/File/Temp.pm
37947 ____________________________________________________________________________
37948 [  7493] By: jhi                                   on 2000/10/31  14:05:07
37949         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
37950              
37951              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
37952              From: Nicholas Clark <nick@ccl4.org>
37953              Date: Mon, 30 Oct 2000 17:38:45 +0000
37954              Message-ID: <20001030173845.O60355@plum.flirble.org>
37955      Branch: perl
37956            ! Makefile.SH utils/perlbug.PL
37957 ____________________________________________________________________________
37958 [  7492] By: nick                                  on 2000/10/30  19:37:23
37959         Log: Change files which are mysteriously different to mainline to be
37960              copies of mainline.
37961      Branch: perlio
37962            ! objXSUB.h perlapi.c pod/perlapi.pod
37963 ____________________________________________________________________________
37964 [  7491] By: nick                                  on 2000/10/30  18:05:54
37965         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
37966              - typo in endian code in putc.
37967              - Don't allow read of write-only files and vice-versa
37968              - and off-by-one in flush-all loop.
37969              Remove debug calls as they were using GCC specific features.
37970      Branch: perlio
37971            ! perlio.c
37972 ____________________________________________________________________________
37973 [  7490] By: nick                                  on 2000/10/29  21:45:45
37974         Log: Integrate mainline to perlio
37975      Branch: perlio
37976           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
37977           !> toke.c
37978 ____________________________________________________________________________
37979 [  7489] By: jhi                                   on 2000/10/29  21:11:08
37980         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
37981              From: andreas.koenig@anima.de (Andreas J. Koenig)
37982              Date: 29 Oct 2000 22:05:59 +0100
37983              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
37984      Branch: perl
37985            ! lib/ExtUtils/Manifest.pm
37986 ____________________________________________________________________________
37987 [  7488] By: jhi                                   on 2000/10/29  21:07:47
37988         Log: Tests for #7487.
37989              
37990              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
37991              From: andreas.koenig@anima.de (Andreas J. Koenig)
37992              Date: 29 Oct 2000 19:37:09 +0100
37993              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
37994      Branch: perl
37995            ! t/comp/proto.t
37996 ____________________________________________________________________________
37997 [  7487] By: jhi                                   on 2000/10/29  21:06:27
37998         Log: constsub spillage.
37999              
38000              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38001              From: John Tobey <jtobey@john-edwin-tobey.org>
38002              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
38003              Message-Id: <m13pvSr-000FObC@feynman.localnet>
38004      Branch: perl
38005            ! op.c
38006 ____________________________________________________________________________
38007 [  7486] By: nick                                  on 2000/10/29  21:05:04
38008         Log: Integrate mainline to perlio branch
38009      Branch: perlio
38010           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
38011           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
38012           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
38013           +> vos/install_perl.cm
38014            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
38015            - vos/config.h vos/config_h.SH_orig
38016           !> (integrate 141 files)
38017 ____________________________________________________________________________
38018 [  7485] By: jhi                                   on 2000/10/29  21:00:47
38019         Log: Make \x{...} consistently produce UTF-8.
38020              
38021              Subject: Re: \x{...} is confused 
38022              From: Simon Cozens <simon@cozens.net>
38023              Date: Sun, 29 Oct 2000 19:36:48 +0000
38024              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
38025      Branch: perl
38026            ! t/pragma/utf8.t toke.c
38027 ____________________________________________________________________________
38028 [  7484] By: nick                                  on 2000/10/29  20:05:29
38029         Log: PerlIO passes all tests.
38030      Branch: perlio
38031            ! perlio.c
38032 ____________________________________________________________________________
38033 [  7483] By: jhi                                   on 2000/10/29  18:06:55
38034         Log: Update Changes.
38035      Branch: perl
38036            ! Changes patchlevel.h
38037 ____________________________________________________________________________
38038 [  7482] By: nick                                  on 2000/10/29  17:43:28
38039         Log: Include <unistd.h> to get correct lseek() prototype etc.
38040              (I thought perl.h did that) - down to two fails
38041              - comp/require.t (last test)
38042              - lib/io_xs.t - possibly import/export of FILE * ?
38043      Branch: perlio
38044            ! perlio.c
38045 ____________________________________________________________________________
38046 [  7481] By: jhi                                   on 2000/10/29  17:02:37
38047         Log: UTF-8 decoder tweak.
38048      Branch: perl
38049            ! utf8.c
38050 ____________________________________________________________________________
38051 [  7480] By: nick                                  on 2000/10/29  16:26:11
38052         Log: Fixed two bugs:
38053              - error code not being set on close (of broken pipe)
38054              - append mode was truncating.
38055              At least one seek/tell bug remains.
38056      Branch: perlio
38057            ! perlio.c
38058 ____________________________________________________________________________
38059 [  7479] By: nick                                  on 2000/10/29  11:18:16
38060         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
38061              in case of accidents. Still several worrying fails, no line disciplines yet.
38062      Branch: perlio
38063            ! iperlsys.h perlio.c
38064 ____________________________________________________________________________
38065 [  7478] By: jhi                                   on 2000/10/29  02:04:01
38066         Log: Add also emailless people.
38067      Branch: perl
38068            ! AUTHORS
38069 ____________________________________________________________________________
38070 [  7477] By: jhi                                   on 2000/10/29  01:36:00
38071         Log: The #7476 needs a MANIFEST change, too.
38072      Branch: perl
38073            ! MANIFEST
38074 ____________________________________________________________________________
38075 [  7476] By: jhi                                   on 2000/10/29  01:35:21
38076         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
38077      Branch: perl
38078            - MAINTAIN
38079            ! AUTHORS Changes
38080 ____________________________________________________________________________
38081 [  7475] By: jhi                                   on 2000/10/28  23:57:25
38082         Log: De-quoted-unreadable to ISO Latin 1.
38083              (There's one ISO-2022-JP name in Changes5.004.)
38084      Branch: perl
38085            ! Changes Changes5.6
38086 ____________________________________________________________________________
38087 [  7474] By: jhi                                   on 2000/10/28  19:13:06
38088         Log: Subject: [ID 20001027.007] uniq array in perlfaq
38089              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
38090              Date: Fri, 27 Oct 2000 19:28:30 +0200
38091              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
38092      Branch: perl
38093            ! pod/perlfaq4.pod
38094 ____________________________________________________________________________
38095 [  7473] By: jhi                                   on 2000/10/28  18:02:05
38096         Log: Locking null mutexes is not recommendable.
38097              
38098              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
38099              From: Hugo <hv@crypt.compulink.co.uk>
38100              Date: Sat, 28 Oct 2000 18:41:12 +0100
38101              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
38102      Branch: perl
38103            ! op.c
38104 ____________________________________________________________________________
38105 [  7472] By: jhi                                   on 2000/10/28  17:52:58
38106         Log: Better create a true mailing list for the repository keepers.
38107      Branch: perl
38108            ! Porting/repository.pod
38109 ____________________________________________________________________________
38110 [  7471] By: jhi                                   on 2000/10/28  17:28:24
38111         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
38112              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38113      Branch: perl
38114            + Porting/repository.pod
38115            ! MANIFEST
38116 ____________________________________________________________________________
38117 [  7470] By: jhi                                   on 2000/10/28  17:20:54
38118         Log: Subject: DOC PATCH 5.6.0
38119              From: mjd@plover.com
38120              Date: 27 Oct 2000 17:32:44 -0000
38121              Message-ID: <20001027173244.23754.qmail@plover.com>
38122      Branch: perl
38123            ! pod/perlfunc.pod
38124 ____________________________________________________________________________
38125 [  7469] By: jhi                                   on 2000/10/28  17:16:45
38126         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38127              From: "Peter J. Farley III" <pjfarley@banet.net>
38128              Date: Fri, 27 Oct 2000 20:32:56 -0400
38129              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
38130      Branch: perl
38131            ! README.dos
38132 ____________________________________________________________________________
38133 [  7468] By: jhi                                   on 2000/10/28  17:07:18
38134         Log: Make target reordering to avoid pointless re-makes.
38135              
38136              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38137              From: Nicholas Clark <nick@ccl4.org>
38138              Date: Sat, 28 Oct 2000 00:31:02 +0100
38139              Message-ID: <20001028003101.A54517@plum.flirble.org>
38140      Branch: perl
38141            ! Makefile.SH
38142 ____________________________________________________________________________
38143 [  7467] By: jhi                                   on 2000/10/28  17:05:31
38144         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38145              From: lvirden@cas.org
38146              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
38147              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
38148      Branch: perl
38149            ! README.os2
38150 ____________________________________________________________________________
38151 [  7466] By: jhi                                   on 2000/10/28  16:09:16
38152         Log: Upgrade to CPAN 1.58_55.
38153              
38154              Subject: CPAN.pm status
38155              From: andreas.koenig@anima.de (Andreas J. Koenig) 
38156              Date: 28 Oct 2000 08:18:00 +0200 
38157              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
38158      Branch: perl
38159            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38160 ____________________________________________________________________________
38161 [  7465] By: jhi                                   on 2000/10/28  16:02:47
38162         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38163      Branch: perl
38164            ! embed.h embed.pl perl.h proto.h toke.c
38165 ____________________________________________________________________________
38166 [  7464] By: nick                                  on 2000/10/28  10:43:44
38167         Log: Fix for sv_2iv() on "shared" value from keys %hash.
38168      Branch: perl
38169            ! sv.c
38170 ____________________________________________________________________________
38171 [  7463] By: jhi                                   on 2000/10/27  16:18:29
38172         Log: Update Changes.
38173      Branch: perl
38174            ! Changes patchlevel.h
38175 ____________________________________________________________________________
38176 [  7462] By: jhi                                   on 2000/10/27  16:17:44
38177         Log: Too enthusiastic editing in #7460.
38178      Branch: metaconfig
38179            ! U/modified/Oldsym.U
38180      Branch: perl
38181            ! Configure config_h.SH
38182 ____________________________________________________________________________
38183 [  7461] By: jhi                                   on 2000/10/27  15:37:38
38184         Log: Retract #7459, the script needs more work.
38185      Branch: perl
38186            - mkreef
38187            ! MANIFEST
38188 ____________________________________________________________________________
38189 [  7460] By: jhi                                   on 2000/10/27  15:23:14
38190         Log: Use $sort, $uniq (and $tr) consistently as wondered
38191              by Nicholas Clark.
38192      Branch: metaconfig
38193            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
38194            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
38195            ! U/modified/libc.U
38196      Branch: perl
38197            ! Configure config_h.SH
38198 ____________________________________________________________________________
38199 [  7459] By: jhi                                   on 2000/10/27  15:02:07
38200         Log: (Retracted by #7461)
38201              
38202              Add a shell script for creating/removing symbolic link farms,
38203              useful for keeping the source code read-only and doing the
38204              builds somewhere else.
38205      Branch: perl
38206            + mkreef
38207            ! MANIFEST
38208 ____________________________________________________________________________
38209 [  7458] By: jhi                                   on 2000/10/27  14:42:20
38210         Log: Do away with the fix_pl.
38211      Branch: perl
38212            - fix_pl
38213            ! MANIFEST Makefile.SH
38214 ____________________________________________________________________________
38215 [  7457] By: jhi                                   on 2000/10/27  12:43:13
38216         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38217              From: Jens Hamisch <jens@Strawberry.COM>
38218              Date: Fri, 27 Oct 2000 14:38:21 +0200
38219              Message-Id: <20001027143821.B3366@Strawberry.COM>
38220      Branch: perl
38221            ! perl.h
38222 ____________________________________________________________________________
38223 [  7456] By: jhi                                   on 2000/10/27  12:33:42
38224         Log: Subject: [PATCH] todo
38225              From: Nicholas Clark <nick@ccl4.org>
38226              Date: Thu, 26 Oct 2000 22:32:29 +0100
38227              Message-ID: <20001026223229.A44540@plum.flirble.org>
38228      Branch: perl
38229            ! pod/perltodo.pod
38230 ____________________________________________________________________________
38231 [  7455] By: jhi                                   on 2000/10/27  12:02:21
38232         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
38233              From: John Tobey <jtobey@john-edwin-tobey.org>
38234              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
38235              Message-Id: <m13ozHF-000FObC@feynman.localnet>
38236      Branch: perl
38237            ! op.c t/pragma/sub_lval.t
38238 ____________________________________________________________________________
38239 [  7454] By: jhi                                   on 2000/10/27  11:59:42
38240         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38241              From: sthoenna@efn.org
38242              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
38243              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
38244      Branch: perl
38245            ! pp.c t/op/assignwarn.t
38246 ____________________________________________________________________________
38247 [  7453] By: jhi                                   on 2000/10/27  00:15:08
38248         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
38249      Branch: perl
38250            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38251            ! ext/Storable/Storable.xs t/lib/st-lock.t
38252 ____________________________________________________________________________
38253 [  7452] By: jhi                                   on 2000/10/26  13:05:52
38254         Log: Undo #7451, this seems to be a deficiency in Perforce,
38255              there is no per-file line-terminator type, only per-client.
38256      Branch: perl
38257            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38258            ! win32/makefile.mk
38259 ____________________________________________________________________________
38260 [  7451] By: jhi                                   on 2000/10/26  04:56:03
38261         Log: Experimenting in DOS arcana.
38262      Branch: perl
38263            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38264            ! win32/makefile.mk
38265 ____________________________________________________________________________
38266 [  7450] By: jhi                                   on 2000/10/26  04:50:52
38267         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38268              From: "Peter J. Farley III" <pjfarley@banet.net>            
38269              Date: Wed, 25 Oct 2000 23:10:18 -0400
38270              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
38271      Branch: perl
38272            ! t/io/open.t
38273 ____________________________________________________________________________
38274 [  7449] By: jhi                                   on 2000/10/26  04:49:16
38275         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
38276              From: Hugo <hv@crypt.compulink.co.uk>
38277              Date: Thu, 26 Oct 2000 01:55:17 +0100
38278              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
38279              
38280              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
38281      Branch: perl
38282            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
38283 ____________________________________________________________________________
38284 [  7448] By: jhi                                   on 2000/10/26  04:38:36
38285         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38286              From: Peter Prymmer <pvhp@forte.com>
38287              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
38288              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
38289      Branch: perl
38290            ! configure.com
38291 ____________________________________________________________________________
38292 [  7447] By: jhi                                   on 2000/10/25  23:20:02
38293         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38294              in platforms that strictly require all the symbols being present
38295              at link time.
38296      Branch: perl
38297            ! handy.h
38298 ____________________________________________________________________________
38299 [  7446] By: jhi                                   on 2000/10/25  21:55:57
38300         Log: Update Changes.
38301      Branch: perl
38302            ! Changes patchlevel.h
38303 ____________________________________________________________________________
38304 [  7445] By: jhi                                   on 2000/10/25  21:27:08
38305         Log: Integrate with vmsperl #7430 by Charles Bailey:
38306              
38307              Cleanup from prior patch (Charles Lane?):
38308              - improve handling of MFDs in Basename and Path
38309              - default to no xsubpp line # munging when building debug images
38310      Branch: perl
38311           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38312 ____________________________________________________________________________
38313 [  7444] By: jhi                                   on 2000/10/25  21:03:50
38314         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
38315              From: John Peacock <JPeacock@UnivPress.com>
38316              Date: Thu, 18 May 2000 11:55:27 -0400
38317              Message-ID: <3924126F.A58BE57A@UnivPress.com>
38318      Branch: perl
38319            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
38320            ! t/op/write.t
38321 ____________________________________________________________________________
38322 [  7443] By: jhi                                   on 2000/10/25  20:43:10
38323         Log: Temporary stopgap for the self-tying issue: for now only
38324              array and hash self-ties are verboten.  The real fix, of
38325              course, would be to comprehensively test (and implement?)
38326              and debug (and document) self-ties.
38327      Branch: perl
38328            ! pod/perldiag.pod pp_sys.c t/op/tie.t
38329 ____________________________________________________________________________
38330 [  7442] By: jhi                                   on 2000/10/25  20:14:30
38331         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
38332              From: Dan Sugalski <dan@sidhe.org>
38333              Date: Wed, 25 Oct 2000 13:36:35 -0400
38334              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
38335              
38336              plus regen global.sym.
38337      Branch: perl
38338            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
38339            ! thrdvar.h util.c
38340 ____________________________________________________________________________
38341 [  7441] By: jhi                                   on 2000/10/25  20:12:20
38342         Log: buildtoc target tweaks.
38343      Branch: perl
38344            ! pod/Makefile.SH
38345 ____________________________________________________________________________
38346 [  7440] By: jhi                                   on 2000/10/25  20:03:53
38347         Log: A new version of making the syslog test more robust.
38348              (Replaces #7421.)
38349              
38350              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38351              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38352              Date: Wed, 25 Oct 2000 12:13:54 -0400
38353              Message-ID: <20001025121354.B2264@O2.chapin.edu>
38354      Branch: perl
38355            ! t/lib/syslog.t
38356 ____________________________________________________________________________
38357 [  7439] By: jhi                                   on 2000/10/25  20:00:48
38358         Log: Continue the internal UTF-8 API tweaking.
38359              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38360              used much more than the simpler API, now called utf8_to_uv_simple().
38361              Still not quite happy with API, too much partial duplication
38362              of functionality.
38363      Branch: perl
38364            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
38365            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
38366            ! regcomp.c regexec.c sv.c toke.c utf8.c
38367 ____________________________________________________________________________
38368 [  7438] By: jhi                                   on 2000/10/25  18:52:30
38369         Log: Allow poking holes at the UTF-8 decoding strictness.
38370      Branch: perl
38371            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
38372            ! utf8.h
38373 ____________________________________________________________________________
38374 [  7437] By: jhi                                   on 2000/10/25  13:53:05
38375         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
38376              UTF8LEN() and UTF8SKIP(). 
38377      Branch: perl
38378            ! pp.c utf8.c utf8.h
38379 ____________________________________________________________________________
38380 [  7436] By: jhi                                   on 2000/10/25  13:51:37
38381         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
38382              From: Nicholas Clark <nick@ccl4.org>
38383              Date: Wed, 25 Oct 2000 14:44:05 +0100
38384              Message-ID: <20001025144404.D27253@plum.flirble.org>
38385      Branch: perl
38386            ! pod/perlrun.pod
38387 ____________________________________________________________________________
38388 [  7435] By: jhi                                   on 2000/10/25  13:49:32
38389         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38390              From: Mike Guy <mjtg@cam.ac.uk>
38391              Date: Tue, 24 Oct 2000 14:59:40 +0100
38392              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
38393      Branch: perl
38394            ! scope.c
38395 ____________________________________________________________________________
38396 [  7434] By: jhi                                   on 2000/10/25  13:48:41
38397         Log: AIX is picky about its symbol exports.  Solution for now
38398              is to include the deb.o explicitly to the re extension build.
38399              
38400              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
38401              From: Peter Prymmer <pvhp@forte.com>
38402              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
38403              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
38404      Branch: perl
38405            ! ext/re/Makefile.PL hints/aix.sh
38406 ____________________________________________________________________________
38407 [  7433] By: jhi                                   on 2000/10/25  13:46:49
38408         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38410              Date: Wed, 25 Oct 2000 12:02:20 +0200
38411              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
38412      Branch: perl
38413            ! perlsdio.h
38414 ____________________________________________________________________________
38415 [  7432] By: jhi                                   on 2000/10/25  13:44:28
38416         Log: Subject: Minor update to find2perl, for portability
38417              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38418              Date: Wed, 25 Oct 2000 12:05:47 +0100
38419              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
38420      Branch: perl
38421            ! x2p/find2perl.PL
38422 ____________________________________________________________________________
38423 [  7431] By: jhi                                   on 2000/10/25  13:40:39
38424         Log: Add targets to Makefile.SH, most importantly
38425              'regen_all' which also remembers to update vms/perly*.
38426      Branch: perl
38427            ! Makefile.SH
38428 ____________________________________________________________________________
38429 [  7430] By: bailey                                on 2000/10/25  03:13:53
38430         Log: Cleanup from prior patch (Charles Lane?):
38431              - improve handling of MFDs in Basename and Path
38432              - default to no xsubpp line # munging when building debug images
38433      Branch: vmsperl
38434            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38435 ____________________________________________________________________________
38436 [  7429] By: jhi                                   on 2000/10/24  20:03:40
38437         Log: Podify README.epoc and README.vos.
38438      Branch: perl
38439            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
38440            ! pod/perlport.pod pod/perltoc.pod
38441 ____________________________________________________________________________
38442 [  7428] By: jhi                                   on 2000/10/24  19:10:33
38443         Log: Stratus VOS updates from Paul Green.
38444      Branch: perl
38445            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38446            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38447            - vos/config.def vos/config.h vos/config_h.SH_orig
38448            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
38449            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
38450 ____________________________________________________________________________
38451 [  7427] By: jhi                                   on 2000/10/24  18:59:48
38452         Log: Check if stdio supports tweaking lval and cnt simultaneously.
38453              
38454              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38455              From: Nicholas Clark <nick@ccl4.org>
38456              Date: Mon, 23 Oct 2000 15:39:32 +0100
38457              Message-ID: <20001023153932.A10786@plum.flirble.org>
38458      Branch: metaconfig
38459            ! U/compline/d_stdstdio.U
38460      Branch: perl
38461            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38462            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
38463            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
38464            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
38465            ! vos/config.h vos/config_h.SH_orig win32/config.bc
38466            ! win32/config.gc win32/config.vc
38467 ____________________________________________________________________________
38468 [  7426] By: jhi                                   on 2000/10/24  17:57:44
38469         Log: Missed the header file changes from #7425.
38470      Branch: perl
38471            ! embed.h embed.pl objXSUB.h proto.h
38472 ____________________________________________________________________________
38473 [  7425] By: jhi                                   on 2000/10/24  17:55:17
38474         Log: Fix the bug reported in
38475              
38476              From: andreas.koenig@anima.de (Andreas J. Koenig)
38477              Subject: Encode bug?
38478              Date: 24 Oct 2000 14:01:26 +0200 
38479              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
38480              
38481              Also make is_utf8_char() stricter.
38482      Branch: perl
38483            ! ext/Encode/Encode.xs utf8.c
38484 ____________________________________________________________________________
38485 [  7424] By: jhi                                   on 2000/10/24  15:15:39
38486         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38487              From: Peter Scott <Peter@PSDT.com>
38488              Date: Mon, 23 Oct 2000 19:46:01 -0700
38489              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
38490      Branch: perl
38491            ! pod/perlfaq5.pod
38492 ____________________________________________________________________________
38493 [  7423] By: jhi                                   on 2000/10/24  14:25:30
38494         Log: Test tweak to avoid pulling in the whole Config.
38495      Branch: perl
38496            ! t/lib/st-lock.t
38497 ____________________________________________________________________________
38498 [  7422] By: jhi                                   on 2000/10/24  14:03:16
38499         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
38500      Branch: perl
38501            ! pp.c
38502 ____________________________________________________________________________
38503 [  7421] By: jhi                                   on 2000/10/24  13:32:09
38504         Log: (Replaced by #7440.)
38505              
38506              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38507              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38508              Date: Mon, 23 Oct 2000 16:40:54 -0400
38509              Message-ID: <20001023164054.B14491@O2.chapin.edu>
38510      Branch: perl
38511            ! t/lib/syslog.t
38512 ____________________________________________________________________________
38513 [  7420] By: jhi                                   on 2000/10/24  13:30:53
38514         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
38515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38516              Date: Mon, 23 Oct 2000 17:29:03 -0400
38517              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
38518      Branch: perl
38519            ! lib/ExtUtils/MM_Unix.pm
38520 ____________________________________________________________________________
38521 [  7419] By: jhi                                   on 2000/10/24  13:29:57
38522         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38524              Date: Mon, 23 Oct 2000 19:01:32 -0400
38525              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
38526      Branch: perl
38527            ! utils/h2xs.PL
38528 ____________________________________________________________________________
38529 [  7418] By: jhi                                   on 2000/10/24  13:26:04
38530         Log: Replace #7409 with
38531              
38532              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
38533              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38534              Date: Mon, 23 Oct 2000 20:08:56 +0200
38535              Message-ID: <20001023200855.A14850@nice.ram.loc>
38536      Branch: perl
38537            ! ext/Storable/Storable.pm t/lib/st-lock.t
38538 ____________________________________________________________________________
38539 [  7417] By: jhi                                   on 2000/10/24  13:17:52
38540         Log: Run vms/vms_yfix.pl, should have done that after changing
38541              perly.c in #7382.
38542      Branch: perl
38543            ! vms/perly_c.vms vms/perly_h.vms
38544 ____________________________________________________________________________
38545 [  7416] By: jhi                                   on 2000/10/24  02:55:33
38546         Log: Make the UTF-8 decoding stricter and more verbose when
38547              malformation happens.  This involved adding an argument
38548              to utf8_to_uv_chk(), which involved changing its prototype,
38549              and prefer STRLEN over I32 for the UTF-8 length, which as
38550              a domino effect necessitated changing the prototypes of
38551              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38552              The stricter UTF-8 decoding checking uses Markus Kuhn's
38553              UTF-8 Decode Stress Tester from
38554              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38555      Branch: perl
38556            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
38557            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
38558            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
38559            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
38560 ____________________________________________________________________________
38561 [  7415] By: jhi                                   on 2000/10/23  14:06:06
38562         Log: Update Changes.
38563      Branch: perl
38564            ! Changes patchlevel.h
38565 ____________________________________________________________________________
38566 [  7414] By: jhi                                   on 2000/10/23  12:39:52
38567         Log: Undo the basename() part of #7412 since the lib/basename
38568              tests would need upgrading too.
38569      Branch: perl
38570            ! lib/File/Basename.pm
38571 ____________________________________________________________________________
38572 [  7413] By: jhi                                   on 2000/10/23  12:19:27
38573         Log: Document PERL_INSTALL_ROOT of #7210.
38574      Branch: perl
38575            ! lib/ExtUtils/Install.pm
38576 ____________________________________________________________________________
38577 [  7412] By: jhi                                   on 2000/10/23  12:16:47
38578         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
38579      Branch: perl
38580            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
38581            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
38582 ____________________________________________________________________________
38583 [  7411] By: jhi                                   on 2000/10/23  12:07:41
38584         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
38585              From: Prymmer/Kahn <pvhp@best.com>
38586              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
38587              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
38588      Branch: perl
38589            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
38590 ____________________________________________________________________________
38591 [  7410] By: jhi                                   on 2000/10/23  04:10:11
38592         Log: The change #7187 was not so good on VMS.
38593              
38594              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
38595              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38596              Date: Sun, 22 Oct 2000 23:03:08 -0500
38597              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
38598      Branch: perl
38599            ! utils/perldoc.PL
38600 ____________________________________________________________________________
38601 [  7409] By: jhi                                   on 2000/10/23  03:57:36
38602         Log: Avoid Storable locking on DJGPP for now.
38603              
38604              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
38605              From: "Peter J. Farley III" <pjfarley@banet.net>
38606              Date: Sun, 22 Oct 2000 20:00:00 -0400
38607              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
38608      Branch: perl
38609            ! ext/Storable/Storable.pm t/lib/st-lock.t
38610 ____________________________________________________________________________
38611 [  7408] By: jhi                                   on 2000/10/23  03:50:24
38612         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
38613              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38614              Date: Sun, 22 Oct 2000 21:12:22 -0400
38615              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
38616      Branch: perl
38617            ! lib/vars.pm
38618 ____________________________________________________________________________
38619 [  7407] By: jhi                                   on 2000/10/23  03:43:12
38620         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
38621              From: Hugo <hv@crypt.compulink.co.uk>
38622              Date: Mon, 23 Oct 2000 00:47:22 +0100
38623              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
38624      Branch: perl
38625            ! regexec.c t/op/pat.t
38626 ____________________________________________________________________________
38627 [  7406] By: jhi                                   on 2000/10/23  03:40:29
38628         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
38629      Branch: perl
38630            ! lib/ExtUtils/MakeMaker.pm
38631 ____________________________________________________________________________
38632 [  7405] By: jhi                                   on 2000/10/22  21:32:00
38633         Log: Doc patch.
38634              
38635              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
38636              From: rspier@pobox.com (Robert Spier)
38637              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
38638              Message-ID: <14835.16112.13457.447971@rls.cx>
38639      Branch: perl
38640            ! lib/strict.pm
38641 ____________________________________________________________________________
38642 [  7404] By: jhi                                   on 2000/10/22  21:30:51
38643         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
38644              From: rspier@pobox.com (Robert Spier)
38645              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
38646              Message-ID: <14835.17223.72448.705566@rls.cx>
38647      Branch: perl
38648            ! lib/ExtUtils/MakeMaker.pm
38649 ____________________________________________________________________________
38650 [  7403] By: jhi                                   on 2000/10/22  21:24:11
38651         Log: Subject: [PATCH bleadperl] ripples from constsub patch
38652              From: John Tobey <jtobey@john-edwin-tobey.org>
38653              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
38654              Message-Id: <m13nSOB-000FObC@feynman.localnet>
38655      Branch: perl
38656            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
38657 ____________________________________________________________________________
38658 [  7402] By: jhi                                   on 2000/10/22  20:59:35
38659         Log: Support s?printf parameter reordering.
38660      Branch: perl
38661            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
38662 ____________________________________________________________________________
38663 [  7401] By: jhi                                   on 2000/10/22  19:19:14
38664         Log: Expand %Config variables only if explicitly so requested
38665              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
38666              
38667              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38668              From: Gurusamy Sarathy <gsar@ActiveState.com>
38669              Date: Sun, 22 Oct 2000 11:47:32 -0700
38670              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
38671      Branch: perl
38672            ! Makefile.SH lib/lib_pm.PL
38673 ____________________________________________________________________________
38674 [  7400] By: jhi                                   on 2000/10/22  18:24:10
38675         Log: Move the #7390 test from warn/op to comp/redef.
38676              
38677              Subject: Re: Creating const subs for constants.
38678              From: John Tobey <jtobey@john-edwin-tobey.org>
38679              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
38680              Message-Id: <m13nG72-000FObC@feynman.localnet>               
38681      Branch: perl
38682            ! t/comp/redef.t t/pragma/warn/op
38683 ____________________________________________________________________________
38684 [  7399] By: jhi                                   on 2000/10/22  17:49:59
38685         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38686              From: Nicholas Clark <nick@ccl4.org>
38687              Date: Sat, 21 Oct 2000 22:23:19 +0100
38688              Message-ID: <20001021222319.B45586@plum.flirble.org>
38689      Branch: perl
38690            ! ext/DynaLoader/DynaLoader_pm.PL
38691 ____________________________________________________________________________
38692 [  7398] By: jhi                                   on 2000/10/22  17:47:35
38693         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
38694              From: Hugo <hv@crypt.compulink.co.uk>
38695              Date: Sat, 21 Oct 2000 18:19:59 +0100
38696              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
38697      Branch: perl
38698            ! ext/B/B.pm ext/B/B/C.pm
38699 ____________________________________________________________________________
38700 [  7397] By: jhi                                   on 2000/10/22  17:35:18
38701         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
38702              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
38703              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
38704              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
38705      Branch: perl
38706            ! hints/openbsd.sh
38707 ____________________________________________________________________________
38708 [  7396] By: jhi                                   on 2000/10/22  17:19:46
38709         Log: Subject: installman go-faster stripes
38710              From: Nicholas Clark <nick@talking.bollo.cx>
38711              Date: Sat, 21 Oct 2000 17:24:53 +0100
38712              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
38713              
38714              Subject: Re: installman go-faster stripes
38715              From: Russ Allbery <rra@stanford.edu>
38716              Date: 21 Oct 2000 11:04:13 -0700
38717              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
38718      Branch: perl
38719            ! installman pod/pod2man.PL
38720 ____________________________________________________________________________
38721 [  7395] By: jhi                                   on 2000/10/22  17:17:35
38722         Log: Hints tweak from Anton Berezin.
38723      Branch: perl
38724            ! hints/freebsd.sh
38725 ____________________________________________________________________________
38726 [  7394] By: jhi                                   on 2000/10/22  04:50:04
38727         Log: Tweak the Is* definitions of Unicode character classes
38728              to better match the official categorizations; embrace
38729              the official categorizations; add the combining marks
38730              as alpha (and -numeric); fix DCinital (a typo and edito)
38731              to be DCmedial.
38732      Branch: perl
38733            + lib/unicode/Is/DCmedial.pl
38734            - lib/unicode/Is/DCinital.pl
38735            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38736            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
38737            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
38738            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38739 ____________________________________________________________________________
38740 [  7393] By: jhi                                   on 2000/10/21  18:06:05
38741         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
38742              From: Daniel Chetlin <daniel@chetlin.com>
38743              Date: Sat, 21 Oct 2000 02:57:03 -0700
38744              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
38745      Branch: perl
38746            + t/lib/tie-splice.t
38747            ! MANIFEST lib/Tie/Array.pm
38748 ____________________________________________________________________________
38749 [  7392] By: gsar                                  on 2000/10/21  18:05:15
38750         Log: resync utfperl branch with mainline
38751      Branch: utfperl
38752           !> (integrate 1760 files)
38753 ____________________________________________________________________________
38754 [  7391] By: jhi                                   on 2000/10/21  14:37:49
38755         Log: Testcases for a #7383,#7385 related bug.
38756              
38757              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
38758              From: Nicholas Clark <nick@ccl4.org>
38759              Date: Sat, 21 Oct 2000 15:04:51 +0100
38760              Message-ID: <20001021150451.A51566@plum.flirble.org>
38761      Branch: perl
38762            ! t/pragma/utf8.t
38763 ____________________________________________________________________________
38764 [  7390] By: jhi                                   on 2000/10/21  14:35:57
38765         Log: Add a testcase for #7389.
38766      Branch: perl
38767            ! t/pragma/warn/op
38768 ____________________________________________________________________________
38769 [  7389] By: jhi                                   on 2000/10/21  14:26:45
38770         Log: Subject: Re: Creating const subs for constants.
38771              From: John Tobey <jtobey@john-edwin-tobey.org>
38772              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
38773              Message-Id: <m13mo0N-000FObC@feynman.localnet>
38774      Branch: perl
38775            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
38776            ! proto.h sv.c
38777 ____________________________________________________________________________
38778 [  7388] By: nick                                  on 2000/10/21  11:44:23
38779         Log: Populate perlio branch
38780      Branch: perlio
38781           +> (branch 1760 files)
38782 ____________________________________________________________________________
38783 [  7387] By: nick                                  on 2000/10/21  10:52:05
38784         Log: Get branch back as replica of mainline via :
38785              p4 integrate -b utfperl
38786              p4 resolve -at ./...
38787      Branch: utfperl
38788           +> (branch 269 files)
38789            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
38790            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
38791            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
38792            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
38793            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
38794            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38795            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38796            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38797            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38798            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38799            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38800            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38801            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38802            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38803            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38804            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38805            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38806            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38807            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
38808            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
38809            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
38810            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
38811            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
38812            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
38813            - lib/unicode/UCD300.html lib/unicode/Unicode.300
38814            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
38815            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
38816            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
38817            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
38818           !> (integrate 965 files)
38819 ____________________________________________________________________________
38820 [  7386] By: jhi                                   on 2000/10/21  01:31:12
38821         Log: Update Changes.
38822      Branch: perl
38823            ! Changes patchlevel.h
38824 ____________________________________________________________________________
38825 [  7385] By: jhi                                   on 2000/10/21  01:28:42
38826         Log: The #7383 was right only in the context of the original bug report,
38827              not in more general case.
38828      Branch: perl
38829            ! pp_hot.c
38830 ____________________________________________________________________________
38831 [  7384] By: jhi                                   on 2000/10/21  01:08:23
38832         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
38833      Branch: perl
38834            ! ext/IO/lib/IO/Select.pm
38835 ____________________________________________________________________________
38836 [  7383] By: jhi                                   on 2000/10/21  00:44:18
38837         Log: Fix for ID 20001020.006, concatenating an unset submatch
38838              with utf8 resulted in "Modification of a read-only value".
38839      Branch: perl
38840            ! pp_hot.c t/pragma/utf8.t
38841 ____________________________________________________________________________
38842 [  7382] By: jhi                                   on 2000/10/20  20:44:31
38843         Log: Make scan_num() reëntrant, as suggested in
38844              
38845              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38846              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38847              Date: Fri, 20 Oct 2000 14:17:27 +0100
38848              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38849      Branch: perl
38850            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
38851            ! toke.c
38852 ____________________________________________________________________________
38853 [  7381] By: jhi                                   on 2000/10/20  20:07:29
38854         Log: Reëntrancy fix.
38855              
38856              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38857              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38858              Date: Fri, 20 Oct 2000 14:17:27 +0100
38859              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38860      Branch: perl
38861            ! embed.h embed.pl perl.h proto.h toke.c
38862 ____________________________________________________________________________
38863 [  7380] By: jhi                                   on 2000/10/20  19:15:54
38864         Log: Don't write double values through long double pointers,
38865              based on a part of
38866              
38867              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38868              From: Jens Hamisch <jens@Strawberry.COM>
38869              Date: Tue, 17 Oct 2000 08:39:36 +0200
38870              Message-Id: <20001017083936.A11104@Strawberry.COM>
38871      Branch: perl
38872            ! perl.h pp.c
38873 ____________________________________________________________________________
38874 [  7379] By: jhi                                   on 2000/10/20  18:43:37
38875         Log: Portability tweak on #7377.
38876              
38877              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
38878              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38879              Date:     Fri, 20 Oct 2000 13:13:41 EDT
38880              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
38881      Branch: perl
38882            ! t/lib/dprof.t
38883 ____________________________________________________________________________
38884 [  7378] By: jhi                                   on 2000/10/20  12:57:19
38885         Log: SOCKS function redefinitions need prototypes, too, otherwise
38886              for example 32 bit versus 64 bit differences cause a lot of
38887              problems.  Part of
38888              
38889              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38890              From: Jens Hamisch <jens@Strawberry.COM>
38891              Date: Tue, 17 Oct 2000 08:39:36 +0200
38892              Message-Id: <20001017083936.A11104@Strawberry.COM>
38893      Branch: perl
38894            ! doio.c pp_sys.c
38895 ____________________________________________________________________________
38896 [  7377] By: jhi                                   on 2000/10/20  12:37:12
38897         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
38898              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38899              Date:     Fri, 20 Oct 2000 08:26:04 EDT
38900              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
38901      Branch: perl
38902            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
38903 ____________________________________________________________________________
38904 [  7376] By: jhi                                   on 2000/10/20  12:35:31
38905         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
38906              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38907              Date:     Fri, 20 Oct 2000 07:48:15 EDT
38908              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
38909      Branch: perl
38910            ! configure.com vms/gen_shrfls.pl
38911 ____________________________________________________________________________
38912 [  7375] By: bailey                                on 2000/10/20  04:44:37
38913         Log: SYN SYN
38914      Branch: vmsperl
38915           +> (branch 134 files)
38916            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
38917            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
38918            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
38919            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
38920            - eg/cgi/frameset.cgi eg/cgi/index.html
38921            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38922            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38923            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38924            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38925            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38926            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38927            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38928            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38929            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38930            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38931            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38932            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38933            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38934            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
38935            - lib/unicode/Props.txt lib/unicode/UCD300.html
38936            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38937            - utils/perlbc.PL vms/subconfigure.com
38938           !> (integrate 785 files)
38939 ____________________________________________________________________________
38940 [  7374] By: jhi                                   on 2000/10/20  00:59:48
38941         Log: In the latest compiler builds cccdlflags must not become -fpic,
38942              from Wilfredo Sánchez.
38943      Branch: perl
38944            ! hints/darwin.sh
38945 ____________________________________________________________________________
38946 [  7373] By: jhi                                   on 2000/10/20  00:56:35
38947         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
38948              From: Tony Cook <tony@develop-help.com>
38949              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
38950              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
38951      Branch: perl
38952            ! pod/perlop.pod
38953 ____________________________________________________________________________
38954 [  7372] By: jhi                                   on 2000/10/19  19:34:40
38955         Log: Typo noted by Mark Lutz.
38956      Branch: perl
38957            ! t/op/64bitint.t
38958 ____________________________________________________________________________
38959 [  7371] By: jhi                                   on 2000/10/19  19:33:13
38960         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
38961      Branch: metaconfig
38962            ! U/modified/Cppsym.U U/modified/Oldconfig.U
38963      Branch: metaconfig/U/perl
38964            ! End.U dlsrc.U libperl.U
38965      Branch: perl
38966            + hints/nonstopux.sh
38967            ! Configure MANIFEST config_h.SH
38968 ____________________________________________________________________________
38969 [  7370] By: jhi                                   on 2000/10/19  17:18:08
38970         Log: Subject: PATCH do_print has 2 PerlIO_error()s
38971              From: nick@ccl4.org
38972              Date: Thu, 19 Oct 2000 18:09:20 +0100
38973              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
38974      Branch: perl
38975            ! doio.c
38976 ____________________________________________________________________________
38977 [  7369] By: jhi                                   on 2000/10/19  14:01:49
38978         Log: Update Changes.
38979      Branch: perl
38980            ! Changes patchlevel.h
38981 ____________________________________________________________________________
38982 [  7368] By: jhi                                   on 2000/10/19  13:04:29
38983         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
38984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38985              Date: Wed, 18 Oct 2000 13:12:01 +0200
38986              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
38987      Branch: perl
38988            ! hints/aix.sh
38989 ____________________________________________________________________________
38990 [  7367] By: jhi                                   on 2000/10/19  02:22:40
38991         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
38992              of a 'pmshort' anywhere in the B, so the offending line was simply
38993              removed.
38994      Branch: perl
38995            ! ext/B/B/Debug.pm
38996 ____________________________________________________________________________
38997 [  7366] By: jhi                                   on 2000/10/19  02:12:37
38998         Log: Add the test case for the bug id 20000730.004 which seems
38999              to have been fixed by now.
39000      Branch: perl
39001            ! t/pragma/utf8.t
39002 ____________________________________________________________________________
39003 [  7365] By: jhi                                   on 2000/10/18  23:36:24
39004         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
39005              From: Hugo <hv@crypt.compulink.co.uk>
39006              Date: Wed, 18 Oct 2000 23:25:58 +0100
39007              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
39008      Branch: perl
39009            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
39010 ____________________________________________________________________________
39011 [  7364] By: jhi                                   on 2000/10/18  21:12:53
39012         Log: (retracted)
39013      Branch: perl
39014            ! pp.c
39015 ____________________________________________________________________________
39016 [  7363] By: jhi                                   on 2000/10/18  20:55:38
39017         Log: Missing change from #7362.
39018      Branch: perl
39019            ! win32/perlhost.h
39020 ____________________________________________________________________________
39021 [  7362] By: jhi                                   on 2000/10/18  20:52:01
39022         Log: Borland C fstat() never saw the fd as writable.
39023              
39024              Subject: fix for Borland's weak "stat" (perl@7211)
39025              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39026              Date: Mon, 16 Oct 2000 09:55:03 +0400
39027              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
39028      Branch: perl
39029            ! win32/win32.c
39030 ____________________________________________________________________________
39031 [  7361] By: jhi                                   on 2000/10/18  17:43:50
39032         Log: Regen toc.
39033      Branch: perl
39034            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
39035 ____________________________________________________________________________
39036 [  7360] By: jhi                                   on 2000/10/18  17:07:44
39037         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39038              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
39039              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
39040              Date: Mon, 16 Oct 2000 15:19:49 +0200
39041      Branch: perl
39042            + README.aix
39043            ! MANIFEST
39044 ____________________________________________________________________________
39045 [  7359] By: jhi                                   on 2000/10/18  17:04:49
39046         Log: Subject: Pod patch for Devel::Peek
39047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39048              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
39049              Date: Mon, 16 Oct 2000 12:26:34 +0200
39050      Branch: perl
39051            ! ext/Devel/Peek/Peek.pm
39052 ____________________________________________________________________________
39053 [  7358] By: jhi                                   on 2000/10/18  17:03:15
39054         Log: Make Cwd more bulletproof in chrooted environments.
39055              
39056              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
39057              From: "Eric E. Coe" <Eric.Coe@oracle.com>
39058              Date: Wed, 18 Oct 2000 04:03:54 -0400
39059              Message-Id: <39ED596A.70E599FE@oracle.com>
39060      Branch: perl
39061            ! lib/Cwd.pm
39062 ____________________________________________________________________________
39063 [  7357] By: jhi                                   on 2000/10/18  16:37:26
39064         Log: Disable the UTF8 downgrade croakage for now to avoid
39065              too many not okay messages.
39066      Branch: perl
39067            ! doio.c
39068 ____________________________________________________________________________
39069 [  7356] By: jhi                                   on 2000/10/17  23:29:41
39070         Log: Show the failed remote port, instead of the failing line number.
39071              
39072              Subject: [PATCH 5.6.1 Debugger] More diagnostics
39073              From: David Sparks <daves@ActiveState.com>
39074              Date: Tue, 17 Oct 2000 15:00:24 -0700
39075              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
39076      Branch: perl
39077            ! lib/perl5db.pl
39078 ____________________________________________________________________________
39079 [  7355] By: jhi                                   on 2000/10/17  14:11:31
39080         Log: On output try to downgrade to bytes, croak if impossible,
39081              from Simon Cozens.  This means that outputting >255 UTF8
39082              is impossible.  Consider this as a strong incentive to get
39083              the I/O disciplines implemented.
39084      Branch: perl
39085            ! doio.c pod/perldiag.pod sv.c
39086 ____________________________________________________________________________
39087 [  7354] By: jhi                                   on 2000/10/17  13:42:23
39088         Log: Clarify documentation on 'use bytes'.
39089              
39090              Subject: Re: What does 'use bytes' "mean" ?
39091              From: Simon Cozens <simon@cozens.net>
39092              Date: Mon, 18 Sep 2000 18:24:25 +0100
39093              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
39094      Branch: perl
39095            ! lib/bytes.pm
39096 ____________________________________________________________________________
39097 [  7353] By: jhi                                   on 2000/10/17  13:28:12
39098         Log: Workaround for a sfio bug where the stream error indicator
39099              is not cleared as documented.
39100              
39101              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39102              From: Nicholas Clark <nick@ccl4.org>
39103              Date: Mon, 16 Oct 2000 18:28:23 +0100
39104              Message-ID: <20001016182823.J19700@plum.flirble.org>
39105      Branch: perl
39106            ! doio.c
39107 ____________________________________________________________________________
39108 [  7352] By: jhi                                   on 2000/10/17  13:06:19
39109         Log: More IoTYPE sprinkling.
39110      Branch: perl
39111            ! doio.c pp_hot.c
39112 ____________________________________________________________________________
39113 [  7351] By: jhi                                   on 2000/10/16  22:47:07
39114         Log: Detect early whether the std streams have gone bad.
39115              
39116              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39117              Date: Mon, 16 Oct 2000 23:28:42 +0100
39118              From: Nicholas Clark <nick@ccl4.org>
39119              Message-ID: <20001016232842.A37942@plum.flirble.org>
39120      Branch: perl
39121            ! t/op/misc.t
39122 ____________________________________________________________________________
39123 [  7350] By: jhi                                   on 2000/10/16  22:45:16
39124         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
39125              From: "Peter J. Farley III" <pjfarley@banet.net>
39126              Date: Mon, 16 Oct 2000 18:15:59 -0400
39127              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
39128      Branch: perl
39129            ! djgpp/djgpp.c dosish.h t/io/open.t
39130 ____________________________________________________________________________
39131 [  7349] By: jhi                                   on 2000/10/16  22:36:45
39132         Log: perldelta tweak.
39133      Branch: perl
39134            ! pod/perldelta.pod
39135 ____________________________________________________________________________
39136 [  7348] By: jhi                                   on 2000/10/16  15:17:53
39137         Log: Update Changes.
39138      Branch: perl
39139            ! Changes patchlevel.h
39140 ____________________________________________________________________________
39141 [  7347] By: jhi                                   on 2000/10/16  13:55:27
39142         Log: Add the capability to include/exclude branches.
39143      Branch: perl
39144            ! Porting/genlog
39145 ____________________________________________________________________________
39146 [  7346] By: jhi                                   on 2000/10/16  13:18:04
39147         Log: Add Charles Lane.
39148      Branch: perl
39149            ! AUTHORS Changes
39150 ____________________________________________________________________________
39151 [  7345] By: jhi                                   on 2000/10/16  13:13:21
39152         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
39153      Branch: perl
39154            ! pod/perldelta.pod
39155 ____________________________________________________________________________
39156 [  7344] By: gsar                                  on 2000/10/16  09:30:21
39157         Log: integrate change#6220 from cfgperl
39158              
39159              Win32 patches from Benjamin Stuhl.
39160      Branch: maint-5.6/perl
39161           !> makedef.pl win32/win32.h
39162 ____________________________________________________________________________
39163 [  7343] By: gsar                                  on 2000/10/16  08:32:19
39164         Log: integrate changes#6221,6222 from cfgperl
39165              
39166              Remove tr///CU (the feature is to be obsoleted by better interfaces).
39167              From: simon@brecon.co.uk (Simon Cozens)
39168              Subject: [PATCH] Eliminate tr///[CU][CU]
39169              Date: 23 Jun 2000 11:05:40 GMT
39170              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
39171              
39172              doc typo fix
39173              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
39174              From: Ian Phillipps <Ian.Phillipps@iname.com>
39175              Date: Fri, 23 Jun 2000 10:40:58 +0100
39176              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
39177      Branch: maint-5.6/perl
39178           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
39179 ____________________________________________________________________________
39180 [  7342] By: gsar                                  on 2000/10/16  08:28:08
39181         Log: integrate change#6217 from cfgperl (in part)
39182              
39183              Rename the fdpid locking and integrate with Sarathy.
39184      Branch: maint-5.6/perl
39185           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
39186           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
39187           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
39188           !> win32/win32.c
39189 ____________________________________________________________________________
39190 [  7341] By: gsar                                  on 2000/10/16  08:23:39
39191         Log: integrate changes#6214..6216 from mainline
39192              
39193              @_ can't have junk in it even in the non-USE_ITHREADS case because
39194              caller() wants to populate @DB::args with it (causes a coredump
39195              in Carp::confess())
39196              
39197              tweak comment about @DB::args
39198              
39199              be more optimal about clearing @_
39200      Branch: maint-5.6/perl
39201           !> av.h cop.h pp_ctl.c t/op/runlevel.t
39202 ____________________________________________________________________________
39203 [  7340] By: gsar                                  on 2000/10/16  08:20:37
39204         Log: integrate changes#6207..6210 from cfgperl
39205              
39206              Subject: [PATCH 5.6.0] Threadsafe patches
39207              From: Dan Sugalski <dan@sidhe.org>
39208              To: perl5-porters@perl.org
39209              Date: Mon, 08 May 2000 18:08:13 -0400
39210              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
39211              
39212              Regen headers for #6207.
39213              
39214              Lock PL_fdpid against race conditions, based on:
39215              Subject: [PATCH 5.6.0]subprocess fixup for threads
39216              From: Dan Sugalski <dan@sidhe.org>
39217              To: perl5-porters@perl.org
39218              Date: Tue, 11 Apr 2000 17:02:32 -0400
39219              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
39220              
39221              Mopup for #6207 and #6209.
39222      Branch: maint-5.6/perl
39223           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
39224           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
39225           !> win32/win32.c
39226 ____________________________________________________________________________
39227 [  7339] By: gsar                                  on 2000/10/16  08:14:34
39228         Log: integrate change#6203 from cfgperl
39229              
39230              perldiag should refer to perlos2.pod not README.os2
39231      Branch: maint-5.6/perl
39232           !> pod/perldiag.pod
39233 ____________________________________________________________________________
39234 [  7338] By: gsar                                  on 2000/10/16  08:11:42
39235         Log: integrate change#6201 from mainline
39236              
39237              Perl_eval_pv() leaks 4 bytes every time it is called because it
39238              does a PUSHMARK that's never ever POPMARKed; in general, only
39239              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
39240              Perl_eval_[sp]v() don't because they don't take any incoming
39241              arguments (this leak has been around since the original version
39242              of perl_eval_pv() in 5.003_97e)
39243      Branch: maint-5.6/perl
39244           !> perl.c
39245 ____________________________________________________________________________
39246 [  7337] By: gsar                                  on 2000/10/16  08:08:47
39247         Log: integrate changes#6197..6200 from cfgperl
39248              
39249              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
39250              From: John Borwick <jhborwic@unity.ncsu.edu>
39251              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
39252              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
39253              
39254              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
39255              From: Dan Sugalski <dan@sidhe.org>
39256              To: vmsperl@perl.org, perl5-porters@perl.org
39257              Date: Fri, 02 Jun 2000 16:00:41 -0400
39258              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
39259              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
39260              
39261              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
39262              From: Dan Sugalski <dan@sidhe.org>
39263              To: perl5-porters@perl.org, vmsperl@perl.org
39264              Date: Fri, 02 Jun 2000 17:30:51 -0400
39265              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
39266              
39267              Update to cperl-mode.el 4.31 from
39268              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
39269              Subject: A couple of notes
39270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39271              To: Mailing list Perl5 <perl5-porters@perl.org>
39272              Date: Sat, 3 Jun 2000 23:33:32 -0400
39273              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
39274      Branch: maint-5.6/perl
39275           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
39276           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
39277           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
39278           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
39279           !> vms/vmsish.h
39280 ____________________________________________________________________________
39281 [  7336] By: gsar                                  on 2000/10/16  08:03:46
39282         Log: integrate changes#6194,6195 from mainline
39283              
39284              fix small eval"" memory leaks under USE_ITHREADS
39285              
39286              fix yet another eval"" leak under USE_ITHREADS
39287      Branch: maint-5.6/perl
39288           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39289           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39290           !> vms/perly_c.vms
39291 ____________________________________________________________________________
39292 [  7335] By: gsar                                  on 2000/10/16  08:02:15
39293         Log: integrate changes#6190,6191 from mainline
39294              
39295              submit missing embed.pl change
39296              
39297              vec() loses numericalness (modified version of patch suggested
39298              by Robin Barker)
39299      Branch: maint-5.6/perl
39300           !> doop.c embed.pl t/op/vec.t
39301 ____________________________________________________________________________
39302 [  7334] By: gsar                                  on 2000/10/16  08:01:03
39303         Log: integrate change#6189 from mainline
39304              
39305              counting tr/// corrupts later operation (from M.J.T Guy)
39306      Branch: maint-5.6/perl
39307           !> doop.c t/op/tr.t
39308 ____________________________________________________________________________
39309 [  7333] By: gsar                                  on 2000/10/16  07:59:07
39310         Log: integrate changes#6183..6188 from mainline
39311              
39312              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
39313              <nick@ccl4.org>)
39314              
39315              tweak for change#6127
39316              
39317              remove incorrect documentation about implicit split to @_ in
39318              list context, which never really worked in perl 5 (from
39319              M.J.T. Guy)
39320              
39321              further qualify references to "alphanumeric" (from Wolfgang Laun
39322              <wolfgang.laun@alcatel.at>)
39323              
39324              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
39325              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39326              
39327              h2xs tweaks
39328      Branch: maint-5.6/perl
39329           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39330           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
39331           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
39332           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
39333           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
39334           !> pod/pod2latex.PL utils/h2xs.PL
39335 ____________________________________________________________________________
39336 [  7332] By: gsar                                  on 2000/10/16  07:53:52
39337         Log: integrate change#6179 from mainline
39338              
39339              buggy modulus on UVs introduced by change#3378 (resulted in
39340              4063328477 % 65535 amounting to 27406, instead of 27407)
39341      Branch: maint-5.6/perl
39342           !> pp.c t/op/arith.t
39343 ____________________________________________________________________________
39344 [  7331] By: gsar                                  on 2000/10/16  07:52:49
39345         Log: integrate changes#6176,6177,6178,6182 from cfgperl
39346              
39347              Single-quoted utf8 patch from Simon Cozens.
39348              
39349              Substitution utf8 patch from Simon Cozens.
39350              
39351              Be cleaner.
39352              
39353              Be Cleaner Part Deux.
39354      Branch: maint-5.6/perl
39355           !> Makefile.SH pp_hot.c toke.c
39356 ____________________________________________________________________________
39357 [  7330] By: gsar                                  on 2000/10/16  07:41:36
39358         Log: integrate change#6172 from mainline
39359              
39360              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39361              (from Ilya Zakharevich)
39362      Branch: maint-5.6/perl
39363           !> regexec.c t/op/re_tests
39364 ____________________________________________________________________________
39365 [  7329] By: gsar                                  on 2000/10/16  07:40:25
39366         Log: integrate change#6171 from mainline
39367              
39368              scalar() doesn't force scalar context when used in void context
39369              (from Simon Cozens)
39370      Branch: maint-5.6/perl
39371           !> op.c t/op/wantarray.t
39372 ____________________________________________________________________________
39373 [  7328] By: gsar                                  on 2000/10/16  07:39:33
39374         Log: integrate change#6170 from mainline
39375              
39376              change#6142 needs tweaks to tests to work where there's no
39377              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39378      Branch: maint-5.6/perl
39379           !> t/lib/filefind.t
39380 ____________________________________________________________________________
39381 [  7327] By: gsar                                  on 2000/10/16  07:35:34
39382         Log: integrate changes#6166..6168 from cfgperl
39383              
39384              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39385              in case somebody wants to write an extension for more
39386              shadow database interfaces.
39387              
39388              tweak todo
39389              
39390              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39391      Branch: maint-5.6/perl
39392           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39393           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
39394           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
39395           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39396           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39397           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39398 ____________________________________________________________________________
39399 [  7326] By: gsar                                  on 2000/10/16  07:29:05
39400         Log: integrate changes#6157,6159..6161,6164 from cfgperl
39401              
39402              Regen Configure to jive with #6149.
39403              
39404              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
39405              
39406              Changes for the File::Temp 0.08 (change #6159) test suite
39407              to fit better into the Perl distribution test framework.
39408              
39409              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
39410              both from Simon Cozens.
39411              
39412              detypo
39413      Branch: maint-5.6/perl
39414           +> pod/perlmodlib.PL pod/perlnewmod.pod
39415           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
39416           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
39417           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39418           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39419 ____________________________________________________________________________
39420 [  7325] By: gsar                                  on 2000/10/16  07:25:13
39421         Log: integrate change#6158 from vmsperl
39422              
39423              Add fallback to tmpfile for use in cases where user's relying on
39424              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
39425              Lane's patch)
39426      Branch: maint-5.6/perl
39427           !> vms/vms.c vms/vmsish.h
39428 ____________________________________________________________________________
39429 [  7324] By: gsar                                  on 2000/10/16  07:20:50
39430         Log: integrate changes#6153..6155 from mainline
39431              
39432              prettier Test::Harness output on failed tests (from Nicholas Clark
39433              <nick@Bagpuss.uk.boo.com>)
39434              
39435              avoid type mismatch warning
39436              
39437              small bug in change#6144; remove random \xA0 character that snuck
39438              in via change#6145
39439      Branch: maint-5.6/perl
39440           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
39441           !> perl.c
39442 ____________________________________________________________________________
39443 [  7323] By: gsar                                  on 2000/10/16  07:18:47
39444         Log: integrate changes#6151,6152 from mainline
39445              
39446              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39447              
39448              cosmetic fixups of RE debug output (from Ilya Zakharevich)
39449      Branch: maint-5.6/perl
39450           !> regexec.c
39451 ____________________________________________________________________________
39452 [  7322] By: gsar                                  on 2000/10/16  07:17:25
39453         Log: integrate changes#6146..6150 from mainline
39454              
39455              doc typo
39456              
39457              add a make entry to Config.pm so "perl -V:make" works on VMS
39458              (from Peter Prymmer)
39459              
39460              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39461              
39462              OS/2 tweaks for usethreads build (from Rocco Caputo
39463              <troc@netrus.net>)
39464              
39465              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39466      Branch: maint-5.6/perl
39467           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
39468           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
39469           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
39470           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
39471           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
39472           !> warnings.pl x2p/a2p.h
39473 ____________________________________________________________________________
39474 [  7321] By: gsar                                  on 2000/10/16  07:14:02
39475         Log: integrate changes#6143..6145 from mainline
39476              
39477              MacOS support, part 1 (from Matthias Neeracher
39478              <neeri@iis.ee.ethz.ch>)
39479              
39480              MacOS support, part 2: make AutoSplit use File::Spec instead
39481              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39482              <neeri@iis.ee.ethz.ch>)
39483              
39484              make xsubpp skip embedded pod (from Matthias Neeracher
39485              <neeri@iis.ee.ethz.ch>)
39486      Branch: maint-5.6/perl
39487           +> ext/DynaLoader/dl_mac.xs
39488           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39489           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39490           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
39491           !> pp_ctl.c proto.h toke.c util.c util.h
39492 ____________________________________________________________________________
39493 [  7320] By: gsar                                  on 2000/10/16  07:12:13
39494         Log: integrate changes#6141,6142 from mainline
39495              
39496              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39497              forwarded by Peter Seebach from the bsdi-users mailing list.
39498              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39499              
39500              File::Find fails to chdir when chasing symlinks (from
39501              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39502      Branch: maint-5.6/perl
39503           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
39504 ____________________________________________________________________________
39505 [  7319] By: gsar                                  on 2000/10/16  07:04:30
39506         Log: integrate change#6139 from mainline
39507              
39508              revise mktables.PL for bugs and newness in Unicode 3.0
39509              (from James Bence <jbence@amgen.com>)
39510      Branch: maint-5.6/perl
39511           +> (branch 30 files)
39512           !> (integrate 49 files)
39513 ____________________________________________________________________________
39514 [  7318] By: gsar                                  on 2000/10/16  07:01:01
39515         Log: integrate changes#6137,6138 from mainline
39516              
39517              fix bogus redeclaration warning for "our" variables in different
39518              scopes
39519              
39520              add note about the handling of negative indices to tied arrays
39521              (from Michael G Schwern <schwern@pobox.com>)
39522      Branch: maint-5.6/perl
39523           !> op.c pod/perltie.pod t/pragma/strict-vars
39524 ____________________________________________________________________________
39525 [  7317] By: gsar                                  on 2000/10/16  06:58:46
39526         Log: integrate changes#6127..6136 from mainline
39527              
39528              call_method(...,G_EVAL) can longjmp() out if the method probing
39529              failed (from Gisle Aas)
39530              
39531              new perlxstut example for passing/returning refs to arrays
39532              (from David Lowe <dlowe@pootpoot.com>)
39533              
39534              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
39535              
39536              fix places that mean C<"word" character> but say C<alphanumeric
39537              character>
39538              
39539              avoid warnings in POSIX.pm (from Barrie Slaymaker)
39540              
39541              warnings::enabled() doesn't fall back to looking at $^W if
39542              caller isn't using lexical warnings (from Paul Marquess)
39543              
39544              elide bogus test in change#6132
39545              
39546              make Test::Harness use wait.h/WCOREDUMP if available
39547              (from Ben Tilly <ben_tilly@hotmail.com>)
39548              
39549              enable Test::Harness to dynamically determine column width etc.
39550              (from Rob Napier <rnapier@employees.org>)
39551              
39552              random pod typos (from Peter Scott <Peter@PSDT.com>)
39553      Branch: maint-5.6/perl
39554           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
39555           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
39556           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
39557           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
39558 ____________________________________________________________________________
39559 [  7316] By: gsar                                  on 2000/10/16  06:53:23
39560         Log: integrate change#6126 from mainline
39561              
39562              change#2879 broke rvalue autovivification of magicals such as
39563              ${$num} (reworked variant of patch suggested by Simon Cozens)
39564      Branch: maint-5.6/perl
39565           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
39566           !> pp_hot.c proto.h t/op/gv.t
39567 ____________________________________________________________________________
39568 [  7315] By: gsar                                  on 2000/10/16  06:51:38
39569         Log: integrate changes#6123,6125 from mainline
39570              
39571              clarify gotcha with #line directives (from Rocco Caputo
39572              <troc@netrus.net>)
39573              
39574              enable propagating exception objects via Perl_croak() in XS code
39575              (from Gisle Aas)
39576      Branch: maint-5.6/perl
39577           !> pod/perldebug.pod pod/perlsyn.pod util.c
39578 ____________________________________________________________________________
39579 [  7314] By: gsar                                  on 2000/10/16  06:49:28
39580         Log: integrate change#6122 from mainline
39581              
39582              downgrade fatal error on C<"foo@nosucharray.com"> to optional
39583              warning (from Mark-Jason Dominus)
39584      Branch: maint-5.6/perl
39585           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
39586           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
39587           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
39588           !> toke.c
39589 ____________________________________________________________________________
39590 [  7313] By: gsar                                  on 2000/10/16  06:46:54
39591         Log: integrate changes#6112..6121 from vmsperl
39592              
39593              Check for existence of file before trying to delete
39594              
39595              Ugly workaround for version-specific RTL error
39596              
39597              Urk -- undo previous removal of vmsish 'exit' change
39598              
39599              Add bounds checking for several strings (Charles Lane)
39600              
39601              Miscellaneous cosmetic fixes (Charles Lane)
39602              
39603              Treat sockets as special in sys(read|write) (Charles Lane et al.)
39604              
39605              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
39606              Flatten case labels in switch statements uniformly (Charles Bailey)
39607              
39608              Quiet error messages in vmsish.t (Charles Lane)
39609              
39610              Add missing escape (Charles Lane)
39611              
39612              Allow eliminate_macros() and fixpath() to handle space-delimited
39613              lists (based on fixes by Craig Berry)
39614      Branch: maint-5.6/perl
39615           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
39616           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
39617           !> vms/vmsish.h
39618 ____________________________________________________________________________
39619 [  7312] By: gsar                                  on 2000/10/16  06:41:18
39620         Log: integrate changes#6107,6110 from cfgperl
39621              
39622              Tweak the todo list.
39623              
39624              todo tweak
39625      Branch: maint-5.6/perl
39626           !> Todo-5.6
39627 ____________________________________________________________________________
39628 [  7311] By: gsar                                  on 2000/10/16  06:38:38
39629         Log: integrate changes#6104,6108 from mainline
39630              
39631              PL_sys_intern was being initialized too late on windows
39632              
39633              reenable fake signal handling on Windows, bugs and all
39634      Branch: maint-5.6/perl
39635           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
39636           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
39637           !> win32/win32.c
39638 ____________________________________________________________________________
39639 [  7310] By: gsar                                  on 2000/10/16  06:36:03
39640         Log: integrate changes#6095,6097..6103 from cfgperl
39641              
39642              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
39643              might be useful in future.
39644              
39645              Add a note about possible compilation problems from Allen Smith.
39646              
39647              Add a note about other, yet unsupported, shadow password APIs.
39648              
39649              Tweaks for the cc bugs from Allen Smith.
39650              
39651              More compilation tweakery from Allen Smith.
39652              
39653              Hints and test tweaks for Unicos.
39654              
39655              The test suite tweak in #6101 wasn't quite right.
39656              
39657              Test tweaking for Unicos continues.
39658      Branch: maint-5.6/perl
39659           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39660           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
39661           !> t/lib/complex.t t/op/64bitint.t
39662 ____________________________________________________________________________
39663 [  7309] By: gsar                                  on 2000/10/16  06:29:41
39664         Log: integrate changes#6093,6094 from mainline
39665              
39666              fork() failure to create pseudo process sets errno=EAGAIN and returns
39667              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
39668              
39669              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
39670      Branch: maint-5.6/perl
39671           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
39672           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
39673 ____________________________________________________________________________
39674 [  7308] By: gsar                                  on 2000/10/16  06:27:29
39675         Log: integrate change#6092 from cfgperl
39676              
39677              Regen perltoc with the fixed buildtoc.
39678      Branch: maint-5.6/perl
39679           !> pod/perltoc.pod
39680 ____________________________________________________________________________
39681 [  7307] By: gsar                                  on 2000/10/16  06:26:40
39682         Log: integrate changes#6089,6090 from mainline
39683              
39684              buildtoc tweak to fix newline lossage
39685              
39686              concat doesn't preserve utf8-ness, and doesn't invalidate
39687              [NI]OK; added tests for both
39688      Branch: maint-5.6/perl
39689           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
39690 ____________________________________________________________________________
39691 [  7306] By: gsar                                  on 2000/10/16  06:24:05
39692         Log: integrate change#6088 from cfgperl
39693              
39694              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
39695              because we do not use those.  The HAS_GETSPNAM remains,
39696              though, because we still do use that.
39697      Branch: maint-5.6/perl
39698           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39699           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
39700           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
39701           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39702           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39703           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39704 ____________________________________________________________________________
39705 [  7305] By: gsar                                  on 2000/10/16  06:15:52
39706         Log: integrate changes#6084,6085,6087 from mainline
39707              
39708              substr() does not preserve utf8-ness (from Stefan Eissing
39709              <Eissing@medicaldataservice.de>); added tests
39710              
39711              repeat operator (x) doesn't preserve utf8-ness
39712              
39713              reverse() and quotemeta() weren't preserving utf8-ness; add tests
39714      Branch: maint-5.6/perl
39715           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
39716 ____________________________________________________________________________
39717 [  7304] By: gsar                                  on 2000/10/16  06:13:10
39718         Log: integrate changes#6077..6083 from mainline
39719              
39720              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
39721              and Tom Phoenix)
39722              
39723              workaround for CRT bug in chdir() (from Charles Lane, via
39724              Peter Prymmer)
39725              
39726              remove outdated kludge in Carp (NULLs are permitted in diagnostics
39727              now)
39728              
39729              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
39730              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39731              
39732              better default perlbug categories for ok reports (from Richard Foley)
39733              
39734              peek.t non-portable to ithreads
39735              
39736              note about undocumented caller() return value (from M.J.T. Guy);
39737              yet another peek.t tweak
39738      Branch: maint-5.6/perl
39739           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39740           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39741           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
39742           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
39743           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
39744           !> vms/vmsish.h
39745 ____________________________________________________________________________
39746 [  7303] By: gsar                                  on 2000/10/16  06:03:18
39747         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
39748              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
39749              
39750              &HUGE_VAL is not defined, it exists.
39751              
39752              Do not warn that an infinity does not look like a number.
39753              
39754              Rewrite the pwent/spent logic to be a little bit more clearer.
39755              
39756              Continue on the pwent/spent case.
39757              
39758              Correct Freudian slip.
39759              
39760              Use HUGE_VALL if applicable.
39761              
39762              pwent/spent #ifdef imbalance.
39763              
39764              Infinite problems.
39765              
39766              Call getspnam() only iff needd.
39767              
39768              Test both the scalar and list contexts.
39769              
39770              Use setxxent()/endxxent().
39771              
39772              Complex tweakery.
39773              
39774              Unicos hint tweak.
39775              
39776              Be more forgiving in POSIX about HUGE_VALL.
39777              
39778              Detypo.
39779              
39780              The search of infinity continues, this time simplified.
39781              
39782              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
39783              in natively 64-bit platforms where a long is a quad (no need
39784              for long longs).  Also added bias for IVs.
39785              
39786              Complex tweaks.
39787              
39788              Introduce t/lib/peek.t.
39789              
39790              Make the test more portable.
39791      Branch: maint-5.6/perl
39792           +> t/lib/peek.t
39793            ! pp_sys.c
39794           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
39795           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
39796           !> t/op/pwent.t toke.c util.c
39797 ____________________________________________________________________________
39798 [  7302] By: gsar                                  on 2000/10/16  05:03:37
39799         Log: integrate changes#6066..6071 from mainline
39800              
39801              s/END/CHECK/
39802              
39803              replace direct call to sighandler() with (*PL_sighandlerp)()
39804              
39805              note about values()
39806              
39807              File::Spec compatibility update (from Barrie Slaymaker
39808              <barries@slaysys.com>)
39809              
39810              remove misleading comment (from M.J.T. Guy)
39811              
39812              misformatted perllocal.pod (from Tim Jenness
39813              <t.jenness@jach.hawaii.edu>)
39814      Branch: maint-5.6/perl
39815           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39816           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39817           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
39818           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
39819 ____________________________________________________________________________
39820 [  7301] By: gsar                                  on 2000/10/16  05:00:08
39821         Log: integrate changes#6061..6063 from mainline
39822              
39823              change#5921 neglected to make eq honor "use bytes"
39824              
39825              additional tests for utf8.t
39826              
39827              tokeq() could read unallocated field in argument
39828      Branch: maint-5.6/perl
39829           !> sv.c t/pragma/utf8.t toke.c
39830 ____________________________________________________________________________
39831 [  7300] By: gsar                                  on 2000/10/16  04:56:54
39832         Log: integrate changes#6046,6048,6057,6058 from mainline
39833              
39834              libscheck has insufficient checks for n32 libs (from
39835              Albert Chin-A-Young <china@thewrittenword.com>)
39836              
39837              add note about how $( doesn't interpolate in REs (from
39838              Philip Newton <newton@ficus.frogspace.net>)
39839              
39840              fix broken parsing of /\x{ab}/
39841              
39842              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
39843              (spotted by Donald Kinzer <dkinzer@premia.com>)
39844      Branch: maint-5.6/perl
39845           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
39846           !> t/pragma/utf8.t
39847 ____________________________________________________________________________
39848 [  7299] By: gsar                                  on 2000/10/16  04:52:50
39849         Log: integrate change#6044 from mainline
39850              
39851              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
39852              such that underscores are only ignored in literal numbers,
39853              "\x{...}", and hex/oct argument
39854      Branch: maint-5.6/perl
39855           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
39856 ____________________________________________________________________________
39857 [  7298] By: gsar                                  on 2000/10/16  04:50:53
39858         Log: integrate changes#6027..6043 from mainline
39859              
39860              podlators-1.02 update (from Russ Allbery)
39861              
39862              Pod::Man generates groff-incompatible macro definition (from
39863              Tom Christiansen)
39864              
39865              add CGI.pm v2.66 (from Lincoln Stein)
39866              
39867              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
39868              for @- and @+ (from Johan Vromans)
39869              
39870              small nits in diagnostics.pm (from Robin Barker)
39871              
39872              whitespace adjustments
39873              
39874              missing files in MANIFEST
39875              
39876              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
39877              to compensate
39878              
39879              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
39880              
39881              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
39882      Branch: maint-5.6/perl
39883           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
39884           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
39885           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
39886           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
39887           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
39888           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
39889           !> t/lib/cgi-html.t t/lib/cgi-request.t
39890 ____________________________________________________________________________
39891 [  7297] By: gsar                                  on 2000/10/16  04:44:30
39892         Log: integrate change#6025 from mainline
39893              
39894              Is{Alnum,Alpha,Word} don't match titlecase
39895              TODO: IsSpace is defined recursively!
39896              (both spotted by Larry)
39897      Branch: maint-5.6/perl
39898           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39899           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39900 ____________________________________________________________________________
39901 [  7296] By: gsar                                  on 2000/10/16  04:39:30
39902         Log: integrate change#6023 from mainline
39903              
39904              debugger stomps on $. (from M.J.T. Guy)
39905      Branch: maint-5.6/perl
39906           !> lib/perl5db.pl
39907 ____________________________________________________________________________
39908 [  7295] By: gsar                                  on 2000/10/16  04:38:02
39909         Log: integrate change#6022 from mainline
39910              
39911              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
39912      Branch: maint-5.6/perl
39913           !> sv.c
39914 ____________________________________________________________________________
39915 [  7294] By: gsar                                  on 2000/10/16  04:37:05
39916         Log: integrate changes#6018..6021 from mainline
39917              
39918              make lib/syslog.t portable to systems that don't have _PATH_LOG,
39919              make _PATH_LOG() return "" if unavailable
39920              
39921              windows portability tweaks
39922              
39923              test tweak
39924              
39925              remove Win2K issue in pod (fixed by change#6020)
39926      Branch: maint-5.6/perl
39927           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
39928           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
39929           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
39930 ____________________________________________________________________________
39931 [  7293] By: gsar                                  on 2000/10/16  04:20:00
39932         Log: integrate changes#6013..6015 from mainline
39933              
39934              tweak change#5945 to display correct switch name in diagnostic
39935              
39936              glob() loading File::Glob behind the scenes may cause syntax errors
39937              
39938              tweak test for portability
39939      Branch: maint-5.6/perl
39940           !> op.c perl.c pod/perldiag.pod t/lib/b.t
39941 ____________________________________________________________________________
39942 [  7292] By: gsar                                  on 2000/10/16  04:18:11
39943         Log: integrate changes#6005..6010 from mainline, cfgperl
39944              
39945              perldoc might fail via "use blib" (from Hugo van der Sanden)
39946              
39947              Regen Configure.
39948              
39949              note about compile failures and END blocks (from M.J.T. Guy)
39950              
39951              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
39952              
39953              (change#6009 integrated earlier in change#7255)
39954              
39955              clarify note about shadow password support (from
39956              gellyfish@gellyfish.com)
39957      Branch: maint-5.6/perl
39958           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39959           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
39960           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
39961 ____________________________________________________________________________
39962 [  7291] By: gsar                                  on 2000/10/16  04:12:03
39963         Log: integrate changes#6002,6003 from mainline
39964              
39965              destructive sv_setsv() can lose UV-ness from source, causing
39966              numeric promotions/comparisons to fail to do the right thing
39967              
39968              allow REG_EXPAND_SZ keys in Windows registry (from
39969              John Clayton <John.Clayton@barclayscapital.com>)
39970      Branch: maint-5.6/perl
39971           !> sv.c win32/win32.c
39972 ____________________________________________________________________________
39973 [  7290] By: gsar                                  on 2000/10/16  04:10:19
39974         Log: integrate change#6001 from mainline
39975              
39976              support additional library locations via $Config{otherlibdirs}
39977              (from Andy Dougherty)
39978      Branch: maint-5.6/perl
39979           !> Configure INSTALL Porting/Glossary Porting/config.sh
39980           !> Porting/config_H config_h.SH epoc/config.sh perl.c
39981           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
39982           !> win32/config.bc win32/config.gc win32/config.vc
39983 ____________________________________________________________________________
39984 [  7289] By: gsar                                  on 2000/10/16  04:08:28
39985         Log: integrate change#5999 from mainline
39986              
39987              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
39988      Branch: maint-5.6/perl
39989           !> t/pragma/warn/toke toke.c
39990 ____________________________________________________________________________
39991 [  7288] By: gsar                                  on 2000/10/16  04:07:01
39992         Log: integrate changes#5997,5998 from cfgperl
39993              
39994              Preserve $!.
39995              
39996              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
39997      Branch: maint-5.6/perl
39998           !> lib/Math/Complex.pm
39999 ____________________________________________________________________________
40000 [  7287] By: gsar                                  on 2000/10/16  04:04:37
40001         Log: integrate change#5995 from mainline
40002              
40003              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40004      Branch: maint-5.6/perl
40005           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40006 ____________________________________________________________________________
40007 [  7286] By: gsar                                  on 2000/10/16  04:03:21
40008         Log: integrate change#5994 from mainline
40009              
40010              fix for missed accounting for null byte in pack("Z",...) (from
40011              M.J.T. Guy)
40012      Branch: maint-5.6/perl
40013           !> pp.c t/op/pack.t
40014 ____________________________________________________________________________
40015 [  7285] By: gsar                                  on 2000/10/16  04:02:11
40016         Log: integrate changes#5989..5993 from mainline
40017              
40018              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40019              itself and no other (from Tom Hughes)
40020              
40021              use $ENV{LIB} to search for libs under Visual C compiler
40022              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40023              
40024              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40025              
40026              pod nit (from Simon Cozens)
40027              
40028              various minor tweaks seen on p5p
40029      Branch: maint-5.6/perl
40030           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
40031           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
40032           !> t/op/array.t toke.c
40033 ____________________________________________________________________________
40034 [  7284] By: gsar                                  on 2000/10/16  03:59:00
40035         Log: integrate changes#5978..5988 from mainline
40036              
40037              sync version numbers in File::Spec with the ones on CPAN
40038              (from Barrie Slaymaker)
40039              
40040              under useithreads, constant pad entries could inadvertantly be
40041              shared across threads (from Eric Blood <eblood@xmission.com>);
40042              added Eric's test case to testsuite
40043              
40044              allow Configure -S to run non-interactively (spotted by Greg Hudson
40045              <ghudson@mit.edu>)
40046              
40047              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40048              prototype mismatch with CORE::glob(); update pod and tests to
40049              suit (File::Glob::glob() is still available for backward
40050              compatibility, but should be considered deprecated)
40051              
40052              avoid error in IO::Socket::INET when given an unknown service name
40053              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40054              
40055              numeric conversion of non-number in change#3378 tramples on
40056              OOK offset, causing segfaults
40057              
40058              attributes::reftype() doesn't work on tied argument
40059              
40060              forked child may not exit correctly if it failed to open
40061              /dev/console (from Graham Barr)
40062              
40063              add regular expressions tutorial and quick-start guide (from
40064              Mark Kvale <kvale@phy.ucsf.edu>)
40065              
40066              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40067              
40068              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40069              <paul@miraclefish.com>)
40070      Branch: maint-5.6/perl
40071           +> pod/perlrequick.pod pod/perlretut.pod
40072           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
40073           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
40074           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
40075           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
40076           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40077           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40078           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
40079           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
40080 ____________________________________________________________________________
40081 [  7283] By: gsar                                  on 2000/10/16  03:52:14
40082         Log: integrate change#5977 from mainline
40083              
40084              autoquote barewords followed by newline and arrow properly
40085              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40086      Branch: maint-5.6/perl
40087           !> t/pragma/warn/toke toke.c
40088 ____________________________________________________________________________
40089 [  7282] By: gsar                                  on 2000/10/16  03:50:48
40090         Log: integrate change#5976 from mainline
40091              
40092              DB_File v1.73 update (from Paul Marquess)
40093      Branch: maint-5.6/perl
40094           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40095           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
40096 ____________________________________________________________________________
40097 [  7281] By: gsar                                  on 2000/10/16  03:49:14
40098         Log: integrate change#5975 from mainline
40099              
40100              allow sort() reentrancy (variant of patch suggested by
40101              Hugo van der Sanden)
40102      Branch: maint-5.6/perl
40103           !> pp_ctl.c t/op/sort.t
40104 ____________________________________________________________________________
40105 [  7280] By: gsar                                  on 2000/10/16  03:48:22
40106         Log: integrate change#5974 from mainline
40107              
40108              change#4197 somehow missed initializing PL_errors, meaning
40109              syntax error queueing wasn't working outside eval"" at all;
40110              also fixed eval"" to localize PL_error_count, so that compile-time
40111              eval's don't clobber the error state of the outer context
40112      Branch: maint-5.6/perl
40113           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40114           !> t/pragma/warn/toke
40115 ____________________________________________________________________________
40116 [  7279] By: gsar                                  on 2000/10/16  03:46:21
40117         Log: integrate change#5973 from mainline
40118              
40119              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40120      Branch: maint-5.6/perl
40121           !> regcomp.c regexec.c t/op/re_tests
40122 ____________________________________________________________________________
40123 [  7278] By: gsar                                  on 2000/10/16  03:44:54
40124         Log: integrate change#5971 from cfgperl
40125              
40126              Unicos tweaks from Mark P. Lutz.
40127      Branch: maint-5.6/perl
40128           !> hints/unicos.sh lib/Math/Complex.pm
40129 ____________________________________________________________________________
40130 [  7277] By: gsar                                  on 2000/10/16  03:42:59
40131         Log: integrate changes#5966..5970 from mainline
40132              
40133              add testsuite for B backends, fix bug in B::Deparse (from
40134              Simon Cozens <simon@brecon.co.uk>)
40135              
40136              improved docs on the warn_uninit diagnostic (from David Glasser
40137              and Simon Cozens)
40138              
40139              tolerate spaces in group names in test on solaris (from David Boyce
40140              <dsb@boyski.com>)
40141              
40142              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40143              
40144              Data::Dumper fumbles negative numbers on 32-bit platforms where
40145              IV is >32bits
40146      Branch: maint-5.6/perl
40147           +> t/lib/b.t t/lib/syslog.t
40148           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40149           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
40150           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
40151 ____________________________________________________________________________
40152 [  7276] By: gsar                                  on 2000/10/16  03:39:30
40153         Log: integrate change#5965 from mainline
40154              
40155              avoid "will not stay shared" warnings for our variables (from
40156              Robin Barker)
40157      Branch: maint-5.6/perl
40158           !> op.c t/pragma/warn/op
40159 ____________________________________________________________________________
40160 [  7275] By: gsar                                  on 2000/10/16  03:38:18
40161         Log: integrate change#5964 from mainline
40162              
40163              reformat to 72 columns (again)
40164      Branch: maint-5.6/perl
40165           !> pod/perldiag.pod
40166 ____________________________________________________________________________
40167 [  7274] By: gsar                                  on 2000/10/16  03:36:58
40168         Log: integrate change#5963 from mainline
40169              
40170              patch from Larry to make (\&) prototype work; added tests for
40171              the same
40172      Branch: maint-5.6/perl
40173           !> op.c t/comp/proto.t
40174 ____________________________________________________________________________
40175 [  7273] By: gsar                                  on 2000/10/16  03:35:51
40176         Log: integrate changes#5956..5962 from mainline
40177              
40178              better diagnostics on failed tests (from Ilya Zakharevich)
40179              
40180              pod nits (from A. C. Yardley <yardley@tanet.net>)
40181              
40182              change#3569 deleted some essential code, revert; avoid use of
40183              atexit() to make DynaLoader work properly on AIX under mod_perl
40184              (from Jens-Uwe Mager <jum@helios.de>)
40185              
40186              doubled words in pods (from Simon Cozens
40187              <simon.p.cozens@jp.pwcglobal.com>)
40188              
40189              better INSTALL notes on Solaris issues (from Dominic Dunlop)
40190              
40191              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40192              
40193              updated README.hpux (from Jeff Okamoto)
40194      Branch: maint-5.6/perl
40195           !> INSTALL README.hpux emacs/cperl-mode.el
40196           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
40197           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
40198           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40199           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
40200           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
40201           !> t/op/lex_assign.t
40202 ____________________________________________________________________________
40203 [  7272] By: gsar                                  on 2000/10/16  03:31:22
40204         Log: integrate change#5955 from mainline
40205              
40206              longstanding bug exposed by change#3307: sort arguments weren't
40207              compiled with the right wantarray context (ensuing runtime lookup
40208              via block_gimme() was getting the incidental context of the
40209              sort() itself)
40210      Branch: maint-5.6/perl
40211           !> op.c t/op/sort.t
40212 ____________________________________________________________________________
40213 [  7271] By: gsar                                  on 2000/10/16  03:29:11
40214         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
40215              branch
40216              
40217              Flatten the cpp jungle doing the nosuid checking.
40218              
40219              Do not assume sign propagation. (from M.J.T. Guy)
40220              
40221              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
40222              
40223              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40224              Now pp_ncmp() returns undef is either operand is a NaN.
40225              
40226              On second thoughts frexp() does have two arguments.
40227              
40228              Document that tr() is not tr(1).
40229              
40230              Be more robust on "extreme" (large absolute value)
40231              arguments.  Originally reported by Daniel Connelly
40232              as a problem with asinh() on large negative arguments,
40233              asinh() used to bail out because an argument to log()
40234              ended up being zero.  Ilya Zakharevich proposed using
40235              Taylor's series in such cases, which for such large
40236              arguments is a very good approximation.
40237              
40238              Undo "use integer" addition from 64bitint as it seems
40239              to break most of the subtests in Digital UNIX;
40240              Unicos needs to find another way.
40241      Branch: maint-5.6/perl
40242           !> (integrate 29 files)
40243 ____________________________________________________________________________
40244 [  7270] By: gsar                                  on 2000/10/16  03:09:44
40245         Log: integrate changes#5948,5949,5950 from mainline
40246              
40247              typo in vars.pm that leads to cryptic message (from Piotr
40248              Piatkowski <kompas@kompas.usr.onet.pl>)
40249              
40250              make perldoc use the pod2man from the same version (from
40251              M.J.T. Guy)
40252              
40253              reformat perldiag to avoid long lines
40254      Branch: maint-5.6/perl
40255           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
40256 ____________________________________________________________________________
40257 [  7269] By: gsar                                  on 2000/10/16  03:05:54
40258         Log: integrate change#5947 from mainline
40259              
40260              use &dl_error rather than &dl_load_file as the guard for calling
40261              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
40262              statically built perl)
40263      Branch: maint-5.6/perl
40264           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40265 ____________________________________________________________________________
40266 [  7268] By: gsar                                  on 2000/10/16  03:04:48
40267         Log: integrate change#5945 from mainline
40268              
40269              make module name mandatory after -M switch; reorder perldiag
40270              alphabetically (from Mark-Jason Dominus)
40271      Branch: maint-5.6/perl
40272           !> perl.c pod/perldiag.pod
40273 ____________________________________________________________________________
40274 [  7267] By: gsar                                  on 2000/10/16  03:03:01
40275         Log: integrate change#5939 from mainline
40276              
40277              more pod nits (from Larry Virden)
40278      Branch: maint-5.6/perl
40279           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
40280           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
40281           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
40282 ____________________________________________________________________________
40283 [  7266] By: gsar                                  on 2000/10/16  03:01:39
40284         Log: integrate change#5938 from mainline
40285              
40286              Consolidated B::Deparse fixes (from Stephen McCamant)
40287      Branch: maint-5.6/perl
40288           !> ext/B/B/Deparse.pm
40289 ____________________________________________________________________________
40290 [  7265] By: gsar                                  on 2000/10/16  03:00:43
40291         Log: integrate change#5936 from mainline
40292              
40293              additional tests for change#7263 (from Paul Marquess)
40294      Branch: maint-5.6/perl
40295           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
40296           !> t/pragma/warn/5nolint t/pragma/warn/6default
40297 ____________________________________________________________________________
40298 [  7264] By: gsar                                  on 2000/10/16  02:58:34
40299         Log: integrate change#5934 from mainline
40300              
40301              propagate lexical warnings from surrounding scope correctly
40302              within string eval() (from Paul Marquess)
40303      Branch: maint-5.6/perl
40304           !> pp_ctl.c t/pragma/warn/pp_ctl
40305 ____________________________________________________________________________
40306 [  7263] By: gsar                                  on 2000/10/16  02:56:53
40307         Log: integrate change#5932 from mainline
40308              
40309              add rsignal(), whichsig() and do_join() to public API list
40310              (mod_perl uses them to good advantage)
40311      Branch: maint-5.6/perl
40312           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
40313 ____________________________________________________________________________
40314 [  7262] By: gsar                                  on 2000/10/16  02:55:53
40315         Log: integrate change#5931 from mainline
40316              
40317              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
40318      Branch: maint-5.6/perl
40319           !> pp_hot.c regexec.c t/op/pat.t
40320 ____________________________________________________________________________
40321 [  7261] By: gsar                                  on 2000/10/16  02:55:01
40322         Log: integrate change#5930 from mainline
40323              
40324              small os390 tweaks (from Peter Prymmer)
40325      Branch: maint-5.6/perl
40326           !> config_h.SH makedepend.SH
40327 ____________________________________________________________________________
40328 [  7260] By: gsar                                  on 2000/10/16  02:54:10
40329         Log: integrate change#5929 from mainline
40330              
40331              pod nits
40332      Branch: maint-5.6/perl
40333           !> pod/perlguts.pod
40334 ____________________________________________________________________________
40335 [  7259] By: gsar                                  on 2000/10/16  02:52:55
40336         Log: integrate change#5927 from mainline
40337              
40338              arrange for next() to resume at the unstack op rather than the
40339              loop conditional, so that scope cleanup happens correctly
40340              (from Stephen McCamant)
40341      Branch: maint-5.6/perl
40342           !> op.c pp_ctl.c t/op/misc.t
40343 ____________________________________________________________________________
40344 [  7258] By: gsar                                  on 2000/10/16  02:51:38
40345         Log: integrate change#5926 from mainline
40346              
40347              on windows, reserve 16M of stack rather than 128M (allows more
40348              threads to run concurrently)
40349      Branch: maint-5.6/perl
40350           !> win32/Makefile win32/makefile.mk
40351 ____________________________________________________________________________
40352 [  7257] By: gsar                                  on 2000/10/16  02:50:37
40353         Log: integrate change#5925 from mainline
40354              
40355              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40356      Branch: maint-5.6/perl
40357           !> toke.c
40358 ____________________________________________________________________________
40359 [  7256] By: gsar                                  on 2000/10/16  02:49:36
40360         Log: integrate change#5924 from mainline
40361              
40362              avoid using uninitialized memory in require version check
40363      Branch: maint-5.6/perl
40364           !> pp_ctl.c universal.c
40365 ____________________________________________________________________________
40366 [  7255] By: gsar                                  on 2000/10/16  02:48:03
40367         Log: integrate changes#5923,5928,6009 from mainline
40368              
40369              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40370      Branch: maint-5.6/perl
40371           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40372 ____________________________________________________________________________
40373 [  7254] By: gsar                                  on 2000/10/16  02:44:46
40374         Log: integrate change#5922 from mainline
40375              
40376              commentary about IoTYPE() (from Nathan Torkington)
40377      Branch: maint-5.6/perl
40378           !> sv.h
40379 ____________________________________________________________________________
40380 [  7253] By: gsar                                  on 2000/10/16  02:43:49
40381         Log: integrate change#5921 from mainline
40382              
40383              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40384      Branch: maint-5.6/perl
40385           !> sv.c t/lib/charnames.t t/pragma/utf8.t
40386 ____________________________________________________________________________
40387 [  7252] By: gsar                                  on 2000/10/16  02:42:31
40388         Log: integrate change#5920 from mainline
40389              
40390              Larry's fix for buggy propagation of utf8-ness in join(); add test
40391      Branch: maint-5.6/perl
40392           !> doop.c t/op/ver.t
40393 ____________________________________________________________________________
40394 [  7251] By: gsar                                  on 2000/10/16  02:41:14
40395         Log: integrate changes#5915..5919 from mainline
40396              
40397              various (pod tweaks &c)
40398      Branch: maint-5.6/perl
40399           !> (integrate 33 files)
40400 ____________________________________________________________________________
40401 [  7250] By: gsar                                  on 2000/10/16  02:38:16
40402         Log: integrate change#5914 from mainline
40403              
40404              caller() wasn't returning the right number of elements for
40405              eval {...}
40406      Branch: maint-5.6/perl
40407           !> pp_ctl.c t/pragma/warn/9enabled
40408 ____________________________________________________________________________
40409 [  7249] By: gsar                                  on 2000/10/16  02:37:02
40410         Log: integrate change#5913 from mainline
40411              
40412              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
40413              (from Mark-Jason Dominus)
40414      Branch: maint-5.6/perl
40415           !> pod/perlfunc.pod
40416 ____________________________________________________________________________
40417 [  7248] By: gsar                                  on 2000/10/16  02:35:58
40418         Log: integrate change#5912 from mainline
40419              
40420              fix totally broken caching in UNIVERSAL::isa() (from
40421              Nick Ing-Simmons)
40422      Branch: maint-5.6/perl
40423           !> t/op/universal.t universal.c
40424 ____________________________________________________________________________
40425 [  7247] By: gsar                                  on 2000/10/16  02:34:27
40426         Log: integrate changes#5910,5911 from mainline
40427              
40428              typo in pod
40429              
40430              add linebreak properties from unicode/LineBrk.txt (from
40431              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
40432      Branch: maint-5.6/perl
40433           +> (branch 29 files)
40434           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
40435 ____________________________________________________________________________
40436 [  7246] By: gsar                                  on 2000/10/16  02:33:29
40437         Log: integrate change#5909 from mainline
40438              
40439              mode argument to do_binmode() should be file mode, not boolean
40440      Branch: maint-5.6/perl
40441           !> pp_sys.c
40442 ____________________________________________________________________________
40443 [  7245] By: gsar                                  on 2000/10/16  02:31:04
40444         Log: integrate change#5908 from mainline
40445              
40446              introduce illegal symbols into null package so that
40447              gv_fetchpv(...,TRUE) always returns a valid GV even when the
40448              symbol is trapped by strictures (avoids coredumps)
40449      Branch: maint-5.6/perl
40450           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
40451           !> t/pragma/strict-vars
40452 ____________________________________________________________________________
40453 [  7244] By: jhi                                   on 2000/10/16  02:29:54
40454         Log: Subject: $Carp::ExportLevel confusion in Exporter
40455              From: "Ben Tilly" <ben_tilly@hotmail.com>
40456              Date: Sat, 14 Oct 2000 16:44:34 EDT
40457              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
40458      Branch: perl
40459            ! lib/Exporter/Heavy.pm
40460 ____________________________________________________________________________
40461 [  7243] By: jhi                                   on 2000/10/16  02:28:33
40462         Log: Subject: [PATCH perlguts.pod] Document offset hack
40463              From: Simon Cozens <simon@cozens.net>
40464              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
40465              Date: Sat, 14 Oct 2000 19:32:25 +0100
40466      Branch: perl
40467            ! pod/perlguts.pod
40468 ____________________________________________________________________________
40469 [  7242] By: gsar                                  on 2000/10/16  02:26:51
40470         Log: integrate changes#5905,5906,5907,6064 from mainline
40471              
40472              printf/sprintf didn't get quad types right under use64bitint
40473      Branch: maint-5.6/perl
40474           !> pp_sys.c sv.c t/op/64bitint.t
40475 ____________________________________________________________________________
40476 [  7241] By: jhi                                   on 2000/10/16  02:22:44
40477         Log: Subject: small pod patch
40478              From: Dan Boorstein <dan_boo@bellsouth.net>
40479              Date: Sat, 14 Oct 2000 14:29:24 -0400
40480              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
40481      Branch: perl
40482            ! pod/perlfaq7.pod pod/perlmod.pod
40483 ____________________________________________________________________________
40484 [  7240] By: jhi                                   on 2000/10/16  02:13:46
40485         Log: -w cleanup.
40486              
40487              Subject: Re: Problems with bleadperl 
40488              From: "Stephen P. Potter" <spp@ds.net>
40489              Date: Fri, 13 Oct 2000 13:32:49 -0400
40490              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
40491      Branch: perl
40492            ! t/pragma/overload.t
40493 ____________________________________________________________________________
40494 [  7239] By: jhi                                   on 2000/10/16  01:41:18
40495         Log: One more ~utf8 tweak.
40496      Branch: perl
40497            ! t/op/bop.t
40498 ____________________________________________________________________________
40499 [  7238] By: jhi                                   on 2000/10/16  01:34:14
40500         Log: Tweak the test of #7235.
40501      Branch: perl
40502            ! t/op/bop.t
40503 ____________________________________________________________________________
40504 [  7237] By: jhi                                   on 2000/10/16  01:25:04
40505         Log: Fix a couple of compiler-noted nits in #7235.
40506      Branch: perl
40507            ! pp.c
40508 ____________________________________________________________________________
40509 [  7236] By: jhi                                   on 2000/10/16  01:22:46
40510         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
40511      Branch: perl
40512            ! pp.c pp_hot.c
40513 ____________________________________________________________________________
40514 [  7235] By: jhi                                   on 2000/10/15  16:24:44
40515         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
40516              
40517              From: Simon Cozens <simon@cozens.net>
40518              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
40519              Date: Sat, 14 Oct 2000 20:52:13 +0100
40520              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
40521      Branch: perl
40522            ! pp.c t/op/bop.t utf8.h
40523 ____________________________________________________________________________
40524 [  7234] By: jhi                                   on 2000/10/15  15:19:29
40525         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
40526              The problem was that rx->minlen was in chars while pp_split()
40527              thought it would be in bytes. 
40528      Branch: perl
40529            ! pp.c t/pragma/utf8.t
40530 ____________________________________________________________________________
40531 [  7233] By: jhi                                   on 2000/10/14  20:24:24
40532         Log: Document FNCASE=y as discussed in the bug 20000902.009.
40533      Branch: perl
40534            ! README.dos
40535 ____________________________________________________________________________
40536 [  7232] By: jhi                                   on 2000/10/14  18:52:21
40537         Log: Add test for bug id 20000427.003 (which seems to have
40538              been fixed) (also duplicate as 20000427.004, though
40539              with a higher severity).  Move one utf8 from op/append
40540              to pragma/utf8, tag the tests with bug ids.
40541      Branch: perl
40542            ! t/op/append.t t/pragma/utf8.t
40543 ____________________________________________________________________________
40544 [  7231] By: jhi                                   on 2000/10/14  17:28:37
40545         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
40546      Branch: perl
40547            ! t/pragma/utf8.t
40548 ____________________________________________________________________________
40549 [  7230] By: jhi                                   on 2000/10/14  14:24:50
40550         Log: Needs to be conditional on SunOS 4.
40551              
40552              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
40553              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40554              Date: Sat, 14 Oct 2000 13:37:49 +0100
40555              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
40556      Branch: metaconfig/U/perl
40557            ! End.U
40558      Branch: perl
40559            ! Configure myconfig.SH pod/perldelta.pod
40560 ____________________________________________________________________________
40561 [  7229] By: jhi                                   on 2000/10/14  00:49:22
40562         Log: Update Changes.
40563      Branch: perl
40564            ! Changes patchlevel.h
40565 ____________________________________________________________________________
40566 [  7228] By: jhi                                   on 2000/10/14  00:46:10
40567         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
40568              From: Peter Prymmer <pvhp@forte.com>
40569              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
40570              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
40571      Branch: perl
40572            ! lib/utf8.pm
40573 ____________________________________________________________________________
40574 [  7227] By: jhi                                   on 2000/10/13  23:20:30
40575         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
40576      Branch: perl
40577            ! t/op/tie.t
40578 ____________________________________________________________________________
40579 [  7226] By: jhi                                   on 2000/10/13  22:14:32
40580         Log: Tweak #7225.
40581              
40582              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
40583              From: Peter Prymmer <pvhp@forte.com>
40584              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
40585              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
40586      Branch: perl
40587            ! t/op/sprintf.t
40588 ____________________________________________________________________________
40589 [  7225] By: jhi                                   on 2000/10/13  22:11:31
40590         Log: op/sprintf.t patch for OS/390 (and any other host with limited
40591              floating-point exponent length)
40592              
40593              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
40594              From: Dominic Dunlop <domo@computer.org>
40595              Date: Fri, 13 Oct 2000 19:17:57 +0200
40596              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
40597      Branch: perl
40598            ! t/op/sprintf.t
40599 ____________________________________________________________________________
40600 [  7224] By: jhi                                   on 2000/10/13  18:40:48
40601         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
40602      Branch: perl
40603            ! toke.c
40604 ____________________________________________________________________________
40605 [  7223] By: jhi                                   on 2000/10/13  18:37:13
40606         Log: Thinko in #7222.
40607      Branch: perl
40608            ! utf8.c
40609 ____________________________________________________________________________
40610 [  7222] By: jhi                                   on 2000/10/13  18:05:23
40611         Log: Use UTF8SKIP(), from Simon Cozens.
40612      Branch: perl
40613            ! utf8.c
40614 ____________________________________________________________________________
40615 [  7221] By: jhi                                   on 2000/10/13  15:43:19
40616         Log: (accidentally empty check-in)
40617      Branch: perl
40618            ! utf8.c
40619 ____________________________________________________________________________
40620 [  7220] By: jhi                                   on 2000/10/13  15:23:51
40621         Log: Add (optimistically) Storable to static extensions.
40622      Branch: perl
40623            ! hints/uwin.sh hints/vmesa.sh
40624 ____________________________________________________________________________
40625 [  7219] By: jhi                                   on 2000/10/13  15:20:05
40626         Log: Amdahl UTS doesn't seem to do dynaloading.
40627      Branch: perl
40628            ! hints/uts.sh
40629 ____________________________________________________________________________
40630 [  7218] By: jhi                                   on 2000/10/13  15:15:20
40631         Log: Slight tweak of the code to appease Amdahl UTS cc.
40632      Branch: perl
40633            ! pp.c
40634 ____________________________________________________________________________
40635 [  7217] By: jhi                                   on 2000/10/13  14:50:42
40636         Log: In Amdahl UTS "struct sv" is defined by a system header,
40637              <ksync.h>.
40638      Branch: perl
40639            ! perl.h sv.h
40640 ____________________________________________________________________________
40641 [  7216] By: jhi                                   on 2000/10/13  11:58:25
40642         Log: Ilya implemented the memory profiling API.
40643      Branch: perl
40644            ! Todo
40645 ____________________________________________________________________________
40646 [  7215] By: jhi                                   on 2000/10/13  02:56:38
40647         Log: Subject: [PATCH 5.7.0] Perl API for mstats
40648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40649              Date: Thu, 12 Oct 2000 22:52:40 -0400
40650              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
40651      Branch: perl
40652            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
40653 ____________________________________________________________________________
40654 [  7214] By: jhi                                   on 2000/10/13  02:55:38
40655         Log: Subject: [PATCH 5.7.0] IVs in mtats
40656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40657              Date: Thu, 12 Oct 2000 22:51:04 -0400
40658              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
40659      Branch: perl
40660            ! malloc.c perl.h
40661 ____________________________________________________________________________
40662 [  7213] By: jhi                                   on 2000/10/13  02:31:47
40663         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
40664      Branch: perl
40665            ! pod/perldiag.pod pp_sys.c
40666 ____________________________________________________________________________
40667 [  7212] By: jhi                                   on 2000/10/13  01:27:38
40668         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
40669              From: Peter Prymmer <pvhp@forte.com>
40670              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
40671              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
40672      Branch: perl
40673            ! t/op/oct.t
40674 ____________________________________________________________________________
40675 [  7211] By: jhi                                   on 2000/10/13  00:35:09
40676         Log: Update Changes.
40677      Branch: perl
40678            ! Changes patchlevel.h
40679 ____________________________________________________________________________
40680 [  7210] By: jhi                                   on 2000/10/12  23:59:40
40681         Log: The Install.pm third of
40682              
40683              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40684              From: Bill Campbell <bill@celestial.com>
40685              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40686              Date: Thu, 5 Oct 2000 18:04:51 -0700
40687      Branch: perl
40688            ! lib/ExtUtils/Install.pm
40689 ____________________________________________________________________________
40690 [  7209] By: jhi                                   on 2000/10/12  23:58:43
40691         Log: Two thirds of
40692              
40693              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40694              Date: Thu, 5 Oct 2000 18:04:51 -0700
40695              From: Bill Campbell <bill@celestial.com>
40696              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40697              
40698              The Install.pm changes will be submitted separately because
40699              they need some work and discussion still.
40700      Branch: perl
40701            ! lib/getopts.pl lib/termcap.pl
40702 ____________________________________________________________________________
40703 [  7208] By: jhi                                   on 2000/10/12  23:41:19
40704         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
40705              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40706              Date:     Thu, 12 Oct 2000 07:30:02 EDT
40707              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
40708      Branch: perl
40709            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
40710            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
40711 ____________________________________________________________________________
40712 [  7207] By: jhi                                   on 2000/10/12  23:39:01
40713         Log: An updated EBCDIC tr patch.
40714              
40715              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
40716              From: Peter Prymmer <pvhp@forte.com>
40717              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
40718              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
40719      Branch: perl
40720            ! t/op/tr.t
40721 ____________________________________________________________________________
40722 [  7206] By: jhi                                   on 2000/10/12  23:34:55
40723         Log: Upgrade to CPAN 1.58, from Andreas König.
40724      Branch: perl
40725            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40726 ____________________________________________________________________________
40727 [  7205] By: jhi                                   on 2000/10/12  23:29:08
40728         Log: Introduce the man[24-8] variables, from Andy Dougherty.
40729      Branch: metaconfig/U/perl
40730            + mandirs.U mandirstyle.U
40731      Branch: perl
40732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40733            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
40734            ! vos/config.h vos/config.pl vos/config_h.SH_orig
40735            ! win32/config.bc win32/config.gc win32/config.vc
40736 ____________________________________________________________________________
40737 [  7204] By: gsar                                  on 2000/10/12  18:11:24
40738         Log: restore change#7202
40739      Branch: perl
40740            ! mg.c
40741 ____________________________________________________________________________
40742 [  7203] By: gsar                                  on 2000/10/12  18:09:40
40743         Log: another test of the Emergency Broadcast System--back out 
40744              change#7202
40745      Branch: perl
40746            ! mg.c
40747 ____________________________________________________________________________
40748 [  7202] By: gsar                                  on 2000/10/12  16:40:47
40749         Log: (submitted on behalf of Jarkko)
40750              Fix the lib/encode.t subtest 6 failure as reported by Andreas
40751              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
40752              was unearthed by change 7182, as was a bug in HTML::Entities.
40753      Branch: perl
40754            ! mg.c
40755 ____________________________________________________________________________
40756 [  7201] By: jhi                                   on 2000/10/11  03:16:05
40757         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
40758      Branch: perl
40759            ! pp_hot.c t/pragma/utf8.t
40760 ____________________________________________________________________________
40761 [  7200] By: jhi                                   on 2000/10/11  00:40:30
40762         Log: The #7198 was a false alarm.
40763      Branch: perl
40764            ! pp_hot.c
40765 ____________________________________________________________________________
40766 [  7199] By: jhi                                   on 2000/10/11  00:26:04
40767         Log: Remove duplicated code.
40768      Branch: perl
40769            ! t/lib/cgi-html.t
40770 ____________________________________________________________________________
40771 [  7198] By: jhi                                   on 2000/10/10  23:30:46
40772         Log: (Retracted by #7200.)
40773      Branch: perl
40774            ! pp_hot.c
40775 ____________________________________________________________________________
40776 [  7197] By: jhi                                   on 2000/10/10  21:49:30
40777         Log: Add the test case for #7190, from the original bug report
40778              by Andreas König.
40779      Branch: perl
40780            ! t/pragma/utf8.t
40781 ____________________________________________________________________________
40782 [  7196] By: jhi                                   on 2000/10/10  21:40:49
40783         Log: Reapply Andy's patch and regen Configure.
40784      Branch: perl
40785            ! Configure INSTALL Makefile.SH Porting/Glossary
40786            ! Porting/config.sh config_h.SH epoc/config.sh installperl
40787            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
40788            ! win32/config.vc
40789 ____________________________________________________________________________
40790 [  7195] By: jhi                                   on 2000/10/10  21:09:30
40791         Log: Use the versiononly instead of the installscripts,
40792              retract the changes 7146 and 7147.
40793      Branch: perl
40794            ! Configure INSTALL Makefile.SH Porting/Glossary
40795            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
40796            ! installperl uconfig.sh vos/config.def win32/config.bc
40797            ! win32/config.gc win32/config.vc
40798 ____________________________________________________________________________
40799 [  7194] By: jhi                                   on 2000/10/10  21:06:15
40800         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
40801              From: Peter Prymmer <pvhp@forte.com>
40802              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
40803              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
40804      Branch: perl
40805            ! t/op/ver.t
40806 ____________________________________________________________________________
40807 [  7193] By: jhi                                   on 2000/10/10  21:05:12
40808         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
40809              From: Peter Prymmer <pvhp@forte.com>
40810              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
40811              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
40812      Branch: perl
40813            ! t/op/tr.t
40814 ____________________________________________________________________________
40815 [  7192] By: jhi                                   on 2000/10/10  20:57:30
40816         Log: Add versiononly, delete installscripts, from Andy Dougherty.
40817      Branch: metaconfig
40818            - U/installdirs/installscripts.U
40819      Branch: metaconfig/U/perl
40820            + versiononly.U
40821 ____________________________________________________________________________
40822 [  7191] By: jhi                                   on 2000/10/10  19:41:21
40823         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
40824              From: Peter Prymmer <pvhp@forte.com>
40825              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
40826              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
40827      Branch: perl
40828            ! pod/perlebcdic.pod
40829 ____________________________________________________________________________
40830 [  7190] By: jhi                                   on 2000/10/10  19:26:14
40831         Log: Subject: Re: utf8 concat, mg_get
40832              From: Simon Cozens <simon@cozens.net>
40833              Date: Tue, 10 Oct 2000 17:40:17 +0100
40834              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
40835      Branch: perl
40836            ! pp_hot.c
40837 ____________________________________________________________________________
40838 [  7189] By: jhi                                   on 2000/10/10  19:23:03
40839         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
40840              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
40841              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
40842              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
40843      Branch: perl
40844            ! lib/ExtUtils/MM_Unix.pm
40845 ____________________________________________________________________________
40846 [  7188] By: jhi                                   on 2000/10/10  15:31:24
40847         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
40848              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40849              Date: Fri, 14 Jul 2000 10:47:36 +0100
40850              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
40851      Branch: perl
40852            ! README.win32
40853 ____________________________________________________________________________
40854 [  7187] By: jhi                                   on 2000/10/10  13:30:10
40855         Log: Quote the temp file name, needed in Win32 because the
40856              default name unfortunately contains spaces, shouldn't
40857              hurt elsewhere.
40858              
40859              Subject: FW: perldoc fails if $TEMP contains spaces
40860              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40861              Date: Thu, 14 Sep 2000 08:58:45 +0100
40862              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
40863      Branch: perl
40864            ! utils/perldoc.PL
40865 ____________________________________________________________________________
40866 [  7186] By: jhi                                   on 2000/10/10  13:16:27
40867         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
40868              From: hv@hugo.hybyte.com
40869              Date: Tue, 10 Oct 2000 14:10:20 +0100
40870              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
40871      Branch: perl
40872            ! t/lib/thr5005.t util.c
40873 ____________________________________________________________________________
40874 [  7185] By: jhi                                   on 2000/10/10  12:06:22
40875         Log: Upgrade to podlators 1.04, from Russ Allbery.
40876      Branch: perl
40877            ! lib/Pod/Man.pm lib/Pod/Text.pm
40878 ____________________________________________________________________________
40879 [  7184] By: jhi                                   on 2000/10/10  12:01:32
40880         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
40881      Branch: perl
40882            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
40883 ____________________________________________________________________________
40884 [  7183] By: jhi                                   on 2000/10/09  23:47:15
40885         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
40886              From: Peter Prymmer <pvhp@forte.com>
40887              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
40888              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
40889      Branch: perl
40890            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
40891 ____________________________________________________________________________
40892 [  7182] By: jhi                                   on 2000/10/09  23:43:16
40893         Log: Make eq work again with utf8 (disabling the upgrading
40894              should no more be necessary since the copies of the
40895              scalars are upgraded, not the scalars themselves).
40896              Takes care of ID 20001009.001.  (The claimed length()
40897              bug in 20001009.001 seems bogus to me.)
40898      Branch: perl
40899            ! sv.c t/pragma/utf8.t
40900 ____________________________________________________________________________
40901 [  7181] By: gsar                                  on 2000/10/09  19:41:54
40902         Log: tweak for change#7173
40903      Branch: perl
40904            ! win32/win32sck.c
40905 ____________________________________________________________________________
40906 [  7180] By: gsar                                  on 2000/10/09  19:26:56
40907         Log: on Windows, clean targets might not work under some flavors of the shell
40908      Branch: perl
40909            ! win32/Makefile win32/makefile.mk
40910 ____________________________________________________________________________
40911 [  7179] By: jhi                                   on 2000/10/09  19:21:02
40912         Log: Update Changes.
40913      Branch: perl
40914            ! Changes patchlevel.h
40915 ____________________________________________________________________________
40916 [  7178] By: jhi                                   on 2000/10/09  19:18:23
40917         Log: Warn about unknown scripts.
40918              
40919              Subject: Re: ideas? patches? [PATCH bleadperl]
40920              From: Dominic Dunlop <domo@computer.org>
40921              Date: Mon, 9 Oct 2000 14:57:17 +0200
40922              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
40923      Branch: perl
40924            ! lib/charnames.pm
40925 ____________________________________________________________________________
40926 [  7177] By: jhi                                   on 2000/10/09  19:13:27
40927         Log: Change #7160 had a nasty typo.
40928      Branch: metaconfig
40929            ! U/compline/Compile.U
40930      Branch: perl
40931            ! Configure config_h.SH
40932 ____________________________________________________________________________
40933 [  7176] By: gsar                                  on 2000/10/09  18:59:33
40934         Log: pod nit
40935      Branch: perl
40936            ! pod/perlport.pod
40937 ____________________________________________________________________________
40938 [  7175] By: gsar                                  on 2000/10/09  18:54:28
40939         Log: Windows9x doesn't support link(), despite what Config.pm
40940              might think
40941      Branch: perl
40942            ! lib/ExtUtils/Manifest.pm
40943 ____________________________________________________________________________
40944 [  7174] By: gsar                                  on 2000/10/09  18:50:03
40945         Log: avoid nonportable example code
40946      Branch: perl
40947            ! lib/File/Copy.pm
40948 ____________________________________________________________________________
40949 [  7173] By: gsar                                  on 2000/10/09  18:46:54
40950         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
40951              being used) when closing a socket handle
40952      Branch: perl
40953            ! win32/win32.c win32/win32.h win32/win32sck.c
40954 ____________________________________________________________________________
40955 [  7172] By: gsar                                  on 2000/10/09  18:41:40
40956         Log: on Windows, cwd strings in the environment should be of the
40957              form =X:=X:\foo instead of =X=X:\foo\
40958      Branch: perl
40959            ! win32/vdir.h
40960 ____________________________________________________________________________
40961 [  7171] By: gsar                                  on 2000/10/09  18:30:09
40962         Log: on Windows, LoadLibrary() could load an extension DLL multiple
40963              times if forward slashes are used in the path
40964      Branch: perl
40965            ! win32/win32.c
40966 ____________________________________________________________________________
40967 [  7170] By: jhi                                   on 2000/10/09  17:53:59
40968         Log: Add a todo note about overloadable assertions.
40969      Branch: perl
40970            ! Todo-5.6
40971 ____________________________________________________________________________
40972 [  7169] By: jhi                                   on 2000/10/09  13:43:45
40973         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
40974              From: mjd@plover.com
40975              Date: 9 Oct 2000 00:24:44 -0000
40976              Message-ID: <20001009002444.10616.qmail@plover.com>
40977      Branch: perl
40978            ! pod/perldebguts.pod
40979 ____________________________________________________________________________
40980 [  7168] By: nick                                  on 2000/10/08  13:16:33
40981         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
40982              is not right thing to do on (e.g. x86). Network order is also "right" for
40983              X fonts.
40984      Branch: perl
40985            ! ext/Encode/Encode.pm
40986 ____________________________________________________________________________
40987 [  7167] By: nick                                  on 2000/10/08  12:54:42
40988         Log: Make "encodings" work post-install when Encode/*.enc files may not
40989              be in same directory as Encode.pm
40990      Branch: perl
40991            ! ext/Encode/Encode.pm
40992 ____________________________________________________________________________
40993 [  7166] By: nick                                  on 2000/10/08  11:51:26
40994         Log: Work round the fact that $hash->{$key} does not take into account
40995              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
40996              so that key is always in the "expected" encoding - i.e. same way we put
40997              it in the hash.
40998      Branch: perl
40999            ! ext/Encode/Encode.pm
41000 ____________________________________________________________________________
41001 [  7165] By: gsar                                  on 2000/10/08  04:15:29
41002         Log: save_re_context() could reset PL_curcop to freed memory, causing core
41003              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41004      Branch: perl
41005            ! pp_ctl.c
41006 ____________________________________________________________________________
41007 [  7164] By: jhi                                   on 2000/10/06  20:51:48
41008         Log: UTF8ize split() so that the cloned substrings get the UTF8
41009              flag of the original scalar.  Problem reported by Simon Cozens.
41010      Branch: perl
41011            ! pp.c t/pragma/utf8.t
41012 ____________________________________________________________________________
41013 [  7163] By: nick                                  on 2000/10/06  20:48:34
41014         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
41015              got a false +ve and so did not reach code which would have un-FAKEd the SV.
41016      Branch: perl
41017            ! sv.c
41018 ____________________________________________________________________________
41019 [  7162] By: nick                                  on 2000/10/06  20:25:37
41020         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
41021              To fix  (sort {$a <=> $b} keys %hash) in particular but
41022              should cover a number of other as-yet-unknown cases as well.
41023      Branch: perl
41024            ! sv.c
41025 ____________________________________________________________________________
41026 [  7161] By: jhi                                   on 2000/10/06  19:56:18
41027         Log: Change the version number of Tie::Handle in the core to 4.0,
41028              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41029              
41030              Subject: Note on Tie::Handle
41031              From: andreas.koenig@anima.de (Andreas J. Koenig)
41032              Date:      06 Oct 2000 21:48:58 +0200
41033              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
41034      Branch: perl
41035            ! lib/Tie/Handle.pm
41036 ____________________________________________________________________________
41037 [  7160] By: jhi                                   on 2000/10/06  18:20:35
41038         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41039              as the first option of cc/ld because of ultrapicky compilers
41040              (e.g. OS/390 R2.5)
41041      Branch: metaconfig
41042            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
41043            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
41044            ! U/compline/orderlib.U U/modified/Cppsym.U
41045            ! U/modified/d_access.U
41046      Branch: metaconfig/U/perl
41047            ! Checkcc.U d_dlsymun.U gccvers.U
41048      Branch: perl
41049            ! Configure config_h.SH
41050 ____________________________________________________________________________
41051 [  7159] By: jhi                                   on 2000/10/06  13:56:39
41052         Log: Update Changes.
41053      Branch: perl
41054            ! Changes patchlevel.h
41055 ____________________________________________________________________________
41056 [  7158] By: jhi                                   on 2000/10/06  12:48:40
41057         Log: Eliminate $Is_VMS code from the test.
41058              
41059              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41061              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
41062              Date:     Thu, 5 Oct 2000 07:46:33 EDT
41063      Branch: perl
41064            ! t/lib/b.t
41065 ____________________________________________________________________________
41066 [  7157] By: jhi                                   on 2000/10/06  12:47:13
41067         Log: Also the $ccflags is needed for the C compiler check.
41068              
41069              Subject: Configure (check for C-compiler)
41070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41071              Date: Fri, 06 Oct 2000 08:47:15 +0200
41072              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
41073      Branch: metaconfig/U/perl
41074            ! Checkcc.U
41075      Branch: perl
41076            ! Configure config_h.SH
41077 ____________________________________________________________________________
41078 [  7156] By: jhi                                   on 2000/10/06  11:45:15
41079         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
41080      Branch: perl
41081            ! perl.c pp_ctl.c sv.h utf8.c
41082 ____________________________________________________________________________
41083 [  7155] By: jhi                                   on 2000/10/06  11:40:41
41084         Log: IO::Handle->syswrite() did not handle length omission
41085              like CORE::syswrite() does.
41086              
41087              Subject: [Fwd] IO::Handle, syswrite and arguments
41088              From: Graham Barr <gbarr@pobox.com>
41089              Date: Fri, 6 Oct 2000 10:22:05 +0100
41090              Message-ID: <20001006102205.U6312@pobox.com>
41091              
41092              The original patch from andrew@ugh.net.au.
41093      Branch: perl
41094            ! ext/IO/lib/IO/Handle.pm
41095 ____________________________________________________________________________
41096 [  7154] By: jhi                                   on 2000/10/06  01:42:15
41097         Log: Tweak #7153.
41098      Branch: perl
41099            ! utf8.h
41100 ____________________________________________________________________________
41101 [  7153] By: jhi                                   on 2000/10/06  00:39:55
41102         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41103      Branch: perl
41104            ! utf8.h
41105 ____________________________________________________________________________
41106 [  7152] By: jhi                                   on 2000/10/06  00:38:11
41107         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
41108      Branch: perl
41109            ! perl.c pp_ctl.c sv.h utf8.c
41110 ____________________________________________________________________________
41111 [  7151] By: jhi                                   on 2000/10/06  00:36:38
41112         Log: Subject: Re: Questions about Tie::Array and perl modules
41113              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41114              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
41115              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
41116              
41117              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41118      Branch: perl
41119            ! lib/Tie/Array.pm t/op/array.t
41120 ____________________________________________________________________________
41121 [  7150] By: jhi                                   on 2000/10/05  00:20:45
41122         Log: Regen Changes.
41123      Branch: perl
41124            ! Changes patchlevel.h
41125 ____________________________________________________________________________
41126 [  7149] By: jhi                                   on 2000/10/05  00:20:01
41127         Log: Regen toc.
41128      Branch: perl
41129            ! pod/perltoc.pod
41130 ____________________________________________________________________________
41131 [  7148] By: jhi                                   on 2000/10/04  23:35:08
41132         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41133              reported several times by Dominic Dunlop, for example in
41134              ID 20000315.008.  Patch from Dominic.  Patch affects at
41135              least MachTen, and possibly other oldish BSDs. Should not
41136              break non-broken platforms (tested on LinuxPPC). 
41137      Branch: perl
41138            ! doio.c
41139 ____________________________________________________________________________
41140 [  7147] By: jhi                                   on 2000/10/04  23:26:34
41141         Log: The one that got away from 7146.
41142      Branch: metaconfig
41143            + U/installdirs/installscripts.U
41144 ____________________________________________________________________________
41145 [  7146] By: jhi                                   on 2000/10/04  23:25:04
41146         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
41147              suggested by H. Merijn Brand.
41148      Branch: perl
41149            ! Configure INSTALL Makefile.SH Porting/Glossary
41150            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
41151            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41152            ! win32/config.vc
41153 ____________________________________________________________________________
41154 [  7145] By: jhi                                   on 2000/10/04  22:08:21
41155         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41157              Date: Wed, 4 Oct 2000 17:37:46 -0400
41158              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
41159      Branch: perl
41160            ! utils/h2xs.PL
41161 ____________________________________________________________________________
41162 [  7144] By: jhi                                   on 2000/10/04  18:11:41
41163         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41164              From: Jeff Pinyan <jeffp@crusoe.net>
41165              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
41166              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
41167      Branch: perl
41168            ! pod/perlrun.pod
41169 ____________________________________________________________________________
41170 [  7143] By: jhi                                   on 2000/10/04  18:09:58
41171         Log: Subject: perlhack.pod Patch for Externals Tools
41172              From: Fisher Mark <fisherm@tce.com>
41173              Date: Tue, 3 Oct 2000 15:43:27 -0500 
41174              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
41175      Branch: perl
41176            ! pod/perlhack.pod
41177 ____________________________________________________________________________
41178 [  7142] By: jhi                                   on 2000/10/04  18:08:41
41179         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41181              Date:     Wed, 4 Oct 2000 12:11:11 EDT
41182              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
41183      Branch: perl
41184            ! vms/vms.c
41185 ____________________________________________________________________________
41186 [  7141] By: jhi                                   on 2000/10/04  12:20:16
41187         Log: Subject: [PATCH 5.7.0] h2xs not working
41188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41189              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
41190              Date: Tue, 3 Oct 2000 21:43:01 -0400
41191              
41192              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41194              Date: Tue, 3 Oct 2000 22:55:19 -0400
41195              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
41196      Branch: perl
41197            ! utils/h2xs.PL
41198 ____________________________________________________________________________
41199 [  7140] By: jhi                                   on 2000/10/04  11:53:44
41200         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
41201              From: nick@babyhippo.com
41202              Date: Wed, 4 Oct 2000 12:06:45 +0100
41203              Message-Id: <20001004120645.A7356@babyhippo.com>
41204              
41205              Retract 7118 and 7135.
41206      Branch: perl
41207            ! installman installperl op.c t/pragma/subs.t
41208 ____________________________________________________________________________
41209 [  7139] By: jhi                                   on 2000/10/03  22:09:41
41210         Log: It is possible to have no hosts database at all.  Pointed out in
41211              
41212              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41213              From: Peter Prymmer <pvhp@forte.com>
41214              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41215              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41216      Branch: metaconfig
41217            ! U/modified/myhostname.U
41218      Branch: perl
41219            ! Configure config_h.SH
41220 ____________________________________________________________________________
41221 [  7138] By: jhi                                   on 2000/10/03  21:49:49
41222         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41223              From: Peter Prymmer <pvhp@forte.com>
41224              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41225              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41226      Branch: perl
41227            ! pp_sys.c
41228 ____________________________________________________________________________
41229 [  7137] By: jhi                                   on 2000/10/03  20:10:05
41230         Log: One remaining nit less at the VMS mailbox sizing.
41231      Branch: perl
41232            ! vms/vms.c
41233 ____________________________________________________________________________
41234 [  7136] By: jhi                                   on 2000/10/03  20:08:47
41235         Log: Test harness update to sync with the new perlcc,
41236              from Simon Cozens.
41237      Branch: perl
41238            ! t/TEST t/UTEST
41239 ____________________________________________________________________________
41240 [  7135] By: jhi                                   on 2000/10/03  15:15:42
41241         Log: Subject: Re: PATCH for 20001003.004
41242              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
41243              From: "AARON B. DOSSETT" <aaron@iglou.com>
41244              Message-Id: <E13gTay-0006od-00@iglou.com>
41245      Branch: perl
41246            ! installman installperl
41247 ____________________________________________________________________________
41248 [  7134] By: jhi                                   on 2000/10/03  15:00:34
41249         Log: Subject: [ID 20001003.006] B::Debug not -w clean
41250              From: Nicholas Clark <nick@babyhippo.co.uk>
41251              Date: Tue, 03 Oct 2000 15:46:32 +0100
41252              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
41253      Branch: perl
41254            ! ext/B/B/Debug.pm
41255 ____________________________________________________________________________
41256 [  7133] By: jhi                                   on 2000/10/03  14:58:39
41257         Log: Scale down the VMS message boxes, by Charles Lane.
41258              Fix for ID 20000903.009, workaround at
41259              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
41260      Branch: perl
41261            ! vms/vms.c
41262 ____________________________________________________________________________
41263 [  7132] By: jhi                                   on 2000/10/03  11:20:37
41264         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
41265      Branch: perl
41266            + t/lib/st-lock.t t/lib/st-utf8.t
41267            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
41268            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41269 ____________________________________________________________________________
41270 [  7131] By: jhi                                   on 2000/10/03  03:38:23
41271         Log: Encode nits.
41272      Branch: perl
41273            ! MANIFEST Makefile.SH
41274 ____________________________________________________________________________
41275 [  7130] By: jhi                                   on 2000/10/03  03:31:05
41276         Log: Update Changes.
41277      Branch: perl
41278            ! Changes patchlevel.h
41279 ____________________________________________________________________________
41280 [  7129] By: jhi                                   on 2000/10/03  02:24:02
41281         Log: Misplaced else.
41282      Branch: metaconfig/U/perl
41283            ! d_strtoll.U
41284      Branch: perl
41285            ! Configure config_h.SH
41286 ____________________________________________________________________________
41287 [  7128] By: jhi                                   on 2000/10/03  02:08:29
41288         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
41289              From: sthoenna@efn.org
41290              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
41291              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
41292      Branch: metaconfig/U/perl
41293            ! d_strtoll.U
41294      Branch: perl
41295            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
41296 ____________________________________________________________________________
41297 [  7127] By: jhi                                   on 2000/10/03  01:13:14
41298         Log: Update Changes.
41299      Branch: perl
41300            ! Changes patchlevel.h
41301 ____________________________________________________________________________
41302 [  7126] By: jhi                                   on 2000/10/03  00:57:08
41303         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
41304              as suggested by Olaf Flebbe and Nick Clark.
41305      Branch: perl
41306            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
41307 ____________________________________________________________________________
41308 [  7125] By: jhi                                   on 2000/10/03  00:50:56
41309         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
41310              From: Nick Clark <nick@plum.flirble.org>
41311              Date: Mon, 2 Oct 2000 11:03:24 +0100
41312              Message-Id: <20001002110324.D20073@plum.flirble.org>
41313              
41314              Also fixes bug ID 20001002.005.
41315      Branch: perl
41316            ! t/lib/encode.t
41317 ____________________________________________________________________________
41318 [  7124] By: jhi                                   on 2000/10/03  00:34:59
41319         Log: Subject: [PATCH 5.7.0] Epoc update
41320              From: Olaf Flebbe <o.flebbe@gmx.de>
41321              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
41322              Message-ID: <26423.969484586@www10.gmx.net>
41323      Branch: perl
41324            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41325            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
41326            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
41327            ! util.c util.h
41328 ____________________________________________________________________________
41329 [  7123] By: jhi                                   on 2000/10/03  00:30:07
41330         Log: Regen headers.
41331      Branch: perl
41332            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
41333 ____________________________________________________________________________
41334 [  7122] By: jhi                                   on 2000/10/03  00:10:48
41335         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41336      Branch: perl
41337            ! hints/openbsd.sh
41338 ____________________________________________________________________________
41339 [  7121] By: jhi                                   on 2000/10/03  00:05:06
41340         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41341              From: <abigail@foad.org>
41342              Date: Tue, 26 Sep 2000 13:36:14 -0400
41343              Message-ID: <20000926173614.4356.qmail@foad.org>
41344      Branch: perl
41345            ! pod/perlop.pod
41346 ____________________________________________________________________________
41347 [  7120] By: jhi                                   on 2000/10/03  00:04:00
41348         Log: Inside require() $^S was always left undefined.
41349              
41350              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41352              Date: Wed, 27 Sep 2000 18:54:49 -0400
41353              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
41354      Branch: perl
41355            ! cop.h mg.c pp_ctl.c util.c
41356 ____________________________________________________________________________
41357 [  7119] By: jhi                                   on 2000/10/03  00:00:16
41358         Log: Subject: [PATCH] DLL not restartabke with threaded perl
41359              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
41360              Date: Thu, 28 Sep 2000 09:20:46 +0100
41361              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
41362      Branch: perl
41363            ! perl.c
41364 ____________________________________________________________________________
41365 [  7118] By: jhi                                   on 2000/10/02  23:59:20
41366         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
41367              From: Nicholas Clark <nick@ccl4.org>
41368              Date: Thu, 28 Sep 2000 11:52:24 +0100
41369              Message-ID: <20000928115224.D7924@plum.flirble.org>
41370      Branch: perl
41371            ! op.c
41372 ____________________________________________________________________________
41373 [  7117] By: jhi                                   on 2000/10/02  23:57:51
41374         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41375              From: Nicholas Clark <nick@babyhippo.co.uk>
41376              Date: Thu, 28 Sep 2000 12:18:10 +0100
41377              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
41378              
41379              Did not apply cleanly, manual intervention was needed.
41380      Branch: perl
41381            ! ext/B/B/Bytecode.pm utils/perlcc.PL
41382 ____________________________________________________________________________
41383 [  7116] By: jhi                                   on 2000/10/02  23:50:40
41384         Log: Document the issue (is not a syntax error, kind of)
41385              
41386              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41387              From: Nicholas Clark <nick@ccl4.org>
41388              Date: Thu, 28 Sep 2000 17:12:42 +0100
41389              Message-ID: <20000928171242.K7924@plum.flirble.org>
41390      Branch: perl
41391            ! pod/perldata.pod
41392 ____________________________________________________________________________
41393 [  7115] By: jhi                                   on 2000/10/02  23:48:58
41394         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41396              Date: Thu, 28 Sep 2000 21:55:31 -0400
41397              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
41398      Branch: perl
41399            ! regexec.c
41400 ____________________________________________________________________________
41401 [  7114] By: jhi                                   on 2000/10/02  23:47:57
41402         Log: Subject: DOC PATCH 5.6.0
41403              From: mjd@plover.com
41404              Date: 30 Sep 2000 06:02:34 -0000
41405              Message-ID: <20000930060234.4559.qmail@plover.com>
41406      Branch: perl
41407            ! pod/perldebguts.pod
41408 ____________________________________________________________________________
41409 [  7113] By: jhi                                   on 2000/10/02  23:46:43
41410         Log: SOCK_DGRAM and listen() do not mix as reported in
41411              
41412              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
41413              From: Petter Reinholdtsen <pere@hungry.com>
41414              Date: Sun, 1 Oct 2000 10:57:20 +0800
41415              Message-Id: <200010010257.KAA05735@localhost.localdomain>
41416              
41417              The patch for 5.7.0+ had to be reengineered, though.
41418      Branch: perl
41419            ! ext/IO/lib/IO/Socket/UNIX.pm
41420 ____________________________________________________________________________
41421 [  7112] By: jhi                                   on 2000/10/02  23:36:57
41422         Log: Subject: Re: [PATCH 5.005_64 missed]
41423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41424              Date: Sun, 1 Oct 2000 18:50:10 -0400
41425              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
41426      Branch: perl
41427            ! pod/perlxs.pod
41428 ____________________________________________________________________________
41429 [  7111] By: jhi                                   on 2000/10/02  23:35:40
41430         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
41431              From: Radu Greab <radu@netsoft.ro>
41432              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
41433              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
41434      Branch: perl
41435            ! op.c opcode.pl t/op/substr.t
41436 ____________________________________________________________________________
41437 [  7110] By: jhi                                   on 2000/10/02  23:32:38
41438         Log: Subject: [PATCH] Fix aliasing of tied filehandles
41439              From: Daniel Chetlin <daniel@chetlin.com>
41440              Date: Mon, 2 Oct 2000 14:53:27 -0700
41441              Message-ID: <20001002145327.C1617@ilmd>
41442      Branch: perl
41443            ! perl.h pp_hot.c t/op/tiehandle.t
41444 ____________________________________________________________________________
41445 [  7109] By: jhi                                   on 2000/10/02  23:31:30
41446         Log: s/Robin Parker/Robin Barker/
41447      Branch: perl
41448            ! Changes5.6
41449 ____________________________________________________________________________
41450 [  7108] By: jhi                                   on 2000/10/02  23:15:46
41451         Log: Retract #7091 as suggested in
41452              
41453              From: Robin Barker <rmb1@cise.npl.co.uk> 
41454              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
41455              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
41456              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
41457      Branch: perl
41458            ! embed.pl proto.h
41459 ____________________________________________________________________________
41460 [  7107] By: nick                                  on 2000/10/02  18:23:14
41461         Log: A few tweaks to get Tk803 to work with Encode scheme.
41462      Branch: perl
41463            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
41464 ____________________________________________________________________________
41465 [  7106] By: nick                                  on 2000/10/01  21:34:14
41466         Log: Add checking cases to Encode's toUnicode and fromUnicode.
41467      Branch: perl
41468            ! ext/Encode/Encode.pm
41469 ____________________________________________________________________________
41470 [  7105] By: nick                                  on 2000/10/01  17:18:01
41471         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
41472              To read and use them.
41473              Add a lib/encode.t which checks a few things.
41474      Branch: perl
41475            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
41476            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
41477            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
41478            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
41479            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
41480            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
41481            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
41482            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
41483            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
41484            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
41485            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
41486            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
41487            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
41488            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
41489            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
41490            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
41491            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
41492            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
41493            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
41494            + ext/Encode/Encode/iso2022-jp.enc
41495            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41496            + ext/Encode/Encode/iso8859-1.enc
41497            + ext/Encode/Encode/iso8859-2.enc
41498            + ext/Encode/Encode/iso8859-3.enc
41499            + ext/Encode/Encode/iso8859-4.enc
41500            + ext/Encode/Encode/iso8859-5.enc
41501            + ext/Encode/Encode/iso8859-6.enc
41502            + ext/Encode/Encode/iso8859-7.enc
41503            + ext/Encode/Encode/iso8859-8.enc
41504            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
41505            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
41506            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
41507            + ext/Encode/Encode/macCentEuro.enc
41508            + ext/Encode/Encode/macCroatian.enc
41509            + ext/Encode/Encode/macCyrillic.enc
41510            + ext/Encode/Encode/macDingbats.enc
41511            + ext/Encode/Encode/macGreek.enc
41512            + ext/Encode/Encode/macIceland.enc
41513            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
41514            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
41515            + ext/Encode/Encode/macTurkish.enc
41516            + ext/Encode/Encode/macUkraine.enc
41517            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
41518            + t/lib/encode.t
41519            ! MANIFEST ext/Encode/Encode.pm
41520 ____________________________________________________________________________
41521 [  7104] By: nick                                  on 2000/09/30  13:04:30
41522         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
41523              From: Daniel Chetlin <daniel@chetlin.com>
41524              Date: Mon, 18 Sep 2000 05:05:40 -0700
41525              Message-Id: <20000918050540.C652@ilmd>
41526      Branch: perl
41527            ! lib/overload.pm sv.c t/pragma/overload.t
41528 ____________________________________________________________________________
41529 [  7103] By: nick                                  on 2000/09/30  12:53:36
41530         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
41531              From: Johan Vromans <jvromans@squirrel.nl>
41532              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
41533              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
41534      Branch: perl
41535            ! pod/Makefile.SH
41536 ____________________________________________________________________________
41537 [  7102] By: nick                                  on 2000/09/30  12:52:31
41538         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
41539              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41540              Date: Sat, 16 Sep 2000 16:36:45 -0400
41541              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
41542      Branch: perl
41543            ! ext/B/B/Deparse.pm
41544 ____________________________________________________________________________
41545 [  7101] By: nick                                  on 2000/09/30  12:51:41
41546         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
41547              From: Craig A. Berry <craig.berry@psinetcs.com>
41548              Date: Sat, 16 Sep 2000 10:11:10 -0500
41549              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
41550      Branch: perl
41551            ! vms/vms.c
41552 ____________________________________________________________________________
41553 [  7100] By: nick                                  on 2000/09/30  12:50:33
41554         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41555              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41556              Date: Fri, 15 Sep 2000 16:37:58 -0400
41557              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
41558      Branch: perl
41559            ! t/op/append.t
41560 ____________________________________________________________________________
41561 [  7099] By: nick                                  on 2000/09/30  12:49:35
41562         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41563              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41564              Date: Fri, 15 Sep 2000 16:25:30 -0400
41565              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
41566      Branch: perl
41567            ! pp_hot.c
41568 ____________________________________________________________________________
41569 [  7098] By: nick                                  on 2000/09/30  12:48:00
41570         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
41571              From: Gisle Aas <gisle@ActiveState.com>
41572              Date: 15 Sep 2000 16:23:41 +0200
41573              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
41574      Branch: perl
41575            ! toke.c
41576 ____________________________________________________________________________
41577 [  7097] By: nick                                  on 2000/09/30  12:45:16
41578         Log: Subject: [PATCH] Nits in perlmod.pod
41579              From: Daniel Chetlin <daniel@chetlin.com>
41580              Date: Fri, 15 Sep 2000 02:04:09 -0700
41581              Message-Id: <20000915020409.A2104@ilmd>
41582      Branch: perl
41583            ! pod/perlmod.pod
41584 ____________________________________________________________________________
41585 [  7096] By: nick                                  on 2000/09/30  12:18:00
41586         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
41587              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
41588              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
41589              0 to checking to get the warning.
41590      Branch: perl
41591            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41592            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
41593            ! regexec.c sv.c toke.c utf8.c
41594 ____________________________________________________________________________
41595 [  7095] By: nick                                  on 2000/09/15  16:55:59
41596         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
41597              
41598              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
41599              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41600              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
41601              Date: Fri, 15 Sep 2000 06:37:30 -0400
41602      Branch: perl
41603            ! ext/Encode/Encode.xs sv.c
41604 ____________________________________________________________________________
41605 [  7094] By: jhi                                   on 2000/09/15  03:23:32
41606         Log: Update Changes.
41607      Branch: perl
41608            ! Changes patchlevel.h
41609 ____________________________________________________________________________
41610 [  7093] By: jhi                                   on 2000/09/15  03:11:44
41611         Log: Fix for the charnames.t failures from Spider Boardman.
41612      Branch: perl
41613            ! toke.c
41614 ____________________________________________________________________________
41615 [  7092] By: jhi                                   on 2000/09/15  00:15:48
41616         Log: Botched the #7090 check-in.
41617      Branch: perl
41618            ! sv.c
41619 ____________________________________________________________________________
41620 [  7091] By: jhi                                   on 2000/09/14  23:33:24
41621         Log: Part of #7081 didn't come through.
41622      Branch: perl
41623            ! embed.pl proto.h
41624 ____________________________________________________________________________
41625 [  7090] By: jhi                                   on 2000/09/14  23:17:39
41626         Log: Subject: Re: perl@7078 
41627              From: Spider Boardman <spider@web.zk3.dec.com>
41628              Date: Thu, 14 Sep 2000 19:06:36 -0400
41629              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
41630      Branch: perl
41631            ! sv.c toke.c
41632 ____________________________________________________________________________
41633 [  7089] By: jhi                                   on 2000/09/14  23:11:21
41634         Log: Small portability tweaks.
41635      Branch: perl
41636            ! ext/Encode/Encode.xs
41637 ____________________________________________________________________________
41638 [  7088] By: jhi                                   on 2000/09/14  22:57:23
41639         Log: Fake return to pacify picky compilers.
41640      Branch: perl
41641            ! ext/Encode/Encode.xs
41642 ____________________________________________________________________________
41643 [  7087] By: jhi                                   on 2000/09/14  22:53:37
41644         Log: Subject: [PATCH] utf8.c apidoc
41645              From: Simon Cozens <simon@cozens.net>
41646              Date: Thu, 14 Sep 2000 23:46:57 +0100
41647              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
41648      Branch: perl
41649            ! perlapi.c pod/perlapi.pod utf8.c
41650 ____________________________________________________________________________
41651 [  7086] By: jhi                                   on 2000/09/14  22:40:38
41652         Log: We don't need to count the high bit bytes, a boolean is enough. 
41653      Branch: perl
41654            ! sv.c
41655 ____________________________________________________________________________
41656 [  7085] By: jhi                                   on 2000/09/14  21:20:09
41657         Log: Replace #7084 with
41658              
41659              Subject: Re: perl@7078 
41660              From: Spider Boardman <spider@web.zk3.dec.com>
41661              Date: Thu, 14 Sep 2000 17:09:36 -0400
41662              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
41663      Branch: perl
41664            ! sv.c utf8.c
41665 ____________________________________________________________________________
41666 [  7084] By: jhi                                   on 2000/09/14  20:03:34
41667         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
41668              convertable to bytes by checking it doesn't go above 0xc3
41669              
41670              Subject: Re: perl@7078
41671              From: Simon Cozens <simon@cozens.net>
41672              Date: Thu, 14 Sep 2000 20:59:19 +0100
41673              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
41674      Branch: perl
41675            ! utf8.c
41676 ____________________________________________________________________________
41677 [  7083] By: jhi                                   on 2000/09/14  19:38:47
41678         Log: Subject: Re: perl@7078
41679              From: Simon Cozens <simon@cozens.net>
41680              Date: Thu, 14 Sep 2000 20:13:09 +0100
41681              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
41682      Branch: perl
41683            ! t/op/bop.t
41684 ____________________________________________________________________________
41685 [  7082] By: jhi                                   on 2000/09/14  17:50:44
41686         Log: The one that got away.
41687      Branch: perl
41688            ! lib/File/Find.pm
41689 ____________________________________________________________________________
41690 [  7081] By: jhi                                   on 2000/09/14  17:45:35
41691         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
41692              From: Robin Barker <rmb1@cise.npl.co.uk>
41693              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
41694              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
41695      Branch: perl
41696            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
41697            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
41698            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
41699            ! regcomp.c toke.c universal.c
41700 ____________________________________________________________________________
41701 [  7080] By: jhi                                   on 2000/09/14  17:40:35
41702         Log: Problems picked up by AIX cc.
41703              
41704              Subject: Re: perl@7078 (patch included)
41705              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41706              Date: Thu, 14 Sep 2000 18:53:30 +0200
41707              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
41708      Branch: perl
41709            ! ext/Encode/Encode.xs
41710 ____________________________________________________________________________
41711 [  7079] By: jhi                                   on 2000/09/14  17:38:27
41712         Log: Subject: File::Find 5.7.0 POD nits
41713              From: Rich Morin <rdm@cfcl.com>
41714              Date: Wed, 13 Sep 2000 22:03:58 -0700
41715              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
41716      Branch: perl
41717            ! lib/File/Find.pm
41718 ____________________________________________________________________________
41719 [  7078] By: jhi                                   on 2000/09/14  14:58:20
41720         Log: Update Changes.
41721      Branch: perl
41722            ! Changes patchlevel.h
41723 ____________________________________________________________________________
41724 [  7077] By: jhi                                   on 2000/09/14  14:55:54
41725         Log: Compilation warnings and an error.
41726      Branch: perl
41727            ! sv.c
41728 ____________________________________________________________________________
41729 [  7076] By: jhi                                   on 2000/09/14  14:42:56
41730         Log: Fix for a parsing bug, not for the original bug.
41731              
41732              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
41733              From: Spider Boardman <spider@web.zk3.dec.com>
41734              Date: Wed, 13 Sep 2000 17:52:20 -0400
41735              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
41736      Branch: perl
41737            ! regcomp.c
41738 ____________________________________________________________________________
41739 [  7075] By: jhi                                   on 2000/09/14  14:40:40
41740         Log: Batch of UTF-8 patches from Simon Cozens.
41741      Branch: perl
41742            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
41743            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
41744            ! toke.c utf8.c
41745 ____________________________________________________________________________
41746 [  7074] By: jhi                                   on 2000/09/14  14:29:58
41747         Log: Subject: Re: Two advertising clauses need to be removed
41748              From: Russ Allbery <rra@stanford.edu>
41749              Date: 13 Sep 2000 18:50:26 -0700
41750              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
41751      Branch: perl
41752            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
41753 ____________________________________________________________________________
41754 [  7073] By: jhi                                   on 2000/09/14  14:28:20
41755         Log: Subject: [PATCH] de-wall t/README
41756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41757              Date: Wed, 13 Sep 2000 17:46:55 -0700
41758              Message-ID: <//Bw5gzkge/e092yn@efn.org>
41759      Branch: perl
41760            ! t/README
41761 ____________________________________________________________________________
41762 [  7072] By: jhi                                   on 2000/09/14  14:25:10
41763         Log: Hints optimization.
41764              
41765              Subject: Minor nit
41766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41767              Date: Wed, 13 Sep 2000 21:42:07 +0200
41768              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
41769      Branch: perl
41770            ! hints/hpux.sh
41771 ____________________________________________________________________________
41772 [  7071] By: jhi                                   on 2000/09/14  14:23:30
41773         Log: Allow chop() and chomp() to be overridden.
41774              
41775              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41776              From: "Casey R. Tweten" <crt@kiski.net>
41777              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
41778              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
41779      Branch: perl
41780            ! toke.c
41781 ____________________________________________________________________________
41782 [  7070] By: jhi                                   on 2000/09/14  14:20:36
41783         Log: The return value of setlocale must be copied away.
41784              
41785              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41786              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41787              Date: Wed, 13 Sep 2000 16:27:37 +0100 
41788              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
41789      Branch: perl
41790            ! util.c
41791 ____________________________________________________________________________
41792 [  7069] By: jhi                                   on 2000/09/14  14:16:27
41793         Log: Remove vestiges of tr//CU.
41794              
41795              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41796              From: Nick Clark <nick@plum.flirble.org>
41797              Date: Tue, 12 Sep 2000 22:50:14 +0100
41798              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
41799              
41800              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41801              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41802              Date: Tue, 12 Sep 2000 21:38:48 -0700
41803              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
41804      Branch: perl
41805            ! op.h pod/perlunicode.pod
41806 ____________________________________________________________________________
41807 [  7068] By: jhi                                   on 2000/09/13  14:18:39
41808         Log: Add the Encode extension.  The code is still largely just skeleton.
41809      Branch: perl
41810            + ext/Encode/Encode.pm ext/Encode/Encode.xs
41811            + ext/Encode/Makefile.PL ext/Encode/Todo
41812            ! MANIFEST Todo-5.6
41813 ____________________________________________________________________________
41814 [  7067] By: jhi                                   on 2000/09/12  17:43:33
41815         Log: Allow for whitespace between "#" and "line" in cpp output.
41816              
41817              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
41818              From: Calle Dybedahl <calle@lysator.liu.se>
41819              Date: 12 Sep 2000 19:38:02 +0200 
41820              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
41821      Branch: perl
41822            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
41823 ____________________________________________________________________________
41824 [  7066] By: gsar                                  on 2000/09/12  17:24:29
41825         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
41826              initialization in all the threads on Windows
41827      Branch: perl
41828            ! win32/win32.c
41829 ____________________________________________________________________________
41830 [  7065] By: jhi                                   on 2000/09/12  15:11:31
41831         Log: Update Changes.
41832      Branch: perl
41833            ! Changes patchlevel.h
41834 ____________________________________________________________________________
41835 [  7064] By: jhi                                   on 2000/09/12  14:54:54
41836         Log: Retract #7062, the pod tests are not ready.
41837      Branch: perl
41838            ! t/TEST t/harness
41839 ____________________________________________________________________________
41840 [  7063] By: jhi                                   on 2000/09/12  14:25:41
41841         Log: The #7054 truncated Configure badly.
41842      Branch: metaconfig/U/perl
41843            ! End.U
41844      Branch: perl
41845            ! Configure config_h.SH
41846 ____________________________________________________________________________
41847 [  7062] By: jhi                                   on 2000/09/12  14:08:32
41848         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
41849              From: sthoenna@efn.org
41850              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
41851              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
41852      Branch: perl
41853            ! t/TEST t/harness
41854 ____________________________________________________________________________
41855 [  7061] By: jhi                                   on 2000/09/12  14:07:18
41856         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
41857              From: sthoenna@efn.org
41858              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
41859              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
41860      Branch: perl
41861            ! pod/perlxs.pod
41862 ____________________________________________________________________________
41863 [  7060] By: jhi                                   on 2000/09/12  14:06:08
41864         Log: Break up the myconfig lines a bit.
41865              
41866              Subject: perlbug/perl -V output format
41867              From: sthoenna@efn.org
41868              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
41869              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
41870      Branch: perl
41871            ! myconfig.SH
41872 ____________________________________________________________________________
41873 [  7059] By: jhi                                   on 2000/09/12  14:05:04
41874         Log: Test for the #7049.
41875              
41876              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
41877              From: andreas.koenig@anima.de (Andreas J. Koenig)
41878              Date: 12 Sep 2000 06:42:01 +0200
41879              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
41880      Branch: perl
41881            ! t/op/my.t
41882 ____________________________________________________________________________
41883 [  7058] By: jhi                                   on 2000/09/12  14:03:05
41884         Log: Subject: [patch: perl@7045] vms updates
41885              From: Peter Prymmer <pvhp@forte.com>
41886              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
41887              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
41888      Branch: perl
41889            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
41890 ____________________________________________________________________________
41891 [  7057] By: jhi                                   on 2000/09/12  14:00:51
41892         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
41893              From: sthoenna@efn.org
41894              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
41895              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
41896      Branch: perl
41897            ! t/op/64bitint.t
41898 ____________________________________________________________________________
41899 [  7056] By: jhi                                   on 2000/09/12  13:58:14
41900         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
41901              From: Jeff Pinyan <jeffp@crusoe.net>
41902              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
41903              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
41904      Branch: perl
41905            ! pod/perlfunc.pod
41906 ____________________________________________________________________________
41907 [  7055] By: jhi                                   on 2000/09/12  13:56:32
41908         Log: Do in VMS as the #7054 does.
41909      Branch: perl
41910            ! configure.com
41911 ____________________________________________________________________________
41912 [  7054] By: jhi                                   on 2000/09/12  13:50:31
41913         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
41914              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41915              Date: Mon, 11 Sep 2000 08:33:09 +0100
41916              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
41917      Branch: metaconfig/U/perl
41918            ! End.U
41919      Branch: perl
41920            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
41921            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
41922 ____________________________________________________________________________
41923 [  7053] By: jhi                                   on 2000/09/12  13:29:19
41924         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
41925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41926              Date:     Tue, 12 Sep 2000 08:35:59 EDT
41927              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
41928      Branch: perl
41929            ! vms/test.com
41930 ____________________________________________________________________________
41931 [  7052] By: jhi                                   on 2000/09/11  23:01:50
41932         Log: Document the SvUTF8*().
41933      Branch: perl
41934            ! pod/perlapi.pod sv.h
41935 ____________________________________________________________________________
41936 [  7051] By: gsar                                  on 2000/09/11  14:46:30
41937         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
41938              (missed a spot when fixing up op_pmreplroot hack for ithreads)
41939      Branch: perl
41940            ! op.c t/op/split.t
41941 ____________________________________________________________________________
41942 [  7050] By: nick                                  on 2000/09/11  10:03:51
41943         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
41944              
41945              Subject: borland C++ win32.c tweak
41946              From: Vadim Konovalov <vkonovalov@lucent.com>
41947              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
41948              Date: Mon, 11 Sep 2000 11:22:33 +0400
41949      Branch: perl
41950            ! win32/win32.c
41951 ____________________________________________________________________________
41952 [  7049] By: nick                                  on 2000/09/11  09:57:33
41953         Log: Point fix for s/// on foreach (keys %xxx).
41954      Branch: perl
41955            ! pp_hot.c
41956 ____________________________________________________________________________
41957 [  7048] By: jhi                                   on 2000/09/10  23:37:09
41958         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
41959              by Pod::Text, from Brad Appleton.
41960      Branch: perl
41961            ! t/pod/testp2pt.pl
41962 ____________________________________________________________________________
41963 [  7047] By: jhi                                   on 2000/09/10  14:32:53
41964         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
41965              by Russ Allbery.
41966      Branch: perl
41967            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
41968 ____________________________________________________________________________
41969 [  7046] By: jhi                                   on 2000/09/10  14:15:08
41970         Log: Upgrade to CPAN 1.57_65, from Andreas König.
41971      Branch: perl
41972            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41973 ____________________________________________________________________________
41974 [  7045] By: jhi                                   on 2000/09/08  21:36:32
41975         Log: Update Changes.
41976      Branch: perl
41977            ! Changes patchlevel.h
41978 ____________________________________________________________________________
41979 [  7044] By: jhi                                   on 2000/09/08  21:29:56
41980         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
41981              From: Peter Prymmer <pvhp@forte.com>
41982              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
41983              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
41984      Branch: perl
41985            ! configure.com
41986 ____________________________________________________________________________
41987 [  7043] By: jhi                                   on 2000/09/08  21:27:50
41988         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
41989              From: Peter Prymmer <pvhp@forte.com>
41990              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
41991              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
41992      Branch: perl
41993            ! Makefile.SH installperl
41994 ____________________________________________________________________________
41995 [  7042] By: jhi                                   on 2000/09/08  21:23:21
41996         Log: Continue #7041.
41997      Branch: perl
41998            ! cygwin/Makefile.SHs os2/Makefile.SHs
41999 ____________________________________________________________________________
42000 [  7041] By: jhi                                   on 2000/09/08  21:18:10
42001         Log: Do away with memory models cruft.  Sorry, PDP users.
42002      Branch: metaconfig
42003            ! U/modified/cc.U U/modified/libpth.U
42004      Branch: perl
42005            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
42006            ! Porting/config_H cflags.SH config_h.SH configure.com
42007            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
42008            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
42009            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
42010 ____________________________________________________________________________
42011 [  7040] By: jhi                                   on 2000/09/08  14:34:18
42012         Log: Major rewrite of s2p.  And I mean really major, it is
42013              an implementation of sed in perl.  If called as s2p it
42014              will function as s2p.  Note: needs non-UNIXifying.
42015              
42016              Subject: s2p
42017              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42018              Date: Mon, 28 Aug 2000 14:05:12 +0200
42019              Message-ID: <39AA5578.2102E2AA@alcatel.at>
42020      Branch: perl
42021            ! x2p/s2p.PL
42022 ____________________________________________________________________________
42023 [  7039] By: jhi                                   on 2000/09/08  14:19:49
42024         Log: Re-allow vec() for characters > 255.
42025              
42026              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42027              From: Spider Boardman <spider@web.zk3.dec.com>
42028              Date: Fri, 08 Sep 2000 02:21:02 -0400
42029              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
42030      Branch: perl
42031            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
42032            ! t/op/vec.t
42033 ____________________________________________________________________________
42034 [  7038] By: jhi                                   on 2000/09/08  14:14:18
42035         Log: Subject: [PATCH lib/Benchmark.pm]
42036              From: <abigail@foad.org>
42037              Date: Thu, 7 Sep 2000 15:03:20 -0400
42038              Message-ID: <20000907190320.888.qmail@foad.org>
42039      Branch: perl
42040            ! lib/Benchmark.pm
42041 ____________________________________________________________________________
42042 [  7037] By: jhi                                   on 2000/09/08  14:11:06
42043         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
42044              
42045              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
42046              From: Spider Boardman <spider@web.zk3.dec.com>
42047              Date: Fri, 08 Sep 2000 01:30:27 -0400
42048              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
42049      Branch: perl
42050            ! op.c
42051 ____________________________________________________________________________
42052 [  7036] By: jhi                                   on 2000/09/08  14:08:58
42053         Log: Subject: [ID 20000908.002] perlipc documentation bug.
42054              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
42055              Date: Fri, 08 Sep 2000 12:38:32 +0200
42056              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
42057      Branch: perl
42058            ! pod/perlipc.pod
42059 ____________________________________________________________________________
42060 [  7035] By: jhi                                   on 2000/09/08  14:03:12
42061         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42062              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42063              Date: Fri, 08 Sep 2000 11:47:34 +0200
42064              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
42065      Branch: perl
42066            ! hints/dec_osf.sh
42067 ____________________________________________________________________________
42068 [  7034] By: jhi                                   on 2000/09/08  13:59:35
42069         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
42070              From: Simon Cozens <simon@cozens.net>
42071              Date: Thu, 7 Sep 2000 20:40:38 +0100
42072              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
42073      Branch: perl
42074            ! pp_hot.c
42075 ____________________________________________________________________________
42076 [  7033] By: jhi                                   on 2000/09/08  04:03:03
42077         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
42078              From: "Larry W. Virden" <lvirden@cas.org>
42079              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
42080              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
42081      Branch: perl
42082            ! pod/perldiag.pod
42083 ____________________________________________________________________________
42084 [  7032] By: jhi                                   on 2000/09/07  22:18:30
42085         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42086              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
42087              Date: Mon, 04 Sep 2000 13:16:38 -0700
42088              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
42089      Branch: perl
42090            ! lib/perl5db.pl
42091 ____________________________________________________________________________
42092 [  7031] By: jhi                                   on 2000/09/07  22:02:29
42093         Log: Fix the ccversion detection for 5.1 and beyond.
42094              
42095              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42096              From: Spider Boardman <spider@leggy.zk3.dec.com>
42097              Date: Thu, 7 Sep 2000 17:54:27 -0400
42098              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
42099      Branch: perl
42100            ! hints/dec_osf.sh
42101 ____________________________________________________________________________
42102 [  7030] By: jhi                                   on 2000/09/07  19:12:28
42103         Log: Fix for
42104              
42105              Subject: [ID 20000903.001] \w in utf8-strings
42106              From: Marc Lehmann <pcg@goof.com>
42107              Date: Sun, 03 Sep 2000 09:44:29 +0200
42108              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
42109              
42110              and various related nits.
42111      Branch: perl
42112            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
42113 ____________________________________________________________________________
42114 [  7029] By: jhi                                   on 2000/09/07  18:49:09
42115         Log: Fix the URL, but the server is still missing in action.
42116              
42117              Subject: [ID 20000905.002] perlfaq1.pod URL error
42118              From: "Larry W. Virden" <lvirden@cas.org>
42119              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
42120              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
42121      Branch: perl
42122            ! pod/perlfaq1.pod
42123 ____________________________________________________________________________
42124 [  7028] By: jhi                                   on 2000/09/07  18:47:13
42125         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42126              From: Hugo <hv@crypt.compulink.co.uk>
42127              Date: Tue, 05 Sep 2000 14:13:37 +0100
42128              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
42129      Branch: perl
42130            ! toke.c
42131 ____________________________________________________________________________
42132 [  7027] By: jhi                                   on 2000/09/07  18:45:35
42133         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42134              From: Daniel Chetlin <daniel@chetlin.com>
42135              Date: Tue, 5 Sep 2000 04:57:07 -0700
42136              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
42137      Branch: perl
42138            ! pod/perlfaq6.pod pod/perlop.pod
42139 ____________________________________________________________________________
42140 [  7026] By: jhi                                   on 2000/09/07  18:44:01
42141         Log: Document the new ref() semantics.
42142              
42143              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42144              From: Gisle Aas <gisle@ActiveState.com>
42145              Date: 05 Sep 2000 08:10:30 +0200
42146              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
42147      Branch: perl
42148            ! pod/perldelta.pod
42149 ____________________________________________________________________________
42150 [  7025] By: jhi                                   on 2000/09/07  18:42:27
42151         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
42152              
42153              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42154              From: Gisle Aas <gisle@ActiveState.com>
42155              Date: 05 Sep 2000 08:11:40 +0200
42156              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
42157      Branch: perl
42158            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
42159 ____________________________________________________________________________
42160 [  7024] By: jhi                                   on 2000/09/07  18:39:32
42161         Log: Subject: [PATCH] Modernize Opcode.pm documentation
42162              From: Gisle Aas <gisle@ActiveState.com>
42163              Date: 4 Sep 2000 00:18:55 -0000
42164              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
42165      Branch: perl
42166            ! ext/Opcode/Opcode.pm
42167 ____________________________________________________________________________
42168 [  7023] By: jhi                                   on 2000/09/07  18:37:42
42169         Log: Subject: [PATCH] Tied filehandle documentation
42170              From: Gisle Aas <gisle@ActiveState.com>
42171              Date: 4 Sep 2000 00:14:40 -0000
42172              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
42173      Branch: perl
42174            ! pod/perlfunc.pod pod/perltie.pod
42175 ____________________________________________________________________________
42176 [  7022] By: jhi                                   on 2000/09/07  18:35:37
42177         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42178              From: Gisle Aas <gisle@ActiveState.com>
42179              Date: 4 Sep 2000 00:04:22 -0000
42180              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
42181      Branch: perl
42182            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
42183 ____________________________________________________________________________
42184 [  7021] By: jhi                                   on 2000/09/07  18:33:22
42185         Log: Subject: small apidoc fix
42186              From: Marc Lehmann <pcg@goof.com>
42187              Date: Sun, 3 Sep 2000 05:12:06 +0200
42188              Message-ID: <20000903051206.A5909@cerebro.laendle>
42189      Branch: perl
42190            ! pod/perlapi.pod utf8.c
42191 ____________________________________________________________________________
42192 [  7020] By: jhi                                   on 2000/09/07  16:14:57
42193         Log: Tiny perldelta nits.
42194      Branch: perl
42195            ! pod/perldelta.pod
42196 ____________________________________________________________________________
42197 [  7019] By: jhi                                   on 2000/09/07  16:04:20
42198         Log: Guard against bad string->int conversion for quads.
42199      Branch: perl
42200            ! t/op/64bitint.t
42201 ____________________________________________________________________________
42202 [  7018] By: jhi                                   on 2000/09/06  17:07:03
42203         Log: Update Unicode todo list.
42204      Branch: perl
42205            ! Todo-5.6
42206 ____________________________________________________________________________
42207 [  7017] By: jhi                                   on 2000/09/05  21:16:01
42208         Log: Document the SvIOK_.*UV().
42209      Branch: perl
42210            ! pod/perlapi.pod sv.h
42211 ____________________________________________________________________________
42212 [  7016] By: nick                                  on 2000/09/03  21:54:46
42213         Log: Hash lookup of constant strings optimization:
42214              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
42215              to string table (as per sharepvn). Add newSV_pvn_share to create such
42216              a thing. Make hv.c compare addresses of strings and skip string compare
42217              if equal. Make method_named and helem ops use these shared-string SVs
42218              when arg is constant. Make keys op return shared-string SVs (less clearly
42219              a win).
42220      Branch: perl
42221            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
42222            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
42223            ! pod/perlintern.pod pp_hot.c proto.h sv.c
42224 ____________________________________________________________________________
42225 [  7015] By: jhi                                   on 2000/09/02  17:48:59
42226         Log: This is 5.7.0.
42227      Branch: perl
42228            ! Changes
42229 ____________________________________________________________________________
42230 [  7014] By: jhi                                   on 2000/09/02  17:35:45
42231         Log: Changes and patchlevel tweaks.
42232      Branch: perl
42233            ! Changes patchlevel.h
42234 ____________________________________________________________________________
42235 [  7013] By: jhi                                   on 2000/09/02  17:30:50
42236         Log: Update Changes.
42237      Branch: perl
42238            ! Changes patchlevel.h
42239 ____________________________________________________________________________
42240 [  7012] By: nick                                  on 2000/09/02  17:25:20
42241         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
42242      Branch: perl
42243            ! gv.c lib/overload.pm
42244 ____________________________________________________________________________
42245 [  7011] By: jhi                                   on 2000/09/02  17:16:25
42246         Log: Update perlhist.
42247      Branch: perl
42248            ! pod/perlhist.pod
42249 ____________________________________________________________________________
42250 [  7010] By: jhi                                   on 2000/09/02  17:01:35
42251         Log: perldelta nits.
42252      Branch: perl
42253            ! pod/perldelta.pod
42254 ____________________________________________________________________________
42255 [  7009] By: nick                                  on 2000/09/02  16:48:35
42256         Log: If overloaded %{} etc. return the object do not loop.
42257              Thus  sub deref { $_[0] } functions if object is wanted type.
42258      Branch: perl
42259            ! pp.h
42260 ____________________________________________________________________________
42261 [  7008] By: jhi                                   on 2000/09/02  16:26:11
42262         Log: Retab MANIFEST.
42263      Branch: perl
42264            ! ext/Storable/MANIFEST
42265 ____________________________________________________________________________
42266 [  7007] By: jhi                                   on 2000/09/02  16:23:02
42267         Log: Make certain cc is set before trying to run it.
42268      Branch: perl
42269            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
42270 ____________________________________________________________________________
42271 [  7006] By: jhi                                   on 2000/09/02  15:45:41
42272         Log: Unicode notes.
42273      Branch: perl
42274            ! pod/perldelta.pod
42275 ____________________________________________________________________________
42276 [  7005] By: jhi                                   on 2000/09/02  15:42:11
42277         Log: Various Configure nits by Philip Newton,
42278              plus the ebcdic one by me.
42279      Branch: metaconfig
42280            + U/modified/pager.U
42281            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
42282      Branch: metaconfig/U/perl
42283            ! Devel.U quadfio.U
42284      Branch: perl
42285            ! Configure config_h.SH
42286 ____________________________________________________________________________
42287 [  7004] By: jhi                                   on 2000/09/02  15:06:14
42288         Log: Apparently avoiding the swapping is too costly.
42289              
42290              From: "Ben Tilly" <ben_tilly@hotmail.com>
42291              Subject: Re: the door is closed.
42292              Date: Fri, 01 Sep 2000 20:23:16 EDT
42293              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
42294      Branch: perl
42295            ! pod/perlfaq4.pod
42296 ____________________________________________________________________________
42297 [  7003] By: nick                                  on 2000/09/02  12:26:04
42298         Log: Undo part of change 6489 which looks like a bulk edit which
42299              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
42300              The supressing of main:: on return from select() is undesirable.
42301      Branch: perl
42302            ! pp_sys.c
42303 ____________________________________________________________________________
42304 [  7002] By: jhi                                   on 2000/09/01  23:08:54
42305         Log: Update Changes.
42306      Branch: perl
42307            ! Changes patchlevel.h
42308 ____________________________________________________________________________
42309 [  7001] By: jhi                                   on 2000/09/01  23:00:13
42310         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
42311              From: Peter Prymmer <pvhp@forte.com>
42312              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
42313              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
42314              
42315              plus rework the http: spots as suggested by Tom Christiansen,
42316              plus regen perltoc.
42317      Branch: perl
42318            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
42319            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
42320 ____________________________________________________________________________
42321 [  7000] By: jhi                                   on 2000/09/01  22:36:01
42322         Log: Only the first line, thank you very much.
42323      Branch: perl
42324            ! hints/solaris_2.sh
42325 ____________________________________________________________________________
42326 [  6999] By: gsar                                  on 2000/09/01  22:16:40
42327         Log: change#6791 accidentally clobbered change#6710, put it back
42328      Branch: perl
42329            ! win32/win32.c
42330 ____________________________________________________________________________
42331 [  6998] By: jhi                                   on 2000/09/01  22:14:16
42332         Log: Mention the HP-UX LP64 freak failure.
42333      Branch: perl
42334            ! pod/perldelta.pod
42335 ____________________________________________________________________________
42336 [  6997] By: jhi                                   on 2000/09/01  21:48:32
42337         Log: Detypo.
42338      Branch: perl
42339            ! hints/hpux.sh
42340 ____________________________________________________________________________
42341 [  6996] By: jhi                                   on 2000/09/01  21:27:10
42342         Log: Update Changes.
42343      Branch: perl
42344            ! Changes patchlevel.h
42345 ____________________________________________________________________________
42346 [  6995] By: jhi                                   on 2000/09/01  21:14:24
42347         Log: Mi splgn s gnin.g
42348      Branch: perl
42349            ! pp_ctl.c
42350 ____________________________________________________________________________
42351 [  6994] By: jhi                                   on 2000/09/01  21:09:54
42352         Log: Subject: http:// in L<>
42353              From: Nicholas Clark <nick@ccl4.org>
42354              Date: Fri, 1 Sep 2000 22:03:21 +0100
42355              Message-ID: <20000901220321.B72074@plum.flirble.org>
42356      Branch: perl
42357            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
42358 ____________________________________________________________________________
42359 [  6993] By: jhi                                   on 2000/09/01  21:06:54
42360         Log: Update to Storable 1.0, from Raphael Manfredi.
42361      Branch: perl
42362            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42363            ! ext/Storable/Makefile.PL ext/Storable/README
42364            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42365            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42366            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
42367            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
42368            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
42369            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
42370 ____________________________________________________________________________
42371 [  6992] By: jhi                                   on 2000/09/01  20:43:05
42372         Log: Mention known sfio+linux buglet.
42373      Branch: perl
42374            ! pod/perldelta.pod
42375 ____________________________________________________________________________
42376 [  6991] By: jhi                                   on 2000/09/01  20:40:11
42377         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42378              From: Peter Prymmer <pvhp@forte.com>
42379              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
42380              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
42381      Branch: perl
42382            ! vms/vms.c
42383 ____________________________________________________________________________
42384 [  6990] By: jhi                                   on 2000/09/01  20:25:26
42385         Log: Retract #6986.
42386      Branch: perl
42387            ! hints/solaris_2.sh
42388 ____________________________________________________________________________
42389 [  6989] By: jhi                                   on 2000/09/01  20:23:00
42390         Log: Mergesort is back.
42391      Branch: perl
42392            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
42393 ____________________________________________________________________________
42394 [  6988] By: jhi                                   on 2000/09/01  19:37:40
42395         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42396              From: Mike Guy <mjtg@cam.ac.uk>
42397              Date: Fri, 01 Sep 2000 17:43:33 +0100
42398              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
42399      Branch: perl
42400            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
42401            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
42402 ____________________________________________________________________________
42403 [  6987] By: jhi                                   on 2000/09/01  19:17:10
42404         Log: Regen perltoc.
42405      Branch: perl
42406            ! pod/perltoc.pod
42407 ____________________________________________________________________________
42408 [  6986] By: jhi                                   on 2000/09/01  18:51:10
42409         Log: Subject: Re: Solaris x86 has no SPARC libraries!
42410              From: Lupe Christoph <lupe@lupe-christoph.de>
42411              Date: Fri, 1 Sep 2000 20:41:20 +0200
42412              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
42413      Branch: perl
42414            ! hints/solaris_2.sh
42415 ____________________________________________________________________________
42416 [  6985] By: jhi                                   on 2000/09/01  18:28:10
42417         Log: Update Changes.
42418      Branch: perl
42419            ! Changes patchlevel.h
42420 ____________________________________________________________________________
42421 [  6984] By: jhi                                   on 2000/09/01  18:26:53
42422         Log: Feature ordering tweak.
42423      Branch: perl
42424            ! myconfig.SH
42425 ____________________________________________________________________________
42426 [  6983] By: jhi                                   on 2000/09/01  18:19:50
42427         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42428              From: <abigail@foad.org>
42429              Date: Fri, 1 Sep 2000 13:07:32 -0400
42430              Message-ID: <20000901170732.18249.qmail@foad.org>
42431      Branch: perl
42432            ! t/pragma/overload.t
42433 ____________________________________________________________________________
42434 [  6982] By: jhi                                   on 2000/09/01  18:17:54
42435         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
42436              so that case-ignoring systems like DCL can tell them from
42437              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
42438      Branch: metaconfig/U/perl
42439            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
42440      Branch: perl
42441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42442            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
42443            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
42444            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
42445            ! vos/config.def vos/config.h vos/config_h.SH_orig
42446            ! win32/config.bc win32/config.gc win32/config.vc
42447 ____________________________________________________________________________
42448 [  6981] By: nick                                  on 2000/09/01  17:21:57
42449         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
42450              warning when UNTIE exists and instead pass the cound of extra references to
42451              the UNTIE method.
42452      Branch: perl
42453            ! pod/perltie.pod pp_sys.c
42454 ____________________________________________________________________________
42455 [  6980] By: jhi                                   on 2000/09/01  16:54:44
42456         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
42457              From: Peter Prymmer <pvhp@forte.com>
42458              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
42459              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
42460      Branch: perl
42461            ! configure.com
42462 ____________________________________________________________________________
42463 [  6979] By: jhi                                   on 2000/09/01  16:06:20
42464         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42465              From: Mike Guy <mjtg@cam.ac.uk> 
42466              Date: Fri, 01 Sep 2000 16:49:27 +0100
42467              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
42468      Branch: perl
42469            ! t/base/rs.t
42470 ____________________________________________________________________________
42471 [  6978] By: jhi                                   on 2000/09/01  16:00:42
42472         Log: Update to PodParser 1.18, from Brad Appleton.
42473      Branch: perl
42474            ! lib/Pod/Checker.pm t/pod/find.t
42475 ____________________________________________________________________________
42476 [  6977] By: jhi                                   on 2000/09/01  14:48:58
42477         Log: Subject: Nit in Configure (bleadperl@6961)
42478              From: Lupe Christoph <lupe@lupe-christoph.de>
42479              Date: Fri, 1 Sep 2000 16:34:29 +0200
42480              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
42481      Branch: metaconfig
42482            ! U/compline/ccflags.U
42483      Branch: perl
42484            ! Configure config_h.SH
42485 ____________________________________________________________________________
42486 [  6976] By: jhi                                   on 2000/09/01  14:39:52
42487         Log: Update Changes.
42488      Branch: perl
42489            ! Changes patchlevel.h
42490 ____________________________________________________________________________
42491 [  6975] By: jhi                                   on 2000/09/01  14:37:36
42492         Log: microperl config update.
42493      Branch: perl
42494            ! uconfig.h uconfig.sh
42495 ____________________________________________________________________________
42496 [  6974] By: jhi                                   on 2000/09/01  14:36:53
42497         Log: Document known deficiencies.
42498      Branch: perl
42499            ! pod/perldelta.pod
42500 ____________________________________________________________________________
42501 [  6973] By: jhi                                   on 2000/09/01  14:10:20
42502         Log: Mention warnings fixes and updates.
42503      Branch: perl
42504            ! pod/perldelta.pod
42505 ____________________________________________________________________________
42506 [  6972] By: jhi                                   on 2000/09/01  14:01:52
42507         Log: Drop unused argument.
42508              
42509              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42510              From: Spider Boardman <spider@web.zk3.dec.com>
42511              Date: Thu, 31 Aug 2000 16:10:15 -0400
42512              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
42513      Branch: perl
42514            ! toke.c
42515 ____________________________________________________________________________
42516 [  6971] By: jhi                                   on 2000/09/01  13:59:24
42517         Log: Add the overload warnings to perldiag.
42518      Branch: perl
42519            ! lib/overload.pm pod/perldiag.pod
42520 ____________________________________________________________________________
42521 [  6970] By: jhi                                   on 2000/09/01  13:55:10
42522         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42523              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42524              Date: Fri, 1 Sep 2000 13:43:15 +0100 
42525              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
42526      Branch: perl
42527            ! lib/overload.pm t/pragma/overload.t
42528 ____________________________________________________________________________
42529 [  6969] By: jhi                                   on 2000/09/01  13:52:27
42530         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42531              From: <abigail@foad.org>
42532              Date: Fri, 1 Sep 2000 05:46:54 -0400
42533              Message-ID: <20000901094654.6476.qmail@foad.org>
42534      Branch: perl
42535            ! lib/overload.pm
42536 ____________________________________________________________________________
42537 [  6968] By: jhi                                   on 2000/09/01  13:50:05
42538         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
42539              From: Daniel Chetlin <daniel@chetlin.com>
42540              Date: Fri, 1 Sep 2000 02:10:55 -0700
42541              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
42542      Branch: perl
42543            ! pod/perlretut.pod
42544 ____________________________________________________________________________
42545 [  6967] By: jhi                                   on 2000/09/01  13:47:54
42546         Log: Part of the solution.
42547              
42548              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
42549              From: Mike Guy <mjtg@cam.ac.uk>
42550              Date: Fri, 01 Sep 2000 14:16:01 +0100
42551              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
42552      Branch: perl
42553            ! gv.c mg.c
42554 ____________________________________________________________________________
42555 [  6966] By: jhi                                   on 2000/09/01  13:46:17
42556         Log: Subject: CPAN.pm beta 1.57_57 for the core
42557              From: andreas.koenig@anima.de (Andreas J. Koenig)
42558              Date: 01 Sep 2000 15:16:31 +0200
42559              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
42560      Branch: perl
42561            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42562 ____________________________________________________________________________
42563 [  6965] By: jhi                                   on 2000/09/01  13:43:18
42564         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
42565              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42566              Date: Fri, 01 Sep 2000 01:47:22 -0500
42567              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
42568      Branch: perl
42569            ! pod/perldelta.pod vms/vms.c
42570 ____________________________________________________________________________
42571 [  6964] By: jhi                                   on 2000/09/01  13:35:35
42572         Log: File::Temp patches from Andreas König,
42573              
42574              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
42575              From: andreas.koenig@anima.de (Andreas J. Koenig)
42576              Date: 01 Sep 2000 10:07:20 +0200
42577              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
42578              
42579              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
42580              From: andreas.koenig@anima.de (Andreas J. Koenig)
42581              Date: 31 Aug 2000 23:26:08 +0200
42582              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
42583      Branch: perl
42584            ! lib/File/Temp.pm t/lib/ftmp-security.t
42585 ____________________________________________________________________________
42586 [  6963] By: jhi                                   on 2000/09/01  02:22:24
42587         Log: Retract the mergesort code, way too incompatible licensing
42588              and copyrights.
42589      Branch: perl
42590            ! pod/perldelta.pod pp_ctl.c
42591 ____________________________________________________________________________
42592 [  6962] By: jhi                                   on 2000/08/31  23:27:32
42593         Log: Update Changes.
42594      Branch: perl
42595            ! Changes patchlevel.h
42596 ____________________________________________________________________________
42597 [  6961] By: jhi                                   on 2000/08/31  23:20:04
42598         Log: Small tweaks all over.
42599      Branch: metaconfig
42600            ! U/compline/d_gconvert.U
42601      Branch: perl
42602            ! AUTHORS Configure config_h.SH pp_ctl.c
42603 ____________________________________________________________________________
42604 [  6960] By: jhi                                   on 2000/08/31  22:39:36
42605         Log: Further rewording.
42606      Branch: perl
42607            ! pp_ctl.c
42608 ____________________________________________________________________________
42609 [  6959] By: jhi                                   on 2000/08/31  21:26:44
42610         Log: More address tweaking.
42611      Branch: perl
42612            ! AUTHORS Changes
42613 ____________________________________________________________________________
42614 [  6958] By: jhi                                   on 2000/08/31  20:47:25
42615         Log: AUTHORS tweaks, from Peter Prymmer.
42616              
42617              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
42618              From: Peter Prymmer <pvhp@forte.com>
42619              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
42620              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
42621      Branch: perl
42622            ! AUTHORS MAINTAIN
42623 ____________________________________________________________________________
42624 [  6957] By: jhi                                   on 2000/08/31  20:34:43
42625         Log: perldelta tweaks.
42626      Branch: perl
42627            ! pod/perldelta.pod
42628 ____________________________________________________________________________
42629 [  6956] By: jhi                                   on 2000/08/31  19:11:06
42630         Log: Regen perltoc.
42631      Branch: perl
42632            ! pod/perltoc.pod
42633 ____________________________________________________________________________
42634 [  6955] By: jhi                                   on 2000/08/31  19:06:30
42635         Log: Clarify the mergesort situation.
42636      Branch: perl
42637            ! pp_ctl.c
42638 ____________________________________________________________________________
42639 [  6954] By: jhi                                   on 2000/08/31  18:24:17
42640         Log: Move the Solaris 7 scan to use64bitall, make the
42641              failure to find 64-bot sparc libc to mention the
42642              possibility of being in an intel, from Lupe and Alan.
42643      Branch: perl
42644            ! hints/solaris_2.sh
42645 ____________________________________________________________________________
42646 [  6953] By: jhi                                   on 2000/08/31  18:09:20
42647         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
42648              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
42649      Branch: metaconfig
42650            ! U/compline/d_gconvert.U U/threads/archname.U
42651      Branch: metaconfig/U/perl
42652            ! perlxv.U
42653      Branch: perl
42654            ! Configure config_h.SH sv.c
42655 ____________________________________________________________________________
42656 [  6952] By: jhi                                   on 2000/08/31  17:42:24
42657         Log: :: not allowed in pathnames, change to .
42658              
42659              Subject: [PATCH perl@6938] cygwin port
42660              From: "Fifer, Eric" <EFifer@sanwaint.com>
42661              Date: Thu, 31 Aug 2000 16:32:59 +0100
42662              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
42663      Branch: metaconfig/U/perl
42664            ! perlxv.U
42665 ____________________________________________________________________________
42666 [  6951] By: jhi                                   on 2000/08/31  17:02:05
42667         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
42668      Branch: perl
42669            ! perl.h
42670 ____________________________________________________________________________
42671 [  6950] By: jhi                                   on 2000/08/31  16:26:08
42672         Log: More author updates.
42673              
42674              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
42675              From: Simon Cozens <simon@cozens.net>
42676              Date: Thu, 31 Aug 2000 17:13:32 +0100
42677              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
42678      Branch: perl
42679            ! AUTHORS
42680 ____________________________________________________________________________
42681 [  6949] By: jhi                                   on 2000/08/31  16:04:49
42682         Log: POSIX doesn't report long double values under -Duselongdouble
42683              when the long doubles are "real" (bigger than doubles).
42684              
42685              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
42686              From: Spider Boardman <spider@peano.zk3.dec.com>
42687              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
42688              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
42689      Branch: perl
42690            ! ext/POSIX/POSIX.xs
42691 ____________________________________________________________________________
42692 [  6948] By: jhi                                   on 2000/08/31  15:25:10
42693         Log: Update Changes.
42694      Branch: perl
42695            ! Changes patchlevel.h
42696 ____________________________________________________________________________
42697 [  6947] By: jhi                                   on 2000/08/31  15:22:29
42698         Log: Document UNTIE in a very minimalistic way.
42699      Branch: perl
42700            ! pod/perlfunc.pod pod/perltie.pod
42701 ____________________________________________________________________________
42702 [  6946] By: jhi                                   on 2000/08/31  15:15:23
42703         Log: Document known failures.
42704      Branch: perl
42705            ! pod/perldelta.pod
42706 ____________________________________________________________________________
42707 [  6945] By: jhi                                   on 2000/08/31  15:07:00
42708         Log: Don't attach -ld to the archname if pointless.
42709      Branch: metaconfig
42710            ! U/threads/archname.U
42711      Branch: perl
42712            ! Configure config_h.SH
42713 ____________________________________________________________________________
42714 [  6944] By: jhi                                   on 2000/08/31  14:37:42
42715         Log: Wrap the test in eval.
42716              
42717              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
42718              From: Tim Jenness <timj@jach.hawaii.edu>
42719              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
42720              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
42721      Branch: perl
42722            ! t/lib/ftmp-security.t
42723 ____________________________________________________________________________
42724 [  6943] By: jhi                                   on 2000/08/31  14:30:57
42725         Log: Make -Dusemorebits find long doubles in Solaris.
42726      Branch: perl
42727            ! hints/solaris_2.sh
42728 ____________________________________________________________________________
42729 [  6942] By: jhi                                   on 2000/08/31  13:48:45
42730         Log: Clarify the third case of ftmp-security warnings.
42731      Branch: perl
42732            ! INSTALL
42733 ____________________________________________________________________________
42734 [  6941] By: jhi                                   on 2000/08/31  13:40:31
42735         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
42736              From: <abigail@foad.org>
42737              Date: Thu, 31 Aug 2000 01:35:05 -0400
42738              Message-ID: <20000831053505.32120.qmail@foad.org>
42739      Branch: perl
42740            ! pod/perldelta.pod
42741 ____________________________________________________________________________
42742 [  6940] By: jhi                                   on 2000/08/31  13:38:48
42743         Log: Issue useful diagnostic on unknown pod commands.
42744              
42745              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
42746              From: <abigail@foad.org>
42747              Date: Thu, 31 Aug 2000 03:41:18 -0400
42748              Message-ID: <20000831074118.24880.qmail@foad.org>
42749      Branch: perl
42750            ! lib/Pod/Man.pm
42751 ____________________________________________________________________________
42752 [  6939] By: jhi                                   on 2000/08/31  13:34:33
42753         Log: Reveal Borland's isnan.
42754              
42755              Subject: build with BC++ tweak
42756              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42757              Date: Thu, 31 Aug 2000 13:09:37 +0400
42758              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
42759      Branch: perl
42760            ! win32/win32.h
42761 ____________________________________________________________________________
42762 [  6938] By: jhi                                   on 2000/08/31  05:01:20
42763         Log: Update Changes.
42764      Branch: perl
42765            ! Changes patchlevel.h
42766 ____________________________________________________________________________
42767 [  6937] By: jhi                                   on 2000/08/31  04:26:23
42768         Log: sscanf() may be the only way to read long doubles from strings.
42769      Branch: metaconfig/U/perl
42770            ! longdblfio.U
42771      Branch: perl
42772            ! Configure config_h.SH perl.h util.c
42773 ____________________________________________________________________________
42774 [  6936] By: jhi                                   on 2000/08/31  04:18:19
42775         Log: The #6929 was too skimpy.
42776      Branch: perl
42777            ! sv.c
42778 ____________________________________________________________________________
42779 [  6935] By: jhi                                   on 2000/08/31  02:47:07
42780         Log: Subject: Re: typos in pods
42781              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42782              Date: Wed, 30 Aug 2000 19:25:34 -0700
42783              Message-ID: <eIcr5gzkg25X092yn@efn.org>
42784      Branch: perl
42785            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
42786 ____________________________________________________________________________
42787 [  6934] By: jhi                                   on 2000/08/31  02:42:55
42788         Log: Missed one Unicode file.
42789      Branch: perl
42790            + lib/unicode/UCDFF301.html
42791 ____________________________________________________________________________
42792 [  6933] By: jhi                                   on 2000/08/30  23:42:27
42793         Log: Update Changes.
42794      Branch: perl
42795            ! Changes patchlevel.h
42796 ____________________________________________________________________________
42797 [  6932] By: jhi                                   on 2000/08/30  23:40:07
42798         Log: Mention UNTIE in perldelta.  Still needs documenting
42799              in perltie et alia.
42800      Branch: perl
42801            ! pod/perldelta.pod
42802 ____________________________________________________________________________
42803 [  6931] By: jhi                                   on 2000/08/30  23:36:02
42804         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
42805              From: <abigail@foad.org>
42806              Date: Wed, 30 Aug 2000 19:28:07 -0400
42807              Message-ID: <20000830232807.305.qmail@foad.org>
42808      Branch: perl
42809            ! pod/perldelta.pod
42810 ____________________________________________________________________________
42811 [  6930] By: jhi                                   on 2000/08/30  23:32:40
42812         Log: Update to Unicode 3.0.1.
42813      Branch: perl
42814            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
42815            + lib/unicode/PropList.txt lib/unicode/README.perl
42816            + lib/unicode/UCD301.html lib/unicode/Unicode.301
42817            - lib/unicode/Props.txt lib/unicode/UCD300.html
42818            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42819            ! (edit 257 files)
42820 ____________________________________________________________________________
42821 [  6929] By: jhi                                   on 2000/08/30  22:38:18
42822         Log: Heap decorruption.
42823              
42824              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
42825              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42826              Date: Wed, 30 Aug 2000 22:39:52 +0100
42827              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
42828      Branch: perl
42829            ! sv.c
42830 ____________________________________________________________________________
42831 [  6928] By: jhi                                   on 2000/08/30  22:29:34
42832         Log: Retract the dummy test, skip the security tests (instead of failing),
42833              explain what the warnings mean.
42834      Branch: perl
42835            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
42836 ____________________________________________________________________________
42837 [  6927] By: jhi                                   on 2000/08/30  22:14:13
42838         Log: Change the internal implementation of sort() to be mergesort
42839              instead of quicksort, from John Linderman <jpl@research.att.com>.
42840              Gives us better worst case, better average case, and stability.
42841              What's there not to like?  (Small fixes for threaded builds
42842              were required).
42843      Branch: perl
42844            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
42845 ____________________________________________________________________________
42846 [  6926] By: jhi                                   on 2000/08/30  20:55:20
42847         Log: A better fix for the Socket building problem from Craig Berry.
42848      Branch: perl
42849            ! vms/vms.c
42850 ____________________________________________________________________________
42851 [  6925] By: jhi                                   on 2000/08/30  20:20:25
42852         Log: Subject: [PATCH] Re: UNTIE method 
42853              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42854              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
42855              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
42856      Branch: perl
42857            ! pp_sys.c t/op/tie.t
42858 ____________________________________________________________________________
42859 [  6924] By: jhi                                   on 2000/08/30  20:17:11
42860         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
42861              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42862              Date: Wed, 30 Aug 2000 15:03:14 -0500
42863              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
42864      Branch: perl
42865            ! vms/vms.c
42866 ____________________________________________________________________________
42867 [  6923] By: jhi                                   on 2000/08/30  20:15:18
42868         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
42869              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42870              Date: Wed, 30 Aug 2000 13:30:36 -0500
42871              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
42872      Branch: perl
42873            ! vms/vms.c
42874 ____________________________________________________________________________
42875 [  6922] By: jhi                                   on 2000/08/30  19:54:43
42876         Log: Better options for rsync.
42877      Branch: perl
42878            ! pod/perlhack.pod
42879 ____________________________________________________________________________
42880 [  6921] By: jhi                                   on 2000/08/30  19:40:16
42881         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
42882              From: Rick Delaney <rick@consumercontact.com>
42883              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
42884              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
42885      Branch: perl
42886            ! pod/perlfunc.pod
42887 ____________________________________________________________________________
42888 [  6920] By: jhi                                   on 2000/08/30  19:36:40
42889         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
42890              From: Peter Prymmer <pvhp@forte.com>
42891              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
42892              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
42893      Branch: perl
42894            ! configure.com
42895 ____________________________________________________________________________
42896 [  6919] By: jhi                                   on 2000/08/30  14:52:02
42897         Log: Update Changes.
42898      Branch: perl
42899            ! Changes patchlevel.h
42900 ____________________________________________________________________________
42901 [  6918] By: jhi                                   on 2000/08/30  14:48:34
42902         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
42903      Branch: perl
42904            ! lib/ExtUtils/typemap
42905 ____________________________________________________________________________
42906 [  6917] By: jhi                                   on 2000/08/30  14:46:34
42907         Log: Subject: typos in pods
42908              From: Nicholas Clark <nick@ccl4.org>
42909              Date: Wed, 30 Aug 2000 01:12:50 +0100
42910              Message-ID: <20000830011249.A61388@plum.flirble.org>
42911      Branch: perl
42912            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
42913            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
42914            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
42915            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
42916 ____________________________________________________________________________
42917 [  6916] By: jhi                                   on 2000/08/30  14:19:09
42918         Log: Document Storable problems on Crays.  (Will have
42919              to document all the other Storable problems, too.)
42920      Branch: perl
42921            ! pod/perldelta.pod
42922 ____________________________________________________________________________
42923 [  6915] By: jhi                                   on 2000/08/30  14:06:02
42924         Log: Subject: [PATCH] fix misc cast warnings
42925              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42926              Date: Tue, 29 Aug 2000 23:16:14 -0700
42927              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
42928      Branch: perl
42929            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
42930            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
42931            ! os2/os2ish.h
42932 ____________________________________________________________________________
42933 [  6914] By: jhi                                   on 2000/08/30  14:03:45
42934         Log: Timestamp mismatch again.  Need to fix this dependence on
42935              config_h.SH timestamp, since it's the contents of config_h.SH
42936              that matter.
42937      Branch: perl
42938            ! uconfig.h uconfig.sh
42939 ____________________________________________________________________________
42940 [  6913] By: jhi                                   on 2000/08/30  13:54:06
42941         Log: Don't say "Perl 5.0 source kit".
42942      Branch: perl
42943            ! perl.c
42944 ____________________________________________________________________________
42945 [  6912] By: jhi                                   on 2000/08/30  13:51:24
42946         Log: Reset archname and archname64 always, forcing them be
42947              recomputed at each Configure run, make Configure and
42948              the hints files agree on the naming of largefiles variables.
42949      Branch: metaconfig
42950            ! U/threads/archname.U
42951      Branch: metaconfig/U/perl
42952            ! use64bits.U
42953      Branch: perl
42954            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
42955            ! hints/linux.sh hints/solaris_2.sh
42956 ____________________________________________________________________________
42957 [  6911] By: jhi                                   on 2000/08/30  13:30:13
42958         Log: Put back the slice accidentally removed by #6907.
42959      Branch: perl
42960            ! hints/solaris_2.sh
42961 ____________________________________________________________________________
42962 [  6910] By: jhi                                   on 2000/08/30  01:24:26
42963         Log: Be consistent: other Net::get* do export theirs.
42964              
42965              Subject: Re: Net::protoent does not export 'getproto'
42966              From: Yasushi Nakajima <sey@jkc.co.jp>
42967              Date: Wed, 30 Aug 2000 09:53:14 +0900
42968              Message-Id: <200008300051.DAA24700@taku.hut.fi>
42969      Branch: perl
42970            ! lib/Net/protoent.pm
42971 ____________________________________________________________________________
42972 [  6909] By: jhi                                   on 2000/08/30  01:17:25
42973         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
42974              From: Gurusamy Sarathy <gsar@ActiveState.com>
42975              Date: Tue, 29 Aug 2000 17:17:07 -0700
42976              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
42977      Branch: perl
42978            ! cop.h
42979 ____________________________________________________________________________
42980 [  6908] By: jhi                                   on 2000/08/30  00:58:05
42981         Log: Update Changes.
42982      Branch: perl
42983            ! Changes patchlevel.h
42984 ____________________________________________________________________________
42985 [  6907] By: jhi                                   on 2000/08/30  00:57:22
42986         Log: Introduce ccname to keep track of what compiler kind of we have.
42987      Branch: metaconfig/U/perl
42988            ! Checkcc.U gccvers.U
42989      Branch: perl
42990            ! Configure config_h.SH hints/solaris_2.sh
42991 ____________________________________________________________________________
42992 [  6906] By: jhi                                   on 2000/08/30  00:25:47
42993         Log: Put back the flags dump as reasoned in
42994              
42995              Subject: Re: [PATCH] Glob dumping
42996              From: Mike Guy <mjtg@cam.ac.uk> 
42997              Date: Tue, 29 Aug 2000 21:41:32 +0100
42998              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
42999      Branch: perl
43000            ! dump.c t/lib/peek.t
43001 ____________________________________________________________________________
43002 [  6905] By: jhi                                   on 2000/08/30  00:16:17
43003         Log: Make the epsilon to be relative, not absolute.
43004              
43005              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
43006              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
43007              Date: Tue, 29 Aug 2000 19:58:56 -0400
43008              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
43009      Branch: perl
43010            ! t/lib/trig.t
43011 ____________________________________________________________________________
43012 [  6904] By: jhi                                   on 2000/08/30  00:13:09
43013         Log: From now on, Gisle is on my list of usual suspects :-)
43014              Retract #6902.
43015      Branch: perl
43016            ! ext/Opcode/Safe.pm
43017 ____________________________________________________________________________
43018 [  6903] By: jhi                                   on 2000/08/29  23:51:20
43019         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43020              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43021              Date: Tue, 29 Aug 2000 18:43:26 -0500
43022              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
43023      Branch: perl
43024            + vms/vmspipe.com
43025            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
43026            ! vms/vms.c
43027 ____________________________________________________________________________
43028 [  6902] By: jhi                                   on 2000/08/29  23:44:14
43029         Log: Retry what #6882 attempted.
43030              
43031              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
43032              From: Gisle Aas <gisle@ActiveState.com>
43033              Date: 30 Aug 2000 00:33:09 +0200
43034              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
43035      Branch: perl
43036            ! ext/Opcode/Safe.pm
43037 ____________________________________________________________________________
43038 [  6901] By: jhi                                   on 2000/08/29  22:59:32
43039         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
43040              From: Hugo <hv@crypt.compulink.co.uk>
43041              Date: Mon, 12 Jun 2000 19:36:08 +0100
43042              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
43043      Branch: perl
43044            ! sv.c
43045 ____________________________________________________________________________
43046 [  6900] By: jhi                                   on 2000/08/29  22:58:35
43047         Log: Admit that we are leaking scalars.
43048              
43049              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
43050              From: Spider Boardman <spider@leggy.zk3.dec.com>
43051              Date: Tue, 29 Aug 2000 18:48:29 -0400
43052              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
43053      Branch: perl
43054            ! t/pragma/warnings.t
43055 ____________________________________________________________________________
43056 [  6899] By: jhi                                   on 2000/08/29  20:53:13
43057         Log: Update Changes.
43058      Branch: perl
43059            ! Changes patchlevel.h
43060 ____________________________________________________________________________
43061 [  6898] By: jhi                                   on 2000/08/29  20:46:21
43062         Log: Undo namespace pollution of #6878.
43063              
43064              Subject: Re: Net::protoent does not export 'getproto'
43065              From: Mike Guy <mjtg@cam.ac.uk>
43066              Date: Tue, 29 Aug 2000 21:32:37 +0100
43067              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
43068      Branch: perl
43069            ! lib/Net/protoent.pm
43070 ____________________________________________________________________________
43071 [  6897] By: jhi                                   on 2000/08/29  20:44:29
43072         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
43073              From: Peter Prymmer <pvhp@forte.com>
43074              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
43075              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
43076      Branch: perl
43077            ! pod/perlebcdic.pod
43078 ____________________________________________________________________________
43079 [  6896] By: jhi                                   on 2000/08/29  20:40:57
43080         Log: There's no point repeating the 'revision' (5) of perl5.
43081      Branch: metaconfig/U/perl
43082            ! Devel.U patchlevel.U
43083      Branch: perl
43084            ! Configure config_h.SH
43085 ____________________________________________________________________________
43086 [  6895] By: jhi                                   on 2000/08/29  20:16:58
43087         Log: Regen Configure for #6894.
43088      Branch: metaconfig/U/perl
43089            ! perladmin.U
43090      Branch: perl
43091            ! Configure config_h.SH
43092 ____________________________________________________________________________
43093 [  6894] By: jhi                                   on 2000/08/29  19:59:52
43094         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
43095              From: "Philip Newton" <Philip.Newton@gmx.net>
43096              Date: Tue, 29 Aug 2000 21:39:14 +0200
43097              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
43098      Branch: perl
43099            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
43100            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
43101            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
43102            ! utils/perlbug.PL
43103 ____________________________________________________________________________
43104 [  6893] By: jhi                                   on 2000/08/29  19:55:30
43105         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
43106              From: "Philip Newton" <Philip.Newton@gmx.net>
43107              Date: Tue, 29 Aug 2000 21:39:14 +0200
43108              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
43109      Branch: perl
43110            ! installhtml
43111 ____________________________________________________________________________
43112 [  6892] By: jhi                                   on 2000/08/29  19:53:59
43113         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
43114              From: "Philip Newton" <Philip.Newton@gmx.net>
43115              Date: Tue, 29 Aug 2000 21:48:18 +0200
43116              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
43117      Branch: perl
43118            ! lib/File/Temp.pm
43119 ____________________________________________________________________________
43120 [  6891] By: jhi                                   on 2000/08/29  18:30:03
43121         Log: Nail the ID 20000828.023.
43122      Branch: perl
43123            ! ext/Storable/Storable.xs
43124 ____________________________________________________________________________
43125 [  6890] By: jhi                                   on 2000/08/29  16:50:17
43126         Log: Under usethreads the dumped variable is IN_PAD.
43127              
43128              Subject: Re: [PATCH] Glob dumping
43129              From: Gisle Aas <gisle@ActiveState.com>
43130              Date: 29 Aug 2000 18:45:05 +0200
43131              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
43132      Branch: perl
43133            ! t/lib/peek.t
43134 ____________________________________________________________________________
43135 [  6889] By: jhi                                   on 2000/08/29  15:17:37
43136         Log: Update Changes.
43137      Branch: perl
43138            ! Changes patchlevel.h
43139 ____________________________________________________________________________
43140 [  6888] By: jhi                                   on 2000/08/29  14:49:59
43141         Log: Retract #6882, broke the safe tests.
43142      Branch: perl
43143            ! ext/Opcode/Safe.pm
43144 ____________________________________________________________________________
43145 [  6887] By: jhi                                   on 2000/08/29  14:47:06
43146         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
43147              From: Gisle Aas <gisle@ActiveState.com> 
43148              Date: 09 Jun 2000 20:00:11 +0200
43149              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
43150      Branch: perl
43151            ! utils/perldoc.PL
43152 ____________________________________________________________________________
43153 [  6886] By: jhi                                   on 2000/08/29  14:42:45
43154         Log: The #6881 removed one dump line.
43155      Branch: perl
43156            ! t/lib/peek.t
43157 ____________________________________________________________________________
43158 [  6885] By: jhi                                   on 2000/08/29  14:30:47
43159         Log: Don't forget to tidy up.
43160      Branch: perl
43161            ! t/lib/ftmp-security.t
43162 ____________________________________________________________________________
43163 [  6884] By: jhi                                   on 2000/08/29  14:25:17
43164         Log: Disabling the one test is a bit tricky.
43165      Branch: perl
43166            ! t/lib/ftmp-security.t
43167 ____________________________________________________________________________
43168 [  6883] By: jhi                                   on 2000/08/29  14:16:25
43169         Log: Disable one of the tests for now.
43170      Branch: perl
43171            ! t/lib/ftmp-security.t
43172 ____________________________________________________________________________
43173 [  6882] By: jhi                                   on 2000/08/29  14:05:50
43174         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
43175              From: gisle@aas.no
43176              Date: 29 Aug 2000 10:35:06 -0000
43177              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
43178      Branch: perl
43179            ! ext/Opcode/Safe.pm
43180 ____________________________________________________________________________
43181 [  6881] By: jhi                                   on 2000/08/29  14:03:51
43182         Log: Subject: [PATCH] Glob dumping
43183              From: Gisle Aas <gisle@ActiveState.com>
43184              Date: 29 Aug 2000 07:59:42 -0000
43185              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
43186      Branch: perl
43187            ! dump.c
43188 ____________________________________________________________________________
43189 [  6880] By: jhi                                   on 2000/08/29  14:02:01
43190         Log: Subject: [PATCH] Warnings in B::Deparse
43191              From: <abigail@foad.org>
43192              Date: Tue, 29 Aug 2000 00:00:01 -0400
43193              Message-ID: <20000829040001.2999.qmail@foad.org>
43194      Branch: perl
43195            ! ext/B/B/Deparse.pm
43196 ____________________________________________________________________________
43197 [  6879] By: jhi                                   on 2000/08/29  13:57:26
43198         Log: Missed a change in #6869.
43199      Branch: perl
43200            ! mg.c
43201 ____________________________________________________________________________
43202 [  6878] By: jhi                                   on 2000/08/29  13:45:04
43203         Log: Subject: Net::protoent does not export 'getproto'
43204              From: Yasushi Nakajima <sey@jkc.co.jp>
43205              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
43206      Branch: perl
43207            ! lib/Net/protoent.pm
43208 ____________________________________________________________________________
43209 [  6877] By: jhi                                   on 2000/08/29  13:39:19
43210         Log: Patches all over for people and the files they (hopefully) care about.
43211      Branch: perl
43212            ! AUTHORS Changes MAINTAIN
43213 ____________________________________________________________________________
43214 [  6876] By: jhi                                   on 2000/08/29  12:53:54
43215         Log: Fix for thinko in #6848.
43216              
43217              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
43218              From: Lupe Christoph <lupe@lupe-christoph.de>
43219              Date: Tue, 29 Aug 2000 09:04:08 +0200
43220              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
43221      Branch: perl
43222            ! ext/Thread/Thread.xs
43223 ____________________________________________________________________________
43224 [  6875] By: jhi                                   on 2000/08/29  12:50:14
43225         Log: Update to Getopt::Long 2.24, from Johan Vromans.
43226      Branch: perl
43227            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43228 ____________________________________________________________________________
43229 [  6874] By: jhi                                   on 2000/08/29  02:09:53
43230         Log: Use minimal @INC in tests, most of the time just '../lib',
43231              so that we simply can't pick up stuff from other Perls than
43232              the one we are testing.  Pointed out by
43233              
43234              From: Mike Guy <mjtg@cam.ac.uk>
43235              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
43236              Date: Fri, 25 Aug 2000 15:15:59 +0100
43237              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
43238      Branch: perl
43239            ! (edit 185 files)
43240 ____________________________________________________________________________
43241 [  6873] By: jhi                                   on 2000/08/29  01:07:11
43242         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
43243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43244              Date: Mon, 28 Aug 2000 17:45:52 -0700
43245              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
43246      Branch: perl
43247            ! Makefile.SH hints/os2.sh
43248 ____________________________________________________________________________
43249 [  6872] By: jhi                                   on 2000/08/28  23:33:39
43250         Log: Subject: [PATCH bleedperl@6866] spellings
43251              From: marcel@codewerk.com (Marcel Grunauer)
43252              Date: Tue, 29 Aug 2000 01:19:59 +0200
43253              Message-Id: <200008282319.BAA29862@gandalf.local>
43254      Branch: perl
43255            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
43256            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
43257            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
43258 ____________________________________________________________________________
43259 [  6871] By: jhi                                   on 2000/08/28  23:22:09
43260         Log: Take out the SUIDMAIL thing, that will not be
43261              a problem in 5.7.*.
43262      Branch: perl
43263            ! patchlevel.h
43264 ____________________________________________________________________________
43265 [  6870] By: jhi                                   on 2000/08/28  23:19:30
43266         Log: -S is the silent flag, -s is the strip flag.
43267              
43268              Subject: [PATCH] Re: [PATCH] make no-install          
43269              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43270              Date: Mon, 28 Aug 2000 15:12:55 -0700
43271              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
43272      Branch: perl
43273            ! Makefile.SH
43274 ____________________________________________________________________________
43275 [  6869] By: jhi                                   on 2000/08/28  23:12:05
43276         Log: Subject: [PATCH bleedperl@6856] warnings fixes
43277              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43278              Date: Mon, 28 Aug 2000 23:55:06 +0100
43279              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
43280      Branch: perl
43281            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
43282            ! warnings.h warnings.pl
43283 ____________________________________________________________________________
43284 [  6868] By: jhi                                   on 2000/08/28  21:38:22
43285         Log: Potential cruft.
43286      Branch: perl
43287            ! Makefile.SH
43288 ____________________________________________________________________________
43289 [  6867] By: jhi                                   on 2000/08/28  21:35:36
43290         Log: Update Changes.
43291      Branch: perl
43292            ! Changes patchlevel.h
43293 ____________________________________________________________________________
43294 [  6866] By: jhi                                   on 2000/08/28  21:33:49
43295         Log: Subject: hv.h Doc Patch
43296              From: Fisher Mark <fisherm@tce.com>
43297              Date: Mon, 28 Aug 2000 16:24:59 -0500
43298              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
43299      Branch: perl
43300            ! hv.h
43301 ____________________________________________________________________________
43302 [  6865] By: jhi                                   on 2000/08/28  21:02:15
43303         Log: Add -ld to archname on long tr...double platforms.
43304      Branch: metaconfig
43305            ! U/threads/archname.U
43306      Branch: perl
43307            ! Configure config_h.SH
43308 ____________________________________________________________________________
43309 [  6864] By: jhi                                   on 2000/08/28  20:38:59
43310         Log: An attempt to fix the problem reported in
43311              
43312              Subject: Building perl@6856 using gcc/AIX 4.3.3 
43313              From: Daniel Muino <dmuino@afip.gov.ar> 
43314              Date: Mon, 28 Aug 2000 15:50:01 -0300   
43315              Message-ID: <20000828155001.A14403@con2-dgi>
43316              
43317              I can't test this properly since the gcc installation I have
43318              access to seems to be botched (gcc is calling the AIX cpp,
43319              a losing proposition...)
43320      Branch: perl
43321            ! hints/aix.sh
43322 ____________________________________________________________________________
43323 [  6863] By: jhi                                   on 2000/08/28  18:57:52
43324         Log: Fix for ID 20000828.001, long doubles were not formatted
43325              correctly (showed up in $], which stopped installing perl).
43326      Branch: perl
43327            ! sv.c
43328 ____________________________________________________________________________
43329 [  6862] By: jhi                                   on 2000/08/28  18:07:15
43330         Log: Typo in #6858.
43331      Branch: perl
43332            ! lib/Cwd.pm
43333 ____________________________________________________________________________
43334 [  6861] By: jhi                                   on 2000/08/28  17:57:27
43335         Log: opmini.o may be left around if a build is interrupted.
43336      Branch: perl
43337            ! Makefile.SH
43338 ____________________________________________________________________________
43339 [  6860] By: jhi                                   on 2000/08/28  16:52:50
43340         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
43341              From: Daniel Chetlin <daniel@chetlin.com>
43342              Date: Mon, 28 Aug 2000 01:14:18 -0700
43343              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
43344      Branch: perl
43345            ! lib/overload.pm
43346 ____________________________________________________________________________
43347 [  6859] By: jhi                                   on 2000/08/28  16:08:46
43348         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
43349              From: Nicholas Clark <nick@ccl4.org>
43350              Date: Mon, 28 Aug 2000 16:03:27 +0100
43351              Message-Id: <20000828160327.C49785@plum.flirble.org>
43352      Branch: perl
43353            ! ext/ByteLoader/bytecode.h
43354 ____________________________________________________________________________
43355 [  6858] By: jhi                                   on 2000/08/28  16:02:10
43356         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
43357              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
43358              Date: Mon, 28 Aug 2000 13:08:30 +0200
43359              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
43360      Branch: perl
43361            ! lib/Cwd.pm
43362 ____________________________________________________________________________
43363 [  6857] By: jhi                                   on 2000/08/28  15:42:47
43364         Log: display_format used as a class method without arguments was broken,
43365              reported in
43366              
43367              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
43368              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
43369              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
43370              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
43371      Branch: perl
43372            ! lib/Math/Complex.pm t/lib/complex.t
43373 ____________________________________________________________________________
43374 [  6856] By: jhi                                   on 2000/08/27  22:09:48
43375         Log: Update Changes.
43376      Branch: perl
43377            ! Changes patchlevel.h
43378 ____________________________________________________________________________
43379 [  6855] By: jhi                                   on 2000/08/27  21:59:21
43380         Log: Retract #6853 (false alarm).
43381      Branch: perl
43382            ! lib/ExtUtils/xsubpp
43383 ____________________________________________________________________________
43384 [  6854] By: jhi                                   on 2000/08/27  21:37:44
43385         Log: Update Changes.
43386      Branch: perl
43387            ! Changes patchlevel.h
43388 ____________________________________________________________________________
43389 [  6853] By: jhi                                   on 2000/08/27  21:37:16
43390         Log: Subject: [PATCH perl@6850] workaround for xsubpp
43391              From: Hugo <hv@crypt.compulink.co.uk>
43392              Date: Sun, 27 Aug 2000 22:30:25 +0100
43393              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
43394      Branch: perl
43395            ! lib/ExtUtils/xsubpp
43396 ____________________________________________________________________________
43397 [  6852] By: jhi                                   on 2000/08/27  21:33:58
43398         Log: Big-endian 64-bit patch from Raphael Manfredi.
43399      Branch: perl
43400            ! ext/Storable/Storable.xs
43401 ____________________________________________________________________________
43402 [  6851] By: jhi                                   on 2000/08/27  21:22:21
43403         Log: More ruthless editing from Hugo van der Sanden.
43404      Branch: perl
43405            ! pod/perldelta.pod
43406 ____________________________________________________________________________
43407 [  6850] By: jhi                                   on 2000/08/27  16:11:46
43408         Log: Update Changes.
43409      Branch: perl
43410            ! Changes patchlevel.h
43411 ____________________________________________________________________________
43412 [  6849] By: jhi                                   on 2000/08/27  16:11:05
43413         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
43414      Branch: perl
43415            ! configpm pod/perldelta.pod
43416 ____________________________________________________________________________
43417 [  6848] By: jhi                                   on 2000/08/27  15:35:08
43418         Log: Use the actual thread type, not the pointer-to-struct.
43419      Branch: perl
43420            ! ext/Thread/Thread.xs
43421 ____________________________________________________________________________
43422 [  6847] By: jhi                                   on 2000/08/27  15:30:49
43423         Log: Test nit.
43424      Branch: perl
43425            ! t/pragma/warn/pp_sys
43426 ____________________________________________________________________________
43427 [  6846] By: jhi                                   on 2000/08/27  15:19:02
43428         Log: Passing -R in ldflags makes now it to appear in the default
43429              for lddlflags, just like with -L.
43430              
43431              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43432              From: Lupe Christoph <lupe@lupe-christoph.de>
43433              Date: Sun, 27 Aug 2000 10:28:21 +0200
43434              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
43435      Branch: metaconfig/U/perl
43436            ! dlsrc.U
43437      Branch: perl
43438            ! Configure
43439 ____________________________________________________________________________
43440 [  6845] By: jhi                                   on 2000/08/27  15:08:54
43441         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43442              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43443              Date: Sat, 26 Aug 2000 22:23:27 +0100
43444              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
43445      Branch: perl
43446            ! lib/ExtUtils/MM_Unix.pm
43447 ____________________________________________________________________________
43448 [  6844] By: jhi                                   on 2000/08/27  15:02:37
43449         Log: DJGPP update from Laszlo Molnar.
43450              
43451              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
43452              From: ml1050 <ml1050@freemail.hu>
43453              Date: Sat, 26 Aug 2000 23:24:40 +0200
43454              Message-Id: <20000826232440.A439@freemail.hu>
43455      Branch: perl
43456            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
43457            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
43458 ____________________________________________________________________________
43459 [  6843] By: jhi                                   on 2000/08/27  14:53:58
43460         Log: Subject: installman buglet
43461              From: Lupe Christoph <lupe@lupe-christoph.de>
43462              Date: Sun, 27 Aug 2000 14:38:59 +0200
43463              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
43464      Branch: perl
43465            ! installman
43466 ____________________________________________________________________________
43467 [  6842] By: jhi                                   on 2000/08/27  14:52:08
43468         Log: Can't get the test to reliably work thanks to the
43469              inaccurateness of floating point.  "Resolves" bug ids
43470              20000826.003, 20000826.009, 20000826.010,
43471      Branch: perl
43472            ! t/lib/trig.t
43473 ____________________________________________________________________________
43474 [  6841] By: jhi                                   on 2000/08/26  15:53:58
43475         Log: Update Changes.
43476      Branch: perl
43477            ! Changes patchlevel.h
43478 ____________________________________________________________________________
43479 [  6840] By: jhi                                   on 2000/08/26  14:23:03
43480         Log: grep -e isn't portable.
43481              
43482              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
43483              From: chris@broadband.att.com
43484              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
43485              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
43486      Branch: perl
43487            ! hints/solaris_2.sh
43488 ____________________________________________________________________________
43489 [  6839] By: jhi                                   on 2000/08/26  14:12:23
43490         Log: no-install target a la make -n.
43491              
43492              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
43493              From: <abigail@foad.org>
43494              Date: Sat, 26 Aug 2000 03:57:34 -0400
43495              Message-ID: <20000826075735.18912.qmail@foad.org>
43496      Branch: perl
43497            ! Makefile.SH installman installperl
43498 ____________________________________________________________________________
43499 [  6838] By: jhi                                   on 2000/08/26  14:06:33
43500         Log: Retract #6826 as the #6828 should be do the same
43501              in a More Correct Way.
43502      Branch: perl
43503            ! installperl
43504 ____________________________________________________________________________
43505 [  6837] By: jhi                                   on 2000/08/26  05:24:00
43506         Log: More casting.
43507      Branch: perl
43508            ! ext/Storable/Storable.xs
43509 ____________________________________________________________________________
43510 [  6836] By: jhi                                   on 2000/08/26  05:05:46
43511         Log: Nicer in decimal.
43512      Branch: perl
43513            ! ext/Storable/Storable.xs
43514 ____________________________________________________________________________
43515 [  6835] By: jhi                                   on 2000/08/26  05:03:50
43516         Log: There be no UVdf.
43517      Branch: perl
43518            ! ext/Storable/Storable.xs
43519 ____________________________________________________________________________
43520 [  6834] By: jhi                                   on 2000/08/26  05:00:18
43521         Log: Continue IVdfing and UVxfing.
43522      Branch: perl
43523            ! ext/Storable/Storable.xs
43524 ____________________________________________________________________________
43525 [  6833] By: jhi                                   on 2000/08/26  04:53:14
43526         Log: Use IVdf.
43527      Branch: perl
43528            ! ext/Storable/Storable.xs
43529 ____________________________________________________________________________
43530 [  6832] By: jhi                                   on 2000/08/26  04:40:41
43531         Log: Document PTR2XX and INT2PTR.
43532      Branch: perl
43533            ! pod/perlguts.pod
43534 ____________________________________________________________________________
43535 [  6831] By: jhi                                   on 2000/08/26  04:33:18
43536         Log: Use UVxf, PTR2UV, NVff.
43537      Branch: perl
43538            ! ext/Storable/Storable.xs
43539 ____________________________________________________________________________
43540 [  6830] By: jhi                                   on 2000/08/26  04:31:32
43541         Log: Update the test count.
43542      Branch: perl
43543            ! t/lib/trig.t
43544 ____________________________________________________________________________
43545 [  6829] By: jhi                                   on 2000/08/26  03:05:50
43546         Log: Subject: [PATCH] installation not quite silent yet.
43547              From: <abigail@foad.org>
43548              Date: Fri, 25 Aug 2000 20:07:53 -0400
43549              Message-ID: <20000826000753.7822.qmail@foad.org>
43550      Branch: perl
43551            ! installman installperl
43552 ____________________________________________________________________________
43553 [  6828] By: jhi                                   on 2000/08/26  03:05:14
43554         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43555              From: Spider Boardman <spider@web.zk3.dec.com>
43556              Date: Fri, 25 Aug 2000 19:12:40 -0400
43557              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
43558      Branch: perl
43559            ! gv.c
43560 ____________________________________________________________________________
43561 [  6827] By: jhi                                   on 2000/08/25  23:54:34
43562         Log: Support preserving extremely big/small angles.
43563      Branch: perl
43564            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
43565 ____________________________________________________________________________
43566 [  6826] By: jhi                                   on 2000/08/25  23:01:20
43567         Log: Patch installperl to be long double-aware.
43568              
43569              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43570              From: Spider Boardman <spider@web.zk3.dec.com>
43571              Date: Fri, 25 Aug 2000 18:15:23 -0400
43572              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
43573      Branch: perl
43574            ! installperl
43575 ____________________________________________________________________________
43576 [  6825] By: jhi                                   on 2000/08/25  22:58:25
43577         Log: Remove duplicately applied patch shards.
43578              
43579              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
43580              From: Spider Boardman <spider@leggy.zk3.dec.com>
43581              Date: Fri, 25 Aug 2000 16:45:03 -0400
43582              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
43583      Branch: perl
43584            ! t/lib/cgi-html.t
43585 ____________________________________________________________________________
43586 [  6824] By: jhi                                   on 2000/08/25  22:57:00
43587         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43588              From: Daniel Chetlin <daniel@chetlin.com>
43589              Date: Fri, 25 Aug 2000 12:23:16 -0700
43590              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
43591              
43592              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43593              From: Daniel Chetlin <daniel@chetlin.com>
43594              Date: Fri, 25 Aug 2000 14:47:19 -0700
43595              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
43596      Branch: perl
43597            ! installman
43598 ____________________________________________________________________________
43599 [  6823] By: jhi                                   on 2000/08/25  22:44:17
43600         Log: Timestamp problem?
43601      Branch: perl
43602            ! uconfig.h uconfig.sh
43603 ____________________________________________________________________________
43604 [  6822] By: jhi                                   on 2000/08/25  19:01:06
43605         Log: One forgotten file from #6816.
43606      Branch: perl
43607            ! vos/config.h
43608 ____________________________________________________________________________
43609 [  6821] By: jhi                                   on 2000/08/25  18:56:39
43610         Log: Regen Changes.
43611      Branch: perl
43612            ! Changes patchlevel.h
43613 ____________________________________________________________________________
43614 [  6820] By: jhi                                   on 2000/08/25  18:52:35
43615         Log: Fix Changes ordering.
43616      Branch: perl
43617            ! Changes
43618 ____________________________________________________________________________
43619 [  6819] By: jhi                                   on 2000/08/25  18:50:25
43620         Log: Update Changes.
43621      Branch: perl
43622            ! Changes patchlevel.h
43623 ____________________________________________________________________________
43624 [  6818] By: jhi                                   on 2000/08/25  18:47:45
43625         Log: Tweak the sfio/useperlio logic, hopefully as wished in
43626              
43627              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
43628              From: Nicholas Clark <nick@babyhippo.co.uk>
43629              Date: Fri, 25 Aug 2000 12:01:45 +0100
43630              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
43631      Branch: metaconfig/U/perl
43632            ! d_sfio.U
43633      Branch: perl
43634            ! Configure
43635 ____________________________________________________________________________
43636 [  6817] By: jhi                                   on 2000/08/25  18:32:51
43637         Log: Allow microperl to assume <math.h>, without it the math
43638              functions like floor() are assumed to return int, which makes
43639              for core dumps in machines where integer and floating register
43640              don't mix.
43641      Branch: perl
43642            ! uconfig.h uconfig.sh
43643 ____________________________________________________________________________
43644 [  6816] By: jhi                                   on 2000/08/25  18:27:17
43645         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
43646              the problem reported in
43647              
43648              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
43649              From: danhale@us.ibm.com
43650              Date: Fri, 25 Aug 2000 10:58:06 -0400
43651              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
43652      Branch: metaconfig/U/perl
43653            + d_socks5_init.U
43654      Branch: perl
43655            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
43656            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
43657            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
43658            ! win32/config.gc win32/config.vc
43659 ____________________________________________________________________________
43660 [  6815] By: jhi                                   on 2000/08/25  17:43:31
43661         Log: A solution for the retrieve_fd autosplit warning,
43662              idea suggested by Mike Guy.
43663      Branch: perl
43664            ! ext/Storable/Storable.pm
43665 ____________________________________________________________________________
43666 [  6814] By: jhi                                   on 2000/08/25  17:16:03
43667         Log: Add install-silent target.
43668      Branch: perl
43669            ! Makefile.SH
43670 ____________________________________________________________________________
43671 [  6813] By: jhi                                   on 2000/08/25  17:14:23
43672         Log: Subject: Re: [PATCH] More silencing of installman.
43673              From: <abigail@foad.org>
43674              Date: Thu, 24 Aug 2000 19:27:03 -0400
43675              Message-ID: <20000824232703.7001.qmail@foad.org>
43676              
43677              Subject: Re: [PATCH] More silencing of installman.
43678              From: <abigail@foad.org>
43679              Date: Fri, 25 Aug 2000 03:00:58 -0400
43680              Message-ID: <20000825070058.10697.qmail@foad.org>
43681      Branch: perl
43682            ! installman
43683 ____________________________________________________________________________
43684 [  6812] By: jhi                                   on 2000/08/25  17:11:28
43685         Log: installperl --verbose and --silent.
43686              
43687              Subject: Re: [PATCH] More silencing of installman.
43688              From: <abigail@foad.org>
43689              Message-ID: <20000825064430.9719.qmail@foad.org>
43690              Date: Fri, 25 Aug 2000 02:44:30 -0400
43691      Branch: perl
43692            ! installperl
43693 ____________________________________________________________________________
43694 [  6811] By: jhi                                   on 2000/08/25  17:05:43
43695         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
43696              From: "Peter J. Farley III" <pjfarley@banet.net>
43697              Date: Thu, 24 Aug 2000 21:58:03 -0400
43698              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
43699              
43700              (applied slightly modified)
43701      Branch: perl
43702            ! lib/ExtUtils/MM_Unix.pm
43703 ____________________________________________________________________________
43704 [  6810] By: jhi                                   on 2000/08/25  17:01:18
43705         Log: Missing parts of 
43706              
43707              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
43708              From: Peter Prymmer <pvhp@forte.com>
43709              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
43710              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
43711      Branch: perl
43712            ! t/lib/cgi-html.t
43713 ____________________________________________________________________________
43714 [  6809] By: jhi                                   on 2000/08/25  16:46:32
43715         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
43716              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43717              Date: Thu, 24 Aug 2000 19:13:11 -0500
43718              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
43719      Branch: perl
43720            ! vms/vms.c
43721 ____________________________________________________________________________
43722 [  6808] By: jhi                                   on 2000/08/25  16:39:22
43723         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
43724              From: Peter Prymmer <pvhp@forte.com>
43725              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
43726              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
43727      Branch: perl
43728            ! configure.com
43729 ____________________________________________________________________________
43730 [  6807] By: jhi                                   on 2000/08/25  16:36:37
43731         Log: Better wording for the vec lvalue diagnostic.
43732              
43733              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43734              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43735              Date: Wed, 23 Aug 2000 14:12:16 -0400
43736              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
43737      Branch: perl
43738            ! pod/perldiag.pod
43739 ____________________________________________________________________________
43740 [  6806] By: jhi                                   on 2000/08/24  18:17:22
43741         Log: Subject: [PATCH] More silencing of installman.
43742              From: <abigail@foad.org>
43743              Date: Thu, 24 Aug 2000 14:01:44 -0400
43744              Message-ID: <20000824180144.20062.qmail@foad.org>
43745      Branch: perl
43746            ! installman
43747 ____________________________________________________________________________
43748 [  6805] By: jhi                                   on 2000/08/24  15:00:31
43749         Log: Update Changes.
43750      Branch: perl
43751            ! Changes patchlevel.h
43752 ____________________________________________________________________________
43753 [  6804] By: jhi                                   on 2000/08/24  14:59:07
43754         Log: Regen perltoc.
43755      Branch: perl
43756            ! pod/perltoc.pod
43757 ____________________________________________________________________________
43758 [  6803] By: jhi                                   on 2000/08/24  14:44:39
43759         Log: Show the doc file, not the temp file.
43760      Branch: perl
43761            ! installman
43762 ____________________________________________________________________________
43763 [  6802] By: jhi                                   on 2000/08/24  14:41:53
43764         Log: Continue silencing.
43765      Branch: perl
43766            ! installman
43767 ____________________________________________________________________________
43768 [  6801] By: jhi                                   on 2000/08/24  14:34:40
43769         Log: Actually do something with the silencer option.
43770      Branch: perl
43771            ! installman
43772 ____________________________________________________________________________
43773 [  6800] By: jhi                                   on 2000/08/24  14:26:22
43774         Log: Make installman to recognize the silence flag -S.
43775      Branch: perl
43776            ! installman
43777 ____________________________________________________________________________
43778 [  6799] By: jhi                                   on 2000/08/24  13:49:38
43779         Log: DOS patches and portability/porting notes, from Tim Jenness.
43780      Branch: perl
43781            ! lib/File/Temp.pm
43782 ____________________________________________________________________________
43783 [  6798] By: jhi                                   on 2000/08/24  13:48:27
43784         Log: Create directories in silence.
43785              
43786              Subject: [PATCH] Another silencer for MakeMaker
43787              From: andreas.koenig@anima.de (Andreas J. Koenig)
43788              Date: 24 Aug 2000 14:18:52 +0200
43789              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
43790      Branch: perl
43791            ! lib/ExtUtils/Command.pm
43792 ____________________________________________________________________________
43793 [  6797] By: jhi                                   on 2000/08/24  13:46:42
43794         Log: More liberal parsing of version numbers.
43795              
43796              Subject: Re: CPAN.pm beta for testing available
43797              From: andreas.koenig@anima.de (Andreas J. Koenig)
43798              Date: 24 Aug 2000 13:51:57 +0200
43799              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
43800      Branch: perl
43801            ! lib/CPAN.pm
43802 ____________________________________________________________________________
43803 [  6796] By: jhi                                   on 2000/08/24  13:44:36
43804         Log: Make "make install" by default silent.  A new "install-verbose"
43805              target is verbose.
43806      Branch: perl
43807            ! Makefile.SH
43808 ____________________________________________________________________________
43809 [  6795] By: jhi                                   on 2000/08/24  13:39:14
43810         Log: Add silencer flags to installperl.
43811              
43812              Subject: [PATCH] Making installperl silent.
43813              From: <abigail@foad.org>
43814              Date: Thu, 24 Aug 2000 05:01:45 -0400
43815              Message-ID: <20000824090145.13141.qmail@foad.org>
43816      Branch: perl
43817            ! installperl
43818 ____________________________________________________________________________
43819 [  6794] By: jhi                                   on 2000/08/24  13:35:50
43820         Log: installperl couldn't tell whether it had run tests or not.
43821              
43822              Subject: [PATCH] Re: installperl and t/TEST
43823              From: <abigail@foad.org>
43824              Date: Thu, 24 Aug 2000 04:00:53 -0400
43825              Message-ID: <20000824080053.2494.qmail@foad.org>
43826      Branch: perl
43827            ! Makefile.SH installperl
43828 ____________________________________________________________________________
43829 [  6793] By: jhi                                   on 2000/08/24  13:27:50
43830         Log: Drop the separate perlbc, perlcc -b should be enough.
43831      Branch: perl
43832            - utils/perlbc.PL
43833            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
43834 ____________________________________________________________________________
43835 [  6792] By: jhi                                   on 2000/08/24  04:41:30
43836         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
43837              plus the typo fix from Peter Prymmer.
43838      Branch: perl
43839            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43840            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43841 ____________________________________________________________________________
43842 [  6791] By: jhi                                   on 2000/08/24  02:10:43
43843         Log: Replace #6705 with a minimal doc patch.
43844              
43845              Subject: [PATCH 5.6.0] replace change #6705
43846              From: Jan Dubois <jand@ActiveState.com>
43847              Date: Wed, 23 Aug 2000 18:31:51 -0700
43848              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
43849      Branch: perl
43850            ! lib/Win32.pod win32/win32.c
43851 ____________________________________________________________________________
43852 [  6790] By: jhi                                   on 2000/08/23  17:52:00
43853         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43854              From: Mike Guy <mjtg@cam.ac.uk>
43855              Date: Wed, 23 Aug 2000 18:38:46 +0100
43856              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
43857      Branch: perl
43858            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
43859 ____________________________________________________________________________
43860 [  6789] By: jhi                                   on 2000/08/23  15:34:21
43861         Log: Update Changes.
43862      Branch: perl
43863            ! Changes patchlevel.h
43864 ____________________________________________________________________________
43865 [  6788] By: jhi                                   on 2000/08/23  15:33:40
43866         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
43867              From: Wilfredo Sánchez <wsanchez@apple.com>
43868              Date: Tue, 22 Aug 2000 19:31:27 -0700
43869              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
43870      Branch: perl
43871            ! perl.h
43872 ____________________________________________________________________________
43873 [  6787] By: jhi                                   on 2000/08/23  15:29:31
43874         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
43875              From: Spider Boardman <spider@leggy.zk3.dec.com>
43876              Date: Wed, 23 Aug 2000 10:33:23 -0400
43877              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
43878      Branch: perl
43879            ! lib/Pod/Html.pm
43880 ____________________________________________________________________________
43881 [  6786] By: jhi                                   on 2000/08/23  15:28:11
43882         Log: Bad makefile.
43883      Branch: perl
43884            ! ext/B/Makefile.PL
43885 ____________________________________________________________________________
43886 [  6785] By: jhi                                   on 2000/08/23  14:37:04
43887         Log: Update Changes.
43888      Branch: perl
43889            ! Changes patchlevel.h
43890 ____________________________________________________________________________
43891 [  6784] By: jhi                                   on 2000/08/23  13:58:41
43892         Log: Portability fix from Hugo van der Sanden.
43893      Branch: perl
43894            ! ext/re/Makefile.PL
43895 ____________________________________________________________________________
43896 [  6783] By: jhi                                   on 2000/08/23  13:53:53
43897         Log: Storable support, v-version fixes.
43898              
43899              Subject: CPAN.pm beta for testing available
43900              From: andreas.koenig@anima.de (Andreas J. Koenig)
43901              Date: 22 Aug 2000 23:31:33 +0200
43902              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
43903      Branch: perl
43904            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43905 ____________________________________________________________________________
43906 [  6782] By: jhi                                   on 2000/08/23  13:51:26
43907         Log: Mac and other portability updates from Chris Nandor.
43908      Branch: perl
43909            ! pod/perlmodinstall.pod
43910 ____________________________________________________________________________
43911 [  6781] By: jhi                                   on 2000/08/23  13:47:33
43912         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
43913              From: Peter Prymmer <pvhp@forte.com>
43914              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
43915              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
43916      Branch: perl
43917            ! ext/Storable/Storable.xs
43918 ____________________________________________________________________________
43919 [  6780] By: jhi                                   on 2000/08/23  13:33:34
43920         Log: VMS MMS (make) wants null action.
43921      Branch: perl
43922            ! ext/B/Makefile.PL
43923 ____________________________________________________________________________
43924 [  6779] By: jhi                                   on 2000/08/22  19:44:47
43925         Log: Forgot portability nit.
43926      Branch: perl
43927            ! t/lib/st-forgive.t
43928 ____________________________________________________________________________
43929 [  6778] By: jhi                                   on 2000/08/22  19:35:25
43930         Log: Be portable.
43931      Branch: perl
43932            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
43933            ! t/lib/st-store.t
43934 ____________________________________________________________________________
43935 [  6777] By: jhi                                   on 2000/08/22  18:50:53
43936         Log: Update Changes.
43937      Branch: perl
43938            ! Changes patchlevel.h
43939 ____________________________________________________________________________
43940 [  6776] By: jhi                                   on 2000/08/22  18:44:46
43941         Log: cSVOPo_*v things index into the current PL_curpad
43942              under ithreads, which is different from the curpad
43943              used by the XSUB.  (In other words, the code as-is
43944              before this patch wouldn't work under ithreads.)
43945              From Sarathy.
43946      Branch: perl
43947            ! ext/B/B.xs
43948 ____________________________________________________________________________
43949 [  6775] By: jhi                                   on 2000/08/22  18:18:37
43950         Log: Make the selection of NVff et al stricter.
43951      Branch: metaconfig/U/perl
43952            ! perlxvf.U
43953      Branch: perl
43954            ! Configure config_h.SH
43955 ____________________________________________________________________________
43956 [  6774] By: jhi                                   on 2000/08/22  17:19:42
43957         Log: perldelta nits.
43958      Branch: perl
43959            ! pod/perldelta.pod
43960 ____________________________________________________________________________
43961 [  6773] By: jhi                                   on 2000/08/22  17:06:26
43962         Log: Long double fixes from Spider Boardman.
43963              
43964              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
43965              From: system PRIVILEGED account <root@peano.zk3.dec.com>
43966              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
43967              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
43968      Branch: perl
43969            ! t/lib/bigfltpm.t t/lib/st-06compat.t
43970 ____________________________________________________________________________
43971 [  6772] By: jhi                                   on 2000/08/22  15:04:53
43972         Log: Update Changes.
43973      Branch: perl
43974            ! Changes patchlevel.h
43975 ____________________________________________________________________________
43976 [  6771] By: jhi                                   on 2000/08/22  15:01:44
43977         Log: perldelta fixes from Hugo van der Sanden.
43978      Branch: perl
43979            ! pod/perldelta.pod
43980 ____________________________________________________________________________
43981 [  6770] By: jhi                                   on 2000/08/22  14:34:49
43982         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
43983              From: Hugo <hv@crypt.compulink.co.uk>
43984              Date: Tue, 22 Aug 2000 11:21:53 +0100
43985              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
43986      Branch: perl
43987            ! regcomp.c
43988 ____________________________________________________________________________
43989 [  6769] By: jhi                                   on 2000/08/22  14:30:02
43990         Log: Add Yitzchak, reformat.
43991      Branch: perl
43992            ! Changes config_h.SH
43993 ____________________________________________________________________________
43994 [  6768] By: jhi                                   on 2000/08/22  14:21:35
43995         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
43996              and Spider Boardman.
43997      Branch: metaconfig
43998            ! U/compline/d_gconvert.U
43999      Branch: perl
44000            ! Configure
44001 ____________________________________________________________________________
44002 [  6767] By: jhi                                   on 2000/08/22  14:11:24
44003         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
44004              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44005              Date: Mon, 21 Aug 2000 19:08:31 -0700
44006              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
44007      Branch: perl
44008            - ext/Storable/patchlevel.h
44009            ! MANIFEST ext/Storable/MANIFEST
44010 ____________________________________________________________________________
44011 [  6766] By: jhi                                   on 2000/08/22  13:49:29
44012         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
44013              From: Peter Prymmer <pvhp@forte.com>
44014              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
44015              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
44016      Branch: perl
44017            ! configure.com ext/Storable/Makefile.PL
44018 ____________________________________________________________________________
44019 [  6765] By: jhi                                   on 2000/08/22  13:44:59
44020         Log: Subject: [PATCH blead] B:: missing dependency
44021              From: Hugo <hv@crypt.compulink.co.uk>
44022              Date: Tue, 22 Aug 2000 06:44:33 +0100
44023              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
44024      Branch: perl
44025            ! ext/B/Makefile.PL
44026 ____________________________________________________________________________
44027 [  6764] By: jhi                                   on 2000/08/22  13:38:12
44028         Log: More bytecompiler.
44029      Branch: perl
44030            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
44031 ____________________________________________________________________________
44032 [  6763] By: jhi                                   on 2000/08/22  13:36:44
44033         Log: Bytecompiler patches from Benjamin Stuhl.
44034      Branch: perl
44035            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
44036            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44037            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44038            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44039            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
44040            ! perl.c perlapi.h pod/perldelta.pod
44041 ____________________________________________________________________________
44042 [  6762] By: jhi                                   on 2000/08/21  23:43:40
44043         Log: An obsoleted diagnostic.
44044      Branch: perl
44045            ! pod/perldelta.pod
44046 ____________________________________________________________________________
44047 [  6761] By: jhi                                   on 2000/08/21  23:01:45
44048         Log: The #6759 wasn't quite right.
44049      Branch: perl
44050            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44051            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44052            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44053            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44054            ! t/lib/st-tieditems.t
44055 ____________________________________________________________________________
44056 [  6760] By: jhi                                   on 2000/08/21  22:35:49
44057         Log: Be verydeepclean.
44058      Branch: perl
44059            ! Makefile.SH
44060 ____________________________________________________________________________
44061 [  6759] By: jhi                                   on 2000/08/21  22:25:40
44062         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
44063              From: Peter Prymmer <pvhp@forte.com>
44064              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
44065              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
44066      Branch: perl
44067            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44068            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44069            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44070            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44071            ! t/lib/st-tieditems.t
44072 ____________________________________________________________________________
44073 [  6758] By: jhi                                   on 2000/08/21  22:22:32
44074         Log: Few more casts, need reported in
44075              
44076              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
44077              From: Mike Stok <mike@stok.co.uk>
44078              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
44079              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
44080              
44081              and
44082              
44083              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
44084              From: abigail@foad.org
44085              Date: 21 Aug 2000 21:31:34 -0000
44086              Message-Id: <20000821213134.30170.qmail@foad.org>
44087      Branch: perl
44088            ! ext/Storable/Storable.xs
44089 ____________________________________________________________________________
44090 [  6757] By: jhi                                   on 2000/08/21  18:37:07
44091         Log: Update Changes.
44092      Branch: perl
44093            ! Changes patchlevel.h
44094 ____________________________________________________________________________
44095 [  6756] By: jhi                                   on 2000/08/21  18:34:02
44096         Log: A pod nit.
44097              
44098              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
44099              From: <abigail@foad.org>
44100              Date: Mon, 21 Aug 2000 14:00:16 -0400
44101              Message-ID: <20000821180016.28627.qmail@foad.org>
44102      Branch: perl
44103            ! pod/perlre.pod
44104 ____________________________________________________________________________
44105 [  6755] By: jhi                                   on 2000/08/21  18:30:56
44106         Log: Use PodParser 1.18 new test.
44107      Branch: perl
44108            ! t/pod/special_seqs.t t/pod/special_seqs.xr
44109 ____________________________________________________________________________
44110 [  6754] By: jhi                                   on 2000/08/21  18:28:35
44111         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
44112              patches cannot be applied since #6712 conflicts.
44113      Branch: perl
44114            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
44115 ____________________________________________________________________________
44116 [  6753] By: jhi                                   on 2000/08/21  18:15:11
44117         Log: Weed out some smaller changes.
44118      Branch: perl
44119            ! pod/perldelta.pod
44120 ____________________________________________________________________________
44121 [  6752] By: jhi                                   on 2000/08/21  18:02:30
44122         Log: Also under djgpp the timestamps are funky.
44123      Branch: perl
44124            ! t/op/stat.t
44125 ____________________________________________________________________________
44126 [  6751] By: jhi                                   on 2000/08/21  17:55:56
44127         Log: Tweak the floating point output routine preferences.
44128      Branch: metaconfig
44129            ! U/compline/d_gconvert.U
44130      Branch: perl
44131            ! Configure
44132 ____________________________________________________________________________
44133 [  6750] By: jhi                                   on 2000/08/21  17:51:29
44134         Log: Unicos/mk requires elaborate paranoia.
44135      Branch: perl
44136            ! lib/Math/Complex.pm
44137 ____________________________________________________________________________
44138 [  6749] By: gsar                                  on 2000/08/21  16:53:31
44139         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
44140      Branch: perl
44141            ! lib/Cwd.pm
44142 ____________________________________________________________________________
44143 [  6748] By: gsar                                  on 2000/08/21  16:22:19
44144         Log: free TLS slot properly on Windows
44145      Branch: perl
44146            ! thread.h win32/perllib.c win32/win32thread.h
44147 ____________________________________________________________________________
44148 [  6747] By: jhi                                   on 2000/08/21  16:20:58
44149         Log: Rename the macro argument because some preprocessors
44150              can't tell the difference and expand arguments also inside
44151              double quoted strings.
44152      Branch: perl
44153            ! regcomp.c
44154 ____________________________________________________________________________
44155 [  6746] By: jhi                                   on 2000/08/21  16:09:41
44156         Log: Support long doubles in Storable.
44157              
44158              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
44159              From: Radu Greab <radu@netsoft.ro>
44160              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
44161              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
44162      Branch: perl
44163            ! ext/Storable/Storable.xs
44164 ____________________________________________________________________________
44165 [  6745] By: jhi                                   on 2000/08/21  15:51:40
44166         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
44167              From: "Fifer, Eric" <EFifer@sanwaint.com>
44168              Date: Mon, 21 Aug 2000 15:34:49 +0100
44169              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
44170      Branch: perl
44171            ! t/pragma/warn/9enabled
44172 ____________________________________________________________________________
44173 [  6744] By: jhi                                   on 2000/08/21  15:39:35
44174         Log: Document the endianness of Alpha more precisely.
44175      Branch: perl
44176            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
44177            ! pod/perlport.pod
44178 ____________________________________________________________________________
44179 [  6743] By: jhi                                   on 2000/08/21  14:47:05
44180         Log: perldelta fixes from the p5p crowd.
44181      Branch: perl
44182            ! pod/perldelta.pod pod/perlop.pod
44183 ____________________________________________________________________________
44184 [  6742] By: jhi                                   on 2000/08/21  13:34:51
44185         Log: Update to Pod::LaTeX 0.53.
44186              
44187              Subject: [PATCH] lib/Pod/LaTeX.pm updates
44188              From: Tim Jenness <timj@jach.hawaii.edu>
44189              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
44190              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
44191      Branch: perl
44192            ! lib/Pod/LaTeX.pm
44193 ____________________________________________________________________________
44194 [  6741] By: jhi                                   on 2000/08/21  13:33:01
44195         Log: Subject: [PATCH] os2.c fix for use64bitint
44196              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44197              Date: Mon, 21 Aug 2000 01:32:25 -0700
44198              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
44199      Branch: perl
44200            ! os2/os2.c
44201 ____________________________________________________________________________
44202 [  6740] By: jhi                                   on 2000/08/21  13:28:52
44203         Log: Array context keeps slithering in.
44204              
44205              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
44206              From: Daniel Chetlin <daniel@chetlin.com>
44207              Date: Sun, 20 Aug 2000 21:40:25 -0700
44208              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
44209      Branch: perl
44210            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
44211            ! pod/perldebtut.pod
44212 ____________________________________________________________________________
44213 [  6739] By: jhi                                   on 2000/08/21  13:23:55
44214         Log: Big-endian quad fixes for Storable from Radu Greab,
44215              plus few explicit null casts for picky compilers.
44216      Branch: perl
44217            ! ext/Storable/Storable.xs
44218 ____________________________________________________________________________
44219 [  6738] By: gsar                                  on 2000/08/21  05:56:13
44220         Log: small tweaks for change#6705: avoid C++ style comments in C code;
44221              use Perl's malloc API rather than the low level system one
44222      Branch: perl
44223            ! win32/win32.c
44224 ____________________________________________________________________________
44225 [  6737] By: gsar                                  on 2000/08/21  05:35:41
44226         Log: add Storable to list of extensions on Windows
44227      Branch: perl
44228            ! win32/Makefile win32/makefile.mk
44229 ____________________________________________________________________________
44230 [  6736] By: jhi                                   on 2000/08/21  02:57:53
44231         Log: Update Changes.
44232      Branch: perl
44233            ! Changes patchlevel.h
44234 ____________________________________________________________________________
44235 [  6735] By: jhi                                   on 2000/08/21  02:57:20
44236         Log: Draft 0.
44237      Branch: perl
44238            ! pod/perldelta.pod
44239 ____________________________________________________________________________
44240 [  6734] By: jhi                                   on 2000/08/21  02:57:03
44241         Log: Add Storable 0.7.2 from Raphael Manfredi,
44242              plus the patch from
44243              
44244              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
44245              From: Radu Greab <radu@netsoft.ro>
44246              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
44247              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
44248              
44249              plus changes to get Storable to compile with
44250              picky ANSI compilers.
44251      Branch: perl
44252            + ext/Storable/ChangeLog ext/Storable/MANIFEST
44253            + ext/Storable/Makefile.PL ext/Storable/README
44254            + ext/Storable/Storable.pm ext/Storable/Storable.xs
44255            + ext/Storable/patchlevel.h t/lib/st-06compat.t
44256            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
44257            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
44258            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44259            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44260            + t/lib/st-tieditems.t
44261            ! MANIFEST
44262 ____________________________________________________________________________
44263 [  6733] By: jhi                                   on 2000/08/21  02:29:09
44264         Log: The correct cleaning order is an art.
44265      Branch: perl
44266            ! Makefile.SH
44267 ____________________________________________________________________________
44268 [  6732] By: jhi                                   on 2000/08/21  01:23:39
44269         Log: The #6724 is here.
44270      Branch: perl
44271            ! t/lib/ftmp-security.t
44272 ____________________________________________________________________________
44273 [  6731] By: jhi                                   on 2000/08/20  23:17:03
44274         Log: s/this one/the 5.6.0 release/
44275      Branch: perl
44276            ! pod/perl56delta.pod
44277 ____________________________________________________________________________
44278 [  6730] By: jhi                                   on 2000/08/20  23:07:34
44279         Log: Mention perlebcdic and perlposix-bc.
44280      Branch: perl
44281            ! pod/perlport.pod
44282 ____________________________________________________________________________
44283 [  6729] By: jhi                                   on 2000/08/20  21:32:59
44284         Log: Document the number of exponent digits.
44285      Branch: perl
44286            ! pod/perlfunc.pod
44287 ____________________________________________________________________________
44288 [  6728] By: jhi                                   on 2000/08/20  21:16:47
44289         Log: Use File::Spec->tmpdir().
44290              
44291              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
44292              From: Tim Jenness <timj@jach.hawaii.edu>
44293              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
44294              MIME-Version: 1.0
44295              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
44296      Branch: perl
44297            ! utils/perlbug.PL
44298 ____________________________________________________________________________
44299 [  6727] By: jhi                                   on 2000/08/20  20:43:32
44300         Log: Update Changes.
44301      Branch: perl
44302            ! Changes patchlevel.h
44303 ____________________________________________________________________________
44304 [  6726] By: jhi                                   on 2000/08/20  20:41:44
44305         Log: The veryclean target needs to clobber.
44306      Branch: perl
44307            ! Makefile.SH
44308 ____________________________________________________________________________
44309 [  6725] By: jhi                                   on 2000/08/20  20:37:38
44310         Log: Document odd vs even subreleases and -Dusedevel.
44311      Branch: perl
44312            ! INSTALL
44313 ____________________________________________________________________________
44314 [  6724] By: jhi                                   on 2000/08/20  19:58:05
44315         Log: Use temporary directory instead of current directory.
44316              
44317              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
44318              From: Tim Jenness <timj@jach.hawaii.edu>
44319              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
44320              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
44321      Branch: perl
44322            ! t/lib/ftmp-security.t
44323 ____________________________________________________________________________
44324 [  6723] By: jhi                                   on 2000/08/20  19:55:55
44325         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
44326              From: andreas.koenig@anima.de (Andreas J. Koenig)
44327              Date: 20 Aug 2000 15:52:03 +0200
44328              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
44329      Branch: perl
44330            ! lib/ExtUtils/MM_Unix.pm
44331 ____________________________________________________________________________
44332 [  6722] By: jhi                                   on 2000/08/20  19:46:01
44333         Log: Update to CGI 2.72, from Lincoln Stein.
44334      Branch: perl
44335            ! lib/CGI.pm
44336 ____________________________________________________________________________
44337 [  6721] By: jhi                                   on 2000/08/20  19:43:54
44338         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
44339              From: Radu Greab <radu@netsoft.ro>
44340              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
44341              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
44342      Branch: perl
44343            ! ext/GDBM_File/GDBM_File.xs
44344 ____________________________________________________________________________
44345 [  6720] By: jhi                                   on 2000/08/20  19:42:01
44346         Log: pp_open() could pass an uninitialized filename down to do_open9().
44347      Branch: perl
44348            ! pp_sys.c
44349 ____________________________________________________________________________
44350 [  6719] By: jhi                                   on 2000/08/20  14:06:41
44351         Log: UTF8 concat fixes.
44352              
44353              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
44354              From: Hugo <hv@crypt.compulink.co.uk>
44355              Date: Sun, 20 Aug 2000 07:30:46 +0100
44356              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
44357      Branch: perl
44358            ! pp_hot.c t/op/append.t
44359 ____________________________________________________________________________
44360 [  6718] By: jhi                                   on 2000/08/20  02:09:37
44361         Log: Let's try #6717 again.
44362      Branch: perl
44363            ! lib/File/Temp.pm
44364 ____________________________________________________________________________
44365 [  6717] By: jhi                                   on 2000/08/20  01:56:55
44366         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
44367              From: "Craig A. Berry" <craig.berry@metamorgs.com>
44368              Date: Sat, 19 Aug 2000 18:15:39 -0500
44369              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
44370      Branch: perl
44371            ! lib/File/Temp.pm
44372 ____________________________________________________________________________
44373 [  6716] By: jhi                                   on 2000/08/19  15:50:11
44374         Log: Update Changes.
44375      Branch: perl
44376            ! Changes patchlevel.h
44377 ____________________________________________________________________________
44378 [  6715] By: jhi                                   on 2000/08/19  15:39:09
44379         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
44380              From: Jonathan D Johnston <jdjohnston2@juno.com>
44381              Date: Thu, 17 Aug 2000 23:13:01 -0400       
44382              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
44383      Branch: perl
44384            ! pod/perlfunc.pod
44385 ____________________________________________________________________________
44386 [  6714] By: jhi                                   on 2000/08/19  15:34:04
44387         Log: Introduce a 'veryclean' target that is like 'distclean'
44388              but also removes *~ and *.orig.
44389      Branch: perl
44390            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
44391            ! utils/Makefile x2p/Makefile.SH
44392 ____________________________________________________________________________
44393 [  6713] By: jhi                                   on 2000/08/19  14:15:45
44394         Log: Put back the long double avoidance code to POSIX.xs
44395              because VMS seems to need it still.
44396      Branch: perl
44397            ! ext/POSIX/POSIX.xs
44398 ____________________________________________________________________________
44399 [  6712] By: jhi                                   on 2000/08/19  14:10:41
44400         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
44401              From: Peter Prymmer <pvhp@forte.com>
44402              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
44403              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
44404      Branch: perl
44405            ! lib/Pod/Find.pm t/pod/find.t
44406 ____________________________________________________________________________
44407 [  6711] By: jhi                                   on 2000/08/19  14:09:19
44408         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
44409              From: Peter Prymmer <pvhp@forte.com>
44410              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
44411              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
44412              cc: vmsperl@perl.org
44413      Branch: perl
44414            ! t/lib/peek.t
44415 ____________________________________________________________________________
44416 [  6710] By: jhi                                   on 2000/08/19  14:08:01
44417         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
44418              From: Jan Dubois <jand@ActiveState.com>
44419              Date: Fri, 18 Aug 2000 16:31:48 -0700
44420              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
44421      Branch: perl
44422            ! win32/win32.c
44423 ____________________________________________________________________________
44424 [  6709] By: jhi                                   on 2000/08/19  14:06:57
44425         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
44426              
44427              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
44428              From: Spider.Boardman@Orb.Nashua.NH.US
44429              Date: Fri, 18 Aug 2000 18:41:14 -0400
44430              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
44431      Branch: perl
44432            ! regcomp.c
44433 ____________________________________________________________________________
44434 [  6708] By: jhi                                   on 2000/08/18  22:04:49
44435         Log: Update Changes.
44436      Branch: perl
44437            ! Changes patchlevel.h
44438 ____________________________________________________________________________
44439 [  6707] By: jhi                                   on 2000/08/18  21:55:14
44440         Log: Add warnif(), check warnings further up the stack,
44441              all the warnings functions now can take an optional object reference.
44442              
44443              Subject: [PATCH bleedperl@6691] warnings pragma update
44444              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44445              Date: Fri, 18 Aug 2000 22:42:06 +0100
44446              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
44447      Branch: perl
44448            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
44449            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
44450            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
44451 ____________________________________________________________________________
44452 [  6706] By: jhi                                   on 2000/08/18  21:41:45
44453         Log: Typo in pp_complement().
44454              
44455              Subject: [PATCH perl-current] Deparse
44456              From: Peter Scott <Peter@PSDT.com>
44457              Date: Fri, 18 Aug 2000 12:44:37 -0700
44458              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
44459      Branch: perl
44460            ! ext/B/B/Deparse.pm
44461 ____________________________________________________________________________
44462 [  6705] By: jhi                                   on 2000/08/18  21:25:59
44463         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
44464              From: Jan Dubois <jand@ActiveState.com>
44465              Date: Fri, 18 Aug 2000 14:22:51 -0700
44466              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
44467      Branch: perl
44468            ! lib/Win32.pod win32/win32.c
44469 ____________________________________________________________________________
44470 [  6704] By: jhi                                   on 2000/08/18  21:16:14
44471         Log: Don't eat leading os from index entries.
44472              
44473              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
44474              From: Russ Allbery <rra@stanford.edu>
44475              Date: 10 Aug 2000 20:49:25 -0700
44476              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
44477      Branch: perl
44478            ! lib/Pod/Man.pm
44479 ____________________________________________________________________________
44480 [  6703] By: jhi                                   on 2000/08/18  21:07:06
44481         Log: Add [[:blank:]] as suggested in
44482              
44483              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44484              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44485              Date: Sun, 16 Jul 2000 17:55:29 -0700
44486              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44487              
44488              (the [=cc=] has already been taken care of by #6439
44489              so the whole bug report can be closed)
44490              
44491              and make [[:space:]] to be equivalent to isspace(3)
44492              (as opposed to \s, which is isSPACE()).  The difference
44493              is that now [[:space:]] matches the mythical vertical tab,
44494              while \s doesn't.
44495      Branch: perl
44496            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
44497            ! regexec.c t/op/pat.t
44498 ____________________________________________________________________________
44499 [  6702] By: jhi                                   on 2000/08/18  18:47:47
44500         Log: The new tests were missing from #6415.
44501      Branch: perl
44502            ! t/op/bop.t
44503 ____________________________________________________________________________
44504 [  6701] By: jhi                                   on 2000/08/18  18:20:40
44505         Log: Document the NDBM_File and ODBM_File as SDBM_File
44506              was documented in #6417.
44507      Branch: perl
44508            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44509            ! ext/SDBM_File/SDBM_File.pm
44510 ____________________________________________________________________________
44511 [  6700] By: jhi                                   on 2000/08/18  18:10:39
44512         Log: Subject: [PATCH perl@6698] cygwin port
44513              From: "Fifer, Eric" <EFifer@sanwaint.com>
44514              Date: Fri, 18 Aug 2000 17:30:05 +0100
44515              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
44516      Branch: perl
44517            ! lib/File/Temp.pm
44518 ____________________________________________________________________________
44519 [  6699] By: jhi                                   on 2000/08/18  16:21:49
44520         Log: Document code point which makes if (defined %stash::) to work
44521              (noted by Spider Boardman).
44522      Branch: perl
44523            ! op.c
44524 ____________________________________________________________________________
44525 [  6698] By: jhi                                   on 2000/08/18  13:43:27
44526         Log: Update Changes.
44527      Branch: perl
44528            ! Changes patchlevel.h
44529 ____________________________________________________________________________
44530 [  6697] By: jhi                                   on 2000/08/18  13:35:57
44531         Log: Tiny Getopt::Long patch from Johan Vromans.
44532      Branch: perl
44533            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
44534 ____________________________________________________________________________
44535 [  6696] By: jhi                                   on 2000/08/18  13:26:14
44536         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
44537              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
44538              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
44539              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
44540      Branch: perl
44541            ! pod/perldiag.pod pod/perlsyn.pod
44542 ____________________________________________________________________________
44543 [  6695] By: jhi                                   on 2000/08/18  13:13:26
44544         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
44545              From: Daniel Chetlin <daniel@chetlin.com>
44546              Date: Fri, 18 Aug 2000 03:13:36 -0700
44547              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
44548      Branch: perl
44549            ! pod/perlfunc.pod
44550 ____________________________________________________________________________
44551 [  6694] By: jhi                                   on 2000/08/18  13:08:05
44552         Log: Subject: [PATCH] perltrap.pod spring cleaning
44553              From: Daniel Chetlin <daniel@chetlin.com>
44554              Date: Fri, 18 Aug 2000 03:06:54 -0700
44555              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
44556              
44557              plus Mike Guy's nitfix.
44558      Branch: perl
44559            ! pod/perltrap.pod
44560 ____________________________________________________________________________
44561 [  6693] By: jhi                                   on 2000/08/18  13:00:26
44562         Log: Unbuffer the output.
44563              
44564              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
44565              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44566              Date: Thu, 17 Aug 2000 18:39:29 -0700
44567              Message-ID: <RPJn5gzkgydf092yn@efn.org>
44568      Branch: perl
44569            ! t/op/fork.t
44570 ____________________________________________________________________________
44571 [  6692] By: jhi                                   on 2000/08/18  05:19:17
44572         Log: Delete the image, too, not just its MANIFEStation.
44573      Branch: perl
44574            - lib/CGI/eg/wilogo.gif
44575 ____________________________________________________________________________
44576 [  6691] By: jhi                                   on 2000/08/18  05:10:26
44577         Log: Propagate new Configure vars.
44578      Branch: perl
44579            ! configure.com epoc/config.sh uconfig.h uconfig.sh
44580            ! vos/config.def vos/config.h vos/config_h.SH_orig
44581            ! win32/config.bc win32/config.gc win32/config.vc
44582            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44583 ____________________________________________________________________________
44584 [  6690] By: jhi                                   on 2000/08/18  04:30:56
44585         Log: Update Changes.
44586      Branch: perl
44587            ! Changes patchlevel.h
44588 ____________________________________________________________________________
44589 [  6689] By: jhi                                   on 2000/08/18  04:12:30
44590         Log: Fix the lib/complex failure of
44591              
44592              From: abigail@foad.org
44593              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44594              Date: 15 Aug 2000 04:06:38 -0000
44595              Message-Id: <20000815040638.8524.qmail@foad.org> 
44596              
44597              Linux long double accuracy issue: something that
44598              when printed with %g looks like "2" but int() of it is 1.
44599      Branch: perl
44600            ! lib/Math/Complex.pm
44601 ____________________________________________________________________________
44602 [  6688] By: jhi                                   on 2000/08/18  03:15:35
44603         Log: The byteorder code in #6671 was wrong.
44604      Branch: perl
44605            ! configpm
44606 ____________________________________________________________________________
44607 [  6687] By: jhi                                   on 2000/08/18  02:08:42
44608         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
44609              From: Jan Dubois <jand@ActiveState.com>
44610              Date: Thu, 17 Aug 2000 18:31:55 -0700
44611              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
44612      Branch: perl
44613            ! sv.c
44614 ____________________________________________________________________________
44615 [  6686] By: jhi                                   on 2000/08/18  02:04:15
44616         Log: Use NVs in POSIX math, not doubles.
44617              
44618              From: abigail@foad.org
44619              Subject: [ID 20000817.014] POSIX & modfl
44620              Date: 17 Aug 2000 20:49:18 -0000
44621              Message-Id: <20000817204918.23123.qmail@foad.org>
44622      Branch: perl
44623            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
44624 ____________________________________________________________________________
44625 [  6685] By: jhi                                   on 2000/08/18  02:02:12
44626         Log: Introduce NVef, NVff, and NVgf, use the middle one.
44627              (helps for lib/peek + Linux + long doubles)  Reported in
44628              
44629              From: abigail@foad.org
44630              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44631              Date: 15 Aug 2000 04:06:38 -0000
44632              Message-Id: <20000815040638.8524.qmail@foad.org> 
44633              
44634              (note: the lib/complex failure has not yet been addressed)
44635      Branch: metaconfig/U/perl
44636            ! perlxvf.U
44637      Branch: perl
44638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44639            ! config_h.SH dump.c perl.h pod/perlguts.pod
44640 ____________________________________________________________________________
44641 [  6684] By: jhi                                   on 2000/08/17  23:22:19
44642         Log: Add byteorder to the myconfig output.
44643      Branch: perl
44644            ! myconfig.SH
44645 ____________________________________________________________________________
44646 [  6683] By: jhi                                   on 2000/08/17  23:20:19
44647         Log: The image doth not exist, spotted by Johan Vromans.
44648      Branch: perl
44649            ! MANIFEST
44650 ____________________________________________________________________________
44651 [  6682] By: jhi                                   on 2000/08/17  22:38:16
44652         Log: Document what the backtick returns if the command fails.
44653      Branch: perl
44654            ! pod/perlop.pod
44655 ____________________________________________________________________________
44656 [  6681] By: jhi                                   on 2000/08/17  22:33:12
44657         Log: Do not use prototyping here.
44658              
44659              Subject: [ID 20000817.016] [PATCH] Peek.xs
44660              From: abigail@foad.org
44661              Date: 17 Aug 2000 20:55:56 -0000
44662              Message-Id: <20000817205556.24270.qmail@foad.org>
44663      Branch: perl
44664            ! ext/Devel/Peek/Makefile.PL
44665 ____________________________________________________________________________
44666 [  6680] By: jhi                                   on 2000/08/17  19:46:43
44667         Log: Don't propose using modules built for 5.005 if no binary
44668              compatibility with 5.005 is attempted.
44669              
44670              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44671              Subject: Minor nit with 5.7.0 (6655)
44672              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
44673              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
44674      Branch: metaconfig
44675            ! U/installdirs/inc_version_list.U
44676      Branch: perl
44677            ! Configure config_h.SH
44678 ____________________________________________________________________________
44679 [  6679] By: jhi                                   on 2000/08/17  19:16:39
44680         Log: Microperl config update.
44681      Branch: perl
44682            ! uconfig.h uconfig.sh
44683 ____________________________________________________________________________
44684 [  6678] By: jhi                                   on 2000/08/17  19:16:13
44685         Log: The #6648 wasn't protective enough for limited platforms
44686              (like microperl).
44687      Branch: perl
44688            ! dump.c sv.c
44689 ____________________________________________________________________________
44690 [  6677] By: jhi                                   on 2000/08/17  14:46:35
44691         Log: Update Changes.
44692      Branch: perl
44693            ! Changes patchlevel.h
44694 ____________________________________________________________________________
44695 [  6676] By: jhi                                   on 2000/08/17  14:44:02
44696         Log: Add perlebcdic from Peter Prymmer, regen toc.
44697      Branch: perl
44698            + pod/perlebcdic.pod
44699            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44700 ____________________________________________________________________________
44701 [  6675] By: jhi                                   on 2000/08/17  14:41:52
44702         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
44703      Branch: perl
44704            ! pod/perldebtut.pod
44705 ____________________________________________________________________________
44706 [  6674] By: jhi                                   on 2000/08/17  14:29:43
44707         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
44708              
44709              Subject: [ID 20000724.006] -DLEAKTEST problem
44710              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
44711              Date: Tue, 25 Jul 2000 00:36:32 -0500
44712              Message-Id: <20000725003632.A26186@www.llamacom.com>
44713              
44714              Reminder sent
44715              
44716              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
44717              From: Hugo <hv@crypt.compulink.co.uk>
44718              Date: Thu, 17 Aug 2000 15:23:42 +0100
44719              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
44720      Branch: perl
44721            ! util.c
44722 ____________________________________________________________________________
44723 [  6673] By: jhi                                   on 2000/08/17  04:07:10
44724         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
44725              From: John Peacock <JPeacock@UnivPress.com>
44726              Date: Tue, 01 Aug 2000 09:38:12 -0400
44727              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
44728      Branch: perl
44729            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
44730 ____________________________________________________________________________
44731 [  6672] By: jhi                                   on 2000/08/17  03:04:35
44732         Log: Subject: [PATCH] Cwd.pm now uses strict
44733              From: Tim Jenness <timj@jach.hawaii.edu>
44734              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
44735              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
44736      Branch: perl
44737            ! lib/Cwd.pm
44738 ____________________________________________________________________________
44739 [  6671] By: jhi                                   on 2000/08/17  02:16:35
44740         Log: Make $Config{byteorder} more magical so that it is
44741              dynamically computed: nice for 'fat binaries'.
44742              
44743              Subject: [PATCH]: default byteorder
44744              From: Wilfredo Sánchez <wsanchez@apple.com>
44745              Date: Mon, 31 Jul 2000 19:45:31 -0700
44746              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
44747      Branch: perl
44748            ! configpm
44749 ____________________________________________________________________________
44750 [  6670] By: gsar                                  on 2000/08/17  01:22:21
44751         Log: move WNOHANG definition to where other such things are
44752      Branch: perl
44753            ! win32/win32.h
44754 ____________________________________________________________________________
44755 [  6669] By: jhi                                   on 2000/08/17  01:19:17
44756         Log: Update Changes.
44757      Branch: perl
44758            ! Changes patchlevel.h
44759 ____________________________________________________________________________
44760 [  6668] By: jhi                                   on 2000/08/17  01:16:29
44761         Log: Doc nits spotted by Richard Soderberg.
44762      Branch: perl
44763            ! README.posix-bc README.vmesa
44764 ____________________________________________________________________________
44765 [  6667] By: jhi                                   on 2000/08/17  01:12:11
44766         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
44767              From: "Casey R. Tweten" <crt@kiski.net>
44768              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
44769              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
44770      Branch: perl
44771            ! pod/perldebtut.pod
44772 ____________________________________________________________________________
44773 [  6666] By: jhi                                   on 2000/08/17  01:09:31
44774         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
44775              From: "Casey R. Tweten" <crt@kiski.net>
44776              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
44777              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
44778      Branch: perl
44779            ! lib/Shell.pm
44780 ____________________________________________________________________________
44781 [  6665] By: gsar                                  on 2000/08/17  01:03:52
44782         Log: add "ok" targets from change#6632 in makefile.mk
44783      Branch: perl
44784            ! pod/perlport.pod win32/Makefile win32/makefile.mk
44785 ____________________________________________________________________________
44786 [  6664] By: gsar                                  on 2000/08/17  00:56:11
44787         Log: avoid warnings from dense compiler
44788      Branch: perl
44789            ! win32/win32.c
44790 ____________________________________________________________________________
44791 [  6663] By: jhi                                   on 2000/08/17  00:51:49
44792         Log: Tweak the regex compilation errors once more.
44793      Branch: perl
44794            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44795            ! t/op/regmesg.t t/pragma/warn/regcomp
44796 ____________________________________________________________________________
44797 [  6662] By: gsar                                  on 2000/08/17  00:28:19
44798         Log: trailing new %ENV entries weren't being pushed into the real
44799              environment of subprocesses on Windows
44800      Branch: perl
44801            ! t/op/magic.t win32/perlhost.h
44802 ____________________________________________________________________________
44803 [  6661] By: gsar                                  on 2000/08/17  00:19:20
44804         Log: waitpid() now handles externally spawned pids correctly;
44805              fixes for backtick/wait/waitpid failures on Windows 9x
44806              
44807              these changes make the pid returned by process functions on
44808              Windows 9x always positive by clearing the high bit (which
44809              is always set on Win9x); pseudo-process PIDs are likewise
44810              always negative now on Win9x (just as on NT/2000)
44811      Branch: perl
44812            ! pp_sys.c win32/perlhost.h win32/win32.c
44813 ____________________________________________________________________________
44814 [  6660] By: jhi                                   on 2000/08/17  00:04:32
44815         Log: Retract #6645.
44816      Branch: perl
44817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44818            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44819            ! t/op/sprintf.t
44820 ____________________________________________________________________________
44821 [  6659] By: gsar                                  on 2000/08/16  23:59:28
44822         Log: on windows, the return values from wait() and waitpid() don't
44823              match those of pseudo-pids
44824      Branch: perl
44825            ! pp_sys.c t/op/fork.t util.c win32/win32.c
44826 ____________________________________________________________________________
44827 [  6658] By: gsar                                  on 2000/08/16  23:56:14
44828         Log: pod nit seen in passing
44829      Branch: perl
44830            ! pod/perlfunc.pod
44831 ____________________________________________________________________________
44832 [  6657] By: gsar                                  on 2000/08/16  23:53:42
44833         Log: change#6328 could make close(SOCKET) return false on windows
44834              when it shouldn't
44835      Branch: perl
44836            ! win32/win32sck.c
44837 ____________________________________________________________________________
44838 [  6656] By: gsar                                  on 2000/08/16  23:46:57
44839         Log: check that the number pseudo children doesn't exceed
44840              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
44841              the WaitForMultipleObjects() limit that would cause wait()
44842              to crash)
44843              
44844              wait() and waitpid() could potentially be rewritten to use
44845              more than one thread to do the waiting to eliminate this
44846              limitation
44847      Branch: perl
44848            ! win32/perlhost.h
44849 ____________________________________________________________________________
44850 [  6655] By: jhi                                   on 2000/08/16  14:11:05
44851         Log: Update Changes.
44852      Branch: perl
44853            ! Changes patchlevel.h
44854 ____________________________________________________________________________
44855 [  6654] By: jhi                                   on 2000/08/16  14:10:12
44856         Log: Update to perldebtut 1.9, from Richard Foley.
44857      Branch: perl
44858            ! pod/perldebtut.pod
44859 ____________________________________________________________________________
44860 [  6653] By: jhi                                   on 2000/08/16  14:08:17
44861         Log: Change the regx compilation error markers to use = instead of <
44862              since pod makes using the latter quite messy.  Reported in
44863              ID 20000814.006 by Abigail and in
44864              Subject: Unknown escape E<> ?
44865              From: Lupe Christoph <lupe@lupe-christoph.de>
44866              Date: Fri, 11 Aug 2000 00:30:27 +0200
44867              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
44868      Branch: perl
44869            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44870            ! t/op/regmesg.t t/pragma/warn/regcomp
44871 ____________________________________________________________________________
44872 [  6652] By: jhi                                   on 2000/08/16  13:25:31
44873         Log: Change the perlbug address to perl.org since it's more forgiving.
44874              
44875              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
44876              From: abigail@foad.org
44877              Date: 15 Aug 2000 04:15:40 -0000
44878              Message-Id: <20000815041540.8633.qmail@foad.org>
44879      Branch: perl
44880            ! utils/perlbug.PL
44881 ____________________________________________________________________________
44882 [  6651] By: jhi                                   on 2000/08/16  13:22:35
44883         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
44884              From: Tim Jenness <timj@jach.hawaii.edu>
44885              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
44886              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
44887      Branch: perl
44888            ! lib/Cwd.pm
44889 ____________________________________________________________________________
44890 [  6650] By: jhi                                   on 2000/08/16  13:18:13
44891         Log: Update to CPAN 1.57.
44892              
44893              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
44894              From: andreas.koenig@anima.de (Andreas J. Koenig)
44895              Date: 16 Aug 2000 15:09:46 +0200
44896              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
44897      Branch: perl
44898            ! lib/CPAN.pm
44899 ____________________________________________________________________________
44900 [  6649] By: jhi                                   on 2000/08/16  13:12:31
44901         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
44902              From: "Larry W. Virden" <lvirden@cas.org>
44903              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
44904              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
44905      Branch: perl
44906            ! README.hpux
44907 ____________________________________________________________________________
44908 [  6648] By: jhi                                   on 2000/08/16  13:03:53
44909         Log: The numeric locale was reset to "C" by s?printf and never restored.
44910              
44911              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44912              From: Christian Kirsch <ck@held.mind.de>
44913              Date: Wed, 9 Aug 2000 17:05:17 +0200
44914              Message-Id: <20000809170517.A25389@held>
44915              
44916              No test since adding the failing example to locale.t
44917              does not fail -- probably because the locale settings are so
44918              thoroughly tweaked by that time.  Running the example standalone
44919              does fail, though.  UPDATE: test case added at change #7540.
44920      Branch: perl
44921            ! dump.c perl.h pp.c pp_ctl.c sv.c
44922 ____________________________________________________________________________
44923 [  6647] By: jhi                                   on 2000/08/16  00:07:54
44924         Log: Update Changes and test semi-automatic patchlevel updating.
44925      Branch: perl
44926            ! Changes patchlevel.h
44927 ____________________________________________________________________________
44928 [  6646] By: jhi                                   on 2000/08/15  23:35:07
44929         Log: Fix a dependency problem.
44930              
44931              Subject: [PATCH: 6640] VMS Makefile.SH update
44932              From: Peter Prymmer <pvhp@forte.com>
44933              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
44934              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
44935      Branch: perl
44936            ! vms/descrip_mms.template
44937 ____________________________________________________________________________
44938 [  6645] By: jhi                                   on 2000/08/15  23:33:23
44939         Log: (Retracted by #6660)
44940              
44941              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
44942              From: Dominic Dunlop <domo@computer.org>
44943              Date: Tue, 15 Aug 2000 22:20:52 +0200
44944              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
44945      Branch: metaconfig/U/perl
44946            + d_printfed.U
44947      Branch: perl
44948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44949            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44950            ! t/op/sprintf.t
44951 ____________________________________________________________________________
44952 [  6644] By: jhi                                   on 2000/08/15  21:17:20
44953         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
44954              From: abigail@foad.org
44955              Date: 15 Aug 2000 20:12:41 -0000
44956              Message-Id: <20000815201241.25556.qmail@foad.org>
44957      Branch: perl
44958            ! INSTALL
44959 ____________________________________________________________________________
44960 [  6643] By: jhi                                   on 2000/08/15  21:15:28
44961         Log: (an already applied patch)
44962      Branch: perl
44963            ! lib/CGI.pm
44964 ____________________________________________________________________________
44965 [  6642] By: gsar                                  on 2000/08/15  19:54:05
44966         Log: magic callbacks all need to have same type signature
44967      Branch: perl
44968            ! embed.pl mg.c proto.h
44969 ____________________________________________________________________________
44970 [  6641] By: jhi                                   on 2000/08/15  17:56:27
44971         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)
44972              From: Mike Guy <mjtg@cam.ac.uk>
44973              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
44974              Date: Tue, 15 Aug 2000 18:26:45 +0100
44975              
44976              Only the peek.t part applied, not the hash quality part.
44977      Branch: perl
44978            ! t/lib/peek.t
44979 ____________________________________________________________________________
44980 [  6640] By: jhi                                   on 2000/08/15  16:37:37
44981         Log: Update Changes.
44982      Branch: perl
44983            ! Changes
44984 ____________________________________________________________________________
44985 [  6639] By: jhi                                   on 2000/08/15  16:34:55
44986         Log: Missed a file from #6638.
44987      Branch: perl
44988            ! lib/File/Temp.pm
44989 ____________________________________________________________________________
44990 [  6638] By: jhi                                   on 2000/08/15  16:33:19
44991         Log: Subject: [PATCH perl@6620] cygwin port
44992              From: "Fifer, Eric" <EFifer@sanwaint.com>
44993              Date: Tue, 15 Aug 2000 17:00:49 +0100
44994              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
44995      Branch: perl
44996            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
44997 ____________________________________________________________________________
44998 [  6637] By: jhi                                   on 2000/08/15  16:29:22
44999         Log: Subject: [PATCH] debugger exit code should reflect user exit code
45000              From: Mike Guy <mjtg@cam.ac.uk>
45001              Date: Tue, 15 Aug 2000 16:55:59 +0100
45002              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
45003      Branch: perl
45004            ! lib/perl5db.pl
45005 ____________________________________________________________________________
45006 [  6636] By: jhi                                   on 2000/08/15  15:30:58
45007         Log: Update Changes.
45008      Branch: perl
45009            ! Changes
45010 ____________________________________________________________________________
45011 [  6635] By: jhi                                   on 2000/08/15  15:27:21
45012         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
45013      Branch: metaconfig
45014            ! U/mkglossary U/mksample
45015      Branch: metaconfig/U/perl
45016            ! Devel.U
45017      Branch: perl
45018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45019 ____________________________________________________________________________
45020 [  6634] By: jhi                                   on 2000/08/15  14:11:55
45021         Log: Don't blow limited stacks, a lower number is enough to
45022              tickle the lookbehind limit.
45023              
45024              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
45025              From: Dominic Dunlop <domo@computer.org>
45026              Date: Tue, 15 Aug 2000 13:51:24 +0200
45027              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
45028      Branch: perl
45029            ! t/op/regmesg.t
45030 ____________________________________________________________________________
45031 [  6633] By: jhi                                   on 2000/08/15  14:01:46
45032         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45033              From: Mike Guy <mjtg@cam.ac.uk>
45034              Date: Tue, 15 Aug 2000 12:10:50 +0100
45035              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
45036      Branch: perl
45037            ! utils/perldoc.PL
45038 ____________________________________________________________________________
45039 [  6632] By: jhi                                   on 2000/08/15  13:58:48
45040         Log: make ok etc also for win32.
45041              
45042              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
45043              From: Prymmer/Kahn <pvhp@best.com>
45044              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
45045              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
45046      Branch: perl
45047            ! win32/Makefile
45048 ____________________________________________________________________________
45049 [  6631] By: jhi                                   on 2000/08/15  13:45:03
45050         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
45051      Branch: perl
45052            ! lib/Test.pm
45053 ____________________________________________________________________________
45054 [  6630] By: jhi                                   on 2000/08/15  03:25:09
45055         Log: Update Changes.
45056      Branch: perl
45057            ! Changes
45058 ____________________________________________________________________________
45059 [  6629] By: jhi                                   on 2000/08/15  03:23:53
45060         Log: magic_regdatum_set() is void, not int.
45061      Branch: perl
45062            ! embed.pl mg.c proto.h
45063 ____________________________________________________________________________
45064 [  6628] By: jhi                                   on 2000/08/15  03:08:02
45065         Log: Make the user to give up his firstborn, err, to knowingly
45066              verify installing an unstable developer release.  Also bump
45067              the release to 5.7.0, but leave a patch tag in the local
45068              patches saying that this is not yet the real thing.
45069      Branch: metaconfig
45070            ! U/modified/Instruct.U
45071      Branch: metaconfig/U/perl
45072            + Devel.U
45073      Branch: perl
45074            ! Configure patchlevel.h
45075 ____________________________________________________________________________
45076 [  6627] By: jhi                                   on 2000/08/14  22:32:52
45077         Log: README.os2 update.
45078              
45079              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45081              Date: Wed, 02 Aug 2000 21:55:09 -0700
45082              Message-ID: <tsPi5gzkgegX092yn@efn.org>
45083      Branch: perl
45084            ! README.os2
45085 ____________________________________________________________________________
45086 [  6626] By: jhi                                   on 2000/08/14  21:00:02
45087         Log: Subject: Re: File::Temp problems on VMS in bleedperl
45088              From: Tim Jenness <timj@jach.hawaii.edu>
45089              cc: vmsperl@perl.org
45090              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
45091              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
45092      Branch: perl
45093            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45094 ____________________________________________________________________________
45095 [  6625] By: jhi                                   on 2000/08/14  20:52:16
45096         Log: Add SUIDMAIL as was done for the CERT alert.
45097      Branch: perl
45098            ! patchlevel.h
45099 ____________________________________________________________________________
45100 [  6624] By: jhi                                   on 2000/08/14  20:48:50
45101         Log: Subject: sfio2000
45102              From: Daniel Muino <dmuino@afip.gov.ar>
45103              Date: Mon, 14 Aug 2000 16:58:11 -0300
45104              Message-ID: <20000814165811.B16368@con2-dgi>
45105      Branch: perl
45106            ! perlsdio.h perlsfio.h
45107 ____________________________________________________________________________
45108 [  6623] By: jhi                                   on 2000/08/14  20:47:36
45109         Log: Subject: warning: storage class after type is obsolescent
45110              From: Daniel Muino <dmuino@afip.gov.ar>
45111              Date: Mon, 14 Aug 2000 16:42:47 -0300
45112              Message-ID: <20000814164247.A16368@con2-dgi>
45113      Branch: perl
45114            ! regcomp.pl regnodes.h
45115 ____________________________________________________________________________
45116 [  6622] By: jhi                                   on 2000/08/14  20:43:05
45117         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
45118              From: abigail@foad.org
45119              Date: 14 Aug 2000 20:00:10 -0000
45120              Message-Id: <20000814200010.27271.qmail@foad.org>
45121      Branch: perl
45122            ! Changes
45123 ____________________________________________________________________________
45124 [  6621] By: jhi                                   on 2000/08/14  15:23:05
45125         Log: Update Changes.
45126      Branch: perl
45127            ! Changes
45128 ____________________________________________________________________________
45129 [  6620] By: jhi                                   on 2000/08/14  15:22:14
45130         Log: Subject: Re: [PATCH] @+, @- readonly
45131              From: Mike Guy <mjtg@cam.ac.uk>
45132              Date: Mon, 14 Aug 2000 15:26:55 +0100
45133              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
45134      Branch: perl
45135            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
45136            ! sv.c t/op/pat.t
45137 ____________________________________________________________________________
45138 [  6619] By: jhi                                   on 2000/08/14  14:12:08
45139         Log: Update Changes.
45140      Branch: perl
45141            ! Changes
45142 ____________________________________________________________________________
45143 [  6618] By: jhi                                   on 2000/08/14  14:09:34
45144         Log: For now remove the mail code.
45145      Branch: perl
45146            ! perl.c
45147 ____________________________________________________________________________
45148 [  6617] By: jhi                                   on 2000/08/14  14:08:28
45149         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
45150      Branch: perl
45151            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
45152            ! pod/perlfaq8.pod pod/perlsec.pod
45153 ____________________________________________________________________________
45154 [  6616] By: jhi                                   on 2000/08/14  14:00:11
45155         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45156              From: Mike Guy <mjtg@cam.ac.uk>
45157              Date: Mon, 14 Aug 2000 08:26:02 +0100
45158              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
45159      Branch: perl
45160            ! lib/perl5db.pl
45161 ____________________________________________________________________________
45162 [  6615] By: jhi                                   on 2000/08/14  13:58:45
45163         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45164              From: Mike Guy <mjtg@cam.ac.uk>
45165              Date: Mon, 14 Aug 2000 08:04:22 +0100
45166              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
45167      Branch: perl
45168            ! gv.c mg.c t/op/pat.t
45169 ____________________________________________________________________________
45170 [  6614] By: jhi                                   on 2000/08/14  13:56:45
45171         Log: Subject: Test fails / warnings with perl-current #6612
45172              From: Mike Guy <mjtg@cam.ac.uk>
45173              Date: Mon, 14 Aug 2000 07:57:23 +0100
45174              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
45175      Branch: perl
45176            ! t/lib/b.t t/lib/peek.t
45177 ____________________________________________________________________________
45178 [  6613] By: jhi                                   on 2000/08/14  13:45:33
45179         Log: VMS configure.com update continues.
45180      Branch: perl
45181            - vms/configure.com
45182            ! MANIFEST configure.com
45183 ____________________________________________________________________________
45184 [  6612] By: jhi                                   on 2000/08/13  22:13:35
45185         Log: Update Changes.
45186      Branch: perl
45187            ! Changes
45188 ____________________________________________________________________________
45189 [  6611] By: jhi                                   on 2000/08/13  16:21:45
45190         Log: Upgrade to CGI 2.71, from Lincoln Stein.
45191      Branch: perl
45192            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
45193 ____________________________________________________________________________
45194 [  6610] By: jhi                                   on 2000/08/13  15:09:16
45195         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
45196              From: Mike Guy <mjtg@cam.ac.uk>
45197              Date: Sun, 13 Aug 2000 13:45:51 +0100
45198              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
45199      Branch: perl
45200            ! t/op/regmesg.t
45201 ____________________________________________________________________________
45202 [  6609] By: jhi                                   on 2000/08/13  14:31:26
45203         Log: Andreas says that 1.56 is fine, so reverting back to it.
45204      Branch: perl
45205            ! lib/CPAN.pm
45206 ____________________________________________________________________________
45207 [  6608] By: jhi                                   on 2000/08/13  05:34:20
45208         Log: Update Changes.
45209      Branch: perl
45210            ! Changes
45211 ____________________________________________________________________________
45212 [  6607] By: jhi                                   on 2000/08/13  05:32:01
45213         Log: Put back the \z changes of #5406 to CPAN.pm.
45214      Branch: perl
45215            ! lib/CPAN.pm
45216 ____________________________________________________________________________
45217 [  6606] By: jhi                                   on 2000/08/13  05:20:16
45218         Log: Fix-n-skip the tests under 5005threads.
45219      Branch: perl
45220            ! t/lib/b.t
45221 ____________________________________________________________________________
45222 [  6605] By: jhi                                   on 2000/08/13  05:07:48
45223         Log: Fix the test for 5005threads.
45224      Branch: perl
45225            ! t/lib/peek.t
45226 ____________________________________________________________________________
45227 [  6604] By: jhi                                   on 2000/08/13  03:35:37
45228         Log: Should have deleted this in #6603.
45229      Branch: perl
45230            - vms/subconfigure.com
45231 ____________________________________________________________________________
45232 [  6603] By: jhi                                   on 2000/08/12  18:29:32
45233         Log: Rewrite of vms/subconfigure.com as configure.com,
45234              from Peter Prymmer and the vmsperl crew.
45235      Branch: perl
45236            + vms/configure.com
45237            ! MANIFEST
45238 ____________________________________________________________________________
45239 [  6602] By: jhi                                   on 2000/08/11  13:00:01
45240         Log: PlainText.pm is dead.
45241      Branch: perl
45242            - lib/Pod/PlainText.pm
45243            ! MANIFEST
45244 ____________________________________________________________________________
45245 [  6601] By: jhi                                   on 2000/08/11  04:06:45
45246         Log: Update Changes.
45247      Branch: perl
45248            ! Changes
45249 ____________________________________________________________________________
45250 [  6600] By: jhi                                   on 2000/08/11  04:06:10
45251         Log: Add a few missing files, update MANIFEST.
45252      Branch: perl
45253            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
45254            + lib/Pod/PlainText.pm t/pod/find.t
45255            ! MANIFEST t/op/regmesg.t
45256 ____________________________________________________________________________
45257 [  6599] By: jhi                                   on 2000/08/11  03:31:10
45258         Log: Add Perl debugging tutorial, regen toc. 
45259              
45260              Subject: perldebtut.pod
45261              From: Richard Foley <Richard.Foley@m.dasa.de>
45262              Date: Wed, 09 Aug 2000 10:17:15 +0200
45263              Message-id: <3991138B.262247B8@m.dasa.de>
45264      Branch: perl
45265            + pod/perldebtut.pod
45266            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45267 ____________________________________________________________________________
45268 [  6598] By: jhi                                   on 2000/08/11  02:48:56
45269         Log: tiny Changes edit
45270      Branch: perl
45271            ! Changes
45272 ____________________________________________________________________________
45273 [  6597] By: jhi                                   on 2000/08/11  02:39:04
45274         Log: Tests for #6589.
45275              
45276              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45277              From: simon@brecon.co.uk (Simon Cozens)
45278              Date: 11 Aug 2000 02:24:52 GMT
45279              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
45280      Branch: perl
45281            ! t/lib/b.t
45282 ____________________________________________________________________________
45283 [  6596] By: jhi                                   on 2000/08/11  01:50:07
45284         Log: Update Changes.
45285      Branch: perl
45286            ! Changes
45287 ____________________________________________________________________________
45288 [  6595] By: jhi                                   on 2000/08/11  01:47:16
45289         Log: nitfix
45290      Branch: perl
45291            ! Changes
45292 ____________________________________________________________________________
45293 [  6594] By: jhi                                   on 2000/08/11  01:36:16
45294         Log: Subject: Getting perlio and threads to compile
45295              From: Lupe Christoph <lupe@lupe-christoph.de>
45296              Date: Wed, 9 Aug 2000 11:35:54 +0200
45297              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
45298              
45299              (the Solaris version changes in Configure skipped)
45300      Branch: perl
45301            ! hints/solaris_2.sh thread.h
45302 ____________________________________________________________________________
45303 [  6593] By: jhi                                   on 2000/08/11  01:30:16
45304         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
45305              From: simon@brecon.co.uk (Simon Cozens)
45306              Date: 1 Aug 2000 06:55:19 GMT
45307              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
45308      Branch: perl
45309            ! lib/utf8.pm
45310 ____________________________________________________________________________
45311 [  6592] By: jhi                                   on 2000/08/11  01:26:39
45312         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
45313              From: Peter Scott <Peter@PeterScott.com>
45314              Date: Thu, 10 Aug 2000 08:23:27 -0700
45315              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
45316      Branch: perl
45317            ! lib/perl5db.pl
45318 ____________________________________________________________________________
45319 [  6591] By: jhi                                   on 2000/08/11  01:22:02
45320         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
45321              From: Hugo <hv@crypt.compulink.co.uk>
45322              Date: Thu, 10 Aug 2000 19:23:04 +0100
45323              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
45324      Branch: perl
45325            ! regexec.c t/op/pat.t
45326 ____________________________________________________________________________
45327 [  6590] By: jhi                                   on 2000/08/11  01:19:19
45328         Log: Preprocessing and postprocessing for File::Find.
45329              
45330              Subject: Patch to Find::File.pm to allow alphabetical results
45331              From: Joe Smith <jsmith@inwap.com>
45332              Date: Wed, 9 Aug 2000 02:44:54 -0700
45333              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
45334      Branch: perl
45335            ! lib/File/Find.pm
45336 ____________________________________________________________________________
45337 [  6589] By: jhi                                   on 2000/08/11  01:12:39
45338         Log: B::Deparse didn't do sub attributes.
45339              
45340              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45341              From: simon@brecon.co.uk (Simon Cozens)
45342              Date: 9 Aug 2000 04:49:20 GMT
45343              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
45344      Branch: perl
45345            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
45346 ____________________________________________________________________________
45347 [  6588] By: jhi                                   on 2000/08/11  01:06:40
45348         Log: Subject: debugger "d" command doesnt check line number
45349              From: Mike Guy <mjtg@cam.ac.uk>
45350              Date: Tue, 08 Aug 2000 21:54:29 +0100
45351              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
45352      Branch: perl
45353            ! lib/perl5db.pl mg.c pod/perldiag.pod
45354 ____________________________________________________________________________
45355 [  6587] By: jhi                                   on 2000/08/11  00:45:03
45356         Log: sleep(1) does not necessarily return 1.
45357              
45358              Subject: [PATCH bleadperl] op/lex_assign.t  
45359              From: Hugo <hv@crypt.compulink.co.uk>
45360              Date: Thu, 03 Aug 2000 14:34:22 +0100        
45361              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
45362      Branch: perl
45363            ! t/op/lex_assign.t
45364 ____________________________________________________________________________
45365 [  6586] By: jhi                                   on 2000/08/11  00:31:50
45366         Log: Document the IO::Select timeout.
45367      Branch: perl
45368            ! ext/IO/lib/IO/Select.pm
45369 ____________________________________________________________________________
45370 [  6585] By: jhi                                   on 2000/08/11  00:13:54
45371         Log: Forgot contributor.
45372      Branch: perl
45373            ! Changes
45374 ____________________________________________________________________________
45375 [  6584] By: jhi                                   on 2000/08/11  00:09:19
45376         Log: detypo
45377      Branch: perl
45378            ! Changes
45379 ____________________________________________________________________________
45380 [  6583] By: jhi                                   on 2000/08/11  00:07:53
45381         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
45382              
45383              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
45384              From: Mike Guy <mjtg@cam.ac.uk> 
45385              Date: Thu, 10 Aug 2000 15:50:54 +0100
45386              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
45387      Branch: perl
45388            ! sv.c t/op/int.t
45389 ____________________________________________________________________________
45390 [  6582] By: jhi                                   on 2000/08/10  23:29:32
45391         Log: Update Changes.
45392      Branch: perl
45393            ! Changes
45394 ____________________________________________________________________________
45395 [  6581] By: jhi                                   on 2000/08/10  23:26:16
45396         Log: Put back the std @INC thing.
45397      Branch: perl
45398            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
45399            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
45400            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
45401            ! t/lib/gol-oo.t
45402 ____________________________________________________________________________
45403 [  6580] By: jhi                                   on 2000/08/10  23:03:34
45404         Log: Update to CGI 2.70, from Lincoln Stein.
45405      Branch: perl
45406            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
45407            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
45408            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
45409            ! t/lib/cgi-request.t
45410 ____________________________________________________________________________
45411 [  6579] By: jhi                                   on 2000/08/10  22:41:50
45412         Log: Update to CPAN 1.56, from Andreas König.
45413      Branch: perl
45414            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45415 ____________________________________________________________________________
45416 [  6578] By: jhi                                   on 2000/08/10  22:38:13
45417         Log: Update to Pod::Parser 1.17, from Brad Appleton.
45418      Branch: perl
45419            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
45420            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
45421            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
45422            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45423            ! t/pod/include.t t/pod/included.t t/pod/lref.t
45424            ! t/pod/multiline_items.t t/pod/nested_items.t
45425            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45426            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
45427            ! t/pod/special_seqs.t
45428 ____________________________________________________________________________
45429 [  6577] By: jhi                                   on 2000/08/10  22:35:41
45430         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
45431      Branch: perl
45432            ! AUTHORS MAINTAIN
45433 ____________________________________________________________________________
45434 [  6576] By: jhi                                   on 2000/08/10  22:24:54
45435         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
45436      Branch: perl
45437            + t/lib/gol-oo.t
45438            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
45439            ! t/lib/gol-compat.t t/lib/gol-linkage.t
45440 ____________________________________________________________________________
45441 [  6575] By: jhi                                   on 2000/08/10  22:02:07
45442         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
45443      Branch: perl
45444            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
45445 ____________________________________________________________________________
45446 [  6574] By: jhi                                   on 2000/08/10  21:55:03
45447         Log: Iterating perl6 description.
45448      Branch: perl
45449            ! pod/perlfaq1.pod
45450 ____________________________________________________________________________
45451 [  6573] By: jhi                                   on 2000/08/10  21:48:26
45452         Log: Revert the sv.c part of #6559, a better fix is needed.
45453      Branch: perl
45454            ! sv.c
45455 ____________________________________________________________________________
45456 [  6572] By: jhi                                   on 2000/08/10  20:33:43
45457         Log: It's the 2ndO'ROSSC.
45458      Branch: perl
45459            ! pod/perlfaq1.pod
45460 ____________________________________________________________________________
45461 [  6571] By: jhi                                   on 2000/08/10  15:55:48
45462         Log: detypo
45463      Branch: perl
45464            ! pod/perlfaq1.pod
45465 ____________________________________________________________________________
45466 [  6570] By: jhi                                   on 2000/08/10  14:11:17
45467         Log: An exceptionally sticky typo.
45468      Branch: perl
45469            ! Changes
45470 ____________________________________________________________________________
45471 [  6569] By: jhi                                   on 2000/08/10  14:09:33
45472         Log: detypo (and test Changes updating script)
45473      Branch: perl
45474            ! Changes
45475 ____________________________________________________________________________
45476 [  6568] By: jhi                                   on 2000/08/10  14:07:07
45477         Log: Update Changes.
45478      Branch: perl
45479            ! Changes
45480 ____________________________________________________________________________
45481 [  6567] By: jhi                                   on 2000/08/10  14:06:19
45482         Log: Amend the description of Perl6.
45483              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
45484              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45485              Date: Wed, 9 Aug 2000 22:11:06 -0500
45486              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
45487      Branch: perl
45488            ! pod/perlfaq1.pod
45489 ____________________________________________________________________________
45490 [  6566] By: jhi                                   on 2000/08/10  13:58:57
45491         Log: Subject: Remove dead entry in perldiag
45492              From: Mike Guy <mjtg@cam.ac.uk>
45493              Date: Thu, 10 Aug 2000 14:19:19 +0100
45494              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
45495      Branch: perl
45496            ! pod/perldiag.pod
45497 ____________________________________________________________________________
45498 [  6565] By: jhi                                   on 2000/08/10  13:51:48
45499         Log: Zero entries were skipped, fix from Adrian Goalby
45500              <argoalby@yahoo.co.uk>
45501      Branch: perl
45502            ! lib/unicode/Number.pl lib/unicode/mktables.PL
45503 ____________________________________________________________________________
45504 [  6564] By: jhi                                   on 2000/08/10  13:00:12
45505         Log: Subject: [PATCH 5.6.0] cygwin port
45506              From: "Fifer, Eric" <EFifer@sanwaint.com>
45507              Date: Thu, 10 Aug 2000 13:15:36 +0100
45508              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
45509      Branch: perl
45510            ! README.cygwin hints/cygwin.sh
45511 ____________________________________________________________________________
45512 [  6563] By: jhi                                   on 2000/08/10  12:55:16
45513         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
45514      Branch: perl
45515            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
45516 ____________________________________________________________________________
45517 [  6562] By: gsar                                  on 2000/08/10  08:38:39
45518         Log: warn is a macro, avoid using at a variable to avoid warnings
45519              in some configurations; readdir.t is too conservative in
45520              estimating number of *.t's
45521      Branch: perl
45522            ! t/op/readdir.t util.c
45523 ____________________________________________________________________________
45524 [  6561] By: jhi                                   on 2000/08/09  23:35:42
45525         Log: Update Changes.
45526      Branch: perl
45527            ! Changes
45528 ____________________________________________________________________________
45529 [  6560] By: jhi                                   on 2000/08/09  23:05:47
45530         Log: Subject: Re: enhanced(?) regex error messages
45531              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45532              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
45533              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
45534              
45535              (plus two small patches sent privately)
45536              (this still seems to leave few test failures)
45537      Branch: perl
45538            + t/op/regmesg.t
45539            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
45540            ! t/pragma/warn/regcomp
45541 ____________________________________________________________________________
45542 [  6559] By: jhi                                   on 2000/08/09  20:41:18
45543         Log: (The fix did work but was not right, retracted in #6573)
45544              
45545              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45546              From: Christian Kirsch <ck@held.mind.de>
45547              Date: Wed, 9 Aug 2000 17:05:17 +0200
45548              Message-Id: <20000809170517.A25389@held>
45549      Branch: perl
45550            ! sv.c t/pragma/locale.t
45551 ____________________________________________________________________________
45552 [  6558] By: jhi                                   on 2000/08/08  22:34:08
45553         Log: Tiny updates on the contributors list.
45554      Branch: perl
45555            ! Changes
45556 ____________________________________________________________________________
45557 [  6557] By: jhi                                   on 2000/08/08  19:34:28
45558         Log: Double check that we have a dirhandle.
45559      Branch: perl
45560            ! util.c
45561 ____________________________________________________________________________
45562 [  6556] By: jhi                                   on 2000/08/08  19:01:51
45563         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
45564              May be repopulated with fresh maintained examples.
45565      Branch: perl
45566            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
45567            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
45568            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
45569            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
45570            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
45571            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
45572            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
45573            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
45574            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
45575            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
45576            + lib/CGI/eg/wilogo_gif.uu
45577            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
45578            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
45579            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
45580            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
45581            - eg/cgi/frameset.cgi eg/cgi/index.html
45582            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45583            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45584            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45585            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45586            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45587            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45588            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45589            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45590            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45591            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45592            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45593            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45594            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45595            - eg/van/vanish eg/who eg/wrapsuid
45596            ! MANIFEST
45597 ____________________________________________________________________________
45598 [  6555] By: jhi                                   on 2000/08/08  18:51:08
45599         Log: Delete chat2 as requested by Randal.
45600              
45601              Subject: Re: perlfaq8 coyness
45602              From: merlyn@stonehenge.com (Randal L. Schwartz) 
45603              Date: 15 May 2000 18:52:42 -0700 
45604              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
45605      Branch: perl
45606            - lib/chat2.pl
45607            ! MANIFEST
45608 ____________________________________________________________________________
45609 [  6554] By: jhi                                   on 2000/08/08  18:31:35
45610         Log: Regen global.sym.
45611      Branch: perl
45612            ! global.sym
45613 ____________________________________________________________________________
45614 [  6553] By: jhi                                   on 2000/08/08  18:28:13
45615         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
45616              (either perlbug or p5p ate the original), plus regen
45617              perlapi and perltoc. 
45618      Branch: perl
45619            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
45620            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
45621            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
45622            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
45623            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
45624            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
45625            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
45626            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
45627            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
45628            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
45629 ____________________________________________________________________________
45630 [  6552] By: jhi                                   on 2000/08/08  18:06:29
45631         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
45632              From: Mike Guy <mjtg@cam.ac.uk>
45633              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
45634              Date: Tue, 08 Aug 2000 15:51:27 +0100
45635      Branch: perl
45636            ! doop.c sv.h t/op/join.t t/pragma/overload.t
45637 ____________________________________________________________________________
45638 [  6551] By: jhi                                   on 2000/08/08  18:01:11
45639         Log: Re-apply #6549.
45640      Branch: perl
45641            ! lib/perl5db.pl
45642 ____________________________________________________________________________
45643 [  6550] By: jhi                                   on 2000/08/08  17:43:08
45644         Log: Accidental retraction of #6549.
45645      Branch: perl
45646            ! lib/perl5db.pl
45647 ____________________________________________________________________________
45648 [  6549] By: jhi                                   on 2000/08/08  17:40:04
45649         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45650              From: Mike Guy <mjtg@cam.ac.uk>
45651              Date: Mon, 07 Aug 2000 21:49:58 +0100
45652              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
45653      Branch: perl
45654            ! lib/perl5db.pl
45655 ____________________________________________________________________________
45656 [  6548] By: jhi                                   on 2000/08/08  17:37:57
45657         Log: Document here-doc better.
45658              
45659              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
45660              From: Mike Guy <mjtg@cam.ac.uk>
45661              Date: Mon, 07 Aug 2000 14:02:09 +0100
45662              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
45663      Branch: perl
45664            ! pod/perldata.pod
45665 ____________________________________________________________________________
45666 [  6547] By: jhi                                   on 2000/08/08  17:33:34
45667         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
45668              From: "Randy J. Ray" <rjray@redhat.com>
45669              Date: Mon, 07 Aug 2000 19:12:25 -0700
45670              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
45671      Branch: perl
45672            ! perl.c pod/perlrun.pod
45673 ____________________________________________________________________________
45674 [  6546] By: jhi                                   on 2000/08/08  17:29:26
45675         Log: Subject: Re: enhanced(?) regex error messages 
45676              From: Hugo <hv@crypt.compulink.co.uk>
45677              Date: Tue, 08 Aug 2000 03:25:51 +0100
45678              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
45679              
45680              plus Capitalize the error messages, plus perldiag them.
45681      Branch: perl
45682            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
45683 ____________________________________________________________________________
45684 [  6545] By: jhi                                   on 2000/08/08  13:59:28
45685         Log: Augment #6539 a bit: don't croak if there's magic in the air.
45686              
45687              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
45688              From: Hugo <hv@crypt.compulink.co.uk>
45689              Date: Tue, 08 Aug 2000 03:02:03 +0100
45690              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
45691      Branch: perl
45692            ! pp.c t/op/bless.t
45693 ____________________________________________________________________________
45694 [  6544] By: jhi                                   on 2000/08/07  21:11:52
45695         Log: Make the test -w clean.
45696      Branch: perl
45697            ! t/op/bless.t
45698 ____________________________________________________________________________
45699 [  6543] By: jhi                                   on 2000/08/07  19:49:53
45700         Log: use warnings instead of $^W.
45701      Branch: perl
45702            ! t/op/bless.t
45703 ____________________________________________________________________________
45704 [  6542] By: jhi                                   on 2000/08/07  17:41:41
45705         Log: Disable a portability warning Because We Know What We Are Doing.
45706      Branch: perl
45707            ! t/op/bless.t
45708 ____________________________________________________________________________
45709 [  6541] By: jhi                                   on 2000/08/07  17:29:51
45710         Log: Tiny tidying on report_evil_fh().
45711      Branch: perl
45712            ! util.c
45713 ____________________________________________________________________________
45714 [  6540] By: jhi                                   on 2000/08/07  16:37:38
45715         Log: Make regular expression parse error messages easier to understand.
45716              
45717              Subject: Re: enhanced(?) regex error messages
45718              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45719              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
45720              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
45721      Branch: perl
45722            ! regcomp.c
45723 ____________________________________________________________________________
45724 [  6539] By: jhi                                   on 2000/08/07  16:12:27
45725         Log: Make bless(REF, REF) a fatal error, add bless tests.
45726              
45727              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
45728              From: Hugo <hv@crypt.compulink.co.uk>
45729              Date: Mon, 07 Aug 2000 16:59:38 +0100
45730              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
45731      Branch: perl
45732            + t/op/bless.t
45733            ! MANIFEST pod/perldiag.pod pp.c sv.c
45734 ____________________________________________________________________________
45735 [  6538] By: jhi                                   on 2000/08/07  15:59:43
45736         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
45737              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
45738              Date: Thu, 3 Aug 2000 14:29:21 -0700
45739              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
45740      Branch: perl
45741            ! lib/lib_pm.PL
45742 ____________________________________________________________________________
45743 [  6537] By: jhi                                   on 2000/08/07  15:47:18
45744         Log: Retract #6419 for now since it breaks in AFS and MachTen.
45745      Branch: perl
45746            ! lib/Cwd.pm
45747 ____________________________________________________________________________
45748 [  6536] By: jhi                                   on 2000/08/07  15:05:29
45749         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
45750              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
45751              The security hole exists only in suidperls, which isn't
45752              installed or even built by default.
45753      Branch: perl
45754            ! perl.c
45755 ____________________________________________________________________________
45756 [  6535] By: jhi                                   on 2000/08/07  14:45:14
45757         Log: tr memory corruption fix from Simon Cozens.
45758      Branch: perl
45759            ! doop.c
45760 ____________________________________________________________________________
45761 [  6534] By: jhi                                   on 2000/08/06  11:38:16
45762         Log: Document a bit that UDP is not what you might think.
45763              
45764              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
45765              From: Lupe Christoph <lupe@lupe-christoph.de>
45766              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
45767              Date: Mon, 24 Jul 2000 08:59:15 +0200
45768      Branch: perl
45769            ! pod/perlipc.pod
45770 ____________________________________________________________________________
45771 [  6533] By: jhi                                   on 2000/08/06  11:35:01
45772         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
45773              From: Jeff Pinyan <jeffp@hut.crusoe.net>
45774              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
45775              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
45776      Branch: perl
45777            ! pod/perlfunc.pod
45778 ____________________________________________________________________________
45779 [  6532] By: jhi                                   on 2000/08/06  03:45:41
45780         Log: Have symbols for the IoTYPEs.
45781      Branch: perl
45782            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
45783 ____________________________________________________________________________
45784 [  6531] By: jhi                                   on 2000/08/06  01:33:55
45785         Log: Continue fixing the io warnings.  This also
45786              sort of fixes bug ID 20000802.003: the core dump
45787              is no more.  Whether the current behaviour is correct
45788              (giving a warning: "Not a format reference"), is another matter.
45789      Branch: perl
45790            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
45791            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
45792 ____________________________________________________________________________
45793 [  6530] By: jhi                                   on 2000/08/05  21:33:12
45794         Log: Change the Policy policy: now -Dprefix= with an existing
45795              Policy.sh and prefix == siteprefix == vendorprefix, then all
45796              of them follow along the new prefix.
45797              
45798              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
45799              From: Andy Dougherty <doughera@lafayette.edu>
45800              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
45801              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
45802      Branch: perl
45803            ! Policy_sh.SH
45804 ____________________________________________________________________________
45805 [  6529] By: jhi                                   on 2000/08/05  18:57:28
45806         Log: Zap lib/Sys directory when cleaning up.
45807      Branch: perl
45808            ! Makefile.SH
45809 ____________________________________________________________________________
45810 [  6528] By: jhi                                   on 2000/08/05  18:40:44
45811         Log: Essential prototype changes were missing from #6527.
45812              Also make report_evil_fh() more bomb-proof.
45813      Branch: perl
45814            ! embed.h util.c
45815 ____________________________________________________________________________
45816 [  6527] By: jhi                                   on 2000/08/05  03:22:05
45817         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
45818              From: "Ronald F. Guilmette" <rfg@monkeys.com>
45819              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
45820              Message-Id: <200007242247.PAA52177@monkeys.com>
45821      Branch: perl
45822            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
45823 ____________________________________________________________________________
45824 [  6526] By: jhi                                   on 2000/08/04  21:23:27
45825         Log: gcc versions might have (parentheses) in them.
45826      Branch: metaconfig/U/perl
45827            ! gccvers.U
45828      Branch: perl
45829            ! Configure config_h.SH
45830 ____________________________________________________________________________
45831 [  6525] By: jhi                                   on 2000/08/04  20:23:12
45832         Log: Weed buglets pointed out by
45833              
45834              From: Lupe Christoph <lupe@lupe-christoph.de>
45835              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
45836              Date: Fri, 4 Aug 2000 17:34:39 +0200
45837              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
45838      Branch: metaconfig/U/perl
45839            ! gccvers.U uselfs.U
45840      Branch: perl
45841            ! Configure config_h.SH
45842 ____________________________________________________________________________
45843 [  6524] By: jhi                                   on 2000/08/04  19:02:08
45844         Log: Warn under -w if lstat(FH) is attempted.
45845              
45846              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
45847              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
45848              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
45849              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
45850      Branch: perl
45851            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
45852            ! t/pragma/warn/pp_sys
45853 ____________________________________________________________________________
45854 [  6523] By: jhi                                   on 2000/08/04  12:31:11
45855         Log: Subject: New perlcc, take 2
45856              From: simon@brecon.co.uk (Simon Cozens)
45857              Date: 4 Aug 2000 06:21:04 GMT
45858              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
45859      Branch: perl
45860            ! utils/perlcc.PL
45861 ____________________________________________________________________________
45862 [  6522] By: jhi                                   on 2000/08/04  12:26:33
45863         Log: Subject: Re: Array vs. List context
45864              From: Daniel Chetlin <daniel@chetlin.com>
45865              Date: Fri, 4 Aug 2000 00:22:44 -0700
45866              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
45867      Branch: perl
45868            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
45869            ! pod/perlfaq4.pod
45870 ____________________________________________________________________________
45871 [  6521] By: jhi                                   on 2000/08/04  12:22:38
45872         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
45873              From: Raymund Will <ray@caldera.de>
45874              Date: Fri, 4 Aug 2000 12:07:09 +0200
45875              Message-Id: <20000804120709.A14982@caldera.de>
45876      Branch: perl
45877            ! configure.gnu
45878 ____________________________________________________________________________
45879 [  6520] By: jhi                                   on 2000/08/04  04:09:06
45880         Log: After the #6519 a warning about stat() is just that,
45881              not about a filetest, which now have their own warning.
45882      Branch: perl
45883            ! pod/perldiag.pod
45884 ____________________________________________________________________________
45885 [  6519] By: jhi                                   on 2000/08/04  04:06:30
45886         Log: In the warnings call filehandles consistently so;
45887              add "unopened" warning for stat().
45888      Branch: perl
45889            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
45890            ! t/pragma/warn/pp_sys
45891 ____________________________________________________________________________
45892 [  6518] By: jhi                                   on 2000/08/04  02:55:35
45893         Log: Subject: Minor tweak to perlvar.pod
45894              From: "Stephen P. Potter" <spp@ds.net>
45895              Date: Tue, 18 Apr 2000 09:26:03 -0400
45896              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
45897      Branch: perl
45898            ! pod/perlvar.pod
45899 ____________________________________________________________________________
45900 [  6517] By: jhi                                   on 2000/08/04  02:50:08
45901         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
45902              From: "Clinton Pierce" <cpierce1@ford.com>
45903              Date: Wed, 21 Jul 1999 16:45:31 -0400
45904              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
45905              
45906              Fix by Stephen Potter (visible in the bug db but not in p5p?)
45907      Branch: perl
45908            ! pod/perlfunc.pod pod/perlop.pod
45909 ____________________________________________________________________________
45910 [  6516] By: jhi                                   on 2000/08/04  02:09:25
45911         Log: This is 6512.  Really.
45912      Branch: perl
45913            ! dump.c
45914 ____________________________________________________________________________
45915 [  6515] By: jhi                                   on 2000/08/04  01:25:50
45916         Log: mention the idea of @( and @)
45917      Branch: perl
45918            ! Todo-5.6
45919 ____________________________________________________________________________
45920 [  6514] By: bailey                                on 2000/08/04  01:18:46
45921         Log: YA resync with mainstem, including VMS patches from others
45922      Branch: vmsperl
45923           +> (branch 48 files)
45924            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
45925           !> (integrate 354 files)
45926 ____________________________________________________________________________
45927 [  6513] By: jhi                                   on 2000/08/04  01:18:18
45928         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
45929              From: Mark Dickinson <dickins3@fas.harvard.edu>
45930              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
45931              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
45932      Branch: perl
45933            ! t/op/grent.t t/op/pwent.t
45934 ____________________________________________________________________________
45935 [  6512] By: jhi                                   on 2000/08/04  01:14:06
45936         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
45937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45938              Date: Wed, 02 Aug 2000 10:51:01 +0100
45939              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
45940      Branch: perl
45941            ! sv.c
45942 ____________________________________________________________________________
45943 [  6511] By: jhi                                   on 2000/08/04  00:57:00
45944         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
45945              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45946              Date: Thu, 03 Aug 2000 17:20:04 -0700
45947              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
45948      Branch: metaconfig
45949            ! U/modified/Cppsym.U
45950      Branch: perl
45951            ! Configure config_h.SH
45952 ____________________________________________________________________________
45953 [  6510] By: jhi                                   on 2000/08/04  00:25:28
45954         Log: detypo
45955      Branch: perl
45956            ! Makefile.SH
45957 ____________________________________________________________________________
45958 [  6509] By: jhi                                   on 2000/08/03  23:43:18
45959         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
45960              From: Dominic Dunlop <domo@computer.org>
45961              Date: Thu, 3 Aug 2000 22:16:46 +0200
45962              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
45963      Branch: perl
45964            ! t/op/sprintf.t
45965 ____________________________________________________________________________
45966 [  6508] By: jhi                                   on 2000/08/03  23:40:37
45967         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
45968              From: Hugo <hv@crypt.compulink.co.uk>
45969              Date: Thu, 03 Aug 2000 18:25:30 +0100
45970              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
45971      Branch: perl
45972            ! regcomp.c t/op/re_tests
45973 ____________________________________________________________________________
45974 [  6507] By: jhi                                   on 2000/08/03  23:38:28
45975         Log: Subject: [PATCH] sv.h documentation - SvLEN
45976              From: Mike Guy <mjtg@cam.ac.uk>
45977              Date: Thu, 03 Aug 2000 14:43:09 +0100
45978              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
45979      Branch: perl
45980            ! sv.h
45981 ____________________________________________________________________________
45982 [  6506] By: jhi                                   on 2000/08/03  15:49:14
45983         Log: Disable the fix_pl hack for now.
45984      Branch: perl
45985            ! Makefile.SH
45986 ____________________________________________________________________________
45987 [  6505] By: jhi                                   on 2000/08/03  13:49:04
45988         Log: Add a URL for FSF.
45989              
45990              Subject: Patch for README
45991              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45992              Date: Wed, 2 Aug 2000 13:25:09 -0500
45993              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
45994      Branch: perl
45995            ! README
45996 ____________________________________________________________________________
45997 [  6504] By: jhi                                   on 2000/08/03  13:29:19
45998         Log: Be more informative on what is skipped and why,
45999              also repeat the list at the end.
46000      Branch: perl
46001            ! Porting/p4desc
46002 ____________________________________________________________________________
46003 [  6503] By: jhi                                   on 2000/08/03  13:07:05
46004         Log: Circumvent the removal of .patch by fix_pl.
46005              
46006              Subject: Re: [ID 20000802.011] unable to 'make test'          
46007              From: simon@brecon.co.uk (Simon Cozens) 
46008              Date: 3 Aug 2000 04:17:00 GMT
46009              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
46010      Branch: perl
46011            ! Makefile.SH
46012 ____________________________________________________________________________
46013 [  6502] By: jhi                                   on 2000/08/03  00:14:34
46014         Log: Add the missing setproctitle unit.
46015      Branch: metaconfig/U/perl
46016            + d_setproctitle.U
46017 ____________________________________________________________________________
46018 [  6501] By: jhi                                   on 2000/08/03  00:00:26
46019         Log: The subtest 4 may fail also on VOBS, as pointed out
46020              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46021              (but the failure in that bug report isn't the subtest 4).
46022      Branch: perl
46023            ! t/op/stat.t
46024 ____________________________________________________________________________
46025 [  6500] By: jhi                                   on 2000/08/02  23:49:30
46026         Log: Better skip message for the test; one of the two problems in
46027              
46028              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46029              From: Lupe Christoph <lupe@lupe-christoph.de>
46030              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
46031              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
46032      Branch: perl
46033            ! t/op/numconvert.t
46034 ____________________________________________________________________________
46035 [  6499] By: jhi                                   on 2000/08/02  22:49:16
46036         Log: Allow "no Module;" even if there is no 'unimport'.
46037              
46038              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
46039              From: mjd@plover.com
46040              Date: 24 Mar 2000 15:24:34 -0000
46041              Message-Id: <20000324152434.15160.qmail@plover.com>
46042      Branch: perl
46043            ! gv.c
46044 ____________________________________________________________________________
46045 [  6498] By: jhi                                   on 2000/08/02  22:42:58
46046         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46047              that are hopefully soon put into use.
46048      Branch: perl
46049            ! opcode.h opcode.pl opnames.h
46050 ____________________________________________________________________________
46051 [  6497] By: gsar                                  on 2000/08/02  22:28:59
46052         Log: require.t needs binmode() to work on windows
46053      Branch: perl
46054            ! t/comp/require.t
46055 ____________________________________________________________________________
46056 [  6496] By: jhi                                   on 2000/08/02  22:08:51
46057         Log: Document the IVdf UVuf UVof UVxf.
46058      Branch: perl
46059            ! pod/perlguts.pod
46060 ____________________________________________________________________________
46061 [  6495] By: jhi                                   on 2000/08/02  21:54:26
46062         Log: detypo #6494
46063      Branch: perl
46064            ! ext/Data/Dumper/Dumper.xs
46065 ____________________________________________________________________________
46066 [  6494] By: jhi                                   on 2000/08/02  21:49:17
46067         Log: Dump UVs as UVs in Data::Dumper.
46068              
46069              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
46070              From: Gurusamy Sarathy <gsar@ActiveState.com>
46071              Date: Thu, 27 Apr 2000 12:26:25 -0700
46072              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
46073      Branch: perl
46074            ! ext/Data/Dumper/Dumper.xs
46075 ____________________________________________________________________________
46076 [  6493] By: jhi                                   on 2000/08/02  17:01:58
46077         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46078              From: Hugo <hv@crypt.compulink.co.uk>
46079              Date: Wed, 02 Aug 2000 14:53:56 +0100
46080              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
46081      Branch: perl
46082            ! regexec.c t/op/re_tests
46083 ____________________________________________________________________________
46084 [  6492] By: jhi                                   on 2000/08/02  15:02:46
46085         Log: The new setproctitle() feature is available only in 
46086              bleeding edge FreeBSD.  From Paul Saab.
46087      Branch: perl
46088            ! mg.c
46089 ____________________________________________________________________________
46090 [  6491] By: jhi                                   on 2000/08/02  13:34:36
46091         Log: The tr utf8 patching continues.
46092              
46093              Subject: Re: #6469, too many tests claimed in require.t
46094              From: simon@brecon.co.uk (Simon Cozens)
46095              Date: 2 Aug 2000 02:37:17 GMT
46096              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
46097              
46098              (the logic of the test was the wrong way round in the patch)
46099      Branch: perl
46100            ! doop.c
46101 ____________________________________________________________________________
46102 [  6490] By: jhi                                   on 2000/08/02  13:27:38
46103         Log: The name of a filehandle does not have <these>.
46104      Branch: perl
46105            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46106            ! t/pragma/warn/pp_sys util.c
46107 ____________________________________________________________________________
46108 [  6489] By: jhi                                   on 2000/08/02  04:26:46
46109         Log: Remove the extraneous "main::" prefix from all the
46110              "opened only for", "on closed", and "never opened" warnings.
46111              
46112              Subject: Re: inappropriate warning
46113              From: Gurusamy Sarathy <gsar@ActiveState.com>
46114              Date: Mon, 20 Mar 2000 11:28:02 -0800
46115              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
46116      Branch: perl
46117            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
46118            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
46119            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46120 ____________________________________________________________________________
46121 [  6488] By: jhi                                   on 2000/08/02  03:02:57
46122         Log: memcpy has n o in it, as pinted ut by Sarathy.
46123      Branch: perl
46124            ! pod/perlguts.pod
46125 ____________________________________________________________________________
46126 [  6487] By: jhi                                   on 2000/08/02  02:44:51
46127         Log: Document in one place the memory abstractions used in Perl core.
46128              
46129              Subject: Re: Memory abstraction
46130              From: simon@brecon.co.uk (Simon Cozens)
46131              Date: 2 Aug 2000 02:20:23 GMT
46132              Organization: Earth.li Origins
46133      Branch: perl
46134            ! pod/perlguts.pod
46135 ____________________________________________________________________________
46136 [  6486] By: jhi                                   on 2000/08/02  02:41:57
46137         Log: regen_headers, regen perltoc.
46138      Branch: perl
46139            ! perlapi.c pod/perltoc.pod
46140 ____________________________________________________________________________
46141 [  6485] By: jhi                                   on 2000/08/02  01:43:33
46142         Log: "This little thing tests for a file .patch, and if it contains
46143              a number, pops into patchlevel.h" (making it easier to track
46144              which development version people are reporting bugs against)
46145              
46146              Subject: Patchlevel autogeneration for repository perls
46147              From: simon@brecon.co.uk (Simon Cozens)
46148              Date: 14 Jul 2000 07:12:15 GMT
46149              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
46150      Branch: perl
46151            + fix_pl
46152            ! MANIFEST Makefile.SH
46153 ____________________________________________________________________________
46154 [  6484] By: jhi                                   on 2000/08/02  01:32:54
46155         Log: FreeBSD 3.* updates from
46156              
46157              From: Paul Saab <ps@yahoo-inc.com>
46158              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46159              Date: Tue, 1 Aug 2000 15:41:39 -0700
46160              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46161      Branch: perl
46162            ! hints/freebsd.sh
46163 ____________________________________________________________________________
46164 [  6483] By: jhi                                   on 2000/08/02  01:27:44
46165         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
46166              instead one must use setproctitle().  This was already addressed
46167              by change #6457, but the below has a new variant for FreeBSD 4.0
46168              or later, and the matter is also documented more.
46169              
46170              From: Paul Saab <ps@yahoo-inc.com>
46171              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46172              Date: Tue, 1 Aug 2000 15:41:39 -0700
46173              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46174      Branch: metaconfig/U/perl
46175            + i_libutil.U
46176      Branch: perl
46177            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
46178 ____________________________________________________________________________
46179 [  6482] By: jhi                                   on 2000/08/01  22:17:32
46180         Log: The test from this
46181              
46182              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46183              Date: Sat, 15 Apr 2000 17:03:44 +0100
46184              From: Tom Hughes <tom@compton.nu>
46185              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
46186              
46187              was missing, the code change went in as #5989
46188              (which had a different test?)
46189      Branch: perl
46190            ! t/op/misc.t
46191 ____________________________________________________________________________
46192 [  6481] By: jhi                                   on 2000/08/01  21:48:38
46193         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46194              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46195              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
46196              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
46197      Branch: perl
46198            ! perl.h
46199 ____________________________________________________________________________
46200 [  6480] By: jhi                                   on 2000/08/01  18:05:28
46201         Log: Make p4desc to skip non-mainperl branches by default.
46202      Branch: perl
46203            ! Porting/p4desc
46204 ____________________________________________________________________________
46205 [  6479] By: jhi                                   on 2000/08/01  17:29:19
46206         Log: If gccosandvers is equal to osname, clear gccosandvers.
46207      Branch: metaconfig/U/perl
46208            ! gccvers.U
46209      Branch: perl
46210            ! Configure config_h.SH
46211 ____________________________________________________________________________
46212 [  6478] By: jhi                                   on 2000/08/01  15:54:08
46213         Log: BOM patching from Simon Cozens.
46214      Branch: perl
46215            ! toke.c
46216 ____________________________________________________________________________
46217 [  6477] By: jhi                                   on 2000/08/01  04:50:33
46218         Log: Stash away the largefiles flags and libswanted.
46219      Branch: perl
46220            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
46221 ____________________________________________________________________________
46222 [  6476] By: gsar                                  on 2000/08/01  04:24:24
46223         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
46224              on Windows)
46225      Branch: perl
46226            ! t/pragma/utf8.t utf8.c win32/win32.c
46227 ____________________________________________________________________________
46228 [  6475] By: jhi                                   on 2000/08/01  03:35:24
46229         Log: Make chr() for values >127 to create utf8 when under utf8.
46230              
46231              Subject: Re: uft8/chr()
46232              From: simon@brecon.co.uk (Simon Cozens)
46233              Date: 1 Aug 2000 02:37:02 GMT
46234              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
46235      Branch: perl
46236            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46237 ____________________________________________________________________________
46238 [  6474] By: jhi                                   on 2000/08/01  02:36:18
46239         Log: In Digital UNIX warn if gcc explicitly chosen because even
46240              2.95.2 is known to cause problems.
46241      Branch: perl
46242            ! hints/dec_osf.sh
46243 ____________________________________________________________________________
46244 [  6473] By: jhi                                   on 2000/08/01  02:00:56
46245         Log: Make the safety catch for buggy gccs work with triple version
46246              numbers like 2.95.2.  Reported in
46247              
46248              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
46249              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
46250              Date: Mon, 31 Jul 2000 14:55:06 +0200
46251              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
46252      Branch: perl
46253            ! hints/dec_osf.sh
46254 ____________________________________________________________________________
46255 [  6472] By: jhi                                   on 2000/08/01  01:13:33
46256         Log: Subject: fix and question re: waitpid() under win32
46257              From: Brian Clarke <clarke@appliedmeta.com>
46258              Date: Fri, 28 Jul 2000 15:18:29 -0400
46259              Message-ID: <3981DC85.290314EB@appliedmeta.com>
46260              
46261              Slightly reformatted and WNOHANG # define moved to win32.h
46262              so that also POSIX.xs sees it, as suggsted by Sarathy.
46263      Branch: perl
46264            ! win32/win32.c win32/win32.h
46265 ____________________________________________________________________________
46266 [  6471] By: jhi                                   on 2000/08/01  00:55:05
46267         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
46268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46269              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
46270              Date: Mon, 31 Jul 2000 13:28:51 +0100
46271              
46272              (aka ID 20000730.002)
46273      Branch: perl
46274            ! op.c t/op/tr.t
46275 ____________________________________________________________________________
46276 [  6470] By: jhi                                   on 2000/07/31  23:34:42
46277         Log: Document the problem with -P in HP-UX and its workaround.
46278              
46279              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
46280              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
46281              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
46282              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
46283      Branch: perl
46284            ! README.hpux
46285 ____________________________________________________________________________
46286 [  6469] By: jhi                                   on 2000/07/31  04:15:02
46287         Log: The swallow_bom() saga continues.  The #23 of require.t
46288              (UTF16-LE) still fails (silently, no output) but the #22
46289              (UTF16-BE) seems to be working now.  The root of the
46290              failure may be in sv_gets(): is it UTF-16LE-aware,
46291              especially when it comes to line endings? 
46292      Branch: perl
46293            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
46294            ! t/comp/require.t toke.c utf8.c
46295 ____________________________________________________________________________
46296 [  6468] By: jhi                                   on 2000/07/30  19:05:48
46297         Log: Find green threads before native threads.
46298              
46299              Subject: Re: Patch to jpl/JNI/Makefile.PL
46300              From: Jens Thomsen <jens@fiend.cis.com>
46301              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
46302              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
46303      Branch: perl
46304            ! jpl/JNI/Makefile.PL
46305 ____________________________________________________________________________
46306 [  6467] By: jhi                                   on 2000/07/30  18:36:22
46307         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
46308      Branch: perl
46309            ! doop.c
46310 ____________________________________________________________________________
46311 [  6466] By: jhi                                   on 2000/07/30  04:37:29
46312         Log: A new version of the "remove UPPERACSE string comparison"
46313              operators.  The problem with the previous one (change #6454)
46314              was that it was for Perl 5.6.0.  From Paul Marquess.
46315      Branch: perl
46316            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
46317            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
46318            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46319 ____________________________________________________________________________
46320 [  6465] By: jhi                                   on 2000/07/29  22:39:56
46321         Log: Do not upgrade SVs into utf8 just because they participate
46322              in eq or cmp.  Reported and fix suggested in
46323              
46324              Subject: [ID 20000720.009] sv_eq UTF8 bug
46325              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46326              Date: 21 Jul 2000 04:37:29 -0000
46327              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
46328              
46329              Exercise for the kind reader: should we or should we not
46330              cache the utf8 conversion alonside the SV? (as magic,
46331              as thestrxfrm()ed version is cached under use locale)
46332              Argue both for and against.
46333      Branch: perl
46334            ! sv.c
46335 ____________________________________________________________________________
46336 [  6464] By: jhi                                   on 2000/07/29  22:36:22
46337         Log: Subject: UTF8 concat
46338              From: simon@brecon.co.uk (Simon Cozens) 
46339              Date: 30 Jun 2000 06:13:25 GMT
46340              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
46341              
46342              (with a memory leak fixed, plus a few casts added)
46343              
46344              This also seems to help for
46345              
46346              Subject: [ID 20000716.015] join UTF8 weirdness
46347              From: root <root@ak-71.mind.de> 
46348              Date: Sat, 15 Jul 2000 15:29:54 +0200
46349              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
46350              
46351              (from Andreas König)
46352      Branch: perl
46353            ! pp_hot.c
46354 ____________________________________________________________________________
46355 [  6463] By: jhi                                   on 2000/07/29  00:55:39
46356         Log: Tune the comments and hopefully stop a memory leak.
46357      Branch: perl
46358            ! toke.c utf8.c
46359 ____________________________________________________________________________
46360 [  6462] By: jhi                                   on 2000/07/29  00:16:53
46361         Log: The problem described in this
46362              
46363              Subject: [ID 20000322.018] named chars aren't magical enough
46364              From: root <root@dixie.cscaper.com>     
46365              Date: Wed, 22 Mar 2000 18:37:42 -0700
46366              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
46367              
46368              has been fixed in perl 5.6.0 but just in case added a test
46369              to keep it away.  (The report from Joseph Hall.)
46370      Branch: perl
46371            ! t/lib/charnames.t
46372 ____________________________________________________________________________
46373 [  6461] By: jhi                                   on 2000/07/28  23:56:36
46374         Log: Tiny fixes for #6460.
46375      Branch: metaconfig/U/perl
46376            ! gccvers.U
46377      Branch: perl
46378            ! Configure config_h.SH
46379 ____________________________________________________________________________
46380 [  6460] By: jhi                                   on 2000/07/28  23:24:41
46381         Log: Warn if the version of the operating system used to compile gcc
46382              differs from the current version of the operating system.
46383              Also display the gcc compilation os and version in myconfig.
46384              Inspiration from
46385              
46386              Subject: Re: [ID 20000710.003] ERRORS!!         
46387              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46388              Date: Mon, 10 Jul 2000 15:54:16 -0400
46389              Message-ID: <20000710155416.A1384@O2.chapin.edu>
46390      Branch: metaconfig/U/perl
46391            ! gccvers.U
46392      Branch: perl
46393            ! Configure config_h.SH myconfig.SH
46394 ____________________________________________________________________________
46395 [  6459] By: jhi                                   on 2000/07/28  22:00:32
46396         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
46397              letter to $Config{osvers}.
46398      Branch: metaconfig
46399            ! U/modified/Oldconfig.U
46400      Branch: perl
46401            ! Configure config_h.SH
46402 ____________________________________________________________________________
46403 [  6458] By: jhi                                   on 2000/07/28  04:15:39
46404         Log: Back out #6454, doesn't seem to work.
46405              (Reason: that patch was for perl 5.6.0, not perl-current)
46406              (A version of the patch for perl-current came in later as #6466)
46407      Branch: perl
46408            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46409            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46410            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46411 ____________________________________________________________________________
46412 [  6457] By: jhi                                   on 2000/07/27  23:31:49
46413         Log: Use setproctitle() if available to modify $0.
46414              
46415              Subject: setting $* on BSD4 broken
46416              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46417              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
46418              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
46419      Branch: metaconfig
46420            ! U/modified/Myinit.U
46421      Branch: perl
46422            ! Configure config_h.SH mg.c
46423 ____________________________________________________________________________
46424 [  6456] By: jhi                                   on 2000/07/27  14:50:47
46425         Log: Allow "no AutoLoader;", based on change #6444,
46426              suggested by Graham Barr.
46427      Branch: perl
46428            ! lib/AutoLoader.pm
46429 ____________________________________________________________________________
46430 [  6455] By: jhi                                   on 2000/07/27  14:19:10
46431         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
46432              From: rspier@pobox.com (Robert Spier)
46433              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
46434              Message-ID: <14720.15855.787664.424783@rls.cx>
46435      Branch: perl
46436            ! pod/perldiag.pod
46437 ____________________________________________________________________________
46438 [  6454] By: jhi                                   on 2000/07/27  14:03:02
46439         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
46440              for a long time).
46441              
46442              Reported in
46443              
46444              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
46445              From: Ryan Herbert <rherbert@sycamorehq.com>
46446              Date: Mon, 17 Jul 2000 11:40:42 -0400
46447              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
46448              
46449              Patched in
46450              
46451              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
46452              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46453              Date: Wed, 26 Jul 2000 23:40:18 +0100
46454              Message-ID: <000001bff752$79511880$0a17073e@tiny>
46455              
46456              based on an earlier patch from Stephen P. Potter.
46457              
46458              (Removed later by change #6458 because this patch was for
46459              perl 5.6.0, not perl-current)
46460      Branch: perl
46461            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46462            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46463            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46464 ____________________________________________________________________________
46465 [  6453] By: jhi                                   on 2000/07/27  13:48:02
46466         Log: Subject: [PATCH] fixes bug 20000508.004
46467              From: Michael Stevens <mstevens@globnix.org>
46468              Date: Thu, 27 Jul 2000 13:49:04 +0100
46469              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
46470      Branch: perl
46471            ! pod/perldata.pod
46472 ____________________________________________________________________________
46473 [  6452] By: jhi                                   on 2000/07/26  23:51:26
46474         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
46475              and Craig A. Berry.
46476      Branch: perl
46477            ! lib/File/Temp.pm pod/perlport.pod
46478 ____________________________________________________________________________
46479 [  6451] By: jhi                                   on 2000/07/26  19:43:30
46480         Log: Be wary of close()s, too.
46481              
46482              Subject: Re: [PATCH] perlbug cleanup
46483              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46484              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
46485              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
46486      Branch: perl
46487            ! utils/perlbug.PL
46488 ____________________________________________________________________________
46489 [  6450] By: jhi                                   on 2000/07/26  18:41:40
46490         Log: Subject: Minor doc patch: handy.h
46491              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
46492              Date: Wed, 26 Jul 2000 15:34:25 -0300
46493              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
46494      Branch: perl
46495            ! handy.h pod/perlapi.pod
46496 ____________________________________________________________________________
46497 [  6449] By: jhi                                   on 2000/07/26  18:23:55
46498         Log: Subject: [PATCH] minor doc change - perlguts
46499              From: Michael Stevens <mstevens@globnix.org>
46500              Date: Thu, 13 Jul 2000 12:39:18 +0100
46501              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
46502      Branch: perl
46503            ! pod/perlguts.pod
46504 ____________________________________________________________________________
46505 [  6448] By: jhi                                   on 2000/07/26  18:20:30
46506         Log: open() wariness in perlbug.
46507              
46508              Subject: [PATCH] perlbug cleanup
46509              From: Michael Stevens <mstevens@globnix.org>
46510              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
46511              Date: Thu, 13 Jul 2000 15:52:23 +0100
46512      Branch: perl
46513            ! utils/perlbug.PL
46514 ____________________________________________________________________________
46515 [  6447] By: jhi                                   on 2000/07/26  18:13:04
46516         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
46517      Branch: perl
46518            ! lib/File/Temp.pm t/lib/ftmp-security.t
46519 ____________________________________________________________________________
46520 [  6446] By: jhi                                   on 2000/07/26  18:06:32
46521         Log: docfix from Peter Scott <Peter@PSDT.com>.
46522      Branch: perl
46523            ! pod/perlfunc.pod
46524 ____________________________________________________________________________
46525 [  6445] By: jhi                                   on 2000/07/26  17:53:31
46526         Log: Fix *foo{FORMAT}.
46527              
46528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46529              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46530              Date: Wed, 26 Jul 2000 19:51:02 +0200
46531              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
46532              
46533              From: Graham Barr <gbarr@pobox.com>
46534              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46535              Date: Wed, 26 Jul 2000 17:38:36 +0100
46536              Message-ID: <20000726173836.L472@pobox.com>
46537      Branch: perl
46538            ! pp.c sv.c t/op/gv.t
46539 ____________________________________________________________________________
46540 [  6444] By: jhi                                   on 2000/07/26  17:49:14
46541         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
46542              from Graham Barr in the module list.
46543      Branch: perl
46544            ! gv.c pod/perlobj.pod
46545 ____________________________________________________________________________
46546 [  6443] By: jhi                                   on 2000/07/26  16:06:56
46547         Log: More split() doc and test patches from Mike Guy.
46548      Branch: perl
46549            ! pod/perlfunc.pod t/op/split.t
46550 ____________________________________________________________________________
46551 [  6442] By: jhi                                   on 2000/07/26  16:05:30
46552         Log: MacOS nits from Matthias Neeracher.
46553      Branch: perl
46554            ! perl.c pp_ctl.c
46555 ____________________________________________________________________________
46556 [  6441] By: jhi                                   on 2000/07/26  04:39:57
46557         Log: Subject: [PATCH] split /^/
46558              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46559              Date: Tue, 25 Jul 2000 14:18:57 +0100
46560              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
46561              
46562              (with notes from tchrist and gbarr)
46563      Branch: perl
46564            ! pod/perlfunc.pod t/op/split.t
46565 ____________________________________________________________________________
46566 [  6440] By: jhi                                   on 2000/07/26  04:32:32
46567         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
46568              From: Peter Prymmer <pvhp@forte.com>
46569              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
46570              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
46571      Branch: perl
46572            ! vms/munchconfig.c
46573 ____________________________________________________________________________
46574 [  6439] By: jhi                                   on 2000/07/26  04:31:01
46575         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
46576              to be fatal errors (instead of by default ignoring them, and
46577              ignoring with a bug: even though -w gave an error, the opening [
46578              was left in)  Reported in:
46579              
46580              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46581              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46582              Date: Sun, 16 Jul 2000 17:55:29 -0700
46583              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46584      Branch: perl
46585            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
46586 ____________________________________________________________________________
46587 [  6438] By: jhi                                   on 2000/07/25  15:41:15
46588         Log: Subject: [PATCH] av.c apidoc
46589              From: simon@brecon.co.uk (Simon Cozens)
46590              Date: 24 Jul 2000 06:40:52 GMT
46591              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
46592      Branch: perl
46593            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46594            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
46595 ____________________________________________________________________________
46596 [  6437] By: jhi                                   on 2000/07/25  14:05:36
46597         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
46598              From: "Stephen P. Potter" <spp@ds.net>
46599              Date: Mon, 24 Jul 2000 14:22:23 -0400
46600              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
46601      Branch: perl
46602            ! pod/perllocale.pod
46603 ____________________________________________________________________________
46604 [  6436] By: jhi                                   on 2000/07/25  14:02:03
46605         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
46606              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46607              Date: Mon, 24 Jul 2000 18:04:28 +0100
46608              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
46609      Branch: perl
46610            ! t/lib/syslfs.t t/op/lfs.t
46611 ____________________________________________________________________________
46612 [  6435] By: jhi                                   on 2000/07/25  13:59:28
46613         Log: Get UTF16 BOMs working.  Patch from
46614              
46615              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46617              Date: Tue, 25 Jul 2000 12:52:45 +0100
46618              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
46619              
46620              and notes from
46621              
46622              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46623              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46624              Date: Tue, 25 Jul 2000 11:43:25 +0100
46625              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
46626      Branch: perl
46627            ! t/comp/require.t toke.c utf8.c
46628 ____________________________________________________________________________
46629 [  6434] By: jhi                                   on 2000/07/25  02:39:54
46630         Log: Make the "uninit variable" warning to say "concat or string"
46631              or "join or string" when in concat or join .
46632              
46633              Subject: Re: [ID 20000403.009] uninitialised concatenation???
46634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46635              Date: Tue, 04 Apr 2000 18:22:58 +0100
46636              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
46637              
46638              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
46639              From: William R Ward <hermit@BayView.COM>
46640              Date: Thu, 30 Mar 2000 19:50:03 -0800
46641              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
46642      Branch: perl
46643            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
46644            ! t/pragma/warn/op t/pragma/warn/sv
46645 ____________________________________________________________________________
46646 [  6433] By: jhi                                   on 2000/07/24  17:52:56
46647         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
46648      Branch: perl
46649            ! lib/File/Spec/VMS.pm
46650 ____________________________________________________________________________
46651 [  6432] By: jhi                                   on 2000/07/24  17:44:44
46652         Log: Test cases for #6431.
46653              
46654              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46655              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46656              Date: Mon, 24 Jul 2000 15:32:29 +0100
46657              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
46658      Branch: perl
46659            ! t/op/pat.t t/op/split.t
46660 ____________________________________________________________________________
46661 [  6431] By: jhi                                   on 2000/07/24  17:43:17
46662         Log: Bind op fix.
46663              
46664              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46665              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46666              Date: Mon, 17 Jul 2000 20:04:56 +0100
46667              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
46668      Branch: perl
46669            ! op.c
46670 ____________________________________________________________________________
46671 [  6430] By: jhi                                   on 2000/07/24  03:42:42
46672         Log: Subject: [ID 20000716.023] syslog test fails without sockets
46673              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46674              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
46675              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
46676      Branch: metaconfig/U/perl
46677            ! Extensions.U
46678      Branch: perl
46679            ! Configure config_h.SH
46680 ____________________________________________________________________________
46681 [  6429] By: jhi                                   on 2000/07/24  03:11:52
46682         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
46683              case, but add also notes explaining the relationship of this
46684              patch and the earlier notes by Sarathy.
46685              
46686              Subject: Map is still slow
46687              From: "Ben Tilly" <ben_tilly@hotmail.com>
46688              Date: Sat, 15 Jul 2000 17:23:27 EDT
46689              Message-ID: <20000715212327.21656.qmail@hotmail.com>
46690      Branch: perl
46691            ! pp_ctl.c
46692 ____________________________________________________________________________
46693 [  6428] By: jhi                                   on 2000/07/24  02:58:52
46694         Log: Documentation to explain the behaviour of map().
46695              
46696              Subject: Re: Map is still slow 
46697              From: Gurusamy Sarathy <gsar@ActiveState.com>
46698              Date: Sat, 15 Jul 2000 16:05:09 -0700
46699              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
46700      Branch: perl
46701            ! pp_ctl.c
46702 ____________________________________________________________________________
46703 [  6427] By: jhi                                   on 2000/07/24  02:50:03
46704         Log: Add tests for
46705              [ID 19991110.003] another matching finding by pcre author
46706              which has already been fixed by some patch, as verified in
46707              
46708              Subject: Re: two regex bugs from the mists of time (well, last November)
46709              From: Hugo <hv@crypt.compulink.co.uk>
46710              Date: Sat, 22 Jul 2000 18:12:58 +0100
46711              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
46712      Branch: perl
46713            ! t/op/re_tests
46714 ____________________________________________________________________________
46715 [  6426] By: jhi                                   on 2000/07/24  02:11:20
46716         Log: A missing 'break' after the [[:space:]] switch case.
46717              
46718              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
46719              From: "Stephen P. Potter" <spp@ds.net>
46720              Date: Tue, 18 Jul 2000 16:25:17 -0400
46721              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
46722      Branch: perl
46723            ! regcomp.c
46724 ____________________________________________________________________________
46725 [  6425] By: jhi                                   on 2000/07/24  02:06:12
46726         Log: The output might have been produced in the wrong order.
46727              
46728              Subject: [ID 20000720.003] [PATCH] t/op/write.t
46729              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46730              Date: Thu, 20 Jul 2000 18:49:18 +0100
46731              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
46732      Branch: perl
46733            ! t/op/write.t
46734 ____________________________________________________________________________
46735 [  6424] By: jhi                                   on 2000/07/24  02:00:07
46736         Log: Use STDOUT consistently.
46737              
46738              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
46739              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46740              Date: Thu, 20 Jul 2000 18:04:01 +0100
46741              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
46742      Branch: perl
46743            ! lib/Test/Harness.pm
46744 ____________________________________________________________________________
46745 [  6423] By: jhi                                   on 2000/07/24  01:54:54
46746         Log: Protect against "wild next"s, that is, callbacks doing "next"
46747              instead of "return".
46748              
46749              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
46750              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46751              Date: Tue, 18 Jul 2000 11:30:16 +0100
46752              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
46753      Branch: perl
46754            ! lib/File/Find.pm
46755 ____________________________________________________________________________
46756 [  6422] By: jhi                                   on 2000/07/24  01:35:47
46757         Log: Out-of-date note removed.
46758              
46759              Subject: [PATCH] documentation perlipc
46760              From: rspier@pobox.com (Robert Spier)
46761              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
46762              Message-ID: <14711.35178.572612.502654@rls.cx>
46763      Branch: perl
46764            ! pod/perlipc.pod
46765 ____________________________________________________________________________
46766 [  6421] By: jhi                                   on 2000/07/24  00:09:18
46767         Log: Send all installperl messages to STDERR and be -w clean.
46768              
46769              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
46770              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46771              Date: Sat, 22 Jul 2000 14:02:11 +0100
46772              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
46773      Branch: perl
46774            ! installperl
46775 ____________________________________________________________________________
46776 [  6420] By: jhi                                   on 2000/07/24  00:04:19
46777         Log: Decutandpasto.
46778              
46779              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
46780              From: "Richard Soderberg" <rs@crystalflame.net>
46781              Date: Sun, 23 Jul 2000 01:37:23 -0700
46782              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
46783      Branch: perl
46784            ! pod/perlipc.pod
46785 ____________________________________________________________________________
46786 [  6419] By: jhi                                   on 2000/07/24  00:01:12
46787         Log: A cleaner abs_path().
46788              Subject: Re: unix alternative to Cwd.pm
46789              From: Jeff Pinyan <jeffp@crusoe.net>
46790              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
46791              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
46792      Branch: perl
46793            ! lib/Cwd.pm
46794 ____________________________________________________________________________
46795 [  6418] By: jhi                                   on 2000/07/23  23:48:56
46796         Log: Detypo.
46797              
46798              Subject: [PATCH perl-current] Typo in hints/powerux.sh
46799              From: "Richard Soderberg" <rs@crystalflame.net>
46800              Date: Sun, 23 Jul 2000 01:27:33 -0700
46801              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
46802      Branch: perl
46803            ! hints/powerux.sh
46804 ____________________________________________________________________________
46805 [  6417] By: jhi                                   on 2000/07/17  22:13:31
46806         Log: Subject: SDBM_File documentation
46807              From: mjd@plover.com
46808              Date: 16 Jul 2000 17:41:17 -0000
46809              Message-ID: <20000716174117.18515.qmail@plover.com>
46810      Branch: perl
46811            ! ext/SDBM_File/SDBM_File.pm
46812 ____________________________________________________________________________
46813 [  6416] By: jhi                                   on 2000/07/17  19:13:26
46814         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
46815      Branch: perl
46816            ! hints/mpeix.sh mpeix/relink
46817 ____________________________________________________________________________
46818 [  6415] By: jhi                                   on 2000/07/15  14:11:02
46819         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
46820              the utf8 'characters' can be more than one octet).
46821              
46822              Date: Sat, 15 Jul 2000 00:21:56 +0100
46823              From: Tom Hughes <tom@compton.nu>
46824              Subject: Re: [ID 20000714.002]
46825              Message-ID: <db2334de49.tom@compton.compton.nu>
46826              
46827              Reported in
46828              
46829              Subject: [ID 20000714.002]
46830              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46831              Date: 14 Jul 2000 15:13:09 -0000
46832              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
46833      Branch: perl
46834            ! doop.c
46835 ____________________________________________________________________________
46836 [  6414] By: jhi                                   on 2000/07/15  03:13:41
46837         Log: another VMS build tweak from Peter Prymmer
46838      Branch: perl
46839            ! vms/descrip_mms.template
46840 ____________________________________________________________________________
46841 [  6413] By: jhi                                   on 2000/07/15  03:10:40
46842         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
46843      Branch: perl
46844            ! vms/perlvms.pod
46845 ____________________________________________________________________________
46846 [  6412] By: jhi                                   on 2000/07/15  00:31:05
46847         Log: More docs for sv functions.
46848              
46849              Subject: [PATCH cfgperl] sv.c apidoc
46850              From: simon@brecon.co.uk (Simon Cozens)
46851              Date: 13 Jul 2000 09:00:20 GMT
46852              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
46853              
46854              Subject: Re: [PATCH cfgperl] sv.c apidoc
46855              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46856              Date: Thu, 13 Jul 2000 12:27:41 +0100
46857              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
46858              
46859              Subject: Re: [PATCH cfgperl] sv.c apidoc
46860              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46861              Date: Thu, 13 Jul 2000 13:23:09 +0100
46862              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
46863              
46864              Subject: Re: [PATCH cfgperl] sv.c apidoc
46865              From: simon@brecon.co.uk (Simon Cozens)
46866              Date: 14 Jul 2000 06:51:02 GMT
46867              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
46868      Branch: perl
46869            ! embed.pl pod/perlapi.pod sv.c
46870 ____________________________________________________________________________
46871 [  6411] By: jhi                                   on 2000/07/15  00:10:41
46872         Log: lib/b test fixes from Peter Prymmer.
46873      Branch: perl
46874            ! t/lib/b.t
46875 ____________________________________________________________________________
46876 [  6410] By: jhi                                   on 2000/07/15  00:02:09
46877         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
46878              From: Hugo <hv@crypt.compulink.co.uk>
46879              Date: Fri, 14 Jul 2000 23:05:20 +0100
46880              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
46881              
46882              Didn't anymore apply, but that point still could use another fix.
46883      Branch: perl
46884            ! pod/perlfunc.pod
46885 ____________________________________________________________________________
46886 [  6409] By: jhi                                   on 2000/07/14  23:15:15
46887         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
46888              not in pod, from Peter Prymmer
46889      Branch: perl
46890            ! vms/descrip_mms.template
46891 ____________________________________________________________________________
46892 [  6408] By: jhi                                   on 2000/07/14  20:35:05
46893         Log: The bug report
46894              [ID 19991110.002] minimal matching discrepancy found by pcre author
46895              seems to have been fixed (though differently from what was suggested
46896              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
46897      Branch: perl
46898            ! t/op/re_tests
46899 ____________________________________________________________________________
46900 [  6407] By: jhi                                   on 2000/07/14  17:38:08
46901         Log: Fix AutoSplit to use File::Spec the right way in VMS,
46902              from Peter Prymmer.
46903      Branch: perl
46904            ! lib/AutoSplit.pm
46905 ____________________________________________________________________________
46906 [  6406] By: jhi                                   on 2000/07/14  14:13:22
46907         Log: Merge perlhacktut into perlhack, update perlguts.
46908              
46909              Subject: Re: Perlhacktut
46910              From: simon@brecon.co.uk (Simon Cozens)
46911              Date: 14 Jul 2000 06:49:21 GMT
46912              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
46913              
46914              Subject: Re: Perlhacktut
46915              From: simon@brecon.co.uk (Simon Cozens)
46916              Date: 14 Jul 2000 07:09:45 GMT
46917              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
46918      Branch: perl
46919            ! pod/perlguts.pod pod/perlhack.pod
46920 ____________________________________________________________________________
46921 [  6405] By: jhi                                   on 2000/07/14  14:02:31
46922         Log: Integrate with Sarathy.
46923      Branch: cfgperl
46924           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
46925           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
46926           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
46927 ____________________________________________________________________________
46928 [  6404] By: gsar                                  on 2000/07/14  12:15:02
46929         Log: PERL_OBJECT build tweaks
46930      Branch: perl
46931            ! toke.c
46932 ____________________________________________________________________________
46933 [  6403] By: gsar                                  on 2000/07/14  11:23:41
46934         Log: inconsistent types needs casts
46935      Branch: perl
46936            ! toke.c
46937 ____________________________________________________________________________
46938 [  6402] By: gsar                                  on 2000/07/14  11:12:04
46939         Log: typos in change#6399, regen headers
46940      Branch: perl
46941            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
46942 ____________________________________________________________________________
46943 [  6401] By: gsar                                  on 2000/07/14  10:59:12
46944         Log: typecasts needed for change#6394
46945      Branch: perl
46946            ! toke.c
46947 ____________________________________________________________________________
46948 [  6400] By: gsar                                  on 2000/07/14  10:49:37
46949         Log: integrate cfgperl contents into mainline
46950      Branch: perl
46951           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
46952           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
46953 ____________________________________________________________________________
46954 [  6399] By: gsar                                  on 2000/07/14  10:38:35
46955         Log: enable UTF-16 filter by default if relevant BOM is seen; various
46956              cleanups (typos, misformatted code, and small bugs)
46957      Branch: perl
46958            ! doop.c embed.pl mg.c op.c pp.c toke.c
46959 ____________________________________________________________________________
46960 [  6398] By: gsar                                  on 2000/07/14  08:55:38
46961         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
46962              name suggests anyway)
46963      Branch: perl
46964            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
46965 ____________________________________________________________________________
46966 [  6397] By: gsar                                  on 2000/07/14  08:44:33
46967         Log: move new variables to the end of the interpreter structure (for
46968              bincompat in code that doesn't #include XSUB.h)
46969      Branch: perl
46970            ! intrpvar.h
46971 ____________________________________________________________________________
46972 [  6396] By: gsar                                  on 2000/07/14  08:13:58
46973         Log: MakeMaker should not remove editor backups (*~) on `make clean`
46974              by default (completes change#6383)
46975      Branch: perl
46976            ! lib/ExtUtils/MM_Unix.pm
46977 ____________________________________________________________________________
46978 [  6395] By: jhi                                   on 2000/07/14  05:20:33
46979         Log: Replace change #6337 with a better one.
46980              
46981              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
46982              From: Hugo <hv@crypt.compulink.co.uk>
46983              Date: Fri, 14 Jul 2000 04:16:20 +0100
46984              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
46985      Branch: cfgperl
46986            ! regexec.c t/op/re_tests
46987 ____________________________________________________________________________
46988 [  6394] By: jhi                                   on 2000/07/14  01:33:59
46989         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
46990      Branch: cfgperl
46991            ! embed.pl global.sym proto.h toke.c
46992 ____________________________________________________________________________
46993 [  6393] By: jhi                                   on 2000/07/13  23:41:23
46994         Log: remove discarded test
46995      Branch: cfgperl
46996            ! MANIFEST
46997 ____________________________________________________________________________
46998 [  6392] By: jhi                                   on 2000/07/13  23:32:25
46999         Log: The {multiplier} of a fixed substring was overlooked which
47000              caused a wrong initial search offset for that substring.
47001              
47002              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47003              From: Hugo <hv@crypt.compulink.co.uk>
47004              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47005              Date: Thu, 13 Jul 2000 19:27:13 +0100
47006      Branch: cfgperl
47007            ! regcomp.c t/op/re_tests
47008 ____________________________________________________________________________
47009 [  6391] By: jhi                                   on 2000/07/13  16:37:42
47010         Log: typo fix from Craig Berry
47011      Branch: cfgperl
47012            ! vms/subconfigure.com
47013 ____________________________________________________________________________
47014 [  6390] By: jhi                                   on 2000/07/13  13:20:12
47015         Log: Integrate with Sarathy.
47016      Branch: cfgperl
47017            - t/op/method2entersub.t
47018           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
47019           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
47020           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
47021           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
47022 ____________________________________________________________________________
47023 [  6389] By: jhi                                   on 2000/07/13  13:18:48
47024         Log: Detypo from Peter Prymmer, part of #6388.
47025      Branch: cfgperl
47026            ! Configure config_h.SH
47027      Branch: metaconfig
47028            ! U/modified/d_longlong.U
47029 ____________________________________________________________________________
47030 [  6388] By: gsar                                  on 2000/07/13  06:33:40
47031         Log: typos (spotted by Peter Prymmer)
47032      Branch: perl
47033            ! Configure t/lib/english.t
47034 ____________________________________________________________________________
47035 [  6387] By: gsar                                  on 2000/07/13  05:35:28
47036         Log: new selfloader.t in change#6183 doesn't close DATA handles,
47037              and thus fails to clean up tmp files on dosish platforms
47038      Branch: perl
47039            ! t/lib/selfloader.t
47040 ____________________________________________________________________________
47041 [  6386] By: gsar                                  on 2000/07/12  21:42:39
47042         Log: sprintf test tweaks (from Dominic Dunlop)
47043      Branch: perl
47044            ! t/op/sprintf.t
47045 ____________________________________________________________________________
47046 [  6385] By: gsar                                  on 2000/07/12  21:33:46
47047         Log: fix bugs in processing %v-*d and similar format specs (from
47048              Avi Finkel <avi@finkel.org>)
47049      Branch: perl
47050            ! sv.c t/op/sprintf.t
47051 ____________________________________________________________________________
47052 [  6384] By: gsar                                  on 2000/07/12  16:04:19
47053         Log: readd missing perldelta.pod changes from changes#6339,6376
47054      Branch: perl
47055            ! pod/perldelta.pod
47056 ____________________________________________________________________________
47057 [  6383] By: gsar                                  on 2000/07/12  16:00:51
47058         Log: don't clobber *.orig files on *clean targets
47059      Branch: perl
47060            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
47061 ____________________________________________________________________________
47062 [  6382] By: gsar                                  on 2000/07/12  07:59:12
47063         Log: fix broken integrations in cfgperl
47064      Branch: cfgperl
47065           !> Changes pod/perldelta.pod
47066 ____________________________________________________________________________
47067 [  6381] By: gsar                                  on 2000/07/12  07:42:17
47068         Log: integrate cfgperl changes into mainline
47069      Branch: perl
47070            ! Changes
47071           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
47072           !> pod/perlre.pod
47073 ____________________________________________________________________________
47074 [  6380] By: gsar                                  on 2000/07/12  07:31:00
47075         Log: get sprintf.t to adjust properly for 3-digit exponents
47076      Branch: perl
47077            ! t/op/sprintf.t
47078 ____________________________________________________________________________
47079 [  6379] By: gsar                                  on 2000/07/12  06:40:04
47080         Log: change#6174 needs corresponding change in win32/config_h.PL,
47081              which grovels through config_h.SH to find the config.h name
47082      Branch: perl
47083            ! win32/config_h.PL
47084 ____________________________________________________________________________
47085 [  6378] By: jhi                                   on 2000/07/12  05:03:59
47086         Log: Do the cc sanity check both before the hints and
47087              after the cc selction.
47088      Branch: cfgperl
47089            ! Configure config_h.SH
47090      Branch: metaconfig
47091            ! U/modified/Oldconfig.U U/modified/cc.U
47092      Branch: metaconfig/U/perl
47093            + Checkcc.U
47094 ____________________________________________________________________________
47095 [  6377] By: jhi                                   on 2000/07/12  02:49:22
47096         Log: Fix nits noticed by Boston.pm.
47097      Branch: cfgperl
47098            ! pod/perlre.pod
47099 ____________________________________________________________________________
47100 [  6376] By: jhi                                   on 2000/07/11  21:22:13
47101         Log: Configure cosmetics and perldelta.
47102      Branch: cfgperl
47103            ! Configure config_h.SH pod/perldelta.pod
47104      Branch: metaconfig
47105            ! U/modified/cc.U
47106 ____________________________________________________________________________
47107 [  6375] By: gsar                                  on 2000/07/11  21:17:35
47108         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47109      Branch: perl
47110            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
47111            ! win32/win32sck.c
47112 ____________________________________________________________________________
47113 [  6374] By: gsar                                  on 2000/07/11  20:48:50
47114         Log: tweak for build failure under multiplicity
47115      Branch: perl
47116            ! toke.c
47117 ____________________________________________________________________________
47118 [  6373] By: gsar                                  on 2000/07/11  20:37:23
47119         Log: integrate cfgperl changes#6325..6373 into mainline
47120              (NOTE: today's batch of integrations still untested)
47121      Branch: perl
47122           +> ext/DynaLoader/hints/netbsd.pl
47123            ! Changes
47124           !> (integrate 26 files)
47125 ____________________________________________________________________________
47126 [  6372] By: jhi                                   on 2000/07/11  20:30:36
47127         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47128              regen perltoc.
47129      Branch: cfgperl
47130            + pod/perlbook.pod
47131            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
47132            ! pod/perltoc.pod
47133 ____________________________________________________________________________
47134 [  6371] By: jhi                                   on 2000/07/11  20:08:56
47135         Log: Minor cleanups on the booklist.
47136      Branch: cfgperl
47137            ! pod/perlfaq2.pod
47138 ____________________________________________________________________________
47139 [  6370] By: jhi                                   on 2000/07/11  19:31:13
47140         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
47141      Branch: cfgperl
47142            ! t/pragma/overload.t
47143 ____________________________________________________________________________
47144 [  6369] By: gsar                                  on 2000/07/11  19:27:48
47145         Log: integrate cfgperl changes#6293..6324 into mainline
47146      Branch: perl
47147           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
47148            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
47149           !> (integrate 30 files)
47150 ____________________________________________________________________________
47151 [  6368] By: gsar                                  on 2000/07/11  19:18:57
47152         Log: skip integrate of problematic change#6292 from cfgperl into mainline
47153      Branch: perl
47154           !> pp_hot.c
47155 ____________________________________________________________________________
47156 [  6367] By: gsar                                  on 2000/07/11  19:17:21
47157         Log: integrate cfgperl changes#6288..6290 into mainline
47158      Branch: perl
47159           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
47160 ____________________________________________________________________________
47161 [  6366] By: gsar                                  on 2000/07/11  19:11:18
47162         Log: integrate cfgperl changes#6268..6282 into mainline
47163      Branch: perl
47164           !> (integrate 30 files)
47165 ____________________________________________________________________________
47166 [  6365] By: gsar                                  on 2000/07/11  18:57:00
47167         Log: delete new accidentally branched file
47168      Branch: perl
47169            - t/op/method2entersub.t
47170 ____________________________________________________________________________
47171 [  6364] By: gsar                                  on 2000/07/11  18:55:13
47172         Log: skip integrate of change#6267 from cfgperl into mainline (the
47173              method call optimization is flawed without additional hints
47174              from user about immutableness of @ISA and no runtime method
47175              definitions)
47176      Branch: perl
47177           +> t/op/method2entersub.t
47178           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
47179           !> perl.h t/op/sprintf.t xsutils.c
47180 ____________________________________________________________________________
47181 [  6363] By: gsar                                  on 2000/07/11  18:49:43
47182         Log: integrate cfgperl changes#6261..6266 into mainline
47183      Branch: perl
47184           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47185           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47186           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47187           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47188 ____________________________________________________________________________
47189 [  6362] By: gsar                                  on 2000/07/11  18:43:26
47190         Log: integrate cfgperl changes#6252..6260 into mainline
47191      Branch: perl
47192           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
47193           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
47194           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
47195           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
47196 ____________________________________________________________________________
47197 [  6361] By: gsar                                  on 2000/07/11  18:37:12
47198         Log: skip integrate of problematic change#6251 from cfgperl into mainline
47199      Branch: perl
47200           !> lib/Exporter.pm
47201 ____________________________________________________________________________
47202 [  6360] By: gsar                                  on 2000/07/11  18:34:56
47203         Log: integrate cfgperl change#6250 into mainline
47204      Branch: perl
47205           +> t/op/my_stash.t
47206           !> MANIFEST embed.pl proto.h toke.c
47207 ____________________________________________________________________________
47208 [  6359] By: gsar                                  on 2000/07/11  18:21:19
47209         Log: integrate cfgperl changes#6242..6249 into mainline
47210      Branch: perl
47211           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47212           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
47213           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
47214           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
47215           !> t/lib/peek.t utf8.c
47216 ____________________________________________________________________________
47217 [  6358] By: gsar                                  on 2000/07/11  18:15:45
47218         Log: skip integrate of problematic change#6241 from cfgperl into mainline
47219      Branch: perl
47220           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47221 ____________________________________________________________________________
47222 [  6357] By: jhi                                   on 2000/07/11  18:15:16
47223         Log: Fix for
47224              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47225              From: Roderick Schertler <roderick@argon.org> 
47226              Date: Tue, 11 Jul 2000 13:55:05 -0400 
47227              Message-Id: <200007111755.NAA05077@jones.argon.org> 
47228      Branch: cfgperl
47229            ! doio.c
47230 ____________________________________________________________________________
47231 [  6356] By: jhi                                   on 2000/07/11  18:12:51
47232         Log: Typo in #6341.
47233      Branch: cfgperl
47234            ! pp_hot.c
47235 ____________________________________________________________________________
47236 [  6355] By: gsar                                  on 2000/07/11  18:12:10
47237         Log: integrate cfgperl changes#6231..6240 into mainline
47238      Branch: perl
47239           +> pod/perlutil.pod
47240           !> (integrate 35 files)
47241 ____________________________________________________________________________
47242 [  6354] By: jhi                                   on 2000/07/11  18:04:34
47243         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
47244              From: Dominic Dunlop <domo@computer.org> 
47245              Date: Tue, 11 Jul 2000 12:27:33 +0200 
47246              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
47247              
47248              Replaces change #6268.
47249      Branch: cfgperl
47250            ! t/op/sprintf.t
47251 ____________________________________________________________________________
47252 [  6353] By: gsar                                  on 2000/07/11  17:59:51
47253         Log: skip integrate of problematic change#6230 from cfgperl into mainline
47254              (a later version of File::Spec is already in mainline)
47255      Branch: perl
47256           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
47257           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
47258 ____________________________________________________________________________
47259 [  6352] By: gsar                                  on 2000/07/11  17:57:48
47260         Log: integrate cfgperl changes#6224..6229 into mainline
47261      Branch: perl
47262           +> lib/lib.pm.PL
47263            - lib/lib.pm
47264           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
47265           !> lib/English.pm op.c t/lib/english.t
47266 ____________________________________________________________________________
47267 [  6351] By: gsar                                  on 2000/07/11  17:50:10
47268         Log: skip integrate of problematic change#6223 from cfgperl into mainline
47269      Branch: perl
47270           !> doio.c
47271 ____________________________________________________________________________
47272 [  6350] By: gsar                                  on 2000/07/11  17:48:28
47273         Log: integrate cfgperl changes#6220..6222 into mainline
47274      Branch: perl
47275           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
47276           !> toke.c utf8.c win32/win32.h
47277 ____________________________________________________________________________
47278 [  6349] By: gsar                                  on 2000/07/11  17:46:13
47279         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
47280              mainline
47281      Branch: perl
47282           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47283           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47284           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47285 ____________________________________________________________________________
47286 [  6348] By: jhi                                   on 2000/07/11  17:45:49
47287         Log: README.posix-bc podified from Thomas Dorner.
47288      Branch: cfgperl
47289            ! README.posix-bc
47290 ____________________________________________________________________________
47291 [  6347] By: gsar                                  on 2000/07/11  17:42:04
47292         Log: integrate cfgperl change#6217 into mainline
47293      Branch: perl
47294           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
47295           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
47296           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
47297 ____________________________________________________________________________
47298 [  6346] By: gsar                                  on 2000/07/11  17:39:37
47299         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
47300              mainline
47301      Branch: perl
47302           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
47303           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47304           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
47305           !> perlapi.h pod/perlapi.pod
47306 ____________________________________________________________________________
47307 [  6345] By: gsar                                  on 2000/07/11  17:36:42
47308         Log: integrate cfgperl changes#6207..6210 into mainline
47309      Branch: perl
47310           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
47311           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
47312 ____________________________________________________________________________
47313 [  6344] By: gsar                                  on 2000/07/11  17:31:20
47314         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
47315              mainline
47316      Branch: perl
47317           !> (integrate 40 files)
47318 ____________________________________________________________________________
47319 [  6343] By: gsar                                  on 2000/07/11  17:19:08
47320         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
47321      Branch: perl
47322           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
47323            ! Changes
47324           !> (integrate 34 files)
47325 ____________________________________________________________________________
47326 [  6342] By: jhi                                   on 2000/07/11  16:05:48
47327         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
47328              To: perl5-porters@perl.org
47329              From: Karsten Sperling <spiff@phreax.net>
47330              Date: Mon, 10 Jul 2000 15:12:52 +0200
47331              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47332      Branch: cfgperl
47333            ! lib/Symbol.pm
47334 ____________________________________________________________________________
47335 [  6341] By: jhi                                   on 2000/07/11  15:59:23
47336         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47338              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47339              Date: Fri, 07 Jul 2000 17:57:16 +0100
47340      Branch: cfgperl
47341            ! pp_hot.c
47342 ____________________________________________________________________________
47343 [  6340] By: jhi                                   on 2000/07/11  15:55:47
47344         Log: Subject: Re: format bug report  [Patch]
47345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47346              Date: Wed, 05 Jul 2000 13:12:52 +0200
47347              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47348              
47349              Subject: Re: format bug report  [Patch]
47350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47351              Date: Wed, 05 Jul 2000 14:10:01 +0200
47352              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47353      Branch: cfgperl
47354            ! t/op/write.t toke.c
47355 ____________________________________________________________________________
47356 [  6339] By: jhi                                   on 2000/07/11  13:54:09
47357         Log: Be less forgiving about ambiguous and illegal tr ranges.
47358              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47359              From: Mark-Jason Dominus <mjd@plover.com>
47360              Date: Tue, 04 Jul 2000 10:00:12 -0400
47361              Message-ID: <20000704140012.17772.qmail@plover.com>
47362              
47363              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47364              From: Mark-Jason Dominus <mjd@plover.com>
47365              Date: Wed, 05 Jul 2000 09:37:36 -0400
47366              Message-ID: <20000705133736.27293.qmail@plover.com>
47367      Branch: cfgperl
47368            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
47369 ____________________________________________________________________________
47370 [  6338] By: jhi                                   on 2000/07/11  13:31:24
47371         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47372              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47373              Date: Tue, 11 Jul 2000 13:50:51 +0100
47374              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47375      Branch: cfgperl
47376            ! sv.c
47377 ____________________________________________________________________________
47378 [  6337] By: jhi                                   on 2000/07/11  13:29:14
47379         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47380              From: Hugo <hv@crypt.compulink.co.uk>
47381              Date: Tue, 11 Jul 2000 12:44:50 +0100
47382              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47383      Branch: cfgperl
47384            ! regexec.c t/op/re_tests
47385 ____________________________________________________________________________
47386 [  6336] By: jhi                                   on 2000/07/11  13:26:47
47387         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
47388              From: simon@brecon.co.uk (Simon Cozens)
47389              Date: 7 Jul 2000 11:26:09 GMT
47390              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47391      Branch: cfgperl
47392            ! mg.c
47393 ____________________________________________________________________________
47394 [  6335] By: jhi                                   on 2000/07/11  13:23:37
47395         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47396              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47397              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
47398              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
47399      Branch: cfgperl
47400            + ext/DynaLoader/hints/netbsd.pl
47401            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
47402 ____________________________________________________________________________
47403 [  6334] By: jhi                                   on 2000/07/11  13:20:38
47404         Log: Subject: PATCH perlguts.pod: Document D and d magic types
47405              From: mjd@plover.com
47406              Date: 5 Jul 2000 18:01:51 -0000
47407              Message-ID: <20000705180151.29413.qmail@plover.com>
47408      Branch: cfgperl
47409            ! pod/perlguts.pod
47410 ____________________________________________________________________________
47411 [  6333] By: jhi                                   on 2000/07/11  13:15:51
47412         Log: Precedence goof, fix based on
47413              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
47414              From: Hugo <hv@crypt.compulink.co.uk>
47415              Date: Tue, 11 Jul 2000 12:52:38 +0100
47416              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
47417      Branch: cfgperl
47418            ! t/op/taint.t
47419 ____________________________________________________________________________
47420 [  6332] By: jhi                                   on 2000/07/11  12:40:17
47421         Log: Integrate with Sarathy.
47422      Branch: cfgperl
47423           !> win32/win32sck.c
47424 ____________________________________________________________________________
47425 [  6331] By: jhi                                   on 2000/07/10  20:14:16
47426         Log: Sprinkle ldlibpath.
47427      Branch: cfgperl
47428            ! pod/Makefile.SH
47429 ____________________________________________________________________________
47430 [  6330] By: jhi                                   on 2000/07/10  17:54:49
47431         Log: More POSIX.pod tweaks.
47432      Branch: cfgperl
47433            ! ext/POSIX/POSIX.pod
47434 ____________________________________________________________________________
47435 [  6329] By: jhi                                   on 2000/07/10  14:02:12
47436         Log: Reorder perl.pod once more.
47437      Branch: cfgperl
47438            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47439 ____________________________________________________________________________
47440 [  6328] By: gsar                                  on 2000/07/10  07:06:00
47441         Log: accept() leaks memory on windows due to incorrect ordering of
47442              closesocket() and fclose() calls
47443      Branch: perl
47444            ! win32/win32sck.c
47445 ____________________________________________________________________________
47446 [  6327] By: gsar                                  on 2000/07/10  06:49:17
47447         Log: winsock options weren't being set in all threads under ithreads
47448              (caused send()s from second and subsequent threads to fail)
47449      Branch: perl
47450            ! win32/win32sck.c
47451 ____________________________________________________________________________
47452 [  6326] By: jhi                                   on 2000/07/08  02:45:40
47453         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47454              was cast to an unsigned (32-bit) integer with wild abandon.
47455      Branch: cfgperl
47456            ! ext/Devel/DProf/DProf.xs
47457 ____________________________________________________________________________
47458 [  6325] By: jhi                                   on 2000/07/07  18:50:33
47459         Log: Remove perlbook, update perlfaq book listing,
47460              rearrange perl.pod, regenerate perltoc.
47461      Branch: cfgperl
47462            - pod/perlbook.pod
47463            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
47464            ! pod/perlfaq2.pod pod/perltoc.pod
47465 ____________________________________________________________________________
47466 [  6324] By: jhi                                   on 2000/07/07  14:03:40
47467         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
47468      Branch: cfgperl
47469            ! sv.h toke.c
47470 ____________________________________________________________________________
47471 [  6323] By: jhi                                   on 2000/07/06  16:03:55
47472         Log: Fix complaints of buildtoc.
47473      Branch: cfgperl
47474            + lib/Win32.pod
47475            - pod/Win32.pod
47476            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47477 ____________________________________________________________________________
47478 [  6322] By: jhi                                   on 2000/07/06  15:15:52
47479         Log: Add =head1 NAMEs so that buildtoc is happy.
47480              (The CGI::Util nit reported to Lincoln.)
47481      Branch: cfgperl
47482            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
47483            ! pod/perltoc.pod
47484 ____________________________________________________________________________
47485 [  6321] By: jhi                                   on 2000/07/06  03:16:04
47486         Log: Config is being used.
47487      Branch: cfgperl
47488            ! t/op/method.t
47489 ____________________________________________________________________________
47490 [  6320] By: jhi                                   on 2000/07/06  03:13:13
47491         Log: Integrate with Sarathy.
47492      Branch: cfgperl
47493           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
47494 ____________________________________________________________________________
47495 [  6319] By: jhi                                   on 2000/07/06  03:11:46
47496         Log: Autogenerate pod/Makefile and pod/buildtoc.
47497              buildtoc also checks whether the existin pods are
47498              mentioned in MANIFEST and perl.pod, and vice versa.
47499              (None of the thusly found discrepancies fixed yet.)
47500              roffitall also needs to be autogenerated similarly but it
47501              seems so badly out of date that I didn't touch it yet.
47502      Branch: cfgperl
47503            + pod/Makefile.SH pod/buildtoc.PL
47504            - pod/Makefile pod/buildtoc
47505            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
47506 ____________________________________________________________________________
47507 [  6318] By: gsar                                  on 2000/07/05  22:10:54
47508         Log: fix UNC path handling on Windows under ithreads, and chdir()
47509              return value when given a non-existent directory
47510      Branch: perl
47511            ! win32/vdir.h
47512 ____________________________________________________________________________
47513 [  6317] By: gsar                                  on 2000/07/05  22:08:19
47514         Log: winsock cleanup never done on Windows (leads to handle leaks)
47515      Branch: perl
47516            ! win32/perllib.c win32/win32sck.c
47517 ____________________________________________________________________________
47518 [  6316] By: gsar                                  on 2000/07/05  22:06:19
47519         Log: some debugger output does not go to the socket when RemotePort is set
47520      Branch: perl
47521            ! lib/perl5db.pl
47522 ____________________________________________________________________________
47523 [  6315] By: jhi                                   on 2000/07/05  00:25:21
47524         Log: Integrate with Sarathy, preliminary fix for unicos
47525              alignment problems in [ID 20000612.002] Perl problem on Cray system.
47526      Branch: cfgperl
47527            ! sv.h
47528           !> pp_hot.c
47529 ____________________________________________________________________________
47530 [  6314] By: gsar                                  on 2000/07/04  23:34:02
47531         Log: tyop in change#6306
47532      Branch: perl
47533            ! pp_hot.c
47534 ____________________________________________________________________________
47535 [  6313] By: jhi                                   on 2000/07/04  22:14:38
47536         Log: Multiline string literals ENONPORTABLE.
47537      Branch: cfgperl
47538            ! pp_hot.c
47539 ____________________________________________________________________________
47540 [  6312] By: jhi                                   on 2000/07/04  20:34:44
47541         Log: Integrate with Sarathy.
47542      Branch: cfgperl
47543           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
47544           !> t/op/method.t
47545 ____________________________________________________________________________
47546 [  6311] By: jhi                                   on 2000/07/04  20:30:56
47547         Log: More POSIX.pod embellishment.
47548      Branch: cfgperl
47549            ! ext/POSIX/POSIX.pod
47550 ____________________________________________________________________________
47551 [  6310] By: gsar                                  on 2000/07/04  17:28:48
47552         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
47553      Branch: perl
47554            ! t/lib/b.t
47555 ____________________________________________________________________________
47556 [  6309] By: jhi                                   on 2000/07/04  17:22:18
47557         Log: The #6308 required a little bit more.
47558      Branch: cfgperl
47559            ! Makefile.SH win32/Makefile
47560 ____________________________________________________________________________
47561 [  6308] By: jhi                                   on 2000/07/04  16:35:24
47562         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
47563      Branch: cfgperl
47564            + lib/lib_pm.PL
47565            - lib/lib.pm.PL
47566            ! MANIFEST Makefile.SH
47567 ____________________________________________________________________________
47568 [  6307] By: jhi                                   on 2000/07/04  16:28:58
47569         Log: Win32 patches for cfgperl from Sarathy.
47570      Branch: cfgperl
47571            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
47572            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
47573            ! thread.h toke.c util.c win32/Makefile win32/win32.c
47574 ____________________________________________________________________________
47575 [  6306] By: gsar                                  on 2000/07/04  16:28:40
47576         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
47577              (from Richard Soderberg <rs@oregonnet.com>)
47578      Branch: perl
47579            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
47580 ____________________________________________________________________________
47581 [  6305] By: jhi                                   on 2000/07/04  16:24:24
47582         Log: Integrate with Sarathy.
47583      Branch: cfgperl
47584           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
47585           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47586           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
47587           !> proto.h win32/win32.c
47588 ____________________________________________________________________________
47589 [  6304] By: gsar                                  on 2000/07/04  16:17:24
47590         Log: missing perldiag entry for unpack("w",...) diagnostic (from
47591              Andreas Koenig)
47592      Branch: perl
47593            ! pod/perldiag.pod
47594 ____________________________________________________________________________
47595 [  6303] By: gsar                                  on 2000/07/04  16:14:44
47596         Log: remove rel2abs prototypes (from Barrie Slaymaker)
47597      Branch: perl
47598            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47599            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47600 ____________________________________________________________________________
47601 [  6302] By: gsar                                  on 2000/07/04  04:59:35
47602         Log: adjust change#6299
47603      Branch: perl
47604            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
47605            ! win32/win32.c
47606 ____________________________________________________________________________
47607 [  6301] By: jhi                                   on 2000/07/04  04:50:07
47608         Log: Integrate with Sarathy.
47609      Branch: cfgperl
47610           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
47611           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
47612           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
47613 ____________________________________________________________________________
47614 [  6300] By: gsar                                  on 2000/07/04  04:42:09
47615         Log: PERL_OBJECT build tweak
47616      Branch: perl
47617            ! perl.h
47618 ____________________________________________________________________________
47619 [  6299] By: gsar                                  on 2000/07/04  04:37:00
47620         Log: fix memory leak on Windows (PL_sys_intern contents were never
47621              freed)
47622      Branch: perl
47623            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47624            ! perlapi.c proto.h win32/win32.c
47625 ____________________________________________________________________________
47626 [  6298] By: gsar                                  on 2000/07/04  04:15:59
47627         Log: fix large memory leak that has been around for ever, masked by
47628              -DPURIFY (most of the arenas were never freed!)
47629      Branch: perl
47630            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
47631 ____________________________________________________________________________
47632 [  6297] By: gsar                                  on 2000/07/04  04:07:46
47633         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
47634      Branch: perl
47635            ! perl.c
47636 ____________________________________________________________________________
47637 [  6296] By: jhi                                   on 2000/06/30  18:28:37
47638         Log: Elaborate POSIX.pod.  Still needs work.
47639      Branch: cfgperl
47640            ! ext/POSIX/POSIX.pod
47641 ____________________________________________________________________________
47642 [  6295] By: jhi                                   on 2000/06/30  14:58:18
47643         Log: Point to perlipc for more SysV IPC examples.
47644      Branch: cfgperl
47645            ! pod/perlfunc.pod
47646 ____________________________________________________________________________
47647 [  6294] By: gsar                                  on 2000/06/30  14:47:45
47648         Log: slurp mode fix in change#4736 still not quite right
47649      Branch: perl
47650            ! pp_hot.c t/io/argv.t
47651 ____________________________________________________________________________
47652 [  6293] By: jhi                                   on 2000/06/30  12:02:55
47653         Log: Integrate with Sarathy.
47654      Branch: cfgperl
47655           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
47656 ____________________________________________________________________________
47657 [  6292] By: jhi                                   on 2000/06/30  12:01:11
47658         Log: From: simon@brecon.co.uk (Simon Cozens)
47659              Subject: UTF8 concat
47660              Date: 30 Jun 2000 06:13:25 GMT
47661              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
47662      Branch: cfgperl
47663            ! pp_hot.c
47664 ____________________________________________________________________________
47665 [  6291] By: gsar                                  on 2000/06/30  04:37:33
47666         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
47667              when @_ is modified, causing coredumps
47668      Branch: perl
47669            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
47670 ____________________________________________________________________________
47671 [  6290] By: jhi                                   on 2000/06/30  02:21:44
47672         Log: Integrate with Sarathy.
47673      Branch: cfgperl
47674           !> vms/vms.c vms/vmsish.h
47675 ____________________________________________________________________________
47676 [  6289] By: jhi                                   on 2000/06/30  02:21:02
47677         Log: Check VERSIONs.
47678      Branch: cfgperl
47679            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47680            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47681            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47682 ____________________________________________________________________________
47683 [  6288] By: jhi                                   on 2000/06/30  02:18:52
47684         Log: Integrate with Sarathy.
47685      Branch: cfgperl
47686           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
47687           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47688           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47689           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
47690 ____________________________________________________________________________
47691 [  6287] By: gsar                                  on 2000/06/30  02:17:08
47692         Log: integrate vmsperl changes into mainline
47693      Branch: perl
47694           !> vms/vms.c vms/vmsish.h
47695 ____________________________________________________________________________
47696 [  6285] By: gsar                                  on 2000/06/30  02:05:28
47697         Log: localize %INC in a Safe compartment so that use/require work
47698              (many other magic globals probably need similar treatment)
47699      Branch: perl
47700            ! ext/Opcode/Opcode.xs
47701 ____________________________________________________________________________
47702 [  6284] By: gsar                                  on 2000/06/30  01:54:54
47703         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
47704              about Windows
47705      Branch: perl
47706            ! pod/perlembed.pod
47707 ____________________________________________________________________________
47708 [  6283] By: jhi                                   on 2000/06/30  01:50:10
47709         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
47710              From: Barrie Slaymaker <barries@jester.slaysys.com>
47711              Date: Wed, 28 Jun 2000 11:35:29 -0400
47712              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
47713      Branch: perl
47714            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
47715            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47716            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47717            ! lib/File/Spec/Win32.pm
47718 ____________________________________________________________________________
47719 [  6282] By: jhi                                   on 2000/06/29  22:57:22
47720         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
47721              From: Dan Sugalski <dan@sidhe.org>
47722              Date: Tue, 06 Jun 2000 11:59:50 -0400
47723              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
47724      Branch: cfgperl
47725            ! vms/vms.c
47726 ____________________________________________________________________________
47727 [  6281] By: jhi                                   on 2000/06/29  22:52:50
47728         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
47729              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47730              Date: Wed, 7 Jun 2000 04:02:04 -0500
47731              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
47732      Branch: cfgperl
47733            ! utils/h2xs.PL
47734 ____________________________________________________________________________
47735 [  6280] By: jhi                                   on 2000/06/29  22:45:47
47736         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
47737              From: rspier@pobox.com (Robert Spier)
47738              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
47739              Message-ID: <14654.31913.845602.610277@rls.cx>
47740      Branch: cfgperl
47741            ! utils/h2xs.PL
47742 ____________________________________________________________________________
47743 [  6279] By: jhi                                   on 2000/06/29  22:38:16
47744         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
47745              From: Tim Ayers <tayers@bridge.com>
47746              Date: Thu, 08 Jun 2000 08:11:06 +0200
47747              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
47748              [resent by Richard Foley, Message-Id probably wrong]
47749      Branch: cfgperl
47750            ! pod/perlsub.pod
47751 ____________________________________________________________________________
47752 [  6278] By: jhi                                   on 2000/06/29  22:21:45
47753         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
47754              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
47755              Date: Fri, 09 Jun 2000 12:39:27 -0400
47756              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
47757              (plus update the version "number" of Text::Wrap)
47758      Branch: cfgperl
47759            ! lib/Text/Wrap.pm
47760 ____________________________________________________________________________
47761 [  6277] By: jhi                                   on 2000/06/29  22:13:10
47762         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
47763              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47764              Date: Mon, 12 Jun 2000 14:55:59 +0100
47765              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
47766      Branch: cfgperl
47767            ! pod/perlfunc.pod
47768 ____________________________________________________________________________
47769 [  6276] By: jhi                                   on 2000/06/29  22:11:06
47770         Log: Subject: [PATCH] Re: eval documentation: context
47771              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47772              Date: Mon, 12 Jun 2000 15:07:29 +0100
47773              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
47774      Branch: cfgperl
47775            ! pod/perlfunc.pod
47776 ____________________________________________________________________________
47777 [  6275] By: jhi                                   on 2000/06/29  21:59:46
47778         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
47779              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47780              Date: Tue, 13 Jun 2000 02:43:48 -0500
47781              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
47782      Branch: cfgperl
47783            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
47784 ____________________________________________________________________________
47785 [  6274] By: jhi                                   on 2000/06/29  21:56:14
47786         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
47787              From: Andy Dougherty <doughera@lafayette.edu>
47788              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
47789              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
47790      Branch: cfgperl
47791            ! ext/File/Glob/Glob.pm
47792 ____________________________________________________________________________
47793 [  6273] By: jhi                                   on 2000/06/29  21:49:09
47794         Log: Subject: [PATCH] xsub attributes
47795              From: Doug MacEachern <dougm@covalent.net>
47796              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
47797              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
47798      Branch: cfgperl
47799            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
47800            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
47801 ____________________________________________________________________________
47802 [  6272] By: jhi                                   on 2000/06/29  21:41:28
47803         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
47804              From: Tom Phoenix <rootbeer@redcat.com>
47805              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
47806              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
47807      Branch: cfgperl
47808            ! lib/Net/Ping.pm
47809 ____________________________________________________________________________
47810 [  6271] By: jhi                                   on 2000/06/29  21:36:55
47811         Log: Subject: PATCH pod/perltie.pod
47812              From: Ian Phillipps <Ian.Phillipps@iname.com>
47813              Date: Fri, 16 Jun 2000 00:17:19 +0100
47814              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
47815              (only the first hunk, the second hunk had already been done
47816              by some other patch)
47817      Branch: cfgperl
47818            ! pod/perltie.pod
47819 ____________________________________________________________________________
47820 [  6270] By: jhi                                   on 2000/06/29  21:24:51
47821         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
47822              From: Nicholas Clark <nick@talking.bollo.cx>
47823              Date: Fri, 23 Jun 2000 16:21:15 +0100
47824              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
47825      Branch: cfgperl
47826            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
47827            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
47828 ____________________________________________________________________________
47829 [  6269] By: jhi                                   on 2000/06/29  19:38:15
47830         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
47831              silence few compiler warnings.
47832      Branch: cfgperl
47833            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
47834 ____________________________________________________________________________
47835 [  6268] By: jhi                                   on 2000/06/29  18:21:50
47836         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
47837              From: Dominic Dunlop <domo@computer.org> 
47838              Date: Thu, 29 Jun 2000 12:32:39 +0200 
47839              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
47840      Branch: cfgperl
47841            ! t/op/sprintf.t
47842 ____________________________________________________________________________
47843 [  6267] By: jhi                                   on 2000/06/29  18:16:07
47844         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
47845              From: Doug MacEachern <dougm@covalent.net>
47846              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
47847              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
47848      Branch: cfgperl
47849            + t/op/method2entersub.t
47850            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
47851            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47852            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
47853            ! xsutils.c
47854 ____________________________________________________________________________
47855 [  6266] By: jhi                                   on 2000/06/29  15:11:15
47856         Log: Subject: [PATCH 5.6.0] cygwin port
47857              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
47858              From: "Fifer, Eric" <EFifer@sanwaint.com>
47859              Date: Thu, 29 Jun 2000 12:58:29 +0100
47860      Branch: cfgperl
47861            ! cygwin/Makefile.SHs
47862 ____________________________________________________________________________
47863 [  6265] By: jhi                                   on 2000/06/29  15:04:05
47864         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
47865              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47866              Date: Wed, 28 Jun 2000 17:50:12 -0700
47867              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
47868      Branch: cfgperl
47869            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47870 ____________________________________________________________________________
47871 [  6264] By: jhi                                   on 2000/06/29  15:00:57
47872         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
47873              From: Marty Lucich <marty@netcom.com>
47874              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
47875              Message-Id: <200006282116.OAA11148@netcom.com>
47876              ccdlflags update (the BSD/OS 4.1 part had already been taken
47877              care of by #6141).
47878      Branch: cfgperl
47879            ! hints/bsdos.sh
47880 ____________________________________________________________________________
47881 [  6263] By: jhi                                   on 2000/06/29  13:47:44
47882         Log: tr fixes from Simon Cozens
47883      Branch: cfgperl
47884            ! doop.c
47885 ____________________________________________________________________________
47886 [  6262] By: jhi                                   on 2000/06/28  18:46:01
47887         Log: Subject: 5.6.0 Patch for EPOC
47888              From: Olaf Flebbe <o.flebbe@gmx.de>
47889              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
47890              Message-ID: <23449.960929969@www11.gmx.net>
47891      Branch: cfgperl
47892            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
47893            ! epoc/epocish.h
47894 ____________________________________________________________________________
47895 [  6261] By: jhi                                   on 2000/06/28  18:29:07
47896         Log: Subject: Re: [PATCH cfgperl] BOMs away!
47897              From: simon@brecon.co.uk (Simon Cozens)
47898              Date: 17 Jun 2000 11:49:57 GMT
47899              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
47900      Branch: cfgperl
47901            ! pod/perldiag.pod t/comp/require.t toke.c
47902 ____________________________________________________________________________
47903 [  6260] By: jhi                                   on 2000/06/28  17:47:16
47904         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
47905              From: simon@brecon.co.uk (Simon Cozens) 
47906              Date: 17 Jun 2000 11:56:44 GMT 
47907              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
47908              pack U0, pack C0
47909      Branch: cfgperl
47910            ! pod/perlfunc.pod pp.c t/op/pack.t
47911 ____________________________________________________________________________
47912 [  6259] By: jhi                                   on 2000/06/28  16:43:17
47913         Log: perlnewmod was missing from MANIFEST.
47914      Branch: cfgperl
47915            ! MANIFEST
47916 ____________________________________________________________________________
47917 [  6258] By: jhi                                   on 2000/06/28  15:54:30
47918         Log: linenumber tweak
47919      Branch: cfgperl
47920            ! t/pragma/warn/regcomp
47921 ____________________________________________________________________________
47922 [  6257] By: jhi                                   on 2000/06/28  15:50:44
47923         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
47924              From: Doug MacEachern <dougm@covalent.net>
47925              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
47926              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
47927              (one part of the patch had been applied earlier)
47928      Branch: cfgperl
47929            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
47930 ____________________________________________________________________________
47931 [  6256] By: jhi                                   on 2000/06/28  15:40:22
47932         Log: tweaks from Simon Cozens to further fix tr/// under utf8
47933      Branch: cfgperl
47934            ! doop.c
47935 ____________________________________________________________________________
47936 [  6255] By: jhi                                   on 2000/06/28  15:33:45
47937         Log: small thinko tweaks
47938      Branch: cfgperl
47939            ! lib/IPC/Open3.pm t/op/my_stash.t
47940 ____________________________________________________________________________
47941 [  6254] By: jhi                                   on 2000/06/28  15:33:25
47942         Log: Subject: tr///, help wanted.
47943              From: simon@brecon.co.uk (Simon Cozens)
47944              Date: 28 Jun 2000 11:29:04 GMT
47945              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
47946      Branch: cfgperl
47947            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47948            ! pp_proto.h proto.h t/op/tr.t
47949 ____________________________________________________________________________
47950 [  6253] By: jhi                                   on 2000/06/28  15:09:17
47951         Log: Paranoia tweak on #6249.
47952              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47953              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47954              Date: Sun, 25 Jun 2000 23:43:12 -0400
47955              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
47956      Branch: cfgperl
47957            ! lib/IPC/Open3.pm
47958 ____________________________________________________________________________
47959 [  6252] By: jhi                                   on 2000/06/28  15:01:38
47960         Log: Document #6249 and #6251.
47961      Branch: cfgperl
47962            ! lib/Exporter.pm lib/IPC/Open3.pm
47963 ____________________________________________________________________________
47964 [  6251] By: jhi                                   on 2000/06/28  14:50:43
47965         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
47966              From: Doug MacEachern <dougm@covalent.net>
47967              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
47968              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
47969      Branch: cfgperl
47970            ! lib/Exporter.pm
47971 ____________________________________________________________________________
47972 [  6250] By: jhi                                   on 2000/06/28  14:45:23
47973         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
47974              From: Doug MacEachern <dougm@covalent.net>
47975              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
47976              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
47977      Branch: cfgperl
47978            + t/op/my_stash.t
47979            ! MANIFEST embed.pl global.sym proto.h toke.c
47980 ____________________________________________________________________________
47981 [  6249] By: jhi                                   on 2000/06/28  14:36:34
47982         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
47983              From: Frank Tobin <ftobin@uiuc.edu>
47984              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
47985              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
47986      Branch: cfgperl
47987            ! lib/IPC/Open3.pm
47988 ____________________________________________________________________________
47989 [  6248] By: jhi                                   on 2000/06/28  14:11:25
47990         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
47991              From: Mark-Jason Dominus <mjd@plover.com>
47992              Date: Tue, 27 Jun 2000 22:36:42 -0400
47993              Message-ID: <20000628023642.12166.qmail@plover.com>
47994      Branch: cfgperl
47995            ! pod/perlfunc.pod
47996 ____________________________________________________________________________
47997 [  6247] By: jhi                                   on 2000/06/27  12:46:37
47998         Log: Tweak $VERSION, patch from Doug MacEachern.
47999      Branch: cfgperl
48000            ! lib/File/Spec.pm
48001 ____________________________________________________________________________
48002 [  6246] By: jhi                                   on 2000/06/27  03:34:46
48003         Log: Allow for standalone testing.
48004      Branch: cfgperl
48005            ! t/lib/filefunc.t t/lib/filespec.t
48006 ____________________________________________________________________________
48007 [  6245] By: jhi                                   on 2000/06/27  02:50:02
48008         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48009              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48010              Date: Sat, 24 Jun 2000 13:06:20 +0100
48011              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48012      Branch: cfgperl
48013            ! ext/DynaLoader/DynaLoader_pm.PL
48014 ____________________________________________________________________________
48015 [  6244] By: jhi                                   on 2000/06/27  02:46:10
48016         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
48017              From: Doug MacEachern <dougm@covalent.net>
48018              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48019              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48020      Branch: cfgperl
48021            ! gv.c sv.c t/lib/peek.t
48022 ____________________________________________________________________________
48023 [  6243] By: jhi                                   on 2000/06/27  02:38:07
48024         Log: Subject: [PATCH] is_utf8_string
48025              From: simon@brecon.co.uk (Simon Cozens)
48026              Date: 26 Jun 2000 02:25:59 GMT
48027              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48028      Branch: cfgperl
48029            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
48030            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
48031            ! proto.h utf8.c
48032 ____________________________________________________________________________
48033 [  6242] By: jhi                                   on 2000/06/27  02:24:00
48034         Log: Subject: [PATCH] bytes<->utf8 fixes
48035              From: simon@brecon.co.uk (Simon Cozens)
48036              Date: 26 Jun 2000 04:55:45 GMT
48037              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48038      Branch: cfgperl
48039            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
48040 ____________________________________________________________________________
48041 [  6241] By: jhi                                   on 2000/06/27  02:12:42
48042         Log: Do no -warn on \_, only on \alpha.
48043              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
48044              From: David Dyck <dcd@tc.fluke.com>
48045              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
48046              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
48047      Branch: cfgperl
48048            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
48049 ____________________________________________________________________________
48050 [  6240] By: jhi                                   on 2000/06/27  02:00:01
48051         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48052              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48053              Date: Mon, 26 Jun 2000 18:40:14 +0100
48054              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48055      Branch: cfgperl
48056            ! utils/h2xs.PL
48057 ____________________________________________________________________________
48058 [  6239] By: jhi                                   on 2000/06/27  01:53:40
48059         Log: Configure maintenance.  Sever some dependency cycles,
48060              separate gccversion from the cc unit,
48061              address [ID 20000623.006] Configure script patch for using gcc on AIX
48062              (but solve it a little bit differently),
48063              unduplex some accidentally duplicated units,
48064              suggest using gcc if no cc available
48065              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48066      Branch: cfgperl
48067            ! Configure Todo-5.6 config_h.SH
48068      Branch: metaconfig
48069            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
48070            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
48071      Branch: metaconfig/U/perl
48072            + gccvers.U
48073            ! d_getespwnam.U d_getprpwnam.U i_prot.U
48074 ____________________________________________________________________________
48075 [  6238] By: jhi                                   on 2000/06/25  18:04:56
48076         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48077              From: Dan Sugalski <dan@sidhe.org>
48078              Date: Fri, 23 Jun 2000 17:00:00 -0400
48079              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48080      Branch: cfgperl
48081            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
48082 ____________________________________________________________________________
48083 [  6237] By: jhi                                   on 2000/06/25  16:36:45
48084         Log: Tweak embed.pl, regen headers.
48085      Branch: cfgperl
48086            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
48087            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
48088            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
48089            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
48090            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
48091 ____________________________________________________________________________
48092 [  6236] By: jhi                                   on 2000/06/25  15:26:42
48093         Log: Regen headers.
48094      Branch: cfgperl
48095            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
48096            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
48097            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
48098            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
48099            ! regnodes.h warnings.h
48100 ____________________________________________________________________________
48101 [  6235] By: jhi                                   on 2000/06/23  19:39:35
48102         Log: The thread begun by
48103              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48104              From: Kevin.Ruscoe@ubsw.com
48105              Date: Fri, 16 Jun 2000 16:38:51 +0100
48106              Message-Id: <H000019b03c300d6@MHS>
48107      Branch: cfgperl
48108            ! hints/solaris_2.sh
48109 ____________________________________________________________________________
48110 [  6234] By: jhi                                   on 2000/06/23  19:23:36
48111         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48112              because when run as services (Win32ese for daemons)
48113              no environment variables are set and tmpdir ends up as /tmp,
48114              which is ambiguous.
48115              
48116              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48117              From: matt@sergeant.org
48118              Date: 16 Jun 2000 16:30:43 -0000
48119              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48120      Branch: cfgperl
48121            ! lib/File/Spec/Win32.pm
48122 ____________________________________________________________________________
48123 [  6233] By: jhi                                   on 2000/06/23  19:18:58
48124         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48125              From: Mark-Jason Dominus <mjd@plover.com>
48126              Date: Fri, 16 Jun 2000 20:53:04 -0400
48127              Message-ID: <20000617005304.8008.qmail@plover.com>
48128      Branch: cfgperl
48129            ! op.h
48130 ____________________________________________________________________________
48131 [  6232] By: jhi                                   on 2000/06/23  16:10:02
48132         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48133              From: simon@brecon.co.uk (Simon Cozens)
48134              Date: 19 Jun 2000 15:18:27 GMT
48135              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48136              
48137              plus update pod/Makefile and regenerate perltoc
48138      Branch: cfgperl
48139            + pod/perlutil.pod
48140            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
48141 ____________________________________________________________________________
48142 [  6231] By: jhi                                   on 2000/06/23  15:19:18
48143         Log: Subject: [PATCH 5.6.0] cygwin port
48144              From: "Fifer, Eric" <EFifer@sanwaint.com>
48145              Date: Tue, 20 Jun 2000 14:30:58 +0100
48146              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48147      Branch: cfgperl
48148            ! README.cygwin lib/File/Find.pm
48149 ____________________________________________________________________________
48150 [  6230] By: jhi                                   on 2000/06/23  14:25:21
48151         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
48152      Branch: cfgperl
48153            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48154            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48155            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48156            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
48157 ____________________________________________________________________________
48158 [  6229] By: jhi                                   on 2000/06/23  14:13:34
48159         Log: Subject: README.hpux version 0.6.1
48160              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48161              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48162              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48163      Branch: cfgperl
48164            ! README.hpux
48165 ____________________________________________________________________________
48166 [  6228] By: jhi                                   on 2000/06/23  14:07:20
48167         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
48168              From: Doug MacEachern <dougm@covalent.net>
48169              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
48170              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
48171      Branch: cfgperl
48172            ! op.c
48173 ____________________________________________________________________________
48174 [  6227] By: jhi                                   on 2000/06/23  14:01:06
48175         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
48176              From: Doug MacEachern <dougm@covalent.net>
48177              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
48178              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
48179      Branch: cfgperl
48180            + lib/lib.pm.PL
48181            - lib/lib.pm
48182            ! MANIFEST Makefile.SH
48183 ____________________________________________________________________________
48184 [  6226] By: jhi                                   on 2000/06/23  13:53:07
48185         Log: Subject: [PATCH] remove forward declarations in Socket.pm
48186              From: Doug MacEachern <dougm@covalent.net>
48187              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
48188              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
48189              
48190              From: Doug MacEachern <dougm@covalent.net>
48191              Subject: Re: [PATCH] remove forward declarations in Socket.pm
48192              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
48193              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
48194      Branch: cfgperl
48195            ! ext/Socket/Socket.pm op.c
48196 ____________________________________________________________________________
48197 [  6225] By: jhi                                   on 2000/06/23  13:41:52
48198         Log: Add source code filenames to apidoc.
48199              From: simon@brecon.co.uk (Simon Cozens)
48200              Subject: [PATCH embed.pl] Source X-ref
48201              Date: 22 Jun 2000 02:18:49 GMT
48202              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48203      Branch: cfgperl
48204            ! embed.pl
48205 ____________________________________________________________________________
48206 [  6224] By: jhi                                   on 2000/06/23  13:32:33
48207         Log: A way to avoid English.pm performance hit.
48208              From: root <root@jester.slaysys.com>
48209              Subject: [YAPATCH English.pm] My turn to putt again
48210              Date: Thu, 22 Jun 2000 20:33:58 -0400
48211              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
48212      Branch: cfgperl
48213            ! lib/English.pm t/lib/english.t
48214 ____________________________________________________________________________
48215 [  6223] By: jhi                                   on 2000/06/23  13:27:06
48216         Log: Avoid double close().
48217              Subject: [PATCH] avoid double close()
48218              From: Doug MacEachern <dougm@covalent.net>
48219              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
48220              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
48221      Branch: cfgperl
48222            ! doio.c
48223 ____________________________________________________________________________
48224 [  6222] By: jhi                                   on 2000/06/23  13:25:54
48225         Log: doc typo fix
48226              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
48227              From: Ian Phillipps <Ian.Phillipps@iname.com>
48228              Date: Fri, 23 Jun 2000 10:40:58 +0100
48229              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
48230      Branch: cfgperl
48231            ! lib/Pod/Usage.pm
48232 ____________________________________________________________________________
48233 [  6221] By: jhi                                   on 2000/06/23  13:24:15
48234         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
48235              From: simon@brecon.co.uk (Simon Cozens)
48236              Subject: [PATCH] Eliminate tr///[CU][CU]
48237              Date: 23 Jun 2000 11:05:40 GMT
48238              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
48239      Branch: cfgperl
48240            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
48241 ____________________________________________________________________________
48242 [  6220] By: jhi                                   on 2000/06/22  16:07:51
48243         Log: Win32 patches from Benjamin Stuhl.
48244      Branch: cfgperl
48245            ! makedef.pl win32/win32.h
48246 ____________________________________________________________________________
48247 [  6219] By: jhi                                   on 2000/06/22  16:06:34
48248         Log: Bytecode patches from Benjamin Stuhl.
48249      Branch: cfgperl
48250            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48251            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48252            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48253 ____________________________________________________________________________
48254 [  6218] By: jhi                                   on 2000/06/15  23:54:16
48255         Log: Bytecode patches from Benjamin Stuhl.
48256      Branch: cfgperl
48257            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48258 ____________________________________________________________________________
48259 [  6217] By: jhi                                   on 2000/06/09  13:38:29
48260         Log: Rename the fdpid locking and integrate with Sarathy.
48261      Branch: cfgperl
48262            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
48263            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
48264            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
48265            ! win32/win32.c
48266           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
48267 ____________________________________________________________________________
48268 [  6216] By: gsar                                  on 2000/06/08  14:54:21
48269         Log: be more optimal about clearing @_
48270      Branch: perl
48271            ! cop.h
48272 ____________________________________________________________________________
48273 [  6215] By: gsar                                  on 2000/06/08  14:33:04
48274         Log: tweak comment about @DB::args
48275      Branch: perl
48276            ! av.h pp_ctl.c
48277 ____________________________________________________________________________
48278 [  6214] By: gsar                                  on 2000/06/08  13:57:54
48279         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
48280              caller() wants to populate @DB::args with it (causes a coredump
48281              in Carp::confess())
48282      Branch: perl
48283            ! cop.h t/op/runlevel.t
48284 ____________________________________________________________________________
48285 [  6213] By: gsar                                  on 2000/06/08  07:06:35
48286         Log: back out change#6106 (seems problematic)
48287      Branch: perl
48288            ! hints/solaris_2.sh
48289 ____________________________________________________________________________
48290 [  6212] By: jhi                                   on 2000/06/07  03:10:36
48291         Log: Continuing mopup for #6204.
48292      Branch: cfgperl
48293            ! ext/B/defsubs_h.PL
48294 ____________________________________________________________________________
48295 [  6211] By: jhi                                   on 2000/06/07  02:41:50
48296         Log: Mopup for #6204.
48297              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
48298              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
48299              This is comes from const() where POK isn't on when expected.
48300      Branch: cfgperl
48301            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
48302            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48303            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
48304            ! perlapi.h pod/perlapi.pod
48305 ____________________________________________________________________________
48306 [  6210] By: jhi                                   on 2000/06/07  01:56:29
48307         Log: Mopup for #6207 and #6209.
48308      Branch: cfgperl
48309            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
48310 ____________________________________________________________________________
48311 [  6209] By: jhi                                   on 2000/06/07  01:33:12
48312         Log: Lock PL_fdpid against race conditions, based on:
48313              Subject: [PATCH 5.6.0]subprocess fixup for threads
48314              From: Dan Sugalski <dan@sidhe.org>
48315              To: perl5-porters@perl.org
48316              Date: Tue, 11 Apr 2000 17:02:32 -0400
48317              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
48318      Branch: cfgperl
48319            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
48320            ! win32/win32.c
48321 ____________________________________________________________________________
48322 [  6208] By: jhi                                   on 2000/06/07  01:05:23
48323         Log: Regen headers for #6207.
48324      Branch: cfgperl
48325            ! embed.h global.sym objXSUB.h proto.h
48326 ____________________________________________________________________________
48327 [  6207] By: jhi                                   on 2000/06/06  23:43:13
48328         Log: Subject: [PATCH 5.6.0] Threadsafe patches
48329              From: Dan Sugalski <dan@sidhe.org>
48330              To: perl5-porters@perl.org
48331              Date: Mon, 08 May 2000 18:08:13 -0400
48332              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
48333      Branch: cfgperl
48334            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
48335            ! proto.h sv.h util.c
48336 ____________________________________________________________________________
48337 [  6206] By: jhi                                   on 2000/06/06  23:21:23
48338         Log: Subject: [PATCH] Eliminate $a/$b in pod
48339              From: David Glasser <me@davidglasser.net>
48340              To: perl5-porters@perl.org
48341              Date: Mon, 29 May 2000 21:15:59 -0400
48342              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
48343      Branch: cfgperl
48344            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
48345            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
48346            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
48347            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
48348            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
48349            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
48350            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
48351            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
48352            ! pod/perlvar.pod pod/perlxs.pod
48353 ____________________________________________________________________________
48354 [  6205] By: jhi                                   on 2000/06/06  23:12:14
48355         Log: Subject: [PATCH] Win32 improvements
48356              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48357              To: gsar@activestate.com, perl5-porters@perl.org
48358              Date: Mon, 29 May 2000 17:22:24 PDT
48359              Message-ID: <20000530002224.91142.qmail@hotmail.com>
48360              (MUA had mangled many lines by wordwrapping)
48361      Branch: cfgperl
48362            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
48363 ____________________________________________________________________________
48364 [  6204] By: jhi                                   on 2000/06/06  23:01:50
48365         Log: Subject: [PATCH] B::Bytecode patches
48366              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48367              To: gsar@activestate.com, jhi@iki.fi
48368              Cc: perl5-porters@perl.org
48369              Message-ID: <20000602202526.48694.qmail@hotmail.com>
48370              (MUA had mangled many lines by wordwrapping)
48371      Branch: cfgperl
48372            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
48373            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
48374            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48375            ! intrpvar.h perl.c
48376 ____________________________________________________________________________
48377 [  6203] By: jhi                                   on 2000/06/06  22:32:43
48378         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
48379              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48380              Date: Tue, 06 Jun 2000 13:07:45 -0700
48381              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
48382      Branch: cfgperl
48383            ! pod/perldiag.pod
48384 ____________________________________________________________________________
48385 [  6202] By: jhi                                   on 2000/06/06  19:38:35
48386         Log: Integrate with Sarathy.
48387      Branch: cfgperl
48388           !> perl.c
48389 ____________________________________________________________________________
48390 [  6201] By: gsar                                  on 2000/06/06  00:42:59
48391         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
48392              does a PUSHMARK that's never ever POPMARKed; in general, only
48393              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
48394              Perl_eval_[sp]v() don't because they don't take any incoming
48395              arguments (this leak has been around since the original version
48396              of perl_eval_pv() in 5.003_97e)
48397      Branch: perl
48398            ! perl.c
48399 ____________________________________________________________________________
48400 [  6200] By: jhi                                   on 2000/06/04  03:44:52
48401         Log: Update to cperl-mode.el 4.31 from
48402              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
48403              Subject: A couple of notes
48404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48405              To: Mailing list Perl5 <perl5-porters@perl.org>
48406              Date: Sat, 3 Jun 2000 23:33:32 -0400
48407              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
48408      Branch: cfgperl
48409            ! emacs/cperl-mode.el
48410 ____________________________________________________________________________
48411 [  6199] By: jhi                                   on 2000/06/03  15:11:05
48412         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
48413              From: Dan Sugalski <dan@sidhe.org>
48414              To: perl5-porters@perl.org, vmsperl@perl.org
48415              Date: Fri, 02 Jun 2000 17:30:51 -0400
48416              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
48417      Branch: cfgperl
48418            ! vms/descrip_mms.template vms/gen_shrfls.pl
48419 ____________________________________________________________________________
48420 [  6198] By: jhi                                   on 2000/06/03  14:59:15
48421         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
48422              From: Dan Sugalski <dan@sidhe.org>
48423              To: vmsperl@perl.org, perl5-porters@perl.org
48424              Date: Fri, 02 Jun 2000 16:00:41 -0400
48425              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
48426              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
48427      Branch: cfgperl
48428            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
48429            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
48430            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
48431 ____________________________________________________________________________
48432 [  6197] By: jhi                                   on 2000/06/03  14:41:30
48433         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
48434              From: John Borwick <jhborwic@unity.ncsu.edu>
48435              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
48436              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
48437      Branch: cfgperl
48438            ! pod/perlsyn.pod
48439 ____________________________________________________________________________
48440 [  6196] By: jhi                                   on 2000/06/03  14:38:09
48441         Log: Integrate with Sarathy.
48442      Branch: cfgperl
48443           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48444           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48445           !> vms/perly_c.vms
48446 ____________________________________________________________________________
48447 [  6195] By: gsar                                  on 2000/06/02  22:43:13
48448         Log: fix yet another eval"" leak under USE_ITHREADS
48449      Branch: perl
48450            ! op.c
48451 ____________________________________________________________________________
48452 [  6194] By: gsar                                  on 2000/06/02  18:22:06
48453         Log: fix small eval"" memory leaks under USE_ITHREADS
48454      Branch: perl
48455            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48456            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48457            ! vms/perly_c.vms
48458 ____________________________________________________________________________
48459 [  6193] By: jhi                                   on 2000/06/01  13:03:56
48460         Log: Signals-be-gone for microperl.
48461      Branch: cfgperl
48462            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
48463 ____________________________________________________________________________
48464 [  6192] By: jhi                                   on 2000/06/01  12:52:02
48465         Log: Integrate with Sarathy.
48466      Branch: cfgperl
48467           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
48468           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
48469           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
48470           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48471           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
48472           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
48473           !> t/op/vec.t utils/h2xs.PL
48474 ____________________________________________________________________________
48475 [  6191] By: gsar                                  on 2000/06/01  09:38:21
48476         Log: vec() loses numericalness (modified version of patch suggested
48477              by Robin Barker)
48478      Branch: perl
48479            ! doop.c t/op/vec.t
48480 ____________________________________________________________________________
48481 [  6190] By: gsar                                  on 2000/06/01  09:26:15
48482         Log: submit missing embed.pl change
48483      Branch: perl
48484            ! embed.pl
48485 ____________________________________________________________________________
48486 [  6189] By: gsar                                  on 2000/06/01  09:05:34
48487         Log: counting tr/// corrupts later operation (from M.J.T Guy)
48488      Branch: perl
48489            ! doop.c t/op/tr.t
48490 ____________________________________________________________________________
48491 [  6188] By: gsar                                  on 2000/06/01  08:58:39
48492         Log: h2xs tweaks
48493      Branch: perl
48494            ! utils/h2xs.PL
48495 ____________________________________________________________________________
48496 [  6187] By: gsar                                  on 2000/06/01  08:50:07
48497         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
48498              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48499      Branch: perl
48500            + lib/Pod/LaTeX.pm
48501            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
48502            ! pod/pod2latex.PL
48503 ____________________________________________________________________________
48504 [  6186] By: gsar                                  on 2000/06/01  08:24:40
48505         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
48506              <wolfgang.laun@alcatel.at>)
48507      Branch: perl
48508            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48509            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
48510 ____________________________________________________________________________
48511 [  6185] By: gsar                                  on 2000/06/01  08:12:00
48512         Log: remove incorrect documentation about implicit split to @_ in
48513              list context, which never really worked in perl 5 (from
48514              M.J.T. Guy)
48515      Branch: perl
48516            ! pod/perlfunc.pod pod/perltrap.pod
48517 ____________________________________________________________________________
48518 [  6184] By: gsar                                  on 2000/06/01  07:52:27
48519         Log: tweak for change#6127
48520      Branch: perl
48521            ! perl.c
48522 ____________________________________________________________________________
48523 [  6183] By: gsar                                  on 2000/06/01  07:41:02
48524         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
48525              <nick@ccl4.org>)
48526      Branch: perl
48527            + t/lib/selfloader.t
48528            ! MANIFEST lib/SelfLoader.pm
48529 ____________________________________________________________________________
48530 [  6182] By: jhi                                   on 2000/06/01  00:34:42
48531         Log: Be Cleaner Part Deux.
48532      Branch: cfgperl
48533            ! Makefile.SH
48534 ____________________________________________________________________________
48535 [  6181] By: jhi                                   on 2000/06/01  00:32:09
48536         Log: Integrate with Sarathy.
48537      Branch: cfgperl
48538           !> pp.c t/op/arith.t
48539 ____________________________________________________________________________
48540 [  6180] By: jhi                                   on 2000/06/01  00:31:13
48541         Log: microperl nits from Simon Cozens.
48542      Branch: cfgperl
48543            + uconfig.h
48544            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
48545            ! unixish.h
48546 ____________________________________________________________________________
48547 [  6179] By: gsar                                  on 2000/05/31  22:37:51
48548         Log: buggy modulus on UVs introduced by change#3378 (resulted in
48549              4063328477 % 65535 amounting to 27406, instead of 27407)
48550      Branch: perl
48551            ! pp.c t/op/arith.t
48552 ____________________________________________________________________________
48553 [  6178] By: jhi                                   on 2000/05/31  21:52:41
48554         Log: Be cleaner.
48555      Branch: cfgperl
48556            ! Makefile.SH
48557 ____________________________________________________________________________
48558 [  6177] By: jhi                                   on 2000/05/31  21:47:33
48559         Log: Substitution utf8 patch from Simon Cozens.
48560      Branch: cfgperl
48561            ! pp_hot.c
48562 ____________________________________________________________________________
48563 [  6176] By: jhi                                   on 2000/05/31  21:45:34
48564         Log: Single-quoted utf8 patch from Simon Cozens.
48565      Branch: cfgperl
48566            ! toke.c
48567 ____________________________________________________________________________
48568 [  6175] By: jhi                                   on 2000/05/31  21:40:18
48569         Log: Integrate with Sarathy.
48570      Branch: cfgperl
48571           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
48572 ____________________________________________________________________________
48573 [  6174] By: jhi                                   on 2000/05/31  21:37:31
48574         Log: microperl changes from Simon Cozens; Makefile for microperl
48575              written from scratch; few casts added as microperl compilation
48576              doesn't have all prototypes available.
48577      Branch: cfgperl
48578            + Makefile.micro README.micro Todo.micro uconfig.sh
48579            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
48580            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
48581      Branch: metaconfig
48582            + U/modified/Config_h.U
48583 ____________________________________________________________________________
48584 [  6173] By: jhi                                   on 2000/05/31  20:00:24
48585         Log: metaconfig maintenance.
48586      Branch: metaconfig
48587            + U/modified/Inhdr.U U/typedefs/inotype.U
48588      Branch: metaconfig/U/perl
48589            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
48590            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
48591 ____________________________________________________________________________
48592 [  6172] By: gsar                                  on 2000/05/31  05:05:42
48593         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
48594              (from Ilya Zakharevich)
48595      Branch: perl
48596            ! regexec.c t/op/re_tests
48597 ____________________________________________________________________________
48598 [  6171] By: gsar                                  on 2000/05/31  05:01:47
48599         Log: scalar() doesn't force scalar context when used in void context
48600              (from Simon Cozens)
48601      Branch: perl
48602            ! op.c t/op/wantarray.t
48603 ____________________________________________________________________________
48604 [  6170] By: gsar                                  on 2000/05/31  04:41:33
48605         Log: change#6142 needs tweaks to tests to work where there's no symlink()
48606              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48607      Branch: perl
48608            ! t/lib/filefind.t
48609 ____________________________________________________________________________
48610 [  6169] By: gsar                                  on 2000/05/31  04:29:49
48611         Log: integrate cfgperl contents into mainline
48612      Branch: perl
48613           +> pod/perlmodlib.PL pod/perlnewmod.pod
48614           !> (integrate 42 files)
48615 ____________________________________________________________________________
48616 [  6168] By: jhi                                   on 2000/05/30  22:53:37
48617         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
48618      Branch: cfgperl
48619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48620            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
48621            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
48622            ! win32/config.bc win32/config.gc win32/config.vc
48623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48624            ! win32/config_h.PL win32/config_sh.PL
48625      Branch: metaconfig/U/perl
48626            ! perlxv.U
48627 ____________________________________________________________________________
48628 [  6167] By: jhi                                   on 2000/05/30  22:20:21
48629         Log: tweak todo 
48630      Branch: cfgperl
48631            ! Todo-5.6
48632 ____________________________________________________________________________
48633 [  6166] By: jhi                                   on 2000/05/30  22:11:51
48634         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
48635              in case somebody wants to write an extension for more
48636              shadow database interfaces.
48637      Branch: cfgperl
48638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48639            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
48640            ! vos/config.def vos/config.h vos/config_h.SH_orig
48641            ! win32/config.bc win32/config.gc win32/config.vc
48642            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48643      Branch: metaconfig
48644            ! U/modified/Myinit.U
48645      Branch: metaconfig/U/perl
48646            + d_getespwnam.U d_getprpwnam.U i_prot.U
48647 ____________________________________________________________________________
48648 [  6165] By: jhi                                   on 2000/05/30  18:35:34
48649         Log: Integrate with Sarathy.
48650      Branch: cfgperl
48651           !> op.c
48652 ____________________________________________________________________________
48653 [  6164] By: jhi                                   on 2000/05/30  18:30:16
48654         Log: detypo
48655      Branch: cfgperl
48656            ! Configure config_h.SH
48657      Branch: metaconfig/U/perl
48658            ! perlxv.U
48659 ____________________________________________________________________________
48660 [  6163] By: gsar                                  on 2000/05/30  03:24:03
48661         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
48662      Branch: perl
48663            ! op.c
48664 ____________________________________________________________________________
48665 [  6162] By: gsar                                  on 2000/05/30  03:09:38
48666         Log: fix memory leak in method call optimization (change#3768);
48667              made C<eval "$x->foo()"> leak
48668      Branch: perl
48669            ! op.c
48670 ____________________________________________________________________________
48671 [  6161] By: jhi                                   on 2000/05/29  17:56:26
48672         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
48673              both from Simon Cozens.
48674      Branch: cfgperl
48675            + pod/perlmodlib.PL pod/perlnewmod.pod
48676            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
48677            ! pod/perlmodlib.pod pod/perltoc.pod
48678 ____________________________________________________________________________
48679 [  6160] By: jhi                                   on 2000/05/29  17:23:55
48680         Log: Changes for the File::Temp 0.08 (change #6159) test suite
48681              to fit better into the Perl distribution test framework.
48682      Branch: cfgperl
48683            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
48684            ! t/lib/ftmp-tempfile.t
48685 ____________________________________________________________________________
48686 [  6159] By: jhi                                   on 2000/05/29  16:55:36
48687         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
48688      Branch: cfgperl
48689            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48690            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48691 ____________________________________________________________________________
48692 [  6158] By: bailey                                on 2000/05/29  16:22:08
48693         Log: Add fallback to tmpfile for use in cases where user's relying on
48694              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
48695              Lane's patch)
48696      Branch: vmsperl
48697            ! vms/vms.c vms/vmsish.h
48698 ____________________________________________________________________________
48699 [  6157] By: jhi                                   on 2000/05/29  03:10:36
48700         Log: Regen Configure to jive with #6149.
48701      Branch: cfgperl
48702            ! Configure
48703      Branch: metaconfig
48704            ! U/modified/Getfile.U
48705 ____________________________________________________________________________
48706 [  6156] By: jhi                                   on 2000/05/29  03:01:38
48707         Log: Integrate with Sarathy.
48708      Branch: cfgperl
48709           +> ext/DynaLoader/dl_mac.xs
48710           !> (integrate 38 files)
48711 ____________________________________________________________________________
48712 [  6155] By: gsar                                  on 2000/05/28  21:15:58
48713         Log: small bug in change#6144; remove random \xA0 character that snuck
48714              in via change#6145
48715      Branch: perl
48716            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
48717 ____________________________________________________________________________
48718 [  6154] By: gsar                                  on 2000/05/28  21:04:19
48719         Log: avoid type mismatch warning
48720      Branch: perl
48721            ! perl.c
48722 ____________________________________________________________________________
48723 [  6153] By: gsar                                  on 2000/05/28  20:58:31
48724         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
48725              <nick@Bagpuss.uk.boo.com>)
48726      Branch: perl
48727            ! lib/Test/Harness.pm
48728 ____________________________________________________________________________
48729 [  6152] By: gsar                                  on 2000/05/28  20:53:42
48730         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
48731      Branch: perl
48732            ! regexec.c
48733 ____________________________________________________________________________
48734 [  6151] By: gsar                                  on 2000/05/28  20:50:28
48735         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
48736      Branch: perl
48737            ! regexec.c
48738 ____________________________________________________________________________
48739 [  6150] By: gsar                                  on 2000/05/28  20:39:58
48740         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
48741      Branch: perl
48742            ! pod/perlrequick.pod
48743 ____________________________________________________________________________
48744 [  6149] By: gsar                                  on 2000/05/28  20:35:16
48745         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
48746              <troc@netrus.net>)
48747      Branch: perl
48748            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
48749            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
48750            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
48751            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
48752 ____________________________________________________________________________
48753 [  6148] By: gsar                                  on 2000/05/28  20:21:07
48754         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
48755      Branch: perl
48756            ! lib/ExtUtils/MM_Unix.pm
48757 ____________________________________________________________________________
48758 [  6147] By: gsar                                  on 2000/05/28  20:12:41
48759         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
48760              (from Peter Prymmer)
48761      Branch: perl
48762            ! vms/subconfigure.com
48763 ____________________________________________________________________________
48764 [  6146] By: gsar                                  on 2000/05/28  20:06:15
48765         Log: doc typo
48766      Branch: perl
48767            ! lib/warnings.pm warnings.h warnings.pl
48768 ____________________________________________________________________________
48769 [  6145] By: gsar                                  on 2000/05/28  18:44:33
48770         Log: make xsubpp skip embedded pod (from Matthias Neeracher
48771              <neeri@iis.ee.ethz.ch>)
48772      Branch: perl
48773            ! lib/ExtUtils/xsubpp
48774 ____________________________________________________________________________
48775 [  6144] By: gsar                                  on 2000/05/28  18:42:49
48776         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
48777              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
48778              <neeri@iis.ee.ethz.ch>)
48779      Branch: perl
48780            ! lib/AutoSplit.pm
48781 ____________________________________________________________________________
48782 [  6143] By: gsar                                  on 2000/05/28  18:41:12
48783         Log: MacOS support, part 1 (from Matthias Neeracher
48784              <neeri@iis.ee.ethz.ch>)
48785      Branch: perl
48786            + ext/DynaLoader/dl_mac.xs
48787            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
48788            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
48789            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
48790            ! util.h
48791 ____________________________________________________________________________
48792 [  6142] By: gsar                                  on 2000/05/28  18:21:51
48793         Log: File::Find fails to chdir when chasing symlinks (from
48794              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48795      Branch: perl
48796            ! lib/File/Find.pm t/lib/filefind.t
48797 ____________________________________________________________________________
48798 [  6141] By: jhi                                   on 2000/05/28  14:25:15
48799         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
48800              forwarded by Peter Seebach from the bsdi-users mailing list.
48801              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
48802      Branch: perl
48803            ! hints/bsdos.sh
48804 ____________________________________________________________________________
48805 [  6140] By: jhi                                   on 2000/05/28  14:11:57
48806         Log: Integrate with Sarathy.
48807      Branch: cfgperl
48808           +> (branch 30 files)
48809           !> (integrate 93 files)
48810 ____________________________________________________________________________
48811 [  6139] By: gsar                                  on 2000/05/28  10:01:48
48812         Log: revise mktables.PL for bugs and newness in Unicode 3.0
48813              (from James Bence <jbence@amgen.com>)
48814      Branch: perl
48815            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
48816            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
48817            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
48818            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
48819            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
48820            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
48821            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
48822            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
48823            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
48824            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
48825            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
48826            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
48827            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
48828            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
48829            + lib/unicode/Is/SylWU.pl
48830            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
48831            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48832            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48833            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48834            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48835            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48836            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48837            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48838            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48839            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48840            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48841            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48842            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48843            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48844            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48845            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
48846            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
48847            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
48848            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
48849            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
48850            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
48851            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
48852            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
48853            ! lib/unicode/Makefile lib/unicode/mktables.PL
48854 ____________________________________________________________________________
48855 [  6138] By: gsar                                  on 2000/05/28  08:50:32
48856         Log: add note about the handling of negative indices to tied arrays
48857              (from Michael G Schwern <schwern@pobox.com>)
48858      Branch: perl
48859            ! pod/perltie.pod
48860 ____________________________________________________________________________
48861 [  6137] By: gsar                                  on 2000/05/28  08:46:10
48862         Log: fix bogus redeclaration warning for "our" variables in different
48863              scopes
48864      Branch: perl
48865            ! op.c t/pragma/strict-vars
48866 ____________________________________________________________________________
48867 [  6136] By: gsar                                  on 2000/05/28  08:31:20
48868         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
48869      Branch: perl
48870            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
48871 ____________________________________________________________________________
48872 [  6135] By: gsar                                  on 2000/05/28  08:17:50
48873         Log: enable Test::Harness to dynamically determine column width etc.
48874              (from Rob Napier <rnapier@employees.org>)
48875      Branch: perl
48876            ! lib/Test/Harness.pm
48877 ____________________________________________________________________________
48878 [  6134] By: gsar                                  on 2000/05/28  08:13:39
48879         Log: make Test::Harness use wait.h/WCOREDUMP if available
48880              (from Ben Tilly <ben_tilly@hotmail.com>)
48881      Branch: perl
48882            ! lib/Test/Harness.pm
48883 ____________________________________________________________________________
48884 [  6133] By: gsar                                  on 2000/05/28  08:08:05
48885         Log: elide bogus test in change#6132
48886      Branch: perl
48887            ! t/pragma/warn/9enabled
48888 ____________________________________________________________________________
48889 [  6132] By: gsar                                  on 2000/05/28  08:03:14
48890         Log: warnings::enabled() doesn't fall back to looking at $^W if
48891              caller isn't using lexical warnings (from Paul Marquess)
48892      Branch: perl
48893            ! pp_ctl.c t/pragma/warn/9enabled
48894 ____________________________________________________________________________
48895 [  6131] By: gsar                                  on 2000/05/28  07:57:47
48896         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
48897      Branch: perl
48898            ! ext/POSIX/POSIX.pm
48899 ____________________________________________________________________________
48900 [  6130] By: gsar                                  on 2000/05/28  07:29:12
48901         Log: fix places that mean C<"word" character> but say C<alphanumeric
48902              character>
48903      Branch: perl
48904            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
48905 ____________________________________________________________________________
48906 [  6129] By: gsar                                  on 2000/05/28  07:18:41
48907         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
48908      Branch: perl
48909            ! vms/test.com
48910 ____________________________________________________________________________
48911 [  6128] By: gsar                                  on 2000/05/28  07:12:55
48912         Log: new perlxstut example for passing/returning refs to arrays
48913              (from David Lowe <dlowe@pootpoot.com>)
48914      Branch: perl
48915            ! pod/perlxstut.pod
48916 ____________________________________________________________________________
48917 [  6127] By: gsar                                  on 2000/05/28  07:02:50
48918         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
48919              failed (from Gisle Aas)
48920      Branch: perl
48921            ! cop.h perl.c
48922 ____________________________________________________________________________
48923 [  6126] By: gsar                                  on 2000/05/28  06:39:53
48924         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
48925              (reworked variant of patch suggested by Simon Cozens)
48926      Branch: perl
48927            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
48928            ! pp_hot.c proto.h t/op/gv.t
48929 ____________________________________________________________________________
48930 [  6125] By: gsar                                  on 2000/05/28  05:14:55
48931         Log: enable propagating exception objects via Perl_croak() in XS code
48932              (from Gisle Aas)
48933      Branch: perl
48934            ! util.c
48935 ____________________________________________________________________________
48936 [  6124] By: gsar                                  on 2000/05/28  05:07:28
48937         Log: integrate vmsperl contents into mainline
48938      Branch: perl
48939           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
48940           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
48941           !> vms/vmsish.h
48942 ____________________________________________________________________________
48943 [  6123] By: gsar                                  on 2000/05/28  05:03:53
48944         Log: clarify gotcha with #line directives (from Rocco Caputo
48945              <troc@netrus.net>)
48946      Branch: perl
48947            ! pod/perldebug.pod pod/perlsyn.pod
48948 ____________________________________________________________________________
48949 [  6122] By: gsar                                  on 2000/05/28  04:58:29
48950         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
48951              (from Mark-Jason Dominus)
48952      Branch: perl
48953            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
48954            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
48955            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
48956            ! toke.c
48957 ____________________________________________________________________________
48958 [  6121] By: bailey                                on 2000/05/25  04:46:54
48959         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
48960              lists (based on fixes by Craig Berry)
48961      Branch: vmsperl
48962            ! lib/File/Spec/VMS.pm
48963 ____________________________________________________________________________
48964 [  6120] By: bailey                                on 2000/05/25  04:25:38
48965         Log: Add missing escape (Charles Lane)
48966      Branch: vmsperl
48967            ! t/op/lex_assign.t
48968 ____________________________________________________________________________
48969 [  6119] By: bailey                                on 2000/05/25  04:21:25
48970         Log: Quiet error messages in vmsish.t (Charles Lane)
48971      Branch: vmsperl
48972            ! vms/ext/vmsish.t
48973 ____________________________________________________________________________
48974 [  6118] By: bailey                                on 2000/05/25  04:17:57
48975         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
48976              Flatten case labels in switch statements uniformly (Charles Bailey)
48977      Branch: vmsperl
48978            ! vms/vms.c
48979 ____________________________________________________________________________
48980 [  6117] By: bailey                                on 2000/05/25  03:58:09
48981         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
48982      Branch: vmsperl
48983            ! vms/vmsish.h
48984 ____________________________________________________________________________
48985 [  6116] By: bailey                                on 2000/05/25  03:11:15
48986         Log: Miscellaneous cosmetic fixes (Charles Lane)
48987      Branch: vmsperl
48988            ! lib/ExtUtils/MM_VMS.pm
48989 ____________________________________________________________________________
48990 [  6115] By: bailey                                on 2000/05/25  03:10:36
48991         Log: Add bounds checking for several strings (Charles Lane)
48992      Branch: vmsperl
48993            ! vms/vms.c
48994 ____________________________________________________________________________
48995 [  6114] By: bailey                                on 2000/05/25  02:25:34
48996         Log: Urk -- undo previous removal of vmsish 'exit' change
48997      Branch: vmsperl
48998            ! vms/ext/vmsish.pm vms/vmsish.h
48999 ____________________________________________________________________________
49000 [  6113] By: bailey                                on 2000/05/24  02:24:40
49001         Log: Ugly workaround for version-specific RTL error
49002      Branch: vmsperl
49003            ! vms/vms.c
49004 ____________________________________________________________________________
49005 [  6112] By: bailey                                on 2000/05/24  02:19:55
49006         Log: Check for existence of file before trying to delete
49007      Branch: vmsperl
49008            ! vms/test.com
49009 ____________________________________________________________________________
49010 [  6111] By: bailey                                on 2000/05/23  23:35:13
49011         Log: Resync with mainline prior to post-5.6.0 updates
49012      Branch: vmsperl
49013           +> (branch 49 files)
49014            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
49015            ! vms/ext/vmsish.pm
49016           !> (integrate 334 files)
49017 ____________________________________________________________________________
49018 [  6110] By: jhi                                   on 2000/05/23  19:28:32
49019         Log: todo tweak
49020      Branch: cfgperl
49021            ! Todo-5.6
49022 ____________________________________________________________________________
49023 [  6109] By: jhi                                   on 2000/05/18  17:38:54
49024         Log: Integrate with Sarathy.
49025      Branch: cfgperl
49026           !> mg.c perl.h win32/perlhost.h
49027 ____________________________________________________________________________
49028 [  6108] By: gsar                                  on 2000/05/17  02:24:56
49029         Log: reenable fake signal handling on Windows, bugs and all
49030      Branch: perl
49031            ! mg.c perl.h win32/perlhost.h
49032 ____________________________________________________________________________
49033 [  6107] By: jhi                                   on 2000/05/15  18:01:41
49034         Log: Tweak the todo list.
49035      Branch: cfgperl
49036            ! Todo-5.6
49037 ____________________________________________________________________________
49038 [  6106] By: jhi                                   on 2000/05/15  13:41:48
49039         Log: The (Configure) script refuses to go on, after asking for
49040              'You may also choose to try maximal 64-bitness....'.
49041              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
49042              -- Patrick Zima
49043              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
49044      Branch: cfgperl
49045            ! hints/solaris_2.sh
49046 ____________________________________________________________________________
49047 [  6105] By: jhi                                   on 2000/05/11  14:37:43
49048         Log: Integrate with Sarathy.
49049      Branch: cfgperl
49050           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49051           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
49052 ____________________________________________________________________________
49053 [  6104] By: gsar                                  on 2000/05/11  03:39:07
49054         Log: PL_sys_intern was being initialized too late on windows
49055      Branch: perl
49056            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49057            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
49058 ____________________________________________________________________________
49059 [  6103] By: jhi                                   on 2000/05/09  19:42:20
49060         Log: Test tweaking for Unicos continues.
49061      Branch: cfgperl
49062            ! t/op/64bitint.t
49063 ____________________________________________________________________________
49064 [  6102] By: jhi                                   on 2000/05/09  16:47:27
49065         Log: The test suite tweak in #6101 wasn't quite right.
49066      Branch: cfgperl
49067            ! t/lib/complex.t
49068 ____________________________________________________________________________
49069 [  6101] By: jhi                                   on 2000/05/09  15:35:34
49070         Log: Hints and test tweaks for Unicos.
49071      Branch: cfgperl
49072            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
49073 ____________________________________________________________________________
49074 [  6100] By: jhi                                   on 2000/05/08  21:15:06
49075         Log: More compilation tweakery from Allen Smith.
49076      Branch: cfgperl
49077            ! hints/irix_6.sh
49078 ____________________________________________________________________________
49079 [  6099] By: jhi                                   on 2000/05/08  19:21:18
49080         Log: Tweaks for the cc bugs from Allen Smith.
49081      Branch: cfgperl
49082            ! hints/irix_6.sh
49083 ____________________________________________________________________________
49084 [  6098] By: jhi                                   on 2000/05/08  19:13:37
49085         Log: Add a note about other, yet unsupported, shadow password APIs.
49086      Branch: cfgperl
49087            ! pp_sys.c
49088 ____________________________________________________________________________
49089 [  6097] By: jhi                                   on 2000/05/08  18:46:34
49090         Log: Add a note about possible compilation problems from Allen Smith.
49091      Branch: cfgperl
49092            ! hints/irix_6.sh
49093 ____________________________________________________________________________
49094 [  6096] By: jhi                                   on 2000/05/08  17:33:10
49095         Log: Integrate with Sarathy.
49096      Branch: cfgperl
49097           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49098           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
49099 ____________________________________________________________________________
49100 [  6095] By: jhi                                   on 2000/05/08  16:21:33
49101         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
49102              might be useful in future.
49103      Branch: cfgperl
49104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49105            ! config_h.SH
49106      Branch: metaconfig
49107            ! U/installdirs/inc_version_list.U
49108      Branch: metaconfig/U/perl
49109            ! perlxv.U
49110 ____________________________________________________________________________
49111 [  6094] By: gsar                                  on 2000/05/08  14:22:22
49112         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
49113      Branch: perl
49114            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49115            ! hints/cygwin.sh pp_sys.c
49116 ____________________________________________________________________________
49117 [  6093] By: gsar                                  on 2000/05/08  12:52:28
49118         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
49119              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
49120      Branch: perl
49121            ! pp_sys.c sv.c win32/perlhost.h
49122 ____________________________________________________________________________
49123 [  6092] By: jhi                                   on 2000/05/07  22:40:34
49124         Log: Regen perltoc with the fixed buildtoc.
49125      Branch: cfgperl
49126            ! pod/perltoc.pod
49127 ____________________________________________________________________________
49128 [  6091] By: jhi                                   on 2000/05/07  22:24:16
49129         Log: Integrate with Sarathy.
49130      Branch: cfgperl
49131           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
49132           !> t/op/substr.t toke.c
49133 ____________________________________________________________________________
49134 [  6090] By: gsar                                  on 2000/05/07  19:47:07
49135         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
49136              [NI]OK; added tests for both
49137      Branch: perl
49138            ! perl.c pp_hot.c sv.c t/op/substr.t
49139 ____________________________________________________________________________
49140 [  6089] By: gsar                                  on 2000/05/07  18:18:38
49141         Log: buildtoc tweak to fix newline lossage
49142      Branch: perl
49143            ! pod/buildtoc
49144 ____________________________________________________________________________
49145 [  6088] By: jhi                                   on 2000/05/07  16:35:36
49146         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
49147              because we do not use those.  The HAS_GETSPNAM remains,
49148              though, because we still do use that.
49149      Branch: cfgperl
49150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49151            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
49152            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
49153            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49154            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49155            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49156 ____________________________________________________________________________
49157 [  6087] By: gsar                                  on 2000/05/07  16:05:16
49158         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
49159      Branch: perl
49160            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
49161 ____________________________________________________________________________
49162 [  6086] By: jhi                                   on 2000/05/07  15:27:07
49163         Log: Integrate with Sarathy.
49164      Branch: cfgperl
49165           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49166           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49167           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
49168           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
49169           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
49170           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
49171 ____________________________________________________________________________
49172 [  6085] By: gsar                                  on 2000/05/07  05:52:02
49173         Log: repeat operator (x) doesn't preserve utf8-ness
49174      Branch: perl
49175            ! pp.c t/op/substr.t
49176 ____________________________________________________________________________
49177 [  6084] By: gsar                                  on 2000/05/07  05:39:55
49178         Log: substr() does not preserve utf8-ness (from Stefan Eissing
49179              <Eissing@medicaldataservice.de>); added tests
49180      Branch: perl
49181            ! pp.c t/op/substr.t
49182 ____________________________________________________________________________
49183 [  6083] By: gsar                                  on 2000/05/07  05:24:46
49184         Log: note about undocumented caller() return value (from M.J.T. Guy);
49185              yet another peek.t tweak
49186      Branch: perl
49187            ! pod/perlfunc.pod t/lib/peek.t
49188 ____________________________________________________________________________
49189 [  6082] By: gsar                                  on 2000/05/07  05:08:40
49190         Log: peek.t non-portable to ithreads
49191      Branch: perl
49192            ! t/lib/peek.t
49193 ____________________________________________________________________________
49194 [  6081] By: gsar                                  on 2000/05/07  04:17:04
49195         Log: better default perlbug categories for ok reports (from Richard Foley)
49196      Branch: perl
49197            ! utils/perlbug.PL
49198 ____________________________________________________________________________
49199 [  6080] By: gsar                                  on 2000/05/07  04:08:07
49200         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
49201              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49202      Branch: perl
49203            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49204            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49205            ! AUTHORS MAINTAIN MANIFEST
49206 ____________________________________________________________________________
49207 [  6079] By: gsar                                  on 2000/05/07  04:01:38
49208         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
49209      Branch: perl
49210            ! lib/Carp/Heavy.pm
49211 ____________________________________________________________________________
49212 [  6078] By: gsar                                  on 2000/05/07  01:24:19
49213         Log: workaround for CRT bug in chdir() (from Charles Lane, via
49214              Peter Prymmer)
49215      Branch: perl
49216            ! iperlsys.h vms/vms.c vms/vmsish.h
49217 ____________________________________________________________________________
49218 [  6077] By: gsar                                  on 2000/05/07  01:22:23
49219         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
49220              and Tom Phoenix)
49221      Branch: perl
49222            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
49223 ____________________________________________________________________________
49224 [  6076] By: gsar                                  on 2000/05/06  17:36:29
49225         Log: integrate cfgperl contents into mainline
49226      Branch: perl
49227           +> t/lib/peek.t
49228           !> Configure MANIFEST Porting/Glossary Porting/config.sh
49229           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
49230           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
49231           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
49232 ____________________________________________________________________________
49233 [  6075] By: jhi                                   on 2000/05/05  18:56:10
49234         Log: Make the test more portable.
49235      Branch: cfgperl
49236            ! t/lib/peek.t
49237 ____________________________________________________________________________
49238 [  6074] By: jhi                                   on 2000/05/05  18:49:20
49239         Log: Introduce t/lib/peek.t.
49240      Branch: cfgperl
49241            + t/lib/peek.t
49242            ! MANIFEST
49243 ____________________________________________________________________________
49244 [  6073] By: jhi                                   on 2000/05/05  14:30:45
49245         Log: Complex tweaks.
49246      Branch: cfgperl
49247            ! lib/Math/Complex.pm t/lib/complex.t
49248 ____________________________________________________________________________
49249 [  6072] By: jhi                                   on 2000/05/05  12:27:13
49250         Log: Integrate with Sarathy.
49251      Branch: cfgperl
49252           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49253           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49254           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
49255           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
49256 ____________________________________________________________________________
49257 [  6071] By: gsar                                  on 2000/05/05  02:24:46
49258         Log: misformatted perllocal.pod (from Tim Jenness
49259              <t.jenness@jach.hawaii.edu>)
49260      Branch: perl
49261            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49262 ____________________________________________________________________________
49263 [  6070] By: gsar                                  on 2000/05/05  02:16:52
49264         Log: remove misleading comment (from M.J.T. Guy)
49265      Branch: perl
49266            ! t/lib/anydbm.t
49267 ____________________________________________________________________________
49268 [  6069] By: gsar                                  on 2000/05/05  02:15:13
49269         Log: File::Spec compatibility update (from Barrie Slaymaker
49270              <barries@slaysys.com>)
49271      Branch: perl
49272            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49273            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49274 ____________________________________________________________________________
49275 [  6068] By: gsar                                  on 2000/05/05  02:01:50
49276         Log: note about values()
49277      Branch: perl
49278            ! pod/perlfunc.pod
49279 ____________________________________________________________________________
49280 [  6067] By: gsar                                  on 2000/05/05  01:33:09
49281         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
49282      Branch: perl
49283            ! win32/win32.c
49284 ____________________________________________________________________________
49285 [  6066] By: gsar                                  on 2000/05/05  01:23:43
49286         Log: s/END/CHECK/
49287      Branch: perl
49288            ! perl.c
49289 ____________________________________________________________________________
49290 [  6065] By: jhi                                   on 2000/05/04  17:30:22
49291         Log: Integrate with Sarathy.
49292      Branch: cfgperl
49293           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
49294 ____________________________________________________________________________
49295 [  6064] By: gsar                                  on 2000/05/04  17:26:14
49296         Log: change#5905 wasn't quite right--it's intent only applies when arguments
49297              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
49298      Branch: perl
49299            ! pp_sys.c sv.c
49300 ____________________________________________________________________________
49301 [  6063] By: gsar                                  on 2000/05/04  16:52:29
49302         Log: tokeq() could read unallocated field in argument
49303      Branch: perl
49304            ! toke.c
49305 ____________________________________________________________________________
49306 [  6062] By: gsar                                  on 2000/05/04  16:34:51
49307         Log: additional tests for utf8.t
49308      Branch: perl
49309            ! t/pragma/utf8.t
49310 ____________________________________________________________________________
49311 [  6061] By: gsar                                  on 2000/05/04  16:09:28
49312         Log: change#5921 neglected to make eq honor "use bytes"
49313      Branch: perl
49314            ! sv.c
49315 ____________________________________________________________________________
49316 [  6060] By: jhi                                   on 2000/05/04  15:30:16
49317         Log: Integrate with Sarathy.
49318      Branch: cfgperl
49319           !> perl.c regcomp.c t/pragma/utf8.t
49320 ____________________________________________________________________________
49321 [  6059] By: jhi                                   on 2000/05/04  15:26:37
49322         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
49323              in natively 64-bit platforms where a long is a quad (no need
49324              for long longs).  Also added bias for IVs.
49325      Branch: cfgperl
49326            ! toke.c
49327 ____________________________________________________________________________
49328 [  6058] By: gsar                                  on 2000/05/04  00:19:14
49329         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
49330              (spotted by Donald Kinzer <dkinzer@premia.com>)
49331      Branch: perl
49332            ! perl.c
49333 ____________________________________________________________________________
49334 [  6057] By: gsar                                  on 2000/05/03  18:34:01
49335         Log: fix broken parsing of /\x{ab}/
49336      Branch: perl
49337            ! regcomp.c t/pragma/utf8.t
49338 ____________________________________________________________________________
49339 [  6056] By: jhi                                   on 2000/05/03  17:57:16
49340         Log: The search of infinity continues, this time simplified.
49341      Branch: cfgperl
49342            ! lib/Math/Complex.pm
49343 ____________________________________________________________________________
49344 [  6055] By: jhi                                   on 2000/05/03  17:45:30
49345         Log: Detypo.
49346      Branch: cfgperl
49347            ! hints/unicos.sh
49348 ____________________________________________________________________________
49349 [  6054] By: jhi                                   on 2000/05/02  22:28:27
49350         Log: Be more forgiving in POSIX about HUGE_VALL.
49351      Branch: cfgperl
49352            ! ext/POSIX/POSIX.xs
49353 ____________________________________________________________________________
49354 [  6053] By: jhi                                   on 2000/05/02  22:25:05
49355         Log: Integrate with Sarathy.
49356      Branch: cfgperl
49357           !> hints/irix_6.sh pod/perlop.pod
49358 ____________________________________________________________________________
49359 [  6052] By: jhi                                   on 2000/05/02  22:24:31
49360         Log: Unicos hint tweak.
49361      Branch: cfgperl
49362            ! hints/unicos.sh
49363 ____________________________________________________________________________
49364 [  6051] By: jhi                                   on 2000/05/02  22:21:26
49365         Log: Complex tweakery.
49366      Branch: cfgperl
49367            ! lib/Math/Complex.pm t/lib/complex.t
49368 ____________________________________________________________________________
49369 [  6050] By: jhi                                   on 2000/05/02  19:26:22
49370         Log: Use setxxent()/endxxent().
49371      Branch: cfgperl
49372            ! t/op/grent.t t/op/pwent.t
49373 ____________________________________________________________________________
49374 [  6049] By: jhi                                   on 2000/05/02  19:06:02
49375         Log: Test both the scalar and list contexts.
49376      Branch: cfgperl
49377            ! t/op/grent.t t/op/pwent.t
49378 ____________________________________________________________________________
49379 [  6048] By: gsar                                  on 2000/05/02  18:29:10
49380         Log: add note about how $( doesn't interpolate in REs (from
49381              Philip Newton <newton@ficus.frogspace.net>)
49382      Branch: perl
49383            ! pod/perlop.pod
49384 ____________________________________________________________________________
49385 [  6047] By: jhi                                   on 2000/05/02  17:41:24
49386         Log: Call getspnam() only iff needd.
49387      Branch: cfgperl
49388            ! pp_sys.c
49389 ____________________________________________________________________________
49390 [  6046] By: gsar                                  on 2000/05/02  17:07:25
49391         Log: libscheck has insufficient checks for n32 libs (from
49392              Albert Chin-A-Young <china@thewrittenword.com>)
49393      Branch: perl
49394            ! hints/irix_6.sh
49395 ____________________________________________________________________________
49396 [  6045] By: jhi                                   on 2000/05/02  13:57:17
49397         Log: Integrate with Sarathy.
49398      Branch: cfgperl
49399           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
49400           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
49401 ____________________________________________________________________________
49402 [  6044] By: gsar                                  on 2000/05/02  06:48:19
49403         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
49404              such that underscores are only ignored in literal numbers,
49405              "\x{...}", and hex/oct argument
49406      Branch: perl
49407            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
49408 ____________________________________________________________________________
49409 [  6043] By: gsar                                  on 2000/05/02  02:22:29
49410         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
49411      Branch: perl
49412            ! pod/perlretut.pod
49413 ____________________________________________________________________________
49414 [  6042] By: gsar                                  on 2000/05/02  02:17:51
49415         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
49416      Branch: perl
49417            ! pod/perltrap.pod
49418 ____________________________________________________________________________
49419 [  6041] By: gsar                                  on 2000/05/02  01:53:51
49420         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
49421              to compensate
49422      Branch: perl
49423            ! Porting/makerel
49424 ____________________________________________________________________________
49425 [  6040] By: gsar                                  on 2000/05/02  01:51:57
49426         Log: missing files in MANIFEST
49427      Branch: perl
49428            ! MANIFEST
49429 ____________________________________________________________________________
49430 [  6039] By: jhi                                   on 2000/05/02  00:36:46
49431         Log: Infinite problems.
49432      Branch: cfgperl
49433            ! lib/Math/Complex.pm
49434 ____________________________________________________________________________
49435 [  6038] By: jhi                                   on 2000/05/02  00:06:38
49436         Log: pwent/spent #ifdef imbalance.
49437      Branch: cfgperl
49438            ! pp_sys.c
49439 ____________________________________________________________________________
49440 [  6037] By: jhi                                   on 2000/05/01  22:50:11
49441         Log: Use HUGE_VALL if applicable.
49442      Branch: cfgperl
49443            ! ext/POSIX/POSIX.xs util.c
49444 ____________________________________________________________________________
49445 [  6036] By: jhi                                   on 2000/05/01  22:20:53
49446         Log: Correct Freudian slip.
49447      Branch: cfgperl
49448            ! pp_sys.c
49449 ____________________________________________________________________________
49450 [  6035] By: jhi                                   on 2000/05/01  21:07:38
49451         Log: Continue on the pwent/spent case.
49452      Branch: cfgperl
49453            ! pp_sys.c
49454 ____________________________________________________________________________
49455 [  6034] By: jhi                                   on 2000/05/01  17:45:14
49456         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
49457              adjustments in 6032 conflicted badly with this, will have
49458              to revisit them later.
49459      Branch: cfgperl
49460           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
49461           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49462           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
49463           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
49464           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
49465           !> t/lib/cgi-html.t t/lib/cgi-request.t
49466 ____________________________________________________________________________
49467 [  6033] By: jhi                                   on 2000/05/01  17:40:49
49468         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
49469      Branch: cfgperl
49470            ! pp_sys.c
49471 ____________________________________________________________________________
49472 [  6032] By: gsar                                  on 2000/05/01  15:56:32
49473         Log: whitespace adjustments
49474      Branch: perl
49475            ! pp_sys.c
49476 ____________________________________________________________________________
49477 [  6031] By: gsar                                  on 2000/05/01  15:19:41
49478         Log: small nits in diagnostics.pm (from Robin Barker)
49479      Branch: perl
49480            ! lib/diagnostics.pm pod/perldiag.pod
49481 ____________________________________________________________________________
49482 [  6030] By: gsar                                  on 2000/05/01  08:39:18
49483         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
49484              for @- and @+ (from Johan Vromans)
49485      Branch: perl
49486            ! lib/English.pm pod/perlvar.pod
49487 ____________________________________________________________________________
49488 [  6029] By: gsar                                  on 2000/05/01  08:16:10
49489         Log: add CGI.pm v2.66 (from Lincoln Stein)
49490      Branch: perl
49491            + lib/CGI/Util.pm t/lib/cgi-pretty.t
49492            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49493            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
49494            ! t/lib/cgi-html.t t/lib/cgi-request.t
49495 ____________________________________________________________________________
49496 [  6028] By: gsar                                  on 2000/05/01  06:34:41
49497         Log: Pod::Man generates groff-incompatible macro definition (from
49498              Tom Christiansen)
49499      Branch: perl
49500            ! lib/Pod/Man.pm
49501 ____________________________________________________________________________
49502 [  6027] By: gsar                                  on 2000/05/01  06:31:36
49503         Log: podlators-1.02 update (from Russ Allbery)
49504      Branch: perl
49505            ! lib/Pod/Man.pm lib/Pod/Text.pm
49506 ____________________________________________________________________________
49507 [  6026] By: jhi                                   on 2000/04/30  23:24:23
49508         Log: Integrate with Sarathy.
49509      Branch: cfgperl
49510           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49511           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
49512           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49513           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49514           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
49515           !> t/lib/syslog.t toke.c win32/win32.h
49516 ____________________________________________________________________________
49517 [  6025] By: gsar                                  on 2000/04/30  18:17:47
49518         Log: Is{Alnum,Alpha,Word} don't match titlecase
49519              
49520              TODO: IsSpace is defined recursively!
49521              
49522              (both spotted by Larry)
49523      Branch: perl
49524            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49525            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49526 ____________________________________________________________________________
49527 [  6024] By: gsar                                  on 2000/04/30  17:50:19
49528         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
49529              (from Hugo van der Sanden)
49530      Branch: perl
49531            ! toke.c
49532 ____________________________________________________________________________
49533 [  6023] By: gsar                                  on 2000/04/30  17:14:43
49534         Log: debugger stomps on $. (from M.J.T. Guy)
49535      Branch: perl
49536            ! lib/perl5db.pl
49537 ____________________________________________________________________________
49538 [  6022] By: gsar                                  on 2000/04/30  16:59:22
49539         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
49540      Branch: perl
49541            ! sv.c
49542 ____________________________________________________________________________
49543 [  6021] By: gsar                                  on 2000/04/29  21:00:08
49544         Log: remove Win2K issue in pod (fixed by change#6020)
49545      Branch: perl
49546            ! README.win32 pod/perl56delta.pod
49547 ____________________________________________________________________________
49548 [  6020] By: gsar                                  on 2000/04/29  20:51:49
49549         Log: test tweak
49550      Branch: perl
49551            ! t/lib/open3.t
49552 ____________________________________________________________________________
49553 [  6019] By: gsar                                  on 2000/04/29  20:34:27
49554         Log: windows portability tweaks
49555      Branch: perl
49556            ! t/lib/b.t win32/win32.h
49557 ____________________________________________________________________________
49558 [  6018] By: gsar                                  on 2000/04/29  19:55:24
49559         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
49560              make _PATH_LOG() return "" if unavailable
49561      Branch: perl
49562            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49563            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
49564 ____________________________________________________________________________
49565 [  6017] By: jhi                                   on 2000/04/28  22:49:46
49566         Log: Integrate with Sarathy.
49567      Branch: cfgperl
49568           !> op.c perl.c pod/perldiag.pod t/lib/b.t
49569 ____________________________________________________________________________
49570 [  6016] By: jhi                                   on 2000/04/28  22:46:14
49571         Log: Do not warn that an infinity does not look like a number.
49572      Branch: cfgperl
49573            ! sv.c
49574 ____________________________________________________________________________
49575 [  6015] By: gsar                                  on 2000/04/28  22:35:49
49576         Log: tweak test for portability
49577      Branch: perl
49578            ! t/lib/b.t
49579 ____________________________________________________________________________
49580 [  6014] By: gsar                                  on 2000/04/28  22:05:31
49581         Log: glob() loading File::Glob behind the scenes may cause syntax errors
49582      Branch: perl
49583            ! op.c
49584 ____________________________________________________________________________
49585 [  6013] By: gsar                                  on 2000/04/28  21:25:22
49586         Log: tweak change#5945 to display correct switch name in diagnostic
49587      Branch: perl
49588            ! perl.c pod/perldiag.pod
49589 ____________________________________________________________________________
49590 [  6012] By: jhi                                   on 2000/04/28  21:08:12
49591         Log: Integrate with Sarathy.
49592      Branch: cfgperl
49593           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
49594           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
49595           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
49596 ____________________________________________________________________________
49597 [  6011] By: jhi                                   on 2000/04/28  21:04:46
49598         Log: &HUGE_VAL is not defined, it exists.
49599      Branch: cfgperl
49600            ! lib/Math/Complex.pm
49601 ____________________________________________________________________________
49602 [  6010] By: gsar                                  on 2000/04/28  21:02:58
49603         Log: clarify note about shadow password support (from
49604              gellyfish@gellyfish.com)
49605      Branch: perl
49606            ! pod/perlfunc.pod
49607 ____________________________________________________________________________
49608 [  6009] By: gsar                                  on 2000/04/28  21:00:00
49609         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
49610      Branch: perl
49611            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
49612 ____________________________________________________________________________
49613 [  6008] By: gsar                                  on 2000/04/28  20:56:33
49614         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
49615      Branch: perl
49616            ! installperl vms/subconfigure.com
49617 ____________________________________________________________________________
49618 [  6007] By: gsar                                  on 2000/04/28  20:51:21
49619         Log: note about compile failures and END blocks (from M.J.T. Guy)
49620      Branch: perl
49621            ! pod/perl56delta.pod pod/perlmod.pod
49622 ____________________________________________________________________________
49623 [  6006] By: jhi                                   on 2000/04/28  20:42:14
49624         Log: Regen Configure.
49625      Branch: cfgperl
49626            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49627            ! config_h.SH
49628 ____________________________________________________________________________
49629 [  6005] By: gsar                                  on 2000/04/28  20:41:16
49630         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
49631      Branch: perl
49632            ! utils/perldoc.PL
49633 ____________________________________________________________________________
49634 [  6004] By: jhi                                   on 2000/04/28  20:28:21
49635         Log: Integrate with Sarathy.
49636      Branch: cfgperl
49637           !> Configure INSTALL Porting/Glossary Porting/config.sh
49638           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
49639           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
49640           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
49641           !> win32/config.vc win32/win32.c
49642 ____________________________________________________________________________
49643 [  6003] By: gsar                                  on 2000/04/28  20:11:20
49644         Log: allow REG_EXPAND_SZ keys in Windows registry (from
49645              John Clayton <John.Clayton@barclayscapital.com>)
49646      Branch: perl
49647            ! win32/win32.c
49648 ____________________________________________________________________________
49649 [  6002] By: gsar                                  on 2000/04/28  19:34:16
49650         Log: destructive sv_setsv() can lose UV-ness from source, causing
49651              numeric promotions/comparisons to fail to do the right thing
49652      Branch: perl
49653            ! sv.c
49654 ____________________________________________________________________________
49655 [  6001] By: gsar                                  on 2000/04/28  18:44:15
49656         Log: support additional library locations via $Config{otherlibdirs}
49657              (from Andy Dougherty)
49658      Branch: perl
49659            ! Configure INSTALL Porting/Glossary Porting/config.sh
49660            ! Porting/config_H config_h.SH epoc/config.sh perl.c
49661            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
49662            ! win32/config.bc win32/config.gc win32/config.vc
49663 ____________________________________________________________________________
49664 [  6000] By: gsar                                  on 2000/04/28  18:26:58
49665         Log: reworked otherlibdirs.U (from Andy Dougherty)
49666      Branch: metaconfig
49667            ! U/installdirs/otherlibdirs.U
49668 ____________________________________________________________________________
49669 [  5999] By: gsar                                  on 2000/04/28  18:17:07
49670         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
49671      Branch: perl
49672            ! t/pragma/warn/toke toke.c
49673 ____________________________________________________________________________
49674 [  5998] By: jhi                                   on 2000/04/28  13:32:17
49675         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
49676      Branch: cfgperl
49677            ! lib/Math/Complex.pm
49678 ____________________________________________________________________________
49679 [  5997] By: jhi                                   on 2000/04/28  13:14:04
49680         Log: Preserve $!.
49681      Branch: cfgperl
49682            ! lib/Math/Complex.pm
49683 ____________________________________________________________________________
49684 [  5996] By: jhi                                   on 2000/04/28  12:59:23
49685         Log: Integrate with Sarathy.
49686      Branch: cfgperl
49687           +> pod/perlrequick.pod pod/perlretut.pod
49688           !> (integrate 51 files)
49689 ____________________________________________________________________________
49690 [  5995] By: gsar                                  on 2000/04/28  09:37:36
49691         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
49692      Branch: perl
49693            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
49694 ____________________________________________________________________________
49695 [  5994] By: gsar                                  on 2000/04/28  09:33:26
49696         Log: fix for missed accounting for null byte in pack("Z",...) (from
49697              M.J.T. Guy)
49698      Branch: perl
49699            ! pp.c t/op/pack.t
49700 ____________________________________________________________________________
49701 [  5993] By: gsar                                  on 2000/04/28  09:30:05
49702         Log: various minor tweaks seen on p5p
49703      Branch: perl
49704            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
49705 ____________________________________________________________________________
49706 [  5992] By: gsar                                  on 2000/04/28  09:08:19
49707         Log: pod nit (from Simon Cozens)
49708      Branch: perl
49709            ! pod/perlop.pod
49710 ____________________________________________________________________________
49711 [  5991] By: gsar                                  on 2000/04/28  09:06:36
49712         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
49713      Branch: perl
49714            ! README.posix-bc hints/posix-bc.sh
49715 ____________________________________________________________________________
49716 [  5990] By: gsar                                  on 2000/04/28  08:54:52
49717         Log: use $ENV{LIB} to search for libs under Visual C compiler
49718              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
49719      Branch: perl
49720            ! lib/ExtUtils/Liblist.pm
49721 ____________________________________________________________________________
49722 [  5989] By: gsar                                  on 2000/04/28  08:27:12
49723         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
49724              itself and no other (from Tom Hughes)
49725      Branch: perl
49726            ! t/op/array.t toke.c
49727 ____________________________________________________________________________
49728 [  5988] By: gsar                                  on 2000/04/28  08:01:38
49729         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
49730              <paul@miraclefish.com>)
49731      Branch: perl
49732            ! lib/ExtUtils/MakeMaker.pm
49733 ____________________________________________________________________________
49734 [  5987] By: gsar                                  on 2000/04/28  07:53:09
49735         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
49736      Branch: perl
49737            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
49738 ____________________________________________________________________________
49739 [  5986] By: gsar                                  on 2000/04/28  07:44:17
49740         Log: add regular expressions tutorial and quick-start guide (from
49741              Mark Kvale <kvale@phy.ucsf.edu>)
49742      Branch: perl
49743            + pod/perlrequick.pod pod/perlretut.pod
49744            ! AUTHORS MAINTAIN MANIFEST
49745 ____________________________________________________________________________
49746 [  5985] By: gsar                                  on 2000/04/28  07:30:28
49747         Log: forked child may not exit correctly if it failed to open
49748              /dev/console (from Graham Barr)
49749      Branch: perl
49750            ! ext/Sys/Syslog/Syslog.pm
49751 ____________________________________________________________________________
49752 [  5984] By: gsar                                  on 2000/04/28  07:27:20
49753         Log: attributes::reftype() doesn't work on tied argument
49754      Branch: perl
49755            ! xsutils.c
49756 ____________________________________________________________________________
49757 [  5983] By: gsar                                  on 2000/04/28  07:15:04
49758         Log: numeric conversion of non-number in change#3378 tramples on
49759              OOK offset, causing segfaults
49760      Branch: perl
49761            ! sv.c
49762 ____________________________________________________________________________
49763 [  5982] By: gsar                                  on 2000/04/28  04:48:25
49764         Log: avoid error in IO::Socket::INET when given an unknown service name
49765              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
49766      Branch: perl
49767            ! ext/IO/lib/IO/Socket/INET.pm
49768 ____________________________________________________________________________
49769 [  5981] By: gsar                                  on 2000/04/28  04:31:31
49770         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
49771              prototype mismatch with CORE::glob(); update pod and tests to
49772              suit (File::Glob::glob() is still available for backward
49773              compatibility, but should be considered deprecated)
49774      Branch: perl
49775            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
49776            ! t/lib/glob-taint.t
49777 ____________________________________________________________________________
49778 [  5980] By: gsar                                  on 2000/04/28  03:47:29
49779         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
49780              <ghudson@mit.edu>)
49781      Branch: metaconfig
49782            ! U/modified/Options.U
49783      Branch: perl
49784            ! Configure
49785 ____________________________________________________________________________
49786 [  5979] By: gsar                                  on 2000/04/28  03:07:54
49787         Log: under useithreads, constant pad entries could inadvertantly be
49788              shared across threads (from Eric Blood <eblood@xmission.com>);
49789              added Eric's test case to testsuite
49790      Branch: perl
49791            ! op.c t/op/misc.t
49792 ____________________________________________________________________________
49793 [  5978] By: gsar                                  on 2000/04/27  21:13:00
49794         Log: sync version numbers in File::Spec with the ones on CPAN
49795              (from Barrie Slaymaker)
49796      Branch: perl
49797            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49798            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49799            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49800 ____________________________________________________________________________
49801 [  5977] By: gsar                                  on 2000/04/27  21:07:29
49802         Log: autoquote barewords followed by newline and arrow properly
49803              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
49804      Branch: perl
49805            ! t/pragma/warn/toke toke.c
49806 ____________________________________________________________________________
49807 [  5976] By: gsar                                  on 2000/04/27  20:41:20
49808         Log: DB_File v1.73 update (from Paul Marquess)
49809      Branch: perl
49810            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49811            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49812 ____________________________________________________________________________
49813 [  5975] By: gsar                                  on 2000/04/27  20:34:24
49814         Log: allow sort() reentrancy (variant of patch suggested by
49815              Hugo van der Sanden)
49816      Branch: perl
49817            ! pp_ctl.c t/op/sort.t
49818 ____________________________________________________________________________
49819 [  5974] By: gsar                                  on 2000/04/27  19:46:57
49820         Log: change#4197 somehow missed initializing PL_errors, meaning
49821              sytax error queueing wasn't working outside eval"" at all;
49822              also fixed eval"" to localize PL_error_count, so that compile-time
49823              eval's don't clobber the error state of the outer context
49824      Branch: perl
49825            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
49826            ! t/pragma/warn/toke
49827 ____________________________________________________________________________
49828 [  5973] By: gsar                                  on 2000/04/27  18:29:05
49829         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
49830      Branch: perl
49831            ! regcomp.c regexec.c t/op/re_tests
49832 ____________________________________________________________________________
49833 [  5972] By: jhi                                   on 2000/04/27  18:22:41
49834         Log: Integrate with Sarathy.
49835      Branch: cfgperl
49836           +> t/lib/b.t t/lib/syslog.t
49837           !> (integrate 31 files)
49838 ____________________________________________________________________________
49839 [  5971] By: jhi                                   on 2000/04/27  18:18:46
49840         Log: Unicos tweaks from Mark P. Lutz.
49841      Branch: cfgperl
49842            ! hints/unicos.sh lib/Math/Complex.pm
49843 ____________________________________________________________________________
49844 [  5970] By: gsar                                  on 2000/04/27  18:05:11
49845         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
49846              IV is >32bits
49847      Branch: perl
49848            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
49849 ____________________________________________________________________________
49850 [  5969] By: gsar                                  on 2000/04/27  17:50:56
49851         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
49852      Branch: perl
49853            + t/lib/syslog.t
49854            ! MANIFEST ext/Sys/Syslog/Syslog.pm
49855 ____________________________________________________________________________
49856 [  5968] By: gsar                                  on 2000/04/27  17:44:49
49857         Log: tolerate spaces in group names in test on solaris (from David Boyce
49858              <dsb@boyski.com>)
49859      Branch: perl
49860            ! t/op/groups.t
49861 ____________________________________________________________________________
49862 [  5967] By: gsar                                  on 2000/04/27  17:41:22
49863         Log: improved docs on the warn_uninit diagnostic (from David Glasser
49864              and Simon Cozens)
49865      Branch: perl
49866            ! pod/perldiag.pod
49867 ____________________________________________________________________________
49868 [  5966] By: gsar                                  on 2000/04/27  16:54:58
49869         Log: add testsuite for B backends, fix bug in B::Deparse (from
49870              Simon Cozens <simon@brecon.co.uk>)
49871      Branch: perl
49872            + t/lib/b.t
49873            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
49874 ____________________________________________________________________________
49875 [  5965] By: gsar                                  on 2000/04/27  16:10:37
49876         Log: avoid "will not stay shared" warnings for our variables (from
49877              Robin Barker)
49878      Branch: perl
49879            ! op.c t/pragma/warn/op
49880 ____________________________________________________________________________
49881 [  5964] By: gsar                                  on 2000/04/27  07:05:05
49882         Log: reformat to 72 columns (again)
49883      Branch: perl
49884            ! pod/perldiag.pod
49885 ____________________________________________________________________________
49886 [  5963] By: gsar                                  on 2000/04/27  06:28:31
49887         Log: patch from Larry to make (\&) prototype work; added tests for
49888              the same
49889      Branch: perl
49890            ! op.c t/comp/proto.t
49891 ____________________________________________________________________________
49892 [  5962] By: gsar                                  on 2000/04/27  06:15:47
49893         Log: updated README.hpux (from Jeff Okamoto)
49894      Branch: perl
49895            ! README.hpux
49896 ____________________________________________________________________________
49897 [  5961] By: gsar                                  on 2000/04/27  05:55:03
49898         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
49899      Branch: perl
49900            ! emacs/cperl-mode.el
49901 ____________________________________________________________________________
49902 [  5960] By: gsar                                  on 2000/04/27  05:49:26
49903         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
49904      Branch: perl
49905            ! INSTALL
49906 ____________________________________________________________________________
49907 [  5959] By: gsar                                  on 2000/04/27  05:33:41
49908         Log: doubled words in pods (from Simon Cozens
49909              <simon.p.cozens@jp.pwcglobal.com>)
49910      Branch: perl
49911            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
49912            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
49913            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
49914            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
49915            ! pod/perltootc.pod
49916 ____________________________________________________________________________
49917 [  5958] By: gsar                                  on 2000/04/27  05:11:39
49918         Log: change#3569 deleted some essential code, revert; avoid use of
49919              atexit() to make DynaLoader work properly on AIX under mod_perl
49920              (from Jens-Uwe Mager <jum@helios.de>)
49921      Branch: perl
49922            ! ext/DynaLoader/dl_aix.xs
49923 ____________________________________________________________________________
49924 [  5957] By: gsar                                  on 2000/04/27  04:54:51
49925         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
49926      Branch: perl
49927            ! pod/perlmod.pod
49928 ____________________________________________________________________________
49929 [  5956] By: gsar                                  on 2000/04/27  04:51:47
49930         Log: better diagnostics on failed tests (from Ilya Zakharevich)
49931      Branch: perl
49932            ! t/op/lex_assign.t
49933 ____________________________________________________________________________
49934 [  5955] By: gsar                                  on 2000/04/27  04:26:44
49935         Log: longstanding bug exposed by change#3307: sort arguments weren't
49936              compiled with the right wantarray context (ensuing runtime lookup
49937              via block_gimme() was getting the incidental context of the
49938              sort() itself)
49939      Branch: perl
49940            ! op.c t/op/sort.t
49941 ____________________________________________________________________________
49942 [  5954] By: gsar                                  on 2000/04/26  23:42:12
49943         Log: integrate cfgperl contents into mainline
49944      Branch: perl
49945           !> (integrate 30 files)
49946 ____________________________________________________________________________
49947 [  5953] By: jhi                                   on 2000/04/26  23:06:42
49948         Log: Integrate with Sarathy.
49949      Branch: cfgperl
49950           !> README.win32 ext/B/B/Deparse.pm
49951           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49952           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
49953           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
49954           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
49955           !> utils/perldoc.PL vms/perlvms.pod
49956 ____________________________________________________________________________
49957 [  5952] By: jhi                                   on 2000/04/26  23:03:46
49958         Log: Undo "use integer" addition from 64bitint as it seems
49959              to break most of the subtests in Digital UNIX;
49960              Unicos needs to find another way.
49961      Branch: cfgperl
49962            ! t/op/64bitint.t
49963 ____________________________________________________________________________
49964 [  5951] By: jhi                                   on 2000/04/26  22:57:53
49965         Log: Be more robust on "extreme" (large absolute value)
49966              arguments.  Originally reported by Daniel Connelly
49967              as a problem with asinh() on large negative arguments,
49968              asinh() used to bail out because an argument to log()
49969              ended up being zero.  Ilya Zakharevich proposed using
49970              Taylor's series in such cases, which for such large
49971              arguments is a very good approximation.
49972      Branch: cfgperl
49973            ! lib/Math/Complex.pm t/lib/complex.t
49974 ____________________________________________________________________________
49975 [  5950] By: gsar                                  on 2000/04/25  19:13:12
49976         Log: reformat perldiag to avoid long lines
49977      Branch: perl
49978            ! pod/perldiag.pod
49979 ____________________________________________________________________________
49980 [  5949] By: gsar                                  on 2000/04/25  18:41:11
49981         Log: make perldoc use the pod2man from the same version (from
49982              M.J.T. Guy)
49983      Branch: perl
49984            ! utils/perldoc.PL
49985 ____________________________________________________________________________
49986 [  5948] By: gsar                                  on 2000/04/25  18:21:57
49987         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
49988              <kompas@kompas.usr.onet.pl>)
49989      Branch: perl
49990            ! lib/vars.pm
49991 ____________________________________________________________________________
49992 [  5947] By: gsar                                  on 2000/04/25  18:11:53
49993         Log: use &dl_error rather than &dl_load_file as the guard for calling
49994              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
49995              statically built perl)
49996      Branch: perl
49997            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49998 ____________________________________________________________________________
49999 [  5946] By: jhi                                   on 2000/04/25  17:37:54
50000         Log: Document that tr() is not tr(1).
50001      Branch: cfgperl
50002            ! pod/perlop.pod
50003 ____________________________________________________________________________
50004 [  5945] By: gsar                                  on 2000/04/25  16:34:33
50005         Log: make module name mandatory after -M switch; reorder perldiag
50006              alphabetically (from Mark-Jason Dominus)
50007      Branch: perl
50008            ! perl.c pod/perldiag.pod
50009 ____________________________________________________________________________
50010 [  5944] By: jhi                                   on 2000/04/25  01:15:18
50011         Log: On second thoughts frexp() does have two arguments.
50012      Branch: cfgperl
50013            ! perl.h
50014 ____________________________________________________________________________
50015 [  5943] By: jhi                                   on 2000/04/24  22:56:32
50016         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50017              Now pp_ncmp() returns undef is either operand is a NaN.
50018      Branch: cfgperl
50019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50020            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
50021            ! vms/subconfigure.com vos/config.def vos/config.h
50022            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
50023            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50024            ! win32/config_H.vc
50025      Branch: metaconfig/U/perl
50026            + d_modfl.U
50027 ____________________________________________________________________________
50028 [  5942] By: jhi                                   on 2000/04/24  19:45:17
50029         Log: Regen Configure to match #5937.
50030      Branch: cfgperl
50031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50032            ! config_h.SH
50033      Branch: metaconfig
50034            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
50035 ____________________________________________________________________________
50036 [  5941] By: jhi                                   on 2000/04/24  19:24:11
50037         Log: Further Unicos fixes for Mark Lutz.
50038      Branch: cfgperl
50039            ! hints/unicos.sh pp_ctl.c
50040 ____________________________________________________________________________
50041 [  5940] By: jhi                                   on 2000/04/24  19:09:06
50042         Log: Various Unicos 10.0.0.6 fixes.
50043              
50044              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
50045              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
50046              Reply-To: tecmpl1@triton.ca.boeing.com 
50047              To: perl5-porters@perl.org 
50048              Date: Fri, 14 Apr 2000 20:21:00 GMT 
50049              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
50050      Branch: cfgperl
50051            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
50052 ____________________________________________________________________________
50053 [  5939] By: gsar                                  on 2000/04/24  19:01:24
50054         Log: more pod nits (from Larry Virden)
50055      Branch: perl
50056            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
50057            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
50058            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
50059 ____________________________________________________________________________
50060 [  5938] By: gsar                                  on 2000/04/24  18:54:01
50061         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
50062      Branch: perl
50063            ! ext/B/B/Deparse.pm
50064 ____________________________________________________________________________
50065 [  5937] By: jhi                                   on 2000/04/24  17:39:00
50066         Log: Integrate with Sarathy.
50067      Branch: cfgperl
50068           +> (branch 31 files)
50069           !> (integrate 73 files)
50070 ____________________________________________________________________________
50071 [  5936] By: gsar                                  on 2000/04/24  17:30:06
50072         Log: additional tests for change#5934 (from Paul Marquess, who also
50073              sent in the same fix)
50074      Branch: perl
50075            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
50076            ! t/pragma/warn/5nolint t/pragma/warn/6default
50077 ____________________________________________________________________________
50078 [  5935] By: jhi                                   on 2000/04/24  17:26:05
50079         Log: Do not assume sign propagation.
50080              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
50081              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
50082              To: payner@ncifcrf.gov, perl5-porters@perl.org 
50083              Date: Tue, 18 Apr 2000 18:24:49 +0100 
50084              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
50085      Branch: cfgperl
50086            ! t/op/bop.t t/op/misc.t
50087 ____________________________________________________________________________
50088 [  5934] By: gsar                                  on 2000/04/24  17:16:54
50089         Log: propagate lexical warnings from surrounding scope correctly
50090              within string eval()
50091      Branch: perl
50092            ! pp_ctl.c t/pragma/warn/pp_ctl
50093 ____________________________________________________________________________
50094 [  5933] By: jhi                                   on 2000/04/24  17:01:07
50095         Log: Flatten the cpp jungle doing the nosuid checking.
50096      Branch: cfgperl
50097            ! perl.c
50098 ____________________________________________________________________________
50099 [  5932] By: gsar                                  on 2000/04/24  09:08:14
50100         Log: add rsignal(), whichsig() and do_join() to public API list
50101              (mod_perl uses them to good advantage)
50102      Branch: perl
50103            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
50104 ____________________________________________________________________________
50105 [  5931] By: gsar                                  on 2000/04/24  09:01:40
50106         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
50107      Branch: perl
50108            ! pp_hot.c regexec.c t/op/pat.t
50109 ____________________________________________________________________________
50110 [  5930] By: gsar                                  on 2000/04/24  08:58:33
50111         Log: small os390 tweaks (from Peter Prymmer)
50112      Branch: perl
50113            ! config_h.SH makedepend.SH
50114 ____________________________________________________________________________
50115 [  5929] By: gsar                                  on 2000/04/24  08:55:25
50116         Log: pod nits
50117      Branch: perl
50118            ! pod/perlguts.pod
50119 ____________________________________________________________________________
50120 [  5928] By: gsar                                  on 2000/04/24  08:50:13
50121         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
50122      Branch: perl
50123            ! ext/IO/lib/IO/Poll.pm
50124 ____________________________________________________________________________
50125 [  5927] By: gsar                                  on 2000/04/24  08:43:24
50126         Log: arrange for next() to resume at the unstack op rather than the
50127              loop conditional, so that scope cleanup happens correctly
50128              (from Stephen McCamant)
50129      Branch: perl
50130            ! op.c pp_ctl.c t/op/misc.t
50131 ____________________________________________________________________________
50132 [  5926] By: gsar                                  on 2000/04/24  08:18:40
50133         Log: on windows, reserve 16M of stack rather than 128M (allows more
50134              threads to run concurrently)
50135      Branch: perl
50136            ! win32/Makefile win32/makefile.mk
50137 ____________________________________________________________________________
50138 [  5925] By: gsar                                  on 2000/04/24  08:13:52
50139         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
50140      Branch: perl
50141            ! toke.c
50142 ____________________________________________________________________________
50143 [  5924] By: gsar                                  on 2000/04/24  08:08:59
50144         Log: avoid using uninitialized memory in require version check
50145      Branch: perl
50146            ! pp_ctl.c universal.c
50147 ____________________________________________________________________________
50148 [  5923] By: gsar                                  on 2000/04/24  07:20:14
50149         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
50150      Branch: perl
50151            ! ext/IO/lib/IO/Poll.pm
50152 ____________________________________________________________________________
50153 [  5922] By: gsar                                  on 2000/04/24  07:08:42
50154         Log: commentary about IoTYPE() (from Nathan Torkington)
50155      Branch: perl
50156            ! sv.h
50157 ____________________________________________________________________________
50158 [  5921] By: gsar                                  on 2000/04/24  06:58:26
50159         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
50160              by fix
50161      Branch: perl
50162            ! sv.c t/lib/charnames.t t/pragma/utf8.t
50163 ____________________________________________________________________________
50164 [  5920] By: gsar                                  on 2000/04/24  06:37:59
50165         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
50166      Branch: perl
50167            ! doop.c t/op/ver.t
50168 ____________________________________________________________________________
50169 [  5919] By: gsar                                  on 2000/04/24  06:21:58
50170         Log: Configure might miss old directories when prefix must be
50171              expanded (from Robin Barker)
50172      Branch: metaconfig
50173            ! U/installdirs/inc_version_list.U
50174      Branch: perl
50175            ! Configure
50176 ____________________________________________________________________________
50177 [  5918] By: gsar                                  on 2000/04/24  06:16:11
50178         Log: VMS nits in glob() test (from Charles Lane)
50179      Branch: perl
50180            ! t/lib/glob-basic.t
50181 ____________________________________________________________________________
50182 [  5917] By: gsar                                  on 2000/04/24  06:11:56
50183         Log: various pod nits (from Larry Virden and others)
50184      Branch: perl
50185            ! README.amiga README.hpux README.machten README.os2
50186            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
50187            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
50188            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
50189            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
50190            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
50191            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
50192            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
50193            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
50194 ____________________________________________________________________________
50195 [  5916] By: gsar                                  on 2000/04/24  05:52:43
50196         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
50197              <wjones@tc.fluke.com>)
50198      Branch: perl
50199            ! t/lib/glob-basic.t
50200 ____________________________________________________________________________
50201 [  5915] By: gsar                                  on 2000/04/24  05:07:01
50202         Log: supported platforms mixed up
50203      Branch: perl
50204            ! pod/perl56delta.pod pod/perlport.pod
50205 ____________________________________________________________________________
50206 [  5914] By: gsar                                  on 2000/04/24  04:56:08
50207         Log: caller() wasn't returning the right number of elements for
50208              eval {...}
50209      Branch: perl
50210            ! pp_ctl.c t/pragma/warn/9enabled
50211 ____________________________________________________________________________
50212 [  5913] By: gsar                                  on 2000/04/24  04:35:41
50213         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
50214              Mark-Jason Dominus)
50215      Branch: perl
50216            ! pod/perlfunc.pod
50217 ____________________________________________________________________________
50218 [  5912] By: gsar                                  on 2000/04/24  04:17:15
50219         Log: fix totally broken caching in UNIVERSAL::isa() (from
50220              Nick Ing-Simmons)
50221      Branch: perl
50222            ! t/op/universal.t universal.c
50223 ____________________________________________________________________________
50224 [  5911] By: gsar                                  on 2000/04/24  03:39:47
50225         Log: add linebreak properties from unicode/LineBrk.txt (from
50226              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
50227      Branch: perl
50228            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50229            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50230            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50231            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50232            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50233            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50234            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50235            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50236            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50237            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50238            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50239            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50240            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50241            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
50242            + lib/unicode/Is/LbrkZW.pl
50243            ! lib/unicode/mktables.PL
50244 ____________________________________________________________________________
50245 [  5910] By: gsar                                  on 2000/04/24  03:23:10
50246         Log: typo in pod
50247      Branch: perl
50248            ! ext/Thread/Thread.pm
50249 ____________________________________________________________________________
50250 [  5909] By: gsar                                  on 2000/04/24  03:22:03
50251         Log: mode argument to do_binmode() should be file mode, not boolean
50252      Branch: perl
50253            ! pp_sys.c
50254 ____________________________________________________________________________
50255 [  5908] By: gsar                                  on 2000/04/16  16:51:08
50256         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
50257              always returns a valid GV even when the symbol is trapped by strictures
50258              (avoids coredumps)
50259              
50260              TODO: the C<package;> hack needs similar treatment
50261      Branch: perl
50262            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
50263            ! t/pragma/strict-vars
50264 ____________________________________________________________________________
50265 [  5907] By: jhi                                   on 2000/03/31  23:42:56
50266         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
50267              an assumption which #5905 demolished.
50268      Branch: cfgperl
50269            ! pp_sys.c
50270 ____________________________________________________________________________
50271 [  5906] By: jhi                                   on 2000/03/31  18:54:37
50272         Log: Typo in #5905.
50273      Branch: cfgperl
50274            ! t/op/64bitint.t
50275 ____________________________________________________________________________
50276 [  5905] By: jhi                                   on 2000/03/31  18:50:54
50277         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
50278              reported by Joseph N. Hall.  The bug was that even with use64bitint
50279              one had to use the prefixes q, L, or ll with printf/sprintf,
50280              contrary to the documentation and common sense.
50281      Branch: cfgperl
50282            ! sv.c t/op/64bitint.t
50283 ____________________________________________________________________________
50284 [  5904] By: gsar                                  on 2000/03/28  02:31:32
50285         Log: add Changes, perldelta.pod
50286      Branch: perl
50287            + Changes pod/perldelta.pod
50288 ____________________________________________________________________________
50289 [  5903] By: gsar                                  on 2000/03/28  02:03:55
50290         Log: rename Changes and perldelta.pod
50291      Branch: perl
50292           +> Changes5.6 pod/perl56delta.pod
50293            - Changes pod/perldelta.pod
50294            ! MANIFEST
50295 ____________________________________________________________________________
50296 [  5902] By: gsar                                  on 2000/03/28  01:59:14
50297         Log: create maint-5.6 branch
50298      Branch: maint-5.6/perl
50299           +> (branch 1611 files)
50300 ____________________________________________________________________________
50301 [  5901] By: jhi                                   on 2000/03/23  05:48:43
50302         Log: Integrate with Sarathy.
50303      Branch: cfgperl
50304           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
50305 ____________________________________________________________________________
50306 [  5900] By: gsar                                  on 2000/03/23  05:42:43
50307         Log: three guesses on what this is :-)
50308      Branch: perl
50309            ! Changes